Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77006 - Ebuild for obexftp-0.10.7
Summary: Ebuild for obexftp-0.10.7
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Andrej Kacian (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 03:59 UTC by Anonymous
Modified: 2005-01-08 01:48 UTC (History)
0 users

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


Attachments
ebuild for new version obexftp (obexftp-0.10.7.ebuild,852 bytes, text/plain)
2005-01-07 04:00 UTC, Anonymous
Details
wrong dep (obexftp-0.10.7.ebuild,822 bytes, text/plain)
2005-01-07 05:20 UTC, Anonymous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anonymous 2005-01-07 03:59:18 UTC
Here is a working ebuild for obexftp-0.10.7

Reproducible: Always
Steps to Reproduce:
Comment 1 Anonymous 2005-01-07 04:00:04 UTC
Created attachment 47833 [details]
ebuild for new version obexftp
Comment 2 Anonymous 2005-01-07 05:20:04 UTC
Created attachment 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 Andrej Kacian (RETIRED) gentoo-dev 2005-01-07 05:59:05 UTC
I'll have a look at this right after I arrive at home. I'm busy packing now, sorry. :)
Comment 4 Anonymous 2005-01-07 10:38:43 UTC
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 Andrej Kacian (RETIRED) gentoo-dev 2005-01-07 16:26:36 UTC
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 Andrej Kacian (RETIRED) gentoo-dev 2005-01-07 16:34:59 UTC
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 Andrej Kacian (RETIRED) gentoo-dev 2005-01-07 16:43:41 UTC
InCVS along with a new USE flag, thanks for reporting.
Comment 8 Anonymous 2005-01-08 01:44:24 UTC
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 Anonymous 2005-01-08 01:48:18 UTC
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