Opened 14 years ago
Closed 14 years ago
#24962 closed defect (worksforme)
dbus fails to install
Reported by: | marcus@… | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | dbus |
Description
I'm on a 2 x 2.8 quad core xeon using MacPorts 1.8.2. sudo port -d install dbus fails with the following error:
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/dbus-1.2.24" && /usr/bin/make -j8 all' /usr/bin/make all-recursive Making all in dbus /usr/bin/make all-am CC dbus-address.lo CC dbus-auth.lo CC dbus-auth-script.lo CC dbus-bus.lo CC dbus-credentials.lo CC dbus-connection.lo CC dbus-keyring.lo CC dbus-errors.lo libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[3]: *** [dbus-auth-script.lo] Error 63 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [dbus-address.lo] Error 63 libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[3]: *** [dbus-auth.lo] Error 63 libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[3]: *** [dbus-bus.lo] Error 63 libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[3]: *** [dbus-keyring.lo] Error 63 make[3]: *** [dbus-credentials.lo] Error 63 make[3]: *** [dbus-errors.lo] Error 63 libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make[3]: *** [dbus-connection.lo] Error 63 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/dbus-1.2.24" && /usr/bin/make -j8 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_dbus/work/dbus-1.2.24" && /usr/bin/make -j8 all " returned error 2
Change History (4)
comment:1 Changed 14 years ago by marcus@…
Cc: | marcus@… added |
---|
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Cc: | marcus@… removed |
---|---|
Owner: | changed from macports-tickets@… to mcalhoun@… |
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
dbus builds fine here. From the error message, I'm guessing you have something installed -- maybe totally unrelated to dbus -- that was built when libtool was at version 2.2.6, and now that libtool is at version 2.2.6b, it should be rebuilt. I'm not sure how to identify what port this is though (or which file it is that has "this LT_INIT"). You could look through /opt/local/var/macports/software for something installed before 2009-11-16 (which was when libtool was upgraded from 2.2.6a to 2.2.6b in r60593). Maybe that will give us a clue.
comment:4 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Can't reproduce, no further info, closing.
Note: See
TracTickets for help on using
tickets.
Cc Me!