Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302903 - sys-fs/udev-151: errors during src_install
Summary: sys-fs/udev-151: errors during src_install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 19:57 UTC by Bernd Lommerzheim
Modified: 2010-01-31 21:37 UTC (History)
0 users

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 Bernd Lommerzheim 2010-01-30 19:57:36 UTC
Hello,
since udev-151 there is no 'docs/writing_udev_rules' directory in the offical package anymore. It was removed in commit [1]. So I get the following errors while installing udev-151:

/var/tmp/portage/sys-fs/udev-151/temp/environment: Zeile 3787: cd: docs/writing_udev_rules: Datei oder Verzeichnis nicht gefunden
mv: Aufruf von stat für „index.html“ nicht möglich: Datei oder Verzeichnis nicht gefunden
!!! dohtml: *.html does not exist
>>> Completed installing udev-151 into /var/tmp/portage/sys-fs/udev-151/image/

 * QA Notice: file does not exist:
 * 
 * 	dohtml: *.html does not exist 

I found the problematic code in the udev-151.ebuild at the end of the src_install function:
	cd docs/writing_udev_rules
	mv index.html writing_udev_rules.html
	dohtml *.html

As there is no docs/writing_udev_rules directory anymore these tree lines should be removed.
Thanks. Have a nice day.

[1] http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=26420abf5400bf047e4f861b6dba01b8934705a6

Reproducible: Always

Steps to Reproduce:
1. emerge =sys-fs/udev-151
Comment 1 Matthias Schwarzott gentoo-dev 2010-01-31 21:37:45 UTC
Removed that code, thanks for reporting.