GNOME Bugzilla – Bug 563305
gst-ffmpeg 0.10.6 build from tarball fails
Last modified: 2008-12-05 18:31:31 UTC
The first problem is that the 'configure' stage appears to require an 'm4' directory to be present. But, even if I make an 'm4' directory, terrible things happen later, in the 'build' stage. Seems like most or all of them have to do with libtool. Also occurs with tarball of previous version (0.10.5). No problem building from CVS head. Transcript below (I happen to be building via jhbuild but I think/hope that this is not relevant). Last login: Thu Dec 4 11:45:41 on ttys001 benjamin-dencklas-mac-pro:~ bdenckla$ jhbuild build gst-ffmpeg-test *** Checking out gst-ffmpeg-test *** [1/1] bunzip2 -dc "/Users/bdenckla/src/yobuild/gst-ffmpeg-0.10.6.tar.bz2" | tar xf - *** Configuring gst-ffmpeg-test *** [1/1] ./autogen.sh --prefix /opt/yobuild --libdir '${exec_prefix}/lib' --disable-static --disable-gtk-doc + updating ffmpeg checkout Skipped 'gst-libs/ext/ffmpeg' + updating externals Skipped '.' Patching ffmpeg ./configure + passing argument --prefix to configure + passing argument /opt/yobuild to configure + passing argument --libdir to configure + passing argument ${exec_prefix}/lib to configure + passing argument --disable-static to configure + passing argument --disable-gtk-doc to configure + options passed to configure: --prefix /opt/yobuild --libdir ${exec_prefix}/lib --disable-static --disable-gtk-doc -n + check for build tools -n checking for autoconf >= 2.52 ... found 2.61, ok. -n checking for automake >= 1.6 ... found 1.10, ok. -n checking for libtoolize >= 1.4.0 ... found 1.5.26, ok. -n checking for pkg-config >= 0.8.0 ... found 0.21, ok. + running aclocal -I m4 -I common/m4 -I /opt/yobuild/share/aclocal... aclocal: couldn't open directory `m4': No such file or directory aclocal failed *** error during stage configure of gst-ffmpeg-test: ########## Error running ./autogen.sh --prefix /opt/yobuild --libdir '${exec_prefix}/lib' --disable-static --disable-gtk-doc *** [1/1] [1] rerun stage configure [2] ignore error and continue to build [3] give up on module [4] start shell [5] go to stage force_checkout [6] go to stage force_clean [7] go to stage force_distclean choice: 4 exit shell to continue with build bash-3.2$ mkdir m4 bash-3.2$ exit exit [1] rerun stage configure [2] ignore error and continue to build [3] give up on module [4] start shell [5] go to stage force_checkout [6] go to stage force_clean [7] go to stage force_distclean choice: 1 *** Configuring gst-ffmpeg-test *** [1/1] ./autogen.sh --prefix /opt/yobuild --libdir '${exec_prefix}/lib' --disable-static --disable-gtk-doc + updating ffmpeg checkout Skipped 'gst-libs/ext/ffmpeg' + updating externals Skipped '.' Patching ffmpeg ./configure + passing argument --prefix to configure + passing argument /opt/yobuild to configure + passing argument --libdir to configure + passing argument ${exec_prefix}/lib to configure + passing argument --disable-static to configure + passing argument --disable-gtk-doc to configure + options passed to configure: --prefix /opt/yobuild --libdir ${exec_prefix}/lib --disable-static --disable-gtk-doc -n + check for build tools -n checking for autoconf >= 2.52 ... found 2.61, ok. -n checking for automake >= 1.6 ... found 1.10, ok. -n checking for libtoolize >= 1.4.0 ... found 1.5.26, ok. -n checking for pkg-config >= 0.8.0 ... found 0.21, ok. + running aclocal -I m4 -I common/m4 -I /opt/yobuild/share/aclocal... + running libtoolize --copy --force... + running autoheader ... + running autoconf ... + running automake -a -c -Wno-portability... + running configure ... ./configure default flags: --disable-ffmpeg ./configure external flags: --prefix /opt/yobuild --libdir ${exec_prefix}/lib --disable-static --disable-gtk-doc [...] make[3]: Nothing to be done for `all-am'. Making all in ext Making all in ffmpeg /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpeg.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpeg.Tpo -c -o libgstffmpeg_la-gstffmpeg.lo `test -f 'gstffmpeg.c' || echo './'`gstffmpeg.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegprotocol.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegprotocol.Tpo -c -o libgstffmpeg_la-gstffmpegprotocol.lo `test -f 'gstffmpegprotocol.c' || echo './'`gstffmpegprotocol.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegcodecmap.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegcodecmap.Tpo -c -o libgstffmpeg_la-gstffmpegcodecmap.lo `test -f 'gstffmpegcodecmap.c' || echo './'`gstffmpegcodecmap.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegenc.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegenc.Tpo -c -o libgstffmpeg_la-gstffmpegenc.lo `test -f 'gstffmpegenc.c' || echo './'`gstffmpegenc.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegdec.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegdec.Tpo -c -o libgstffmpeg_la-gstffmpegdec.lo `test -f 'gstffmpegdec.c' || echo './'`gstffmpegdec.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegcfg.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegcfg.Tpo -c -o libgstffmpeg_la-gstffmpegcfg.lo `test -f 'gstffmpegcfg.c' || echo './'`gstffmpegcfg.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegdemux.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegdemux.Tpo -c -o libgstffmpeg_la-gstffmpegdemux.lo `test -f 'gstffmpegdemux.c' || echo './'`gstffmpegdemux.c /bin/sh ../../libtool --tag=CC --tag=disable-static --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -Wall -Wdeclaration-after-statement -D_REENTRANT -I/opt/yobuild/include/gstreamer-0.10 -I/opt/yobuild/include/glib-2.0 -I/opt/yobuild/lib/glib-2.0/include -I/opt/yobuild/include/libxml2 -I ../../gst-libs/ext/ffmpeg/libavformat -I ../../gst-libs/ext/ffmpeg/libavutil -I ../../gst-libs/ext/ffmpeg/libavcodec -I ../../gst-libs/ext/ffmpeg -Wno-deprecated-declarations -I/opt/yobuild/include -O -g -gstabs+3 -std=gnu89 -MT libgstffmpeg_la-gstffmpegmux.lo -MD -MP -MF .deps/libgstffmpeg_la-gstffmpegmux.Tpo -c -o libgstffmpeg_la-gstffmpegmux.lo `test -f 'gstffmpegmux.c' || echo './'`gstffmpegmux.c ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 830: X--tag=CC: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--tag=disable-static: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 863: libtool: ignoring unknown tag : command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 830: X--mode=compile: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 997: *** Warning: inferring the mode of operation is deprecated.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 998: *** Future versions of Libtool will require --mode=MODE be specified.: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: Xgcc: command not found ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-DHAVE_CONFIG_H: command not found ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I.: command not found ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../..: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I../../gst-libs: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-Wall: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-Wdeclaration-after-statement: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-D_REENTRANT: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/gstreamer-0.10: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/glib-2.0: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/lib/glib-2.0/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I/opt/yobuild/include/libxml2: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavformat: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavutil: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg/libavcodec: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-I: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X../../gst-libs/ext/ffmpeg: No such file or directory ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-Wno-deprecated-declarations: command not found ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-I/opt/yobuild/include: No such file or directory ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-O: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-g: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-gstabs+3: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpeg.lo: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-std=gnu89: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegenc.lo: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegmux.lo: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegdec.lo: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegprotocol.lo: command not found ../../libtool: line 1141: X-MT: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegcodecmap.lo: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegcfg.lo: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: Xlibgstffmpeg_la-gstffmpegdemux.lo: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpeg.Tpo: No such file or directory ../../libtool: line 1141: X-MD: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-MP: command not found ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegenc.Tpo: No such file or directory ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegdec.Tpo: No such file or directory ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegprotocol.Tpo: No such file or directory ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpeg.lo: command not found ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegmux.Tpo: No such file or directory ../../libtool: line 1141: X-MF: command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegcodecmap.Tpo: No such file or directory ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegcfg.Tpo: No such file or directory ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1141: X-c: command not found make[3]: *** [libgstffmpeg_la-gstffmpeg.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... ../../libtool: line 1141: X.deps/libgstffmpeg_la-gstffmpegdemux.Tpo: No such file or directory ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegdec.lo: command not found ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegenc.lo: command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1141: X-c: command not found ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegprotocol.lo: command not found ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegmux.lo: command not found ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found ../../libtool: line 1141: X-c: command not found make[3]: *** [libgstffmpeg_la-gstffmpegdec.lo] Error 1 ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegcodecmap.lo: command not found ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegcfg.lo: command not found make[3]: *** [libgstffmpeg_la-gstffmpegenc.lo] Error 1 ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found make[3]: *** [libgstffmpeg_la-gstffmpegprotocol.lo] Error 1 make[3]: *** [libgstffmpeg_la-gstffmpegmux.lo] Error 1 ../../libtool: line 1194: Xlibgstffmpeg_la-gstffmpegdemux.lo: command not found ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found make[3]: *** [libgstffmpeg_la-gstffmpegcodecmap.lo] Error 1 make[3]: *** [libgstffmpeg_la-gstffmpegcfg.lo] Error 1 ../../libtool: line 1199: libtool: compile: cannot determine name of library object from `': command not found make[3]: *** [libgstffmpeg_la-gstffmpegdemux.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** error during stage build of gst-ffmpeg-test: ########## Error running make -j8 *** [1/1] [1] rerun stage build [2] ignore error and continue to install [3] give up on module [4] start shell [5] go to stage force_checkout [6] go to stage configure [7] go to stage force_clean [8] go to stage force_distclean choice: 3 *** the following modules were not built *** [1/1] gst-ffmpeg-test benjamin-dencklas-mac-pro:~ bdenckla$
This should be fixed now in CVS, could you check if everything works as expected and if not reopen this bug? :) 2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> * Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted. * autogen.sh: Remove -I m4 from autogen.sh, it's not disted and used anymore and thus makes autogen.sh fail if run on a tarball. Fixes bug #563305.
I have verified that the problem is fixed. I verified this by getting the latest from CVS, making a tarball of 10.6.1 with 'make dist', and building from that tarball. For my particular needs, I think I will continue to build from CVS until an official tarball with this fix is available on gstreamer.freedesktop.org. In other words I will wait to use this fix until 10.7 is released. This is just because our build process is restricted to pulling publicly available sources down rather than doing something like building from my own 'homemade' 10.6.1 tarball. Thanks for your prompt fix.