Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37708 - madman ACCESS VIOLATION
Summary: madman ACCESS VIOLATION
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 09:04 UTC by Jan Callewaert
Modified: 2004-02-11 12:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
madman-0.91.1.ebuild (madman-0.91.1.ebuild,1.13 KB, text/plain)
2004-01-22 13:15 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Callewaert 2004-01-09 09:04:14 UTC
While emerge madman, i get the following access violation:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-madman-0.91.1-21110.log"
 
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
...

Reproducible: Always
Steps to Reproduce:
1. emerge madman
2.
3.

Actual Results:  
emerge fails with an access violation error

Expected Results:  
emerge madman

# emerge --info
Portage 2.0.49-r20 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031222-r0,
2.6.0-gentoo-r1)
=================================================================
System uname: 2.6.0-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
CHOST="i686-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/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages sandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://gentoo.tiscali.nl/gentoo/
http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.inode.at/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.caliu.info/pub/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 apm arts avi berkdb cdr crypt cups emacs encode esd
foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad
mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl
png python qt quicktime readline sdl slang spell ssl svga tcltk tcpd tetex
truetype x86 xinerama xml2 xmms xv zlib linguas_nl"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-09 14:27:53 UTC
same here.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-01-22 13:15:43 UTC
Created attachment 24253 [details]
madman-0.91.1.ebuild

Fixed. Same problem as in Bug 37997 and Bug 37705.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-02-11 12:29:48 UTC
I put in an addwrite $QTDIR/etc/settings - should be all that's necessary.

(make sure the /usr/qt/3/etc/settings directory exists before emerging).