Gentoo Archives: gentoo-amd64

From: Mike Doty <kingtaco@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 21:12:40
Message-Id: 4564BB51.3060401@gentoo.org
In Reply to: [gentoo-amd64] pmount with dbus-1.0.1 build error by "BrĂ¡ulio Oliveira"
1 BrĂ¡ulio Oliveira wrote:
2 > hello all,
3 >
4 > I can't build pmount after the upgrade of dbus-0.61 to dbus-1.0.1. The
5 > error comes when linking pmount-hal:
6 >
7 > x86_64-pc-linux-gnu-gcc -O2 -fomit-frame-pointer -pipe -mtune=athlon64
8 > -march=athlon64 -msse2 -Wl,-z -Wl,now -o pmount-hal pmount-hal.o
9 > libpmount-util.a /usr/lib64/libhal-storage.so /usr/lib64/libhal.so
10 > /usr/lib64/libdbus-1.so /usr/lib64/libsysfs.so
11 > pmount-hal.o: In function `main':
12 > pmount-hal.c:(.text+0x97f): undefined reference to
13 > `dbus_connection_disconnect'
14 >
15
16 the mailing list isn't the place to post bugs, http://bugs.gentoo.org
17 is. and please don't post this bug to bugs.g.o before you recompile
18 this(and all dependencies) with _SANE_ cflags and no ldflags. sane
19 cflags are "-O2 -march=k8 -pipe"
20 --
21 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] pmount with dbus-1.0.1 build error Luis Medinas <metalgod@g.o>