Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313591 - net-wireless/bluez 4.63 RDEPENDs on a newer dev-libs/glib version
Summary: net-wireless/bluez 4.63 RDEPENDs on a newer dev-libs/glib version
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 22:18 UTC by Maze
Modified: 2010-05-08 09:44 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maze 2010-04-06 22:18:08 UTC
bluez-4.63 fails to compile with "undefined reference to `g_strcmp0'", with USE="-consolekit" option

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-libs/glib-2.22.4 ???
2. emerge =net-wireless/bluez-4.63

Actual Results:  
audio/unix.o: In function `.L265':
unix.c:(.text+0x2408): undefined reference to `g_strcmp0'
serial/proxy.o: In function `remove_proxy':
proxy.c:(.text+0x1c8): undefined reference to `g_strcmp0'
collect2: ld returned 1 exit status
make[1]: *** [src/bluetoothd] Error 1
make: *** [all] Error 2

Expected Results:  
successful compiling 

Bluez-4.63 compiles with glib-2.22.4.
Due to old & slow hardware, i can't check other versions of glib, maybe they will be ok.

P.S.: sorry for my english :) if something is hard to understand, i'll try to make it easy throw email or skype: nazarovyv
P.P.S.: i'm working about bluetooth NAP on gentoo machine and can help if somebody is interested in it too.
Comment 1 Pacho Ramos gentoo-dev 2010-04-07 15:20:26 UTC
I doubt "consolekit" USE flag is involved since it only modifies bluetooth.conf :-/

Are your running on a full updated system? Please provide "emerge --info" output and full build.log file
Comment 2 Maze 2010-04-12 21:02:52 UTC
(In reply to comment #1)
> I doubt "consolekit" USE flag is involved since it only modifies bluetooth.conf
> :-/
> 
> Are your running on a full updated system? Please provide "emerge --info"
> output and full build.log file

No, my system is not fully updated. On fully updated system no problems.
But when emerging bluez, glib doesn't updates. But must be. It is a bug in ebuild.

PS sorry for my english.
Comment 3 Pacho Ramos gentoo-dev 2010-04-13 14:44:50 UTC
What dev-libs/glib version was causing problems for you?
Comment 4 Maze 2010-04-17 22:21:11 UTC
(In reply to comment #3)
> What dev-libs/glib version was causing problems for you?
> 

glib-2.22.4
Comment 5 Pacho Ramos gentoo-dev 2010-04-18 09:35:02 UTC
It builds fine for me even with 2.22.4 :-/
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2010-04-18 11:09:15 UTC
Upstream seems to say >= 2.14 should work:
./acinclude.m4: PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.14, dummy=yes,

I added that but no help for this bug.
Comment 7 Pacho Ramos gentoo-dev 2010-04-18 12:39:41 UTC
If it still fails for you, please attach full build.log file
Comment 8 Pacho Ramos gentoo-dev 2010-05-08 09:44:30 UTC
(In reply to comment #7)
> If it still fails for you, please attach full build.log file
>