Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17310 - failed on ethereal about an ACCESS VIOLATION
Summary: failed on ethereal about an ACCESS VIOLATION
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 12:10 UTC by Ibraheem Umaru-Mohammed
Modified: 2003-03-13 17:04 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 Ibraheem Umaru-Mohammed 2003-03-11 12:10:44 UTC
ethereal 0.9.10 ebuild 

portage 2.0.47-r8. Tried an emerge -u world, when it got to ethereal, there was an ACCESS VIOLATION error that stopped the rest of the emerge. I was directed (as part of the error) to look at the log file created in /tmp, which had the following in it:

bash-2.05b$ cat /tmp/sandbox-ethereal-0.9.10-8943.log 
open_wr:   /usr/share/snmp/mibs/.index
open_wr:   /usr/share/snmp/mibs/.index
bash-2.05b$




Reproducible: Always
Steps to Reproduce:
emerge sync; emerge -u portage; emerge -u world;
1.
2.
3.

Actual Results:  
ACCESS VIOLATION error that created a log file in temp with the following:
bash-2.05b$ cat /tmp/sandbox-ethereal-0.9.10-8943.log 
open_wr:   /usr/share/snmp/mibs/.index
open_wr:   /usr/share/snmp/mibs/.index
bash-2.05b$


Expected Results:  
Not break the emerge -u world.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-12 15:48:02 UTC
this is cause you've snmp in your useflag und deleted the package
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2003-03-13 17:04:51 UTC
I added addwite "/usr/share/snmp/mibs/" to the ebuild, that disables sandbox for that dir....it shouldn't error on that