Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17627 closed defect (fixed)

orbit fails to compile

Reported by: jeremyhu (Jeremy Huddleston Sequoia) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: compilation Cc:
Port: orbit

Description

/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../src -I../../../src/ORBitutil -I../../../src/orb 	 -I../../.. -I../../../src -I/opt/local/include/glib-1.2 -I/opt/local/lib/glib/include  -I/opt/local/include -no-cpp-precomp -DHAVE_LIMITED_WRITEV -DMAX_LIMITED_IOVECS=1024  -O3 -fstrict-aliasing -funroll-loops -c interface_repository-impl.c
/bin/sh ../../../libtool --mode=link /usr/bin/gcc-4.0  -O3 -fstrict-aliasing -funroll-loops -L/opt/local/lib -o orbit-ird -static interface_repository-skels.o interface_repository-impl.o ../../../src/orb/libORBit.la ../../../src/IIOP/libIIOP.la 	../../../src/ORBitutil/libORBitutil.la 	-L/opt/local/lib -lglib 	-lm 
mkdir .libs
/usr/bin/gcc-4.0 -O3 -fstrict-aliasing -funroll-loops -o orbit-ird interface_repository-skels.o interface_repository-impl.o  -L/opt/local/lib ../../../src/orb/.libs/libORBit.a ../../../src/IIOP/.libs/libIIOP.a ../../../src/ORBitutil/.libs/libORBitutil.a -lglib -lm
Undefined symbols:
  "_hosts_access", referenced from:
      _iiop_connection_server_accept in libIIOP.a(connection.o)
  "_eval_client", referenced from:
      _iiop_connection_server_accept in libIIOP.a(connection.o)
      _iiop_connection_server_accept in libIIOP.a(connection.o)
  "_request_init", referenced from:
      _iiop_connection_server_accept in libIIOP.a(connection.o)
  "_sock_host", referenced from:
      _iiop_connection_server_accept in libIIOP.a(connection.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [orbit-ird] Error 1

Change History (2)

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

Resolution: fixed
Status: newclosed

Fixed in r43677.

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.