Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398929 - net-wireless/bluez-4.98-r1 - rm: cannot remove `test-textfile.o': No such file or directory
Summary: net-wireless/bluez-4.98-r1 - rm: cannot remove `test-textfile.o': No such fil...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-15 00:01 UTC by Andrew Frink
Modified: 2012-01-19 11:33 UTC (History)
3 users (show)

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


Attachments
build.log for net-wireless/bluez-4.98-r1 (bluez-build.log,92.70 KB, text/plain)
2012-01-15 00:02 UTC, Andrew Frink
Details
emerge --info (emerge.info,4.92 KB, text/plain)
2012-01-19 00:01 UTC, Andrew Frink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Frink 2012-01-15 00:01:00 UTC
net-wireless/bluez-4.98-r1 fails during src_install due to trying to remove files that do not exist. Line 119 in net-wireless/bluez-4.98-r1.ebuild.

Reproducible: Always

Steps to Reproduce:
1.emerge -av1 net-wireless/bluez-4.98-r1

Actual Results:  
bluez fails to install

Expected Results:  
Bluez installs

commenting out line 119 in the ebuild fixes this. https://bugs.gentoo.org/show_bug.cgi?id=356529 introduced this bug.
Comment 1 Andrew Frink 2012-01-15 00:02:57 UTC
Created attachment 298961 [details]
build.log for net-wireless/bluez-4.98-r1

build.log for net-wireless/bluez-4.98-r1.
Comment 2 Pacho Ramos gentoo-dev 2012-01-16 20:07:04 UTC
I cannot reproduce this with this USE flags:
net-wireless/bluez-4.98-r1  USE="alsa consolekit cups gstreamer test-programs usb -caps -debug -pcmcia"

What are your flags for bluez (emerge -pv bluez)?
Comment 3 Andrew Frink 2012-01-19 00:01:23 UTC
Created attachment 299279 [details]
emerge --info

# emerge -pv =net-wireless/bluez-4.98-r1
...
[ebuild     U  ] net-wireless/bluez-4.98-r1 [4.98-r2] USE="alsa consolekit cups gstreamer test-programs usb -caps -debug -pcmcia" 0 kB
Comment 4 Pacho Ramos gentoo-dev 2012-01-19 11:17:56 UTC
(In reply to comment #0)
> commenting out line 119 in the ebuild fixes this.
> https://bugs.gentoo.org/show_bug.cgi?id=356529 introduced this bug.

After doing this workaround, are you getting any bluez-test-textfile file installed?
Comment 5 Pacho Ramos gentoo-dev 2012-01-19 11:20:27 UTC
Maybe attaching config.log after failure could help :-/
Comment 6 Pacho Ramos gentoo-dev 2012-01-19 11:26:13 UTC
Don't worry, this is because of a missing depend on "check" for test-programs
Comment 7 Pacho Ramos gentoo-dev 2012-01-19 11:33:25 UTC
+  19 Jan 2012; Pacho Ramos <pacho@gentoo.org> bluez-4.98-r1.ebuild,
+  bluez-4.98.ebuild:
+  Add missing DEPEND on check for test-programs, bug #398929 by Andrew Frink.
+