Opened 18 years ago

Closed 18 years ago

#10659 closed defect (fixed)

BUG: dbus-0.92 build error on Panther

Reported by: jw118@… Owned by: yeled@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc: jw118@…, markd@…
Port:

Description

I tried to install dbus as a dep of gnome-vfs on Darwin 7.9 and got the following error:

gcc -dynamiclib -o .libs/libdbus-1.3.0.0.dylib .libs/dbus-address.o .libs/dbus-auth.o .libs/dbus-auth-script.o .libs/dbus-bus.o .libs/dbus-connection.o .libs/dbus-errors.o .libs/dbus-keyring.o .libs/dbus-marshal-header.o .libs/dbus-marshal-byteswap.o .libs/dbus-marshal-recursive.o .libs/dbus-marshal-validate.o .libs/dbus-message.o .libs/dbus-object-tree.o .libs/dbus-pending-call.o .libs/dbus-resources.o .libs/dbus-server.o .libs/dbus-server-debug-pipe.o .libs/dbus-server-unix.o .libs/dbus-sha.o .libs/dbus-signature.o .libs/dbus-timeout.o .libs/dbus-threads.o .libs/dbus-transport.o .libs/dbus-transport-unix.o .libs/dbus-watch.o .libs/dbus-dataslot.o .libs/dbus-hash.o .libs/dbus-internals.o .libs/dbus-list.o .libs/dbus-marshal-basic.o .libs/dbus-memory.o .libs/dbus-mempool.o .libs/dbus-string.o .libs/dbus-sysdeps.o .libs/dbus-userdb.o -L/opt/local/lib -install_name /opt/local/lib/libdbus-1.3.dylib -Wl,-compatibility_version -Wl,4 -Wl,-current_version -Wl,4.0 ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _getpeereid /usr/bin/libtool: internal link edit command failed make[3]: * [libdbus-1.la] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Change History (4)

comment:1 Changed 18 years ago by jw118@…

Hello,

i could install dbus-0.92 now in a half-automatic way:

  1. setting the FLAGS (INSTALL.txt)
  2. ./configure from the work-directory --with-prefix=/opt/local as described in INSTALL.txt.
  3. port install dbus

dbus installation is registered by darwinports and the .tgz is packed. It seems to work, hope this helps.

So long, Jens

comment:2 Changed 18 years ago by markd@…

Summary: dbus-0.92 build error on PantherBUG: dbus-0.92 build error on Panther

comment:3 Changed 18 years ago by markd@…

Cc: jw118@… markd@… added

Did you install it on OS X 10.3? If so, can you tell us exactly what flags you used?

comment:4 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed a fix for this as revision 1. Tested on 10.3 and 10.4.

Note: See TracTickets for help on using tickets.