GNOME Bugzilla – Bug 136527
gdk_pixbuf makefile tried to execute targets contrains invalid mkdir_p commsnds
Last modified: 2004-12-22 21:47:04 UTC
> ./config.status --version config.status configured by ./configure, generated by GNU Autoconf 2.59, with options "'--enable-maintainer-mode' '--enable-DEBUG' '--enable-plugin-builddir' '--enable-debug' '--prefix=/opt/gnome2' > make install ... make[3]: Entering directory `/data/download/gnome2/gstreamer-cvs/gst-plugins/ext/gdk_pixbuf' make[3]: Nothing to be done for `install-exec-am'. mkdir -m 0755 -p -- mkdir: too few arguments Try `mkdir --help' for more information. make[3]: *** [install-loaderLTLIBRARIES] Error 1 make[3]: Leaving directory `/data/download/gnome2/gstreamer-cvs/gst-plugins/ext/gdk_pixbuf' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/data/download/gnome2/gstreamer-cvs/gst-plugins/ext/gdk_pixbuf' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/data/download/gnome2/gstreamer-cvs/gst-plugins/ext'
Created attachment 25327 [details] ext/gdk_pixbuf/Makefile
Created attachment 25328 [details] Makefile (top-level)
I don't see how this could possibly happen, unless you are using --enable-pixbuf-loader or a very old CVS tree.
1.) as it can be seen from the configure options I included in the report, I do not specify '--enable-pixbuf-loader'. 2.) cvs is up-to-date as of Wed Mar 10 13:52:59 MET 2004 btw. I have used 'make clean;autogen.sh ...'
Do you use GNU make?
> make --version GNU Make version 3.79, by Richard Stallman and Roland McGrath. Built for sparc-sun-solaris2.6
I removed some rules that apparently were causing this. score, Gstreamer: 0, Automake: 1.