#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Here is the error I get when installing gst-plugins-base {{{ micah-wedemeyers-macbook-pro-111:9 micah$ sudo port clean --work gst- plugins-base ---> Cleaning gst-plugins-base micah-wedemeyers-macbook-pro-111:9 micah$ sudo port install gst-plugins- base ---> Fetching gst-plugins-base ---> Verifying checksum(s) for gst-plugins-base ---> Extracting gst-plugins-base ---> Configuring gst-plugins-base ---> Building gst-plugins-base Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_gnome_gst-plugins-base/work/gst-plugins-base-0.10.22" && make all " returned error 2 Command output: --fhead "#include \"interfaces- enumtypes.h\"\n\n#include \"colorbalance.h\" \n#include \"colorbalancechannel.h\" \n#include \"mixer.h\" \n#include \"mixeroptions.h\" \n#include \"mixertrack.h\" \n#include \"navigation.h\" \n#include \"propertyprobe.h\" \n#include \"tuner.h\" \n#include \"tunernorm.h\" \n#include \"tunerchannel.h\" \n#include \"videoorientation.h\" \n#include \"xoverlay.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ colorbalance.h colorbalancechannel.h mixer.h mixeroptions.h mixertrack.h navigation.h propertyprobe.h tuner.h tunernorm.h tunerchannel.h videoorientation.h xoverlay.h > interfaces-enumtypes.c glib-genmarshal --header --prefix=gst_interfaces_marshal interfaces- marshal.list > interfaces-marshal.h.tmp mv interfaces-marshal.h.tmp interfaces-marshal.h glib-mkenums \ --fhead "#ifndef __GST_INTERFACES_ENUM_TYPES_H__\n#define __GST_INTERFACES_ENUM_TYPES_H__\n\n#include <glib- object.h>\n\nG_BEGIN_DECLS\n" \ --fprod "\n/* enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void);\n#define GST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __GST_INTERFACES_ENUM_TYPES_H__ */" \ colorbalance.h colorbalancechannel.h mixer.h mixeroptions.h mixertrack.h navigation.h propertyprobe.h tuner.h tunernorm.h tunerchannel.h videoorientation.h xoverlay.h > interfaces-enumtypes.h make all-am /bin/sh ../../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../.. -I/opt/local/include -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 -O2 -MT libgstinterfaces_0.10_la-colorbalance.lo -MD -MP -MF .deps/libgstinterfaces_0.10_la-colorbalance.Tpo -c -o libgstinterfaces_0.10_la-colorbalance.lo `test -f 'colorbalance.c' || echo './'`colorbalance.c ../../../libtool: line 830: X--tag=CC: command not found ../../../libtool: line 863: libtool: ignoring unknown tag : 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 1028: libtool: warning: cannot infer operation mode from `/usr/bin/gcc-4.0': No such file or directory ../../../libtool: line 7111: libtool: you must specify a MODE: command not found ../../../libtool: line 7112: Try `libtool --help' for more information.: command not found make[5]: *** [libgstinterfaces_0.10_la-colorbalance.lo] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. micah-wedemeyers-macbook-pro-111:9 micah$ }}} -- Ticket URL: <http://trac.macports.org/ticket/18918> MacPorts <http://www.macports.org/> Ports system for Mac OS