Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37273 - kdelibs-3.1.4 fails emerge with access violation errors
Summary: kdelibs-3.1.4 fails emerge with access violation errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-04 22:46 UTC by Todd Lee
Modified: 2004-01-05 12:38 UTC (History)
0 users

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 Todd Lee 2004-01-04 22:46:59 UTC
kdelibs-3.1.4 fails with an access violation error.
Text of error is below.

make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.1.4/work/kdelibs-3.1.4/kate'
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.1.4/work/kdelibs-3.1.4/kate'
make[2]: Entering directory `/var/tmp/portage/kdelibs-3.1.4/work/kdelibs-3.1.4'
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.1.4/work/kdelibs-3.1.4'
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.1.4/work/kdelibs-3.1.4'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------LOG FILE = "/tmp/sandbox-kdelibs-3.1.4-4716.log"
 
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
mkdir:     /usr/qt/3/etc/settings
--------------------------------------------------------------------------------

This may be related to Bug# 37191.

Reproducible: Always
Steps to Reproduce:
1. emerge kdelibs

Actual Results:  
emerge fails due to sandbox violation



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 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -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/k de/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="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gent oo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb crypt cups encode esd foomaticdb gdbm gif gnome
gpm gtk gtk2 imlib j ava jpeg kde libg++ libwww mad mikmod motif mozilla mpeg
ncurses nls oggvorbis opengl oss pam pdflib  perl png ppds python qt quicktime
readline sdl slang spell ssl svga tcpd tetex truetype x86 xml2 xm ms xv zlib"

I have qt-3.2.3, installed using ebuild version 1.9 dated 2004/01/05 02:57:25.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-01-05 04:52:39 UTC
committed a change last night to the kde.eclass that should fix this.
Comment 2 Todd Lee 2004-01-05 12:38:32 UTC
That fixed the problem. Thanks!