Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267068 - dev-libs/nspr-4.7.3 looks for 'perl5' binary, finding system perl rather than prefix perl
Summary: dev-libs/nspr-4.7.3 looks for 'perl5' binary, finding system perl rather than...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 209156
  Show dependency tree
 
Reported: 2009-04-22 09:56 UTC by Stuart Shelton
Modified: 2009-04-28 19:36 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 Stuart Shelton 2009-04-22 09:56:01 UTC
During 'configure', nspr looks for a 'perl5' binary before 'perl', finding system perl (5.00405) rather than prefix perl (5.8.8).

Prefix perl includes only the 'perl' binary and a 'perl5.8.8' symlink.

Either dev-lang/perl should include a 'perl5' symlink, or dev-libs/nspr should be altered to check for 'perl' first.

(Presumably the problem here is that nspr wants to ensure that it gets a perl which is version 5-compatible, but can't tie itself to a particular version number such as 5.8.8.  In these circumstances, it looks more as if dev-libs/nspr is doing the right thing and dev-lang/perl is missing a symlink...)
Comment 1 Fabian Groffen gentoo-dev 2009-04-28 19:36:25 UTC
while I think in general you're right here, nspr seems to be the only so far, so I just killed it's quest for perl5.