Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6908 - perl-5.6.1 wont build on 1.4beta
Summary: perl-5.6.1 wont build on 1.4beta
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 20:32 UTC by Janus N. Tøndering
Modified: 2003-02-04 19:42 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 Janus N. Tøndering 2002-08-22 20:32:19 UTC
Following the installation guide and finally doing the emerge system.
I get errors with perl-5.6.1-r6 ...

First, test: op/stat(35) fails.
Solution: suid some program in /bin temporarily (strange, but it fixes it)

Second, during src_install it complains about missing lib.pm, Config.pm and
Exporter.pm (possibly more) in @INC.
Solution: set env PERLLIB=/var/tmp/portage/perl-5.6.1-r6/work/perl-5.6.1/lib

I don't think these solutions are nice ... but at least it fixed the problems.
Comment 1 Janus N. Tøndering 2002-08-23 06:31:06 UTC
Hmmm ... embarrasing... I forgot to "source /etc/profile" the second time I
chrooted to the gentoo partition ... that was why the building failed. It works
now (although I have to set LC_ALL="C" to make perl completely happy)