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

Bug 22233

Summary: Ethereal 0.9.12-r1 merge: ACCESS VIOLATION /usr/share/snmp/mibs/.index
Product: Gentoo Linux Reporter: Mark Wagner <mark>
Component: New packagesAssignee: Brad Cowan (RETIRED) <bcowan>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Wagner 2003-06-04 16:01:22 UTC
With the 0.9.12-r1 ebuild of ethereal I still get an access violation as
indicated in bug #17310, even with addwite "/usr/share/snmp/mibs/". As far as I
can tell, the access to /usr/share/snmp/mibs/.index does not occur during the
src_compile() phaze but rather the src_install() phaze. Moving the addwrite
there seemed to fix the problem.


Reproducible: Always
Steps to Reproduce:
1. ebuild /usr/portage/net-analyzer/ethereal/ethereal-0.9.12-r1.ebuild compile
(No access violation here.)
2. ebuild /usr/portage/net-analyzer/ethereal/ethereal-0.9.12-r1.ebuild install
(Access violation.)

Actual Results:  
Access violation.

Expected Results:  
Installed.

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 apm arts crypt gif gnome libg++ nls berkdb bonobo svga guile esd
oggvorbis qt motif 3dnow alsa avi cups dga emacs encode gd gdbm gpm gtk gtk2
gtkhtml imlib java jikes jpeg ladcca lcms libwww mikmod mmx mozilla mpeg ncurses
opengl oss pam pda pdflib perl png python quicktime readline sdl slang slp snmp
spell ssl tktcl tcpd tetex tiff truetype usb wmf X Xaw3d xml xml2 xmms xv zlib -kde"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-tbird -O3 -pipe"
CXXFLAGS="-mcpu=athlon-tbird -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache sandbox userpriv usersandbox"
Comment 1 Brad Cowan (RETIRED) gentoo-dev 2003-06-15 18:35:00 UTC
try 0.9.13 :)