Gentoo Archives: gentoo-amd64

From: Joachim <jbartosik@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: kdelibs-3.5.10-r6 failed
Date: Sun, 14 Jun 2009 13:13:55
Message-Id: 4A34F77B.2040303@gmail.com
In Reply to: [gentoo-amd64] Re: kdelibs-3.5.10-r6 failed by Duncan <1i5t5.duncan@cox.net>
1 Duncan pisze:
2 > Here it is, from your attached changelog (thanks):
3 > /usr/qt/3/bin/uic -nounload -tr tr2i18n -i kshortcutdialog_simple.h
4 > ./kshortcutdialog_simple.ui > kshortcutdialog_simple.cpp.temp ;
5 > ret=$?;
6 > [snip]
7 >
8 > /bin/sh: line 3: 4547 Segmentation fault /usr/qt/3/bin/uic
9 > -nounload -tr tr2i18n -i kshortcutdialog_simple.h
10 > ./kshortcutdialog_simple.ui > kshortcutdialog_simple.cpp.temp
11 > echo '#include <klocale.h>' >> kshortcutdialog_advanced.cpp
12 > make[3]: *** [kshortcutdialog_simple.cpp] Error 139
13 > make[3]: *** Waiting for unfinished jobs....
14 >
15 >
16
17 I had problems with uic segmentation faults because I had march=native
18 in my C/CXX FLAGS. When I changed native to k8 ( as in
19 http://en.gentoo-wiki.com/wiki/Safe_Cflags/AMD ).
20 Also I got an explanation (
21 http://forums.gentoo.org/viewtopic-p-5795915.html#5795915 ) that it's
22 because qt3 is stripping flags. Some that must be compiled with the same
23 flags as qt don't strip flags. So the are compiled with different flags.

Replies

Subject Author
Re: [gentoo-amd64] Re: kdelibs-3.5.10-r6 failed Joachim <jbartosik@×××××.com>