Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43065 - Superkaramba segfaults when compiled with -fomit-frame-pointer
Summary: Superkaramba segfaults when compiled with -fomit-frame-pointer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 00:07 UTC by Mateusz Kupisz
Modified: 2005-06-26 02:58 UTC (History)
1 user (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 Mateusz Kupisz 2004-02-27 00:07:54 UTC
When compiled with -fomit-frame-pointer, it segfault's when trying to open any theme.

Reproducible: Always
Steps to Reproduce:



Expected Results:  
Ebuild should filter -fomit-frame-pointer
Comment 1 Solly Shah 2004-06-20 00:26:39 UTC
Hello 

I think I am having a similar problem. I have gentoo 2004.1 (2.6.5 Kernel) and this is the error i get when i emerge superkaramba:

!!! ERROR: x11-misc/superkaramba-0.33 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make

I also have -fomit-frame-pointer in my make.conf.
Attaching make.conf
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-gtk -gnome qt kde dvd alsa cdr"

Could you please send an email to me when it has been resolved.
Thanks in advance.

Comment 2 Torsten Veller (RETIRED) gentoo-dev 2005-06-22 15:43:09 UTC
Still a problem?
Comment 3 Mateusz Kupisz 2005-06-26 02:58:47 UTC
-fomit-frame-pointer isn't a problem for me anymore - superkaramba works as
expected.