Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 222779
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 223971
Assigned To: Greg Kroah-Hartman <gregkh@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Maximilian Gaß <mxey@cloudconnected.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
moreutils-0.29.ebuild Older ebuild by me, based on the Sunrise one text/plain Maximilian Gaß 2008-05-19 09:38 0000 794 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 222779 depends on: Show dependency tree
Bug 222779 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-05-19 09:36 0000
>>> 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.

------- Comment #1 From Maximilian Gaß 2008-05-19 09:38:42 0000 -------
Created an attachment (id=153647) [details]
Older ebuild by me, based on the Sunrise one

------- Comment #2 From Maximilian Gaß 2008-05-19 09:48:35 0000 -------
I uploaded a fixed ebuild to:

http://git.cloudconnected.org/~mxey/overlay/tree/sys-apps/moreutils/moreutils-0.30.ebuild

------- Comment #3 From Santiago M. Mola 2008-05-28 17:12:58 0000 -------
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 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug