Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80477 - kdelibs-3.3.2-r2 install fails with ACCESS VIOLATION
Summary: kdelibs-3.3.2-r2 install fails with ACCESS VIOLATION
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 83963 85630 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-02 08:20 UTC by Richard Taylor
Modified: 2005-03-17 07:04 UTC (History)
2 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 Richard Taylor 2005-02-02 08:20:43 UTC
Emerge of kdelibs-3.3.2-r2 fails at final install stage with this output:


Reproducible: Didn't try
Steps to Reproduce:
1.  emerge -pv kde  
2. wait ...
3.

Actual Results:  
   usr/kde/3.3/bin/khotnewstuff 
   usr/kde/3.3/bin/kinstalltheme 
   usr/kde/3.3/bin/kimage_concat 
   usr/kde/3.3/bin/ksvgtopng 
   usr/kde/3.3/bin/kdeinit 
   usr/kde/3.3/bin/kdeinit_wrapper 
   usr/kde/3.3/bin/kshell 
   usr/kde/3.3/bin/kdeinit_shutdown 
   usr/kde/3.3/bin/lnusertemp 
   usr/kde/3.3/bin/kwrapper 
   usr/kde/3.3/bin/kioslave 
   usr/kde/3.3/bin/klauncher 
   usr/kde/3.3/bin/kaddprinterwizard 
   usr/kde/3.3/bin/cupsdconf 
   usr/kde/3.3/bin/make_driver_db_cups 
   usr/kde/3.3/bin/cupsdoprint 
   usr/kde/3.3/bin/make_driver_db_lpr 
   usr/kde/3.3/bin/kab2kabc 
   usr/kde/3.3/bin/makekdewidgets 
QA Notice: /usr/kde/3.3/bin/kgrantpty is setXid, dynamically linked and using 
lazy bindings. 
This combination is generally discouraged. Try: CFLAGS='-Wl,-z,now' emerge 
kdelibs 
QA Notice: /usr/kde/3.3/bin/kpac_dhcp_helper is setXid, dynamically linked and 
using lazy bindings. 
This combination is generally discouraged. Try: CFLAGS='-Wl,-z,now' emerge 
kdelibs 
>>> Completed installing kdelibs-3.3.2-r2 
into /var/tmp/portage/kdelibs-3.3.2-r2/image/ 
 
--------------------------- ACCESS VIOLATION SUMMARY 
--------------------------- 
LOG FILE = "/tmp/sandbox-kde-base_-_kdelibs-3.3.2-r2-2740.log" 
 
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock 
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock 
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock 
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock 
-------------------------------------------------------------------------------- 
 


/etc/make.conf: 
 
# These settings were set by the catalyst build script that automatically built 
this stage 
# Please consult /etc/make.conf.example for a more detailed example 
CFLAGS="-O2 -march=athlon -pipe -fomit-frame-pointer -Wl,-z,now" 
CHOST="i686-pc-linux-gnu" 
CXXFLAGS="${CFLAGS}" 
MAKEOPTS="-j3" 
USE="ldap usb alsa avi crypt dvd encode jpeg mpeg tiff scanner python pdflib 
truetype xmms kde gtk -gnome mmx sse alsa cd 
r qt sqlite cups doc java foomaticdb ppds gimpprint smime audiofile cdparanoia 
flac speex xine dvdr apache2 live network 
nas" 
FEATURES="distcc" 
PORTAGE_TMPDIR="/var/tmp" 
DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-02-12 10:31:27 UTC
Have you tried again and always had the same result?
It's really strange, because if this was a real issue, it should happen to
everyone...
Comment 2 Richard Taylor 2005-02-13 05:07:58 UTC
Very strange. I have just tried again and this time it has worked. I have updated gcc since the last time I tried but I don't see why this should have made any difference. 

I hate these unreproducable errors.

Sorry to waste peoples time. 

Richard
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-02-13 05:15:03 UTC
Very strange indeed...
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2005-03-03 09:14:35 UTC
*** Bug 83963 has been marked as a duplicate of this bug. ***
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-03 09:59:30 UTC
*** Bug 83963 has been marked as a duplicate of this bug. ***
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-17 06:56:22 UTC
*** Bug 85630 has been marked as a duplicate of this bug. ***
Comment 7 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-17 06:58:08 UTC
Still happening...
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-17 07:04:44 UTC
I would really like to know why this is happening to someone and not to others... anyway, it seems the kdelibs ebuild never calls set-qtdir(), so adding it alongside set-kdedir() should hopefully make this problem disappear...