Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356529 - net-wireless/bluez-4.89 installs bluez-test-textfile.c and bluez-test-textfile.o into /usr/bin
Summary: net-wireless/bluez-4.89 installs bluez-test-textfile.c and bluez-test-textfil...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-26 01:13 UTC by Alec Meyers
Modified: 2011-03-20 16:57 UTC (History)
3 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 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).
+