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
Description:   Opened: 2005-01-07 03:59 0000
Here is a working ebuild for obexftp-0.10.7

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Frank Groeneveld 2005-01-07 04:00:04 0000 -------
Created an attachment (id=47833) [details]
ebuild for new version obexftp

------- Comment #2 From Frank Groeneveld 2005-01-07 05:20:04 0000 -------
Created an attachment (id=47836) [details]
wrong dep

Apparently obexftp-0.10.7 doesn't fail to compile without bluez-sdp installed,
so I deleted the dep in this ebuild.

------- Comment #3 From Andrej Kacian (RETIRED) 2005-01-07 05:59:05 0000 -------
I'll have a look at this right after I arrive at home. I'm busy packing now,
sorry. :)

------- Comment #4 From Frank Groeneveld 2005-01-07 10:38:43 0000 -------
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?

------- Comment #5 From Andrej Kacian (RETIRED) 2005-01-07 16:26:36 0000 -------
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.

------- Comment #6 From Andrej Kacian (RETIRED) 2005-01-07 16:34:59 0000 -------
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.

------- Comment #7 From Andrej Kacian (RETIRED) 2005-01-07 16:43:41 0000 -------
InCVS along with a new USE flag, thanks for reporting.

------- Comment #8 From Frank Groeneveld 2005-01-08 01:44:24 0000 -------
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...

------- Comment #9 From Frank Groeneveld 2005-01-08 01:48:18 0000 -------
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