#17483: gst-plugins-bad-0.10.9 twolame plugin build failure ------------------------------+--------------------------------------------- Reporter: jon335@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Keywords: | Port: gst-plugins-bad ------------------------------+--------------------------------------------- Trying to build gst-plugins-bad-0.10.9 (twolame-0.3.3 is installed) {{{ ~ $ sudo port install gst-plugins-bad ---> Fetching gst-plugins-bad ---> Verifying checksum(s) for gst-plugins-bad ---> Extracting gst-plugins-bad ---> Configuring gst-plugins-bad ---> Building gst-plugins-bad Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build /_Users_titanous_src_macports_dports_gnome_gst-plugins-bad/work/gst- plugins-bad-0.10.9" && make all " returned error 2 Command output: /usr/bin/nm -p .libs/libgstsoundtouch_la-plugin.o .libs /libgstsoundtouch_la-gstpitch.o .libs/libgstsoundtouch_la-gstbpmdetect.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A- Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq
.libs/libgstsoundtouch.exp /usr/bin/grep -E -e "^_*gst_plugin_desc$" ".libs/libgstsoundtouch.exp" > ".libs/libgstsoundtouch.expT" mv -f ".libs/libgstsoundtouch.expT" ".libs/libgstsoundtouch.exp" sed -e 's,^,_,' < .libs/libgstsoundtouch.exp > .libs/libgstsoundtouch- symbols.expsym g++ -o .libs/libgstsoundtouch.so -bundle .libs/libgstsoundtouch_la- plugin.o .libs/libgstsoundtouch_la-gstpitch.o .libs/libgstsoundtouch_la- gstbpmdetect.o -L/opt/local/lib /opt/local/lib/libgstaudio-0.10.dylib /opt/local/lib/libgstinterfaces-0.10.dylib /opt/local/lib/libz.dylib /opt/local/lib/libgstbase-0.10.dylib /opt/local/lib/libgstcontroller-0.10.dylib /opt/local/lib/libgstreamer-0.10.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libxml2.dylib -lpthread -lz -lm /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/libSoundTouch.a /opt/local/lib/libBPM.a -Wl,-exported_symbols_list,.libs /libgstsoundtouch-symbols.expsym dsymutil .libs/libgstsoundtouch.so || : ar cru .libs/libgstsoundtouch.a libgstsoundtouch_la-plugin.o libgstsoundtouch_la-gstpitch.o libgstsoundtouch_la-gstbpmdetect.o ranlib .libs/libgstsoundtouch.a creating libgstsoundtouch.la (cd .libs && rm -f libgstsoundtouch.la && ln -s ../libgstsoundtouch.la libgstsoundtouch.la) Making all in twolame if /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -L/opt/local/lib -I ../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/local/include/gstreamer-0.10 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libxml2 -Wall -Wdeclaration-after-statement -g -I/opt/local/include -O2 -no-cpp-precomp -funroll-loops -fstrict- aliasing -MT libgsttwolame_la-gsttwolame.lo -MD -MP -MF ".deps /libgsttwolame_la-gsttwolame.Tpo" -c -o libgsttwolame_la-gsttwolame.lo `test -f 'gsttwolame.c' || echo './'`gsttwolame.c; \ then mv -f ".deps/libgsttwolame_la-gsttwolame.Tpo" ".deps /libgsttwolame_la-gsttwolame.Plo"; else rm -f ".deps/libgsttwolame_la- gsttwolame.Tpo"; exit 1; fi mkdir .libs /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -L/opt/local/lib -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/opt/local/include/gstreamer-0.10 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/libxml2 -Wall -Wdeclaration-after-statement -g -I/opt/local/include -O2 -no-cpp-precomp -funroll-loops -fstrict-aliasing -MT libgsttwolame_la-gsttwolame.lo -MD -MP -MF .deps/libgsttwolame_la- gsttwolame.Tpo -c gsttwolame.c -fno-common -DPIC -o .libs /libgsttwolame_la-gsttwolame.o gsttwolame.c: In function 'gst_two_lame_mode_get_type': gsttwolame.c:119: error: 'TWOLAME_AUTO_MODE' undeclared (first use in this function) gsttwolame.c:119: error: (Each undeclared identifier is reported only once gsttwolame.c:119: error: for each function it appears in.) gsttwolame.c: In function 'gst_two_lame_chain': gsttwolame.c:744: warning: implicit declaration of function 'twolame_encode_buffer_float32' gsttwolame.c:753: warning: implicit declaration of function 'twolame_encode_buffer_float32_interleaved' gsttwolame.c: In function 'gst_two_lame_setup': gsttwolame.c:914: warning: implicit declaration of function 'twolame_set_VBR_level' gsttwolame.c: In function 'gst_two_lame_get_default_settings': gsttwolame.c:1002: warning: implicit declaration of function 'twolame_get_VBR_level' make[3]: *** [libgsttwolame_la-gsttwolame.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/17483> MacPorts <http://www.macports.org/> Ports system for Mac OS