After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665683 - Build fails if goom is enabled
Build fails if goom is enabled
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-12-06 17:47 UTC by Reinaldo Junior
Modified: 2011-12-13 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Reinaldo Junior 2011-12-06 17:47:52 UTC
GST_PLUGINS_GOOD_CONFIG=~/gstreamer/lib/pkgconfig:/usr/local/Cellar/orc/0.4.16/lib/pkgconfig

$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



$ ./configure --disable-gtk-doc --disable-debug --with-pkg-config-path=$GST_PLUGINS_GOOD_CONFIG --prefix=$BUILD_TARGET
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking nano version... 1
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin11.2.0
checking host system type... i386-apple-darwin11.2.0
checking how to print strings... printf
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/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/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 output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
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/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 dyld
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... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin//msgfmt
checking for gmsgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin//msgfmt
checking for xgettext... /usr/local/Cellar/gettext/0.18.1.1/bin//xgettext
checking for msgmerge... /usr/local/Cellar/gettext/0.18.1.1/bin//msgmerge
checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: Set PKG_CONFIG_PATH to /Users/juniorz/gstreamer/lib/pkgconfig:/usr/local/Cellar/orc/0.4.16/lib/pkgconfig
configure: Using GStreamer Good Plug-ins git as package name
configure: Using Unknown package origin as package origin

configure: *** checking feature: building of plug-ins with external deps ***
configure: building external plug-ins

configure: *** checking feature: building of experimental plug-ins ***
configure: not building experimental plug-ins
checking whether byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) 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 for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for g++... yes
checking how to run the C++ preprocessor... g++ -E
checking for objcc... no
checking for objc... no
checking for gcc... gcc
checking dependency style of gcc... gcc3
checking if Objective C compiler works... yes
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for working do while(0) macros... no
checking for valgrind... no
./configure: line 21896: gconftool-2: command not found
Using config source  for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
configure: Looking for Python version >= 2.1
checking for python... /usr/bin/python
checking "/usr/bin/python":... okay
checking local Python configuration... looks good
checking whether to build plugin documentation... no (gtk-doc disabled or not available)
checking for ANSI C header files... (cached) yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking if compiler supports gcc-style inline assembly... yes
checking for rint... yes
checking for sinh... yes
checking for cosh... yes
checking for asinh... yes
checking for fpclass... no
checking for isinf... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for struct ip_mreqn... yes
checking for GLIB... yes
checking for GIO... yes
checking for ORC... yes
checking for usable orcc... /usr/local/Cellar/orc/0.4.16/bin/orcc
checking for GST... yes
configure: using GStreamer tools in /Users/juniorz/gstreamer/bin
configure: using GStreamer plug-ins in /Users/juniorz/gstreamer/lib/gstreamer-0.10
checking for GST_BASE... yes
checking for GST_GDP... yes
checking for GST_CONTROLLER... yes
checking for GST_CHECK... yes
checking for GST_PLUGINS_BASE... yes
configure: using GStreamer Base Plugins in /Users/juniorz/gstreamer/lib/gstreamer-0.10
configure: Using GStreamer Core Plugins in /Users/juniorz/gstreamer/lib/gstreamer-0.10
configure: Using GStreamer Base Plugins in /Users/juniorz/gstreamer/lib/gstreamer-0.10
checking which gtk+ version to compile examples against (optional)... 2.0 (>= 2.14.0)
checking for GTK... no
checking for GTK_X11... no

configure: *** checking feature: GConf schemas ***
checking for gconftool-2... no
configure: WARNING: Not installing GConf schemas
configure: Using /Users/juniorz/gstreamer/lib/gstreamer-0.10 as the plugin install location
configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2011-12-06T17:40Z
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... no
checking to see if compiler understands -Wpointer-arith... yes
checking to see if compiler understands -Werror... yes
checking to see if compiler understands -Wmissing-declarations... yes
checking to see if compiler understands -Wmissing-prototypes... yes
checking to see if compiler understands -Wredundant-decls... yes
checking to see if compiler understands -Wwrite-strings... yes
checking to see if compiler understands -Wold-style-definition... yes
checking to see if compiler understands -Waggregate-return... yes
checking to see if compiler understands -Winit-self... yes
checking to see if compiler understands -Wmissing-include-dirs... yes
checking to see if compiler understands -Waddress... yes
checking to see if compiler understands -Wno-multichar... yes
checking to see if compiler understands -Wnested-externs... yes
configure: set WARNING_CFLAGS to  -Wall -Wdeclaration-after-statement -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wold-style-definition -Waggregate-return -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs
configure: set ERROR_CFLAGS to  -Werror
checking to see if c++ compiler understands ... yes
checking to see if c++ compiler understands -Wall... yes
checking to see if c++ compiler understands -Werror... yes
checking to see if c++ compiler understands -Wno-non-virtual-dtor... yes
checking to see if c++ compiler understands -Wmissing-declarations... yes
checking to see if c++ compiler understands -Wredundant-decls... yes
checking to see if c++ compiler understands -Wwrite-strings... yes
checking to see if c++ compiler understands -Winit-self... yes
checking to see if c++ compiler understands -Wmissing-include-dirs... yes
checking to see if c++ compiler understands -Waddress... yes
checking to see if c++ compiler understands -Wno-multichar... yes
configure: set WARNING_CXXFLAGS to  -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
configure: set ERROR_CXXFLAGS to  -Werror -Wno-non-virtual-dtor
configure: Using autoaudiosink as default audio sink
configure: Using osxaudiosrc as default audio source
configure: Using autovideosink as default video sink
configure: Using v4l2src as default video source
configure: Using goom as default visualizer
checking for socket... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for winsock2.h... (cached) no

configure: Checking libraries for plugins in sys/


configure: *** checking feature: DirectSound plug-in ***
configure: *** for plug-ins: directsoundsink ***
checking for DirectSound LDFLAGS... no
configure: *** These plugins will not be built: directsoundsink

configure: *** checking feature: OSS audio ***
configure: *** for plug-ins: ossaudio ***
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
configure: *** These plugins will not be built: ossaudio

configure: *** checking feature: Open Sound System 4 ***
configure: *** for plug-ins: oss4 ***
checking Checking if we can build the OSS4 elements... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
configure: *** These plugins will be built: oss4

configure: *** checking feature: Sun Audio ***
configure: *** for plug-ins: sunaudio ***
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
configure: *** These plugins will not be built: sunaudio

configure: *** checking feature: OSX audio ***
configure: *** for plug-ins: osxaudio ***
checking CoreAudio/CoreAudio.h usability... yes
checking CoreAudio/CoreAudio.h presence... yes
checking for CoreAudio/CoreAudio.h... yes
configure: *** These plugins will be built: osxaudio

configure: *** checking feature: OSX video ***
configure: *** for plug-ins: osxvideosink ***
checking OpenGL/gl.h usability... yes
checking OpenGL/gl.h presence... yes
checking for OpenGL/gl.h... yes
configure: *** These plugins will be built: osxvideosink

configure: *** checking feature: Video 4 Linux 2 ***
configure: *** for plug-ins: v4l2src ***
checking Checking for up to date v4l2 installation... no
checking linux/videodev2.h usability... no
checking linux/videodev2.h presence... no
checking for linux/videodev2.h... no
checking sys/videodev2.h usability... no
checking sys/videodev2.h presence... no
checking for sys/videodev2.h... no
configure: WARNING: video4linux2 was not found
configure: *** These plugins will not be built: v4l2src
checking for X... libraries /usr/X11/lib, headers 

configure: *** checking feature: X libraries and plugins ***
configure: *** for plug-ins: ximagesrc ***
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFIXES... yes
checking for XDAMAGE... yes
configure: *** These plugins will be built: ximagesrc

configure: *** checking feature: X Shared Memory extension ***
checking for XShmAttach in -lXext... yes

configure: *** checking feature: X11 XVideo extensions ***
checking for XvQueryExtension in -lXv_pic... no
checking for XvQueryExtension in -lXv... yes

configure: Checking libraries for plugins in ext/


configure: *** checking feature: aalib ASCII Art library ***
configure: *** for plug-ins: aasink ***
checking for aalib-config... no
checking for AALIB - version >= 0.11.0... no
*** The aalib-config script installed by AALIB could not be found
*** If AALIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the AALIB_CONFIG environment variable to the
*** full path to aalib-config.
configure: *** These plugins will not be built: aasink

configure: *** checking feature: XML library ***
configure: *** for plug-ins: annodex ***
checking for ANNODEX... yes
configure: *** These plugins will be built: annodex

configure: *** checking feature: Cairo graphics rendering ***
configure: *** for plug-ins: cairo ***
checking for CAIRO... yes
configure: *** These plugins will be built: cairo

configure: *** checking feature: Cairo graphics rendering gobject bindings ***
configure: *** for plug-ins: cairooverlay ***
checking for CAIRO_GOBJECT... no
configure: No package 'cairo-gobject' found
configure: *** These plugins will not be built: cairooverlay

configure: *** checking feature: ESounD sound daemon ***
configure: *** for plug-ins: esdsink ***
checking for ESD... no
configure: No package 'esound' found
checking for esd-config... no
checking for ESD - version >= 0.2.12... no
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ESD_CONFIG environment variable to the
*** full path to esd-config.
configure: *** These plugins will not be built: esdsink

configure: *** checking feature: FLAC lossless audio ***
configure: *** for plug-ins: flac ***
checking for FLAC... no
configure: No package 'flac' found
configure: *** These plugins will not be built: flac

configure: *** checking feature: GConf libraries ***
configure: *** for plug-ins: gconfelements ***
checking for GCONF... no
configure: No package 'gconf-2.0' found
configure: *** These plugins will not be built: gconfelements

configure: *** checking feature: GDK pixbuf ***
configure: *** for plug-ins: gdkpixbuf ***
checking for GDK_PIXBUF... no
configure: No package 'gdk-pixbuf-2.0' found
configure: *** These plugins will not be built: gdkpixbuf

configure: *** checking feature: HAL libraries ***
configure: *** for plug-ins: halelements ***
checking for HAL... no
configure: No package 'hal' found
No package 'dbus-1' found
configure: *** These plugins will not be built: halelements

configure: *** checking feature: Jack ***
configure: *** for plug-ins: jack ***
checking for JACK... no
checking for JACK_0_120_1... no
configure: No package 'jack' found
No package 'jack' found
checking for JACK_1_9_7... no
configure: No package 'jack' found
configure: *** These plugins will not be built: jack

configure: *** checking feature: jpeg library ***
configure: *** for plug-ins: jpeg ***
checking for jpeg_set_defaults in -ljpeg-mmx... no
checking for jpeg_set_defaults in -ljpeg... yes
configure: *** These plugins will be built: jpeg

configure: *** checking feature: libcaca coloured ASCII art ***
configure: *** for plug-ins: cacasink ***
checking for LIBCACA... no
configure: No package 'caca' found
configure: *** These plugins will not be built: cacasink

configure: *** checking feature: libdv DV demuxer/decoder ***
configure: *** for plug-ins: dv ***
checking for LIBDV... no
configure: No package 'libdv' found
configure: *** These plugins will not be built: dv

configure: *** checking feature: Portable Network Graphics library ***
configure: *** for plug-ins: png ***
checking for LIBPNG... yes
configure: *** These plugins will be built: png

configure: *** checking feature: pulseaudio plug-in ***
configure: *** for plug-ins: pulseaudio ***
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking for PULSE... no
configure: No package 'libpulse' found
checking for PULSE_0_9_20... no
configure: No package 'libpulse' found
checking for PULSE_1_0... no
configure: No package 'libpulse' found
configure: *** These plugins will not be built: pulseaudio

configure: *** checking feature: raw1394 and avc1394 library ***
configure: *** for plug-ins: 1394 ***
checking for RAW1394... no
configure: No package 'libraw1394' found
checking for LIBIEC61883... no
configure: No package 'libiec61883' found
checking for RAW1394... no
configure: No package 'libraw1394' found
checking for avc1394_send_command in -lavc1394... no
checking for rom1394_free_directory in -lrom1394... no
configure: *** These plugins will not be built: 1394

configure: *** checking feature: Shoutcast/Icecast client library ***
configure: *** for plug-ins: shout2 ***
checking for SHOUT2... no
configure: No package 'shout' found
configure: *** These plugins will not be built: shout2

configure: *** checking feature: soup http client plugin (2.4) ***
configure: *** for plug-ins: souphttpsrc ***
checking for SOUP... no
checking for SOUP... no
configure: *** These plugins will not be built: souphttpsrc

configure: *** checking feature: speex speech codec ***
configure: *** for plug-ins: speex ***
checking for SPEEX... no
configure: No package 'speex' found
checking for speex_bits_init in -lspeex... no
configure: *** These plugins will not be built: speex

configure: *** checking feature: taglib tagging library ***
configure: *** for plug-ins: taglib ***
checking for TAGLIB... no
configure: No package 'taglib' found
checking to see if c++ compiler understands -Wno-attributes... yes
configure: *** These plugins will not be built: taglib

configure: *** checking feature: wavpack plug-in ***
configure: *** for plug-ins: wavpack ***
checking for WAVPACK... no
checking for WAVPACK... no
configure: *** These plugins will not be built: wavpack

configure: *** checking feature: zlib support for qtdemux/matroska ***
checking for uncompress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes

configure: *** checking feature: bz2 library for matroska  ***
checking for BZ2_bzCompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gst/Makefile
config.status: creating gst/alpha/Makefile
config.status: creating gst/apetag/Makefile
config.status: creating gst/audiofx/Makefile
config.status: creating gst/audioparsers/Makefile
config.status: creating gst/auparse/Makefile
config.status: creating gst/autodetect/Makefile
config.status: creating gst/avi/Makefile
config.status: creating gst/cutter/Makefile
config.status: creating gst/deinterlace/Makefile
config.status: creating gst/debugutils/Makefile
config.status: creating gst/effectv/Makefile
config.status: creating gst/equalizer/Makefile
config.status: creating gst/flv/Makefile
config.status: creating gst/goom/Makefile
config.status: creating gst/goom2k1/Makefile
config.status: creating gst/id3demux/Makefile
config.status: creating gst/icydemux/Makefile
config.status: creating gst/imagefreeze/Makefile
config.status: creating gst/interleave/Makefile
config.status: creating gst/isomp4/Makefile
config.status: creating gst/law/Makefile
config.status: creating gst/level/Makefile
config.status: creating gst/matroska/Makefile
config.status: creating gst/monoscope/Makefile
config.status: creating gst/multifile/Makefile
config.status: creating gst/multipart/Makefile
config.status: creating gst/replaygain/Makefile
config.status: creating gst/rtp/Makefile
config.status: creating gst/rtpmanager/Makefile
config.status: creating gst/rtsp/Makefile
config.status: creating gst/shapewipe/Makefile
config.status: creating gst/smpte/Makefile
config.status: creating gst/spectrum/Makefile
config.status: creating gst/udp/Makefile
config.status: creating gst/videobox/Makefile
config.status: creating gst/videocrop/Makefile
config.status: creating gst/videofilter/Makefile
config.status: creating gst/videomixer/Makefile
config.status: creating gst/wavenc/Makefile
config.status: creating gst/wavparse/Makefile
config.status: creating gst/flx/Makefile
config.status: creating gst/y4m/Makefile
config.status: creating ext/Makefile
config.status: creating ext/aalib/Makefile
config.status: creating ext/annodex/Makefile
config.status: creating ext/cairo/Makefile
config.status: creating ext/dv/Makefile
config.status: creating ext/esd/Makefile
config.status: creating ext/flac/Makefile
config.status: creating ext/gconf/Makefile
config.status: creating ext/gdk_pixbuf/Makefile
config.status: creating ext/hal/Makefile
config.status: creating ext/jack/Makefile
config.status: creating ext/jpeg/Makefile
config.status: creating ext/libcaca/Makefile
config.status: creating ext/libpng/Makefile
config.status: creating ext/pulse/Makefile
config.status: creating ext/raw1394/Makefile
config.status: creating ext/shout2/Makefile
config.status: creating ext/soup/Makefile
config.status: creating ext/speex/Makefile
config.status: creating ext/taglib/Makefile
config.status: creating ext/wavpack/Makefile
config.status: creating sys/Makefile
config.status: creating sys/directsound/Makefile
config.status: creating sys/oss/Makefile
config.status: creating sys/oss4/Makefile
config.status: creating sys/osxaudio/Makefile
config.status: creating sys/osxvideo/Makefile
config.status: creating sys/sunaudio/Makefile
config.status: creating sys/v4l2/Makefile
config.status: creating sys/waveform/Makefile
config.status: creating sys/ximage/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating tests/check/Makefile
config.status: creating tests/examples/Makefile
config.status: creating tests/examples/audiofx/Makefile
config.status: creating tests/examples/cairo/Makefile
config.status: creating tests/examples/equalizer/Makefile
config.status: creating tests/examples/jack/Makefile
config.status: creating tests/examples/level/Makefile
config.status: creating tests/examples/pulse/Makefile
config.status: creating tests/examples/rtp/Makefile
config.status: creating tests/examples/shapewipe/Makefile
config.status: creating tests/examples/spectrum/Makefile
config.status: creating tests/examples/v4l2/Makefile
config.status: creating tests/files/Makefile
config.status: creating tests/icles/Makefile
config.status: creating gconf/Makefile
config.status: creating gconf/gstreamer.schemas
config.status: creating common/Makefile
config.status: creating common/m4/Makefile
config.status: creating m4/Makefile
config.status: creating docs/Makefile
config.status: creating docs/plugins/Makefile
config.status: creating docs/version.entities
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gstreamer-plugins-good-uninstalled.pc
config.status: creating gst-plugins-good.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing _stdint.h commands
config.status: creating _stdint.h : _GST_PLUGINS_GOOD__STDINT_H
config.status: _stdint.h is unchanged
configure: *** Plug-ins without external dependencies that will be built:
	alpha
	apetag
	audiofx
	audioparsers
	auparse
	autodetect
	avi
	cutter
	debugutils
	deinterlace
	effectv
	equalizer
	flv
	flx
	goom
	goom2k1
	icydemux
	id3demux
	imagefreeze
	interleave
	isomp4
	law
	level
	matroska
	multifile
	multipart
	replaygain
	rtp
	rtpmanager
	rtsp
	shapewipe
	smpte
	spectrum
	udp
	videobox
	videocrop
	videofilter
	videomixer
	wavenc
	wavparse
	y4m

configure: *** Plug-ins without external dependencies that will NOT be built:
	monoscope

configure: *** Plug-ins with dependencies that will be built:
	annodex
	cairo
	jpeg
	oss4
	osxaudio
	osxvideosink
	png
	ximagesrc

configure: *** Plug-ins with dependencies that will NOT be built:
	1394
	aasink
	cacasink
	cairooverlay
	directsoundsink
	dv
	esdsink
	flac
	gconfelements
	gdkpixbuf
	halelements
	jack
	ossaudio
	pulseaudio
	shout2
	souphttpsrc
	speex
	sunaudio
	taglib
	v4l2src
	wavpack

configure: *** Orc acceleration enabled.


# This is the second time I executed make

$ make
make  all-recursive
Making all in gst
make -C videofilter
make[3]: Nothing to be done for `all'.
make -C alpha
make[3]: Nothing to be done for `all'.
make -C apetag
make[3]: Nothing to be done for `all'.
make -C audiofx
make[3]: Nothing to be done for `all'.
make -C audioparsers
make[3]: Nothing to be done for `all'.
make -C auparse
make[3]: Nothing to be done for `all'.
make -C autodetect
make[3]: Nothing to be done for `all'.
make -C avi
make[3]: Nothing to be done for `all'.
make -C cutter
make[3]: Nothing to be done for `all'.
make -C debugutils
make[3]: Nothing to be done for `all'.
make -C deinterlace
make  all-am
make[4]: Nothing to be done for `all-am'.
make -C effectv
make[3]: Nothing to be done for `all'.
make -C equalizer
make[3]: Nothing to be done for `all'.
make -C flv
make[3]: Nothing to be done for `all'.
make -C id3demux
make[3]: Nothing to be done for `all'.
make -C icydemux
make[3]: Nothing to be done for `all'.
make -C interleave
make[3]: Nothing to be done for `all'.
make -C flx
make[3]: Nothing to be done for `all'.
make -C goom
/bin/sh ../../libtool --tag=CC --tag=disable-static  --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..    -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2   -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2   -I../../gst-libs -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2    -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wold-style-definition -Waggregate-return -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -Werror     -DGST_DISABLE_DEPRECATED  -DBUILD_MMX -I/usr/local/Cellar/orc/0.4.16/include/orc-0.4   -funroll-loops -fno-strict-aliasing -fno-common -MT libgstgoom_la-plugin_info.lo -MD -MP -MF .deps/libgstgoom_la-plugin_info.Tpo -c -o libgstgoom_la-plugin_info.lo `test -f 'plugin_info.c' || echo './'`plugin_info.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2 -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2 -I../../gst-libs -D_REENTRANT -I/Users/juniorz/gstreamer/include/gstreamer-0.10 -I/usr/local/Cellar/glib/2.30.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.30.2/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/local/Cellar/glib/2.30.2/include -I/usr/include/libxml2 -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wold-style-definition -Waggregate-return -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -Werror -DGST_DISABLE_DEPRECATED -DBUILD_MMX -I/usr/local/Cellar/orc/0.4.16/include/orc-0.4 -funroll-loops -fno-strict-aliasing -fno-common -MT libgstgoom_la-plugin_info.lo -MD -MP -MF .deps/libgstgoom_la-plugin_info.Tpo -c plugin_info.c  -fno-common -DPIC -o .libs/libgstgoom_la-plugin_info.o
/var/folders/c7/vldf265x307gwbxyw5x827f00000gn/T//cc2VqgCU.s:11:suffix or operands invalid for `push'
/var/folders/c7/vldf265x307gwbxyw5x827f00000gn/T//cc2VqgCU.s:13:suffix or operands invalid for `pop'
/var/folders/c7/vldf265x307gwbxyw5x827f00000gn/T//cc2VqgCU.s:16:suffix or operands invalid for `push'
/var/folders/c7/vldf265x307gwbxyw5x827f00000gn/T//cc2VqgCU.s:19:suffix or operands invalid for `pop'
/var/folders/c7/vldf265x307gwbxyw5x827f00000gn/T//cc2VqgCU.s:130:suffix or operands invalid for `pop'
make[3]: *** [libgstgoom_la-plugin_info.lo] Error 1
make[2]: *** [goom] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Sebastian Dröge (slomo) 2011-12-13 14:47:59 UTC
This looks like a compiler bug, your compiler seems to emit invalid assembly code.