Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
>>> Install moreutils-0.30 into /var/tmp/portage/sys-apps/moreutils-0.30/image/ category sys-apps mkdir -p /var/tmp/portage/sys-apps/moreutils-0.30/image//usr/bin install -s isutf8 ifdata ifne pee sponge mispipe lckdo /var/tmp/portage/sys-apps/moreutils-0.30/image//usr/bin install vidir vipe ts combine zrun /var/tmp/portage/sys-apps/moreutils-0.30/image//usr/bin mkdir -p /var/tmp/portage/sys-apps/moreutils-0.30/image//usr/share/man/man1 install sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 mispipe.1 lckdo.1 /var/tmp/portage/sys-apps/moreutils-0.30/image//usr/share/man/man1 install: cannot stat `sponge.1': No such file or directory install: cannot stat `isutf8.1': No such file or directory install: cannot stat `ifdata.1': No such file or directory install: cannot stat `ifne.1': No such file or directory install: cannot stat `pee.1': No such file or directory install: cannot stat `mispipe.1': No such file or directory install: cannot stat `lckdo.1': No such file or directory make: *** [install] Error 1 !!! ERROR: sys-apps/moreutils-0.30 failed. !!! Call stack: !!! ebuild-daemon.sh, line 191: Called execute_phases 'install' !!! ebuild.sh, line 622: Called dyn_install !!! ebuild-default-functions.sh, line 304: Called src_install !!! ebuild.sh, line 2764: Called die !!! The die message: !!! install failed !!! !!! If you need support, post the topmost build error, and the call stack if relevant. phases failed !!! Failed to build config wrapped(use): ebuild src: sys-apps/moreutils-0.30: Failed build operation: install: Failed building (False/0 return from handler) It looks like the generated manpages are not written to the files, but to stdout in the earlier build phase. The ebuild that used to be in Sunrise did this right. Also, a style fix suggestion: Use SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz" instead of the absolute values. One more thing: Instead of the repeated cd'ing into the source dir that differs from $S, just changing $S would be shorter.
Created an attachment (id=153647) [details] Older ebuild by me, based on the Sunrise one
I uploaded a fixed ebuild to: http://git.cloudconnected.org/~mxey/overlay/tree/sys-apps/moreutils/moreutils-0.30.ebuild
Ooops, I duped this bug. I'm marking this one as dupe since I think the other solution should be used. *** This bug has been marked as a duplicate of bug 223971 ***