Bug 77006 - Ebuild for obexftp-0.10.7
|
Bug#:
77006
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: CLOSED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: ticho@gentoo.org
|
Reported By: frankgroeneveld@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Ebuild for obexftp-0.10.7
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-01-07 03:59 0000
|
Here is a working ebuild for obexftp-0.10.7
Reproducible: Always
Steps to Reproduce:
I'll have a look at this right after I arrive at home. I'm busy packing now,
sorry. :)
Ok, I have some weird stuff going on here ^^
When I emerge this ebuild, without bluez-sdp installed, it compiles, but I can't connect to my phone or anything.
When I emerge his ebuild with bluez-sdp (masked) installed, I can connect just fine and everything works.
Any fix for this?
These two lines from configure output might reveal what's going on:
checking for Bluetooth support... yes
checking for Bluetooth SDP support... yes
Simply, if you don't have BT SDP installed, obexftp's BT support will be turned off (read: apps/bt_discovery.c will not be compiled). I think I'll add a "bluetooth" USE flag to 0.10.7.
By the way, since bluez-*-2.6, SDP is part of bluez-libs and bluez-utils, so
that's why net-wireless/bluez-sdp is masked.
InCVS along with a new USE flag, thanks for reporting.
I know SDP is part of bluez-libs and bluez-utils. But why won't it work at my
computer? I DO need to install bluez-sdp to let obexftp work...
Ok, I just removed bluez-sdp and re-emerged bluez-libs and bluez-utils. Now
everything is working again.
Thanks for putting this in portage