Gentoo Archives: gentoo-amd64

From: Martin Bergstrand <martin@××××××××××.us>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] pmount with dbus-1.0.1 build error
Date: Wed, 22 Nov 2006 22:46:30
Message-Id: 200611221644.32677.martin@bergstrand.us
In Reply to: Re: [gentoo-amd64] pmount with dbus-1.0.1 build error by Luis Medinas
1 On Wednesday 22 November 2006 4:12 pm, Luis Medinas wrote:
2 > On Wed, 2006-11-22 at 13:04 -0800, Mike Doty wrote:
3 > > Bráulio Oliveira wrote:
4 > > > hello all,
5 > > >
6 > > > I can't build pmount after the upgrade of dbus-0.61 to dbus-1.0.1. The
7 > > > error comes when linking pmount-hal:
8 > > >
9 > > > x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -mtune=athlon64
10 > > > -march=athlon64 -msse2 -Wl,-z -Wl,now -o pmount-hal pmount-hal.o
11 > > > libpmount-util.a /usr/lib64/libhal-storage.so /usr/lib64/libhal.so
12 > > > /usr/lib64/libdbus-1.so /usr/lib64/libsysfs.so
13 > > > pmount-hal.o: In function `main':
14 > > > pmount-hal.c:(.text+0x97f): undefined reference to
15 > > > `dbus_connection_disconnect'
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 Just as an FYI. I'm running pmount with dbus-1.0 that I unmasked.
32 Only ebuild that had real problems with dbus-1.0 was ivman but who needs that
33 when you have pmount anyways?
34
35 --
36 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] pmount with dbus-1.0.1 build error "Bráulio Oliveira" <brauliobo@×××××.com>