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

Bug 101446

Summary: kdelibs 3.4.1 segmentation fault on ./makekdewidgets kdewidgets.cpp ./kde.widgets
Product: Gentoo Linux Reporter: Kacper Kopczynski <capsel>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: VERIFIED NEEDINFO    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kacper Kopczynski 2005-08-05 08:26:40 UTC
CFLAGS="-march=i586 -mcpu=pentium3 -O -pipe"
It fails on my pentium3, duron, athlon, with and without PAX,grsecurity.
What else should I post?

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

Actual Results:  
segmentation fault
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-08-09 09:49:42 UTC
CXXFLAGS are the interesting ones and these processors are 686 not 586. Retry it
with CXXFLAGS="-march=<foo> -O2 -pipe". When you still have the problem, reopen
and post the exact error output as well as `emerge --info`.
Comment 2 Kacper Kopczynski 2005-08-09 13:06:37 UTC
CXXFLAGS="${CFLAGS}"
It failed to compile on my laptop, on chroot on my duron with the same
filesystem (after rsync), on athlon with filesystem mounted through nfs and
chroot, but on exactly same filesystem on hard disk that athlon compiled
succesfully.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-25 06:02:26 UTC
Requested information still missing. Likely a dupe of bug 20600.