Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320 - irssi ebuild violates sandbox
Summary: irssi ebuild violates sandbox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Vitaly Kushneriuk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-24 17:55 UTC by Vitaly Kushneriuk
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 Vitaly Kushneriuk 2002-01-24 17:55:25 UTC
it tries to mkdir /usr/i686-linux during install.
Comment 1 Tom von Schwerdtner 2002-02-26 18:22:58 UTC
FYI: with irssi 0.8.1 (renaming of ebuild works fine), this is the sandbox error:
=========================================================
make[4]: Entering directory 
`/var/tmp/portage/irssi-0.8.1/work/irssi-0.8.1/src/perl/common'
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Writing /usr/lib/perl5/5.6.1/i586-linux/auto/Irssi/.packlist
ACCESS DENIED  open_wr:   /usr/lib/perl5/5.6.1/i586-linux/auto/Irssi/.packlist
Can't open file /usr/lib/perl5/5.6.1/i586-linux/auto/Irssi/.packlist: Permission denied at 
/usr/lib/perl5/5.6.1/ExtUtils/Install.pm line 168
make[4]: *** [pure_perl_install] Error 255

============================================================
Comment 2 Tom von Schwerdtner 2002-02-26 18:41:28 UTC
uh...ignore my comments for now....totally different location for the error, sholda been 
seperate report

apologies
Comment 3 Tom von Schwerdtner 2002-02-27 05:49:41 UTC
adding:

--with-perl-lib=${D}/usr/lib/perl5/5.6.1/

to the config options works.  
Comment 4 Grant Goodyear (RETIRED) gentoo-dev 2002-03-15 11:24:56 UTC
Fixed on CVS.