Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467346 - sys-fs/udev-200 - /usr/bin/install: cannot stat ‘./man/systemd-udevd.8’: No such file or directory
Summary: sys-fs/udev-200 - /usr/bin/install: cannot stat ‘./man/systemd-udevd.8’: No s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 12:55 UTC by Jaroslav Rakhmatoullin
Modified: 2013-04-27 18:06 UTC (History)
0 users

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


Attachments
emerge --info (info.txt,4.82 KB, text/plain)
2013-04-26 12:55 UTC, Jaroslav Rakhmatoullin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Rakhmatoullin 2013-04-26 12:55:00 UTC
Created attachment 346640 [details]
emerge --info

error:

(...)
/usr/bin/install -c -m 644 man/udevadm.8 man/systemd-udevd.service.8 ./man/systemd-udevd.8 '/var/tmp/portage/sys-fs/udev-200/image//usr/share/man/man8'
/usr/bin/install: cannot stat ‘./man/systemd-udevd.8’: No such file or directory
make: *** [install-man8] Error 1
 * ERROR: sys-fs/udev-200 failed (install phase):
 *   emake failed


fixed with by adding a line to copy the man page:

# diff Makefile.in.orig  Makefile.in
12140a12141
>       cp man/systemd-udevd.service.8 man/systemd-udevd.8



I'm not sure how to fix this properly.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-26 15:57:50 UTC
Please attach the entire build log to this bug report.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-04-27 11:10:46 UTC
Fixed by creating the systemd-udevd.8 outside of the build-system like done already for udevd.8
Comment 3 Jaroslav Rakhmatoullin 2013-04-27 18:06:43 UTC
(In reply to comment #2)
> Fixed by creating the systemd-udevd.8 outside of the build-system like done
> already for udevd.8

wow, already in the tree. nicely done. thanks a lot!