Opened 15 years ago

Last modified 13 years ago

#20906 closed defect

babl opcode errors on OS X 10.6 — at Version 4

Reported by: macports@… Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: haspatch Cc:
Port: babl gegl

Description (last modified by tobypeterson)

With +universal on OS X 10.6 I get:

--->  Building babl
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_babl/work/babl-0.1.0" && /usr/bin/make -j2 all " returned error 2
Command output: /usr/bin/make  all-recursive
Making all in babl
Making all in base
make[3]: Nothing to be done for `all'.
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I..  -DLIBDIR=\""/opt/local/lib"\" -I.. -I../babl/base -I/opt/local/include  -O2 -arch x86_64 -arch i386 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o babl-cpuaccel.lo babl-cpuaccel.c
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I..  -DLIBDIR=\""/opt/local/lib"\" -I.. -I../babl/base -I/opt/local/include  -O2 -arch x86_64 -arch i386 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o babl-extension.lo babl-extension.c
 /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/opt/local/lib\" -I.. -I../babl/base -I/opt/local/include -O2 -arch x86_64 -arch i386 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c babl-cpuaccel.c  -fno-common -DPIC -o .libs/babl-cpuaccel.o
 /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/opt/local/lib\" -I.. -I../babl/base -I/opt/local/include -O2 -arch x86_64 -arch i386 -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c babl-extension.c  -fno-common -DPIC -o .libs/babl-extension.o
/var/tmp//cc1XKwYd.s:125:suffix or operands invalid for `pushf'
/var/tmp//cc1XKwYd.s:126:suffix or operands invalid for `pushf'
/var/tmp//cc1XKwYd.s:127:suffix or operands invalid for `pop'
/var/tmp//cc1XKwYd.s:130:suffix or operands invalid for `push'
/var/tmp//cc1XKwYd.s:131:suffix or operands invalid for `popf'
/var/tmp//cc1XKwYd.s:132:suffix or operands invalid for `pushf'
/var/tmp//cc1XKwYd.s:133:suffix or operands invalid for `pop'
/var/tmp//cc1XKwYd.s:134:suffix or operands invalid for `popf'
lipo: can't open input file: /var/tmp//ccViRZey.out (No such file or directory)
make[3]: *** [babl-cpuaccel.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Error: Unable to upgrade port: 1

Change History (4)

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

Owner: changed from macports-tickets@… to devans@…
Status: newassigned

Does it build correctly without +universal on 10.6?

comment:2 Changed 15 years ago by macports@…

I'm not sure. I can't build all my ports without +universal because of #20284 However, since 10.6 is x86_64 I don't think the +universal really matters for this issue.

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

Yes, lets consider it a 64 bit issue then. I don't have 10.6 available as yet so if no one else can see an easy fix for this then I will refer it upstream to the babl developers.

comment:4 Changed 15 years ago by tobypeterson

Description: modified (diff)
Note: See TracTickets for help on using tickets.