Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59128 - perl-5.8.4 lib/Net/t/time test causes sandbox ACCESS VIOLATION for /etc/default/nss
Summary: perl-5.8.4 lib/Net/t/time test causes sandbox ACCESS VIOLATION for /etc/defau...
Status: RESOLVED DUPLICATE of bug 58240
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-02 02:55 UTC by Henrik Grubbström
Modified: 2005-07-17 13:06 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 Henrik Grubbström 2004-08-02 02:55:04 UTC
When I emerge world, perl-5.8.4 fails with:

[...]
> lib/Net/t/smtp.......................skipping test on this platform
> lib/Net/t/time.......................ACCESS DENIED  open_wr:   /etc/default/nss
> ok
[...]
> All tests successful.
> u=10.23  s=2.77  cu=735.66  cs=69.01  scripts=814  tests=80688
> make[2]: Leaving directory `/var/tmp/portage/perl-5.8.4/work/perl-5.8.4'
> make[1]: Leaving directory `/var/tmp/portage/perl-5.8.4/work/perl-5.8.4'
> --------------------------- ACCESS VIOLATION SUMMARY --------------------------
> LOG FILE = "/tmp/sandbox-dev-lang_-_perl-5.8.4-5954.log"
> 
> open_wr:   /etc/default/nss
> -------------------------------------------------------------------------------



Reproducible: Always
Steps to Reproduce:
1.emerge sync
2.emerge -uD world
3.Watch it build and test perl 5.8.4.

Actual Results:  
It fails due to attempting to open /etc/default/nss in write-mode.

Expected Results:  
It either shouldn't mess with /etc/default/nss, or should inform the sandbox
that it's ok.

# emerge info
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i586 -funroll-loops -pipe"
CHOST="i586-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i586 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.pudas.net/gentoo
rsync://trumpetti.atm.tut.fi/gentoo/ http://gentoo.linux.no/
ftp://gentoo.linux.no/pub/gentoo/"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb cjk crypt cups emacs encode esd firebird foomaticdb
gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg ldap leim libg++ libwww mad mikmod
motif mozilla mpeg mule mysql ncurses nls oci8 oggvorbis opengl oss pam pdflib
perl png python quicktime readline sdl slang spell sse ssl svga tcpd tiff
truetype unicode x86 xml2 xmms xv zlib"
Comment 1 Peter Kasting 2004-08-19 13:11:06 UTC
This should probably be marked as a duplicate of Bug 58240.
Comment 2 Henrik Grubbström 2005-03-31 07:35:31 UTC

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