Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 451352 - app-portage/eclass-manpages-20130110 fails because eclass-to-manpage.sh is not executable
Summary: app-portage/eclass-manpages-20130110 fails because eclass-to-manpage.sh is no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 07:44 UTC by Justin Lecher (RETIRED)
Modified: 2013-01-11 18:35 UTC (History)
1 user (show)

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 Justin Lecher (RETIRED) gentoo-dev 2013-01-11 07:44:56 UTC
You changed from calling "bash sript" to "script" but that fails as eclass-to-manpage.sh is not executable.

>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-portage/eclass-manpages-20130110/work ...
 * Generating man pages from: /usr/portage/eclass
env: /usr/portage/app-portage/eclass-manpages/files/eclass-to-manpage.sh: Permission denied
 * ERROR: app-portage/eclass-manpages-20130110 failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 346:  Called genit
 *   environment, line 304:  Called die
 * The specific snippet of code:
 *       env ECLASSDIR=${e} "${FILESDIR}"/eclass-to-manpage.sh || die
 * 

Should I add bash back?
Comment 1 SpanKY gentoo-dev 2013-01-11 18:35:35 UTC
should be all set now in the tree; thanks for the report!

Commit message: Re-add bash call
http://sources.gentoo.org/app-portage/eclass-manpages/eclass-manpages-20130110.ebuild?r1=1.2&r2=1.3