Gentoo Archives: gentoo-amd64

From: Luis Medinas <metalgod@g.o>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] pmount with dbus-1.0.1 build error
Date: Wed, 22 Nov 2006 22:15:43
Message-Id: 1164233567.17022.60.camel@darksystem.homeip.net
In Reply to: Re: [gentoo-amd64] pmount with dbus-1.0.1 build error by Mike Doty
1 On Wed, 2006-11-22 at 13:04 -0800, Mike Doty wrote:
2 > Bráulio Oliveira wrote:
3 > > hello all,
4 > >
5 > > I can't build pmount after the upgrade of dbus-0.61 to dbus-1.0.1. The
6 > > error comes when linking pmount-hal:
7 > >
8 > > x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -mtune=athlon64
9 > > -march=athlon64 -msse2 -Wl,-z -Wl,now -o pmount-hal pmount-hal.o
10 > > libpmount-util.a /usr/lib64/libhal-storage.so /usr/lib64/libhal.so
11 > > /usr/lib64/libdbus-1.so /usr/lib64/libsysfs.so
12 > > pmount-hal.o: In function `main':
13 > > pmount-hal.c:(.text+0x97f): undefined reference to
14 > > `dbus_connection_disconnect'
15 > >
16 >
17 > the mailing list isn't the place to post bugs, http://bugs.gentoo.org
18 > is. and please don't post this bug to bugs.g.o before you recompile
19 > this(and all dependencies) with _SANE_ cflags and no ldflags. sane
20 > cflags are "-O2 -march=k8 -pipe"
21
22 Mike is right you should report this bug to our bugzilla. But let me
23 give you an hint. That is pmount that doesn't work with dbus >=0.70 it
24 needs a patch to replace dbus_connection_disconnect to
25 dbus_connection_close. The maintainer shouldn't have problems to fix it.
26 btw... dbus 1.0 is hard masked so you should know what to do since the
27 tree isn't full ready to have it unmasked.
28
29 Greetings
30
31 --
32 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] pmount with dbus-1.0.1 build error Martin Bergstrand <martin@××××××××××.us>