Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119648 - rackview 0.09 missing SimpleResource.pm + sandbox violation
Summary: rackview 0.09 missing SimpleResource.pm + sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 23:39 UTC by Henrik
Modified: 2006-09-22 12:22 UTC (History)
4 users (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 Henrik 2006-01-19 23:39:05 UTC
the erackview perl script needs SimpleResource.pm but the module is not in the dependency list, nor does it seem to be on Gentoo.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-29 06:10:45 UTC
CCing perl, where does this module come from? :)
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2006-05-30 04:50:26 UTC
Looks like upstream forgot to fix everything.

from doc/PLAN:
   * Replace use of SimpleResource with Config::Simple

however, they still call SimpleResource, which means they forgot to completely remove it. I'm impressed you have it installed though, since I get sandbox violations trying to build it...
ACCESS DENIED   open_wr:   /usr/lib/perl5/vendor_perl/5.8.8/Eidetic/Racks.pm
ACCESS DENIED   chmod:     /usr/lib/perl5/vendor_perl/5.8.8/Eidetic/Racks.pm
Installing /usr/lib/perl5/vendor_perl/5.8.8/Eidetic/Racks.pm
ACCESS DENIED   open_wr:   /usr/share/man/man1/erackview.1
ACCESS DENIED   chmod:     /usr/share/man/man1/erackview.1
Installing /usr/share/man/man1/erackview.1
ACCESS DENIED   open_wr:   /usr/bin/erackview
ACCESS DENIED   chmod:     /usr/bin/erackview
ACCESS DENIED   mkdir:     /usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/rackview


Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-07-31 23:12:07 UTC
Someone send this upstream, perhaps?

http://sourceforge.net/tracker/?group_id=80506&atid=559978

Otherwise, this thing should be package.masked - 0.05 has different sandbox violations as well (Bug 43824) so this ebuild is not too useful as it is.
Comment 4 Wulf Krueger (RETIRED) gentoo-dev 2006-07-31 23:27:29 UTC
I've just mailed the author (Bryce) about it.
Comment 5 Yuval Yaari (RETIRED) gentoo-dev 2006-08-16 08:28:57 UTC
Adding:
myinst="${myinst} DESTDIR=${D} INSTBINDIR=${D}/usr/bin"
Before:
perl-module_src_install

Should solve most (all?) sandbox violations.
Comment 6 Jeffrey Forman (RETIRED) gentoo-dev 2006-09-19 06:01:51 UTC
hey guys,

any update on this? i just tried to install 0.09 at work and got the same result

-jeff
Comment 7 Michael Cummings (RETIRED) gentoo-dev 2006-09-22 12:22:19 UTC
sorry, got lost in the queue (right about the time yuval switched from being a user to a dev, blame yuval!!). fixed and in cvs, should hit the mirrors shortly.