Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 82342

Summary: net-snmp-5.2.1 sandbox violation during src_test
Product: Gentoo Linux Reporter: Aaron Walker (RETIRED) <ka0ttic>
Component: New packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal CC: soulse
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sandbox-net-analyzer_-_net-snmp-5.2.1-1391.log
net-snmp-5.2.1.ebuild.diff
net-snmp-5.2.1.ebuild.diff

Description Aaron Walker (RETIRED) gentoo-dev 2005-02-17 04:26:33 UTC
Attached is the sandbox log.
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-02-17 04:27:11 UTC
Created attachment 51427 [details]
sandbox-net-analyzer_-_net-snmp-5.2.1-1391.log
Comment 2 Marco Morales 2005-03-20 17:51:46 UTC
Created attachment 54010 [details]
net-snmp-5.2.1.ebuild.diff
Comment 3 Marco Morales 2005-03-21 03:49:04 UTC
It wasnt a good diff at all... im still trying to figure out where in the code logfile is called during testing.. btw sandbox is being violated in each test as far as i can see. I think the diff need to be somewhere in RUNTESTS or in a eval_* file ( maybe eval_tools.sh )
Comment 4 Marco Morales 2005-03-21 18:21:54 UTC
Created attachment 54126 [details]
net-snmp-5.2.1.ebuild.diff

it works for me....
arg "-Lf" $NEWLOGFILE from snmpd binary is buggy, instead of changing default
logfile to $NEWLOGFILE, it just begins to log in BOTH files... i changed it to
"-l" $NEWLOGFILE which its deprecated version and worked. Please test it in
your systems :)
Comment 5 Aaron Walker (RETIRED) gentoo-dev 2005-03-22 05:24:35 UTC
Good job soulse.  Too bad it fails two tests :/ I also added a src_test() since for some reason the default src_test is not failing if make test fails.

In CVS. Thanks bunches.