Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249047 - sys-devel/automake-{1.9.6-r2,1.10.1-r1,1.10.2,9999}: help2man tries to use installed perl libs instead of new version
Summary: sys-devel/automake-{1.9.6-r2,1.10.1-r1,1.10.2,9999}: help2man tries to use in...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 00:40 UTC by Jonathan Callen (RETIRED)
Modified: 2009-02-08 19:43 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 Jonathan Callen (RETIRED) gentoo-dev 2008-11-27 00:40:27 UTC
when calling help2man in the ebuild for sys-devel/automake, automake attempts to use the previously installed version of the internal perl libraries for automake, which fails when automake is not already installed

To easily fix this, change the line:
    help2man ./${x} > ${x}-${SLOT}.1
to instead read:
    help2man "perl -Ilib ${x}" > ${x}-${SLOT}.1
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-27 16:51:34 UTC
Don't CC maintainers when you cannot assign bugs, please.