Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18918 closed defect (fixed)

gst-plugins-base 0.10.22 - Build error

Reported by: fanmail@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: thilo@…, dbevans (David B. Evans)
Port: gst-plugins-base

Description

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$

Change History (10)

comment:1 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:2 Changed 15 years ago by jmroot (Joshua Root)

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)?

comment:3 Changed 15 years ago by thilo@…

Cc: thilo@… added

Cc Me!

comment:4 in reply to:  description ; Changed 15 years ago 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

comment:5 in reply to:  4 Changed 15 years ago by mf2k (Frank Schima)

Replying to 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

comment:6 Changed 15 years ago by thilo@…

errorm:~ ephraim$ sudo port installed libtool Password: The following ports are currently installed:

libtool @2.2.6a_0 (active)

comment:7 Changed 15 years ago by dbevans (David B. Evans)

Cc: devans@… added

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.

comment:8 Changed 15 years ago by thilo@…

thumbs up! This fix it for me.

Thx

comment:9 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

I guess its fixed.

comment:10 Changed 15 years ago by dbevans (David B. Evans)

Keywords: gst-plugins-base removed
Note: See TracTickets for help on using tickets.