Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7836 - libwww-5.64 emerge errors
Summary: libwww-5.64 emerge errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
: 7816 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-12 10:19 UTC by Paul Slinski
Modified: 2003-02-04 19:42 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 Paul Slinski 2002-09-12 10:19:40 UTC
Attempting to emerge libwww results in the following errors:

>>> Install libwww-perl-5.64 into /var/tmp/portage/libwww-perl-5.64/image/
category dev-perl
ACCESS DENIED  open_wr:   /usr/lib/perl5/site_perl/5.6.1/LWP.pm
Installing /usr/lib/perl5/site_perl/5.6.1/LWP.pm
ACCESS DENIED  chmod:     /usr/lib/perl5/site_perl/5.6.1/LWP.pm
ACCESS DENIED  open_wr:   /usr/lib/perl5/site_perl/5.6.1/lwpcook.pod
Installing /usr/lib/perl5/site_perl/5.6.1/lwpcook.pod
ACCESS DENIED  chmod:     /usr/lib/perl5/site_perl/5.6.1/lwpcook.pod
ACCESS DENIED  open_wr:   /usr/lib/perl5/site_perl/5.6.1/Net/HTTP.pm
Installing /usr/lib/perl5/site_perl/5.6.1/Net/HTTP.pm
ACCESS DENIED  chmod:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTP.pm
ACCESS DENIED  open_wr:   /usr/lib/perl5/site_perl/5.6.1/Net/HTTPS.pm
Installing /usr/lib/perl5/site_perl/5.6.1/Net/HTTPS.pm
ACCESS DENIED  chmod:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTPS.pm
ACCESS DENIED  mkdir:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTP
mkdir /usr/lib/perl5/site_perl/5.6.1/Net/HTTP: Permission denied at
/usr/lib/perl5/5.6.1/ExtUtils/Install.pm line 137
make: *** [pure_site_install] Error 255

!!! ERROR: The ebuild did not complete successfully.
!!! Function perl-module_src_install, Line -656, Exitcode 2
!!! (no error message)

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-libwww-perl-5.64-21203.log"

open_wr:   /usr/lib/perl5/site_perl/5.6.1/LWP.pm
chmod:     /usr/lib/perl5/site_perl/5.6.1/LWP.pm
open_wr:   /usr/lib/perl5/site_perl/5.6.1/lwpcook.pod
chmod:     /usr/lib/perl5/site_perl/5.6.1/lwpcook.pod
open_wr:   /usr/lib/perl5/site_perl/5.6.1/Net/HTTP.pm
chmod:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTP.pm
open_wr:   /usr/lib/perl5/site_perl/5.6.1/Net/HTTPS.pm
chmod:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTPS.pm
mkdir:     /usr/lib/perl5/site_perl/5.6.1/Net/HTTP
--------------------------------------------------------------------------------

Searching, there is also a related bug (7816) but the user appears to be using
Gentoo 1.3. This is a 1.2 report.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-09-12 20:08:00 UTC
Paul,

    Please emerge rsync and try again. I've corrected the perl Makefile line in
the ebuild to conform to what the new MakeMaker is expecting. My apologies for
the inconvenience. The new version of libwww is the same as the current one
since this was an in place fix that only affected fresh installs (no need to
force all users to re-emerge if they don't have to).
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-09-12 20:09:37 UTC
*** Bug 7816 has been marked as a duplicate of this bug. ***
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2002-09-14 07:51:02 UTC
Is this fixed for you?