Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94309 - update of kdelibs to 3.4.0-r2 from 3.4.0 fails
Summary: update of kdelibs to 3.4.0-r2 from 3.4.0 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-28 12:21 UTC by Kevin Branham
Modified: 2005-06-24 07:42 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 Kevin Branham 2005-05-28 12:21:48 UTC
/usr/qt/3/bin/moc ./kaudiorecordstream_p.h -o kaudiorecordstream_p.moc
*** glibc detected *** double free or corruption (!prev): 0x00000000005487b0 ***


Reproducible: Always
Steps to Reproduce:
1.Sterted with emerge -Ud world 
2.Then just did emerge kdelibs (5x)
3.

Actual Results:  
Making all in kde
make[3]: Entering directory
`/var/tmp/portage/kdelibs-3.4.0-r2/work/kdelibs-3.4.0/arts/kde'
/usr/kde/3.4/bin/mcopidl -I/usr/kde/3.4/include/arts -t -I.
../../arts/kde/artskde.idl
/usr/qt/3/bin/moc ./kioinputstream_impl.h -o kioinputstream_impl.moc
/usr/qt/3/bin/moc ./kaudiorecordstream.h -o kaudiorecordstream.moc
/usr/qt/3/bin/moc ./kartsfloatwatch.h -o kartsfloatwatch.moc
/usr/qt/3/bin/moc ./kartsserver.h -o kartsserver.moc
/usr/qt/3/bin/moc ./kvideowidget.h -o kvideowidget.moc
/usr/qt/3/bin/moc ./kaudioconverter.h -o kaudioconverter.moc
/usr/qt/3/bin/moc ./kaudioplaystream.h -o kaudioplaystream.moc
/usr/qt/3/bin/moc ./kplayobjectcreator.h -o kplayobjectcreator.moc
/usr/qt/3/bin/moc ./kdatarequest_impl.h -o kdatarequest_impl.moc
/usr/qt/3/bin/moc ./kartsdispatcher.h -o kartsdispatcher.moc
/usr/qt/3/bin/moc ./kplayobjectfactory_p.h -o kplayobjectfactory_p.moc
/usr/qt/3/bin/moc ./kplayobject.h -o kplayobject.moc
/usr/qt/3/bin/moc ./kaudioplaystream_p.h -o kaudioplaystream_p.moc
/usr/qt/3/bin/moc ./kaudiorecordstream_p.h -o kaudiorecordstream_p.moc
*** glibc detected *** double free or corruption (!prev): 0x00000000005487b0 ***
make[3]: *** [artskde.h] Aborted
make[3]: *** Deleting file `artskde.h'
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.0-r2/work/kdelibs-3.4.0/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.0-r2/work/kdelibs-3.4.0/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.4.0-r2/work/kdelibs-3.4.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.4.0-r2 failed.
!!! Function kde_src_compile, Line 162, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.



Expected Results:  
Expected kdelibs to compile.

Recently add doc ccache to USE and FEATURES in make.conf
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-28 12:50:07 UTC
Please post your emerge info. 
 
This seems related to bug 52533 (mcopidl crashing in both cases)... 
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2005-06-24 07:42:14 UTC
I've been seeing the same type of problem (*** glibc detected *** double free 
or corruption (!prev): 0x00000000005487b0 ***) with my system after a gcc/glibc   
update and it turns out I had gcc 3.3 and gcc 3.4 mixed in the environment. You 
need to verify which one you are going to use and make sure all of your kde/qt 
related builds are against that compiler/library set.