Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101446 - kdelibs 3.4.1 segmentation fault on ./makekdewidgets kdewidgets.cpp ./kde.widgets
Summary: kdelibs 3.4.1 segmentation fault on ./makekdewidgets kdewidgets.cpp ./kde.wid...
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-05 08:26 UTC by Kacper Kopczynski
Modified: 2005-12-25 06:02 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 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.