Summary: | kdelibs-3.1 compile fails due to access violation | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alessandro Pisani <alessandro.pisani> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED INVALID | ||
Severity: | blocker | CC: | mholzer |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alessandro Pisani
2003-01-28 11:48:40 UTC
please paste #emerge info emerge info output: Portage 2.0.46-r9 (default-1.0, gcc-2.95.3, glibc-2.2.5-r7) ================================================================= System uname: 2.4.19-gentoo-r10 i686 Intel(R) Pentium(R) 4 CPU 1700MHz GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/tmp" PORTDIR_OVERLAY="/usr/portage.local" USE="x86 oss 3dnow apm libg++ spell berkdb cdr gdbm gnome-libs imlib libwww python slang svga X -xfs gd acpi4linux acl mmx sse kde qt qtmt arts cups -gnome gtk -motif -aalib readline sdl gif jpeg png tiff mpeg quicktime alsa esd mikmod dvd xmms oggvorbis encode -snmp pam ssl crypt socks5 imap -ldap tcpd mozilla truetype -xml xml2 pdflib -tetex java perl -ruby mysql samba nls gpm doc sasl avi ncurses opengl xv tcltk" COMPILER="" CHOST="i686-pc-linux-gnu" CFLAGS="-mcpu=i686 -march=i686 -O3 -pipe -fomit-frame-pointer -fforce-addr -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4" CXXFLAGS="-mcpu=i686 -march=i686 -O3 -pipe -fomit-frame-pointer -fforce-addr -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache" i always forgot i'm (still) using aggressive optimizations... trying using only: CFLAGS="-mcpu=i686 -march=i686 -O3 -pipe -fomit-frame-pointer -malign-functions=4" i'll let you know bye, Alessandro using less aggressive compilation flags solved the problem with kdelibs nevertheless i'm still having problems compiling kdeedu which fails due to an asm compile error... i'll check it deeply and i'll open a new bug if needed closing this marking as resolved:invalid about my last comment: compiling kdeedu-3.1 with -fomit-frame-pointer (gcc 2.95.3) will crash the compilation. removing it from the CFLAGS in /etc/make.conf solved the problem the kdeedu problem is also reported in bug #14768. maybe we should filter -fomit-frame-pointer in kdeedu if gcc-2.95.3 is used. |