GNOME Bugzilla – Bug 583607
Error when building from tarball
Last modified: 2009-05-28 07:34:15 UTC
Please let me know if you need any information not available in this configure && make output. I'm on openSUSE 11.1, and the rest of my gstreamer packages are all from the standard repositories. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking nano version... 0 (release) checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... /usr/lib/python2.6/site-packages checking for python extension module directory... /usr/lib/python2.6/site-packages checking for python >= 2.3... okay checking for headers required to compile python extensions... found checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GST... yes Building against GStreamer core 0.10.21 , ignoring API additions if needed checking for GST_BASE... yes checking for GST_CONTROLLER... yes checking for GST_NET... yes checking for GST_DP... yes checking for GST_PLUGINS_BASE... yes checking for PYGOBJECT... yes yes checking for PYGOBJECT_2_12... yes yes checking for PYGOBJECT_2_16... yes yes checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wvla... yes checking to see if compiler understands -Wpointer-arith... yes configure: set ERROR_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith checking for valgrind... /usr/bin/valgrind checking for libraries required to embed python... yes configure: Using /usr/lib/gstreamer-0.10 as the plugin install location checking for sed... /usr/bin/sed configure: creating ./config.status config.status: creating Makefile config.status: creating codegen/Makefile config.status: creating common/Makefile config.status: creating common/m4/Makefile config.status: creating common/shave config.status: creating common/shave-libtool config.status: creating gst/Makefile config.status: creating gst/gstversion.override config.status: creating gst/extend/Makefile config.status: creating examples/Makefile config.status: creating pkgconfig/Makefile config.status: creating pkgconfig/gst-python.pc config.status: WARNING: 'pkgconfig/gst-python.pc.in' seems to ignore the --datarootdir setting config.status: creating pkgconfig/gst-python-uninstalled.pc config.status: creating plugin/Makefile config.status: creating testsuite/Makefile config.status: creating win32/common/config.h config.status: creating gst-python.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Making all in common Making all in m4 Making all in codegen Making all in gst Making all in extend CC gst-argtypes.o CC gstmodule.o CC pygstiterator.o CC pygstminiobject.o CC pygstvalue.o CC pygstexception.o Traceback (most recent call last):
+ Trace 215656
sys.exit(main(sys.argv))
o = override.Overrides(arg, path=extendpath)
self.handle_file(filename)
self.__parse_override(buf, startline, filename)
command = words[0]
make[3]: *** [gst.c] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
This was fixed in git by the following commit : commit f72c2fe02a7133eba63b52afc92be35f2af8a341 Author: Edward Hervey <bilboed@bilboed.com> Date: Tue May 12 11:52:11 2009 +0200 gst-pb-0.10.23.ignore: Remove stray empty line. This caused some issues on some systems.
*** Bug 584080 has been marked as a duplicate of this bug. ***