#18756 closed defect (duplicate)
orbit2
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | dbevans (David B. Evans) | |
Port: | orbit2 |
Description
I cannot install orbit2 @2.14.17 on my MacBook Pro running Mac OS X 10.5.6, Xcode 3.1, MacPorts 1.7.0.
$ port install orbit2 ---> Fetching orbit2 ---> Verifying checksum(s) for orbit2 ---> Extracting orbit2 ---> Configuring orbit2 ---> Building orbit2 Error: Target org.macports.build returned: shell command " cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_devel_orbit2/work/ORBit2-2.14.17" && nice -n 10 make -j3 all " returned error 2 Command output: from corba-defs-common.c:9: ../../../include/orbit/orb-core/iop-defs.h:1398: warning: integer constant is too large for 'long' type ../../../include/orbit/orb-core/iop-defs.h:1398: error: size of array 'magic' is too large ../../../include/orbit/orb-core/iop-defs.h:1429: warning: integer constant is too large for 'long' type ../../../include/orbit/orb-core/iop-defs.h:1429: error: size of array 'magic' is too large ../../../include/orbit/orb-core/iop-defs.h:1617: warning: integer constant is too large for 'long' type ../../../include/orbit/orb-core/iop-defs.h:1617: error: size of array 'reserved' is too large ../../../include/orbit/orb-core/iop-defs.h:1781: warning: integer constant is too large for 'long' type ../../../include/orbit/orb-core/iop-defs.h:1781: error: size of array 'reserved' is too large iop-defs-common.c:1870: warning: integer constant is too large for 'long' type iop-defs-common.c:1870: warning: integer constant is too large for 'long' type iop-defs-common.c:1870: warning: integer constant is too large for 'long' type iop-defs-common.c:3921: warning: integer constant is too large for 'long' type iop-defs-common.c:3921: warning: integer constant is too large for 'long' type iop-defs-common.c:3921: warning: integer constant is too large for 'long' type iop-defs-common.c:3921: warning: integer constant is too large for 'long' type iop-defs-common.c:3921: warning: integer constant is too large for 'long' type iop-defs-common.c:4097: warning: integer constant is too large for 'long' type iop-defs-common.c:4097: warning: integer constant is too large for 'long' type iop-defs-common.c:4097: warning: integer constant is too large for 'long' type iop-defs-common.c:4097: warning: integer constant is too large for 'long' type make[5]: *** [orbit-interface-common.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [iop-defs-common.lo] Error 1 make[5]: *** [corba-defs-common.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. $
orbit2 @2.14.16 was already installed on this computer. Rolling the port back to 2.14.16 and trying to rebuild it fails with the same message as above. So the problem could be caused by an update to one of orbit2's dependencies.
Change History (3)
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by jmroot (Joshua Root)
FYI, I found that libidl causes nasty runtime issues for its dependents when built universal i386/x86_64, despite them compiling OK.
Note: See
TracTickets for help on using
tickets.
I had glib2 @2.18.3_0+darwin_9+universal installed. Switching to glib2 @2.18.3_0+darwin_9 fixed it. That means this is caused by #17042.