Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7953 - ethereal-0.9.6 emerge fails due to access violation
Summary: ethereal-0.9.6 emerge fails due to access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-15 07:48 UTC by Kurt Lieber
Modified: 2003-02-04 19:42 UTC (History)
3 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 Kurt Lieber 2002-09-15 07:48:52 UTC
ethereal-0.9.6 will not install on 1.4RC1.  It appears to compile correctly, 
but doesn't actually install.  This is using standard CFLAGS on a PIII 500 with 
256MB of RAM:

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe"

Error output:
<snip>
strip:
/var/tmp/portage/ethereal-0.9.6/image/usr/lib/ethereal/plugins/0.9.6/docsis.so
/var/tmp/portage/ethereal-0.9.6/image/usr/lib/ethereal/plugins/0.9.6/cosnaming.s
o
/var/tmp/portage/ethereal-0.9.6/image/usr/lib/ethereal/plugins/0.9.6/coseventcom
m.so
/var/tmp/portage/ethereal-0.9.6/image/usr/lib/ethereal/plugins/0.9.6/gryphon.so
/var/tmp/portage/ethereal-0.9.6/image/usr/lib/ethereal/plugins/0.9.6/mgcp.so
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/editcap
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/mergecap
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/tethereal
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/dftest
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/randpkt
/var/tmp/portage/ethereal-0.9.6/image/usr/bin/text2pcap
>>> Completed installing into /var/tmp/portage/ethereal-0.9.6/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-ethereal-0.9.6-23601.log"

open_wr:   /usr/share/snmp/mibs/.index
--------------------------------------------------------------------------------
Comment 1 SpanKY gentoo-dev 2002-10-01 12:26:20 UTC
i just got this bug today 
 
fix it ! :( 
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-10-11 16:28:10 UTC
worked around the sandbox, updated version ethereal-0.9.7 should fix this :)
this version is masked by our new testing by arch keywords, to test please read
the following instructions :

Another important snippet. If you want to unmask all ~x86 KEYWORDSed
ebuilds, add the following to your /etc/make.conf:

ACCEPT_KEYWORDS="~x86"

ACCEPT_KEYWORDS is incremental like USE so it *will* keep the existing
"x86" that is defined in your profile. This can also be done using the
environment for temporary testing purposes:

# export ACCEPT_KEYWORDS="~x86" (or "~ppc" or "~sparc", etc.)