[MacPorts] #18918: gst-plugins-base 0.10.22 - Build error
#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
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Comment(by jmr@…): Please supply more information. Have you tried updating to MacPorts 1.7.1? What OS version are you using? What Xcode version? Is the libtool port active? Do you have libtool1 installed (you shouldn't)? -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Comment(by thilo@…): I get exactly the same error. With or without libtool1. Mac OS X: 10.5.6 Xcode Src dmg: xcode312_2621_developerdvd sudo port version: Version: 1.710 -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Comment(by macsforever2000@…): Replying to [comment:4 thilo@…]:
I get exactly the same error. With or without libtool1. Mac OS X: 10.5.6 Xcode Src dmg: xcode312_2621_developerdvd sudo port version: Version: 1.710
What is output of the following command for you? {{{ port installed libtool }}} -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Comment(by thilo@…): errorm:~ ephraim$ sudo port installed libtool Password: The following ports are currently installed: libtool @2.2.6a_0 (active) -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Changes (by devans@…): * cc: devans@… (added) Comment: gstreamer and gst-plugins-base were updated to 0.10.23 in r50949. Is this any help? Builds without error on 10.4.11 ppc. -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error -----------------------------------------+---------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: gst-plugins-base | Port: gst-plugins-base -----------------------------------------+---------------------------------- Comment(by thilo@…): thumbs up! This fix it for me. Thx -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error ------------------------------------------+--------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: gst-plugins-base Port: gst-plugins-base | ------------------------------------------+--------------------------------- Changes (by devans@…): * status: new => closed * resolution: => fixed Comment: I guess its fixed. -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18918: gst-plugins-base 0.10.22 - Build error ------------------------------------------+--------------------------------- Reporter: fanmail@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: gst-plugins-base | ------------------------------------------+--------------------------------- Changes (by devans@…): * keywords: gst-plugins-base => -- Ticket URL: <http://trac.macports.org/ticket/18918#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts