Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666756 - net-wireless/bluez-5.50 and btpclient
Summary: net-wireless/bluez-5.50 and btpclient
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-22 12:31 UTC by Chris Mayo
Modified: 2018-10-27 13:58 UTC (History)
2 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 Chris Mayo 2018-09-22 12:31:07 UTC
1) Leftover disable comment and instruction in the ebuild:

	# btpclient disabled because we don't have ell library in the tree
	econf \
...
		--disable-btpclient \
...
		$(multilib_native_use_enable btpclient) \

2) btpclient doesn't get installed because it is added to noinst_PROGRAMS as e.g. btmgmt which already has a dobin in the ebuild (multilib_is_native_abi).

3) Would be great to understand why the btpclient USE flag is enabled by default.
https://bugs.gentoo.org/657616#c5
Comment 1 Mart Raudsepp gentoo-dev 2018-10-22 10:58:19 UTC
I found https://www.spinics.net/lists/linux-bluetooth/msg73174.html for what BTP client is about, and it seems only a testing thing. Having it default enabled sounds rather wrong to me then.
Comment 2 Larry the Git Cow gentoo-dev 2018-10-27 13:58:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ca93bd2211fa9de1adc45b0fbdd2d58214ec7d

commit 52ca93bd2211fa9de1adc45b0fbdd2d58214ec7d
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-27 13:57:44 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-27 13:57:44 +0000

    net-wireless/bluez: Fix btpclient handling/installation
    
    Thanks-to: Chris Mayo
    Closes: https://bugs.gentoo.org/666756
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-wireless/bluez/bluez-5.50-r1.ebuild | 262 ++++++++++++++++++++++++++++++++
 1 file changed, 262 insertions(+)