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

Bug 524640

Summary: net-wireless/bluez should install gatttool
Product: Gentoo Linux Reporter: Jason Zaman <perfinion>
Component: Current packagesAssignee: Pacho Ramos <pacho>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://permalink.gmane.org/gmane.linux.bluez.kernel/53115
See Also: http://bugs.debian.org/720486
https://bugzilla.redhat.com/show_bug.cgi?id=1141909
Whiteboard: https://bugs.archlinux.org/task/37686
Package list:
Runtime testing required: ---

Description Jason Zaman gentoo-dev 2014-10-06 18:23:47 UTC
BlueZ does not install "gatttool"
the build scripts do not copy it during install, so the ebuild needs

cp attrib/gatttool $D/usr/bin/

Reproducible: Always

Steps to Reproduce:
1. install bluez
2. try and use gatttool
3.
Actual Results:  
not found

Expected Results:  
command found
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-06 21:15:33 UTC
(In reply to Jason Zaman from comment #0)
> BlueZ does not install "gatttool"
> the build scripts do not copy it during install, so the ebuild needs
> 
> cp attrib/gatttool $D/usr/bin/

dobin attrib/gatttool
Comment 2 Pacho Ramos gentoo-dev 2014-10-11 11:01:01 UTC
+*bluez-5.24 (11 Oct 2014)
+
+  11 Oct 2014; Pacho Ramos <pacho@gentoo.org> +bluez-5.24.ebuild,
+  +files/bluez-5.24-musl-compat.patch:
+  Version bump, fix compat with musl (#524454 by Anthony Basile), install
+  gatttool (#524640 by Jason Zaman), install hex2hcd (by amak79).
+