Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 174525

Summary: app-mobilephone/obexftp-0.21 emerge fails w/ USE=bluetooth
Product: Gentoo Linux Reporter: Valery <killerovich>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Valery 2007-04-13 21:06:37 UTC
USE="syslog irda bluetooth" ACCEPT_KEYWORDS='~amd64' LINGUAS="ru" emerge -a obexftp

crashes in 

x86_64-pc-linux-gnu-gcc -O2 -pipe -W -Wundef -Wmissing-declarations -Wmissing-prototypes -Wall -o .libs/obexftp obexftp.o bt_discovery.o  ../obexftp/.libs/libobexftp.so ../multicobex/.libs/libmulticobex.so ../bfb/.libs/libbfb.so /usr/lib64/libopenobex.so
bt_discovery.o: In function `discover_bt':
bt_discovery.c:(.text+0x74): undefined reference to `hci_inquiry'
bt_discovery.c:(.text+0x8b): undefined reference to `hci_open_dev'
bt_discovery.c:(.text+0xd9): undefined reference to `hci_read_remote_name'
bt_discovery.c:(.text+0x119): undefined reference to `baswap'
bt_discovery.c:(.text+0x154): undefined reference to `batostr'
bt_discovery.c:(.text+0x197): undefined reference to `hci_devinfo'
bt_discovery.c:(.text+0x1b8): undefined reference to `sdp_connect'
bt_discovery.c:(.text+0x1dc): undefined reference to `baswap'
bt_discovery.c:(.text+0x1e9): undefined reference to `batostr'
bt_discovery.c:(.text+0x214): undefined reference to `sdp_uuid16_create'
bt_discovery.c:(.text+0x220): undefined reference to `sdp_list_append'
bt_discovery.c:(.text+0x22d): undefined reference to `sdp_list_append'
bt_discovery.c:(.text+0x248): undefined reference to `sdp_service_search_attr_req'
bt_discovery.c:(.text+0x25a): undefined reference to `sdp_list_free'
bt_discovery.c:(.text+0x264): undefined reference to `sdp_list_free'
bt_discovery.c:(.text+0x278): undefined reference to `sdp_list_free'
bt_discovery.c:(.text+0x280): undefined reference to `sdp_close'
bt_discovery.c:(.text+0x29e): undefined reference to `sdp_get_proto_port'
bt_discovery.c:(.text+0x2db): undefined reference to `sdp_get_access_protos'
bt_discovery.c:(.text+0x2fa): undefined reference to `sdp_list_free'
bt_discovery.c:(.text+0x302): undefined reference to `sdp_close'
bt_discovery.c:(.text+0x323): undefined reference to `batostr'
bt_discovery.c:(.text+0x351): undefined reference to `str2ba'
bt_discovery.c:(.text+0x37c): undefined reference to `sdp_close'
collect2: ld returned 1 exit status
make[2]: *** [obexftp] Ошибка 1
make[2]: Leaving directory `/var/tmp/portage/app-mobilephone/obexftp-0.21/work/obexftp-0.21/apps'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/var/tmp/portage/app-mobilephone/obexftp-0.21/work/obexftp-0.21'
make: *** [all] Ошибка 2

!!! ERROR: app-mobilephone/obexftp-0.21 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 4025:   Called src_compile
  obexftp-0.21.ebuild, line 52:   Called die

--------------------------------------------------------
without option bluetooth package build successfully. 

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-13 21:09:30 UTC

*** This bug has been marked as a duplicate of bug 135344 ***