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

Bug 356529

Summary: net-wireless/bluez-4.89 installs bluez-test-textfile.c and bluez-test-textfile.o into /usr/bin
Product: Gentoo Linux Reporter: Alec Meyers <alecm_88>
Component: [OLD] UnspecifiedAssignee: Pacho Ramos <pacho>
Status: RESOLVED FIXED    
Severity: normal CC: dev-zero, mobile+disabled, pda
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alec Meyers 2011-02-26 01:13:39 UTC
# equery f bluez | grep textfile
/usr/bin/bluez-test-textfile
/usr/bin/bluez-test-textfile.c
/usr/bin/bluez-test-textfile.o
/usr/lib/debug/usr/bin/bluez-test-textfile.debug

Reproducible: Always

Steps to Reproduce:
1. emerge =net-wireless/bluez-4.89

Actual Results:  
The problematic piece in the ebuild is here:

107         for b in apitest hsmicro hsplay test-* ; do
108             newbin "${b}" "bluez-${b}" || die
109         done
Comment 1 Pacho Ramos gentoo-dev 2011-02-26 12:30:33 UTC
Maybe .c and .o files should be removed before calling for b in  test-* (or some easier solution I am missing now :-S)
Comment 2 Pacho Ramos gentoo-dev 2011-03-20 16:57:19 UTC
+*bluez-4.90 (20 Mar 2011)
+
+  20 Mar 2011; Pacho Ramos <pacho@gentoo.org> +files/bluetooth-conf.d,
+  +files/conf.d-hidd, -files/4.31-as_needed.patch, -bluez-4.39-r2.ebuild,
+  -files/4.34-conditional_libsbc.patch,
+  -files/bluez-4.62-makefile_ipctest.patch, +bluez-4.90.ebuild,
+  -files/bluez-alsa_location.patch, files/bluetooth-init.d:
+  Version bump, remove old, bump to eapi4, don't install .c and .o files (bug
+  #356529 by Alec M.), init script needs hostname (bug #356739 by Johan
+  Myreen), libnl dep is no longer needed (bug #359105 by Yaroslav Isakov).
+