Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260374 - net-wireless/bluez additional dependencies: media-libs/libsndfile and dev-libs/libnl
Summary: net-wireless/bluez additional dependencies: media-libs/libsndfile and dev-lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 12:34 UTC by Robert Piasek (RETIRED)
Modified: 2009-04-07 09:03 UTC (History)
3 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 Robert Piasek (RETIRED) gentoo-dev 2009-02-26 12:34:17 UTC
bluez fails to compile with following error:

armv4tl-softfloat-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I..    -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include   -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/include/ -D_FORTIFY_SOURCE=2 -fPIC -MT sbctester.o -MD -MP -MF .deps/sbctester.Tpo -c -o sbctester.o sbctester.c                                                                                                                   
sbctester.c:31:21: error: sndfile.h: No such file or directory       

paludis -o sndfile.h
* sndfile.h
    media-libs/libsndfile-1.0.17-r1::installed
        /usr/include/sndfile.h

later on:
armv4tl-softfloat-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../common -I../src -I../include -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/dbus-1.0 -I/usr/armv4tl-softfloat-linux-gnueabi/usr/lib/dbus-1.0/include -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/glib-2.0 -I/usr/armv4tl-softfloat-linux-gnueabi/usr/lib/glib-2.0/include -I../gdbus -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/include/ -D_FORTIFY_SOURCE=2 -fPIC -MT netlink.lo -MD -MP -MF .deps/netlink.Tpo -c netlink.c  -fPIC -DPIC -o .libs/netlink.o                              
netlink.c:30:29: error: netlink/netlink.h: No such file or directory                                                                                                 
netlink.c:31:31: error: netlink/genl/genl.h: No such file or directory                                                                                               
netlink.c:32:31: error: netlink/genl/ctrl.h: No such file or directory                                                                                               
netlink.c:33:33: error: netlink/genl/family.h: No such file or directory                          

paludis -o netlink/netlink.h
* netlink/netlink.h
    dev-libs/libnl-1.1-r1::installed
        /usr/include/netlink/netlink.h

After installing both libraries - bluez compiles fine.


Reproducible: Always
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2009-04-07 09:03:50 UTC
Done some time ago :-)
Thanks.