Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85752 - rackview-0.05 sandbox violation
Summary: rackview-0.05 sandbox violation
Status: RESOLVED DUPLICATE of bug 43824
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Lowest enhancement (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 04:06 UTC by Francesco R. (RETIRED)
Modified: 2005-06-15 17:41 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 Francesco R. (RETIRED) gentoo-dev 2005-03-18 04:06:13 UTC
on ~x86 emerge rackview fail

Writing /var/tmp/portage/rackview-0.05/image//usr/lib/perl5/vendor_perl/5.8.6/i686-linux/auto/rackview/.packlist
Appending installation info to /var/tmp/portage/rackview-0.05/image//usr/lib/perl5/5.8.6/i686-linux/perllocal.pod
/usr/bin/perl5.8.6 "-MExtUtils::Command" -e mkpath /etc/eidetic
^[[31;01mACCESS DENIED^[[0m  mkdir:     /etc/eidetic
mkdir /etc/eidetic: Permission denied at /usr/lib/perl5/5.8.6/ExtUtils/Command.pm line 186
make: *** [install] Error 255

!!! ERROR: app-admin/rackview-0.05 failed.
!!! Function perl-module_src_install, Line 92, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

^G^G^G--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-app-admin_-_rackview-0.05-22170.log"

mkdir:     /etc/eidetic
Comment 1 Michael Imhof (RETIRED) gentoo-dev 2005-03-28 10:45:48 UTC
Can you provide a patch?
Comment 2 Francesco R. (RETIRED) gentoo-dev 2005-03-28 12:03:12 UTC
Nope

Looked at the ebuild, the problem is src_install(). 
It retrieve HTTPD_ROOT, HTTPD_USER, HTTPD_GROUP from the configuration files of apache{1,2}.
Recently the location of apache config files has changed.
In addition the old regexp wont work on new files.
In addition probably a *lot* of people still have (and want to keep old apache)
In addition ... no ok stop here ;)

My suggestion is to ask at apache herd how to retrieve in a safe manner (some eclass ?) that three variables. then change src_install() accordingly.

good luck
Comment 3 Steve Herber 2005-06-15 16:29:04 UTC
This is a duplicate of bug # 43824
Comment 4 Francesco R. (RETIRED) gentoo-dev 2005-06-15 17:41:34 UTC

*** This bug has been marked as a duplicate of 43824 ***