Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95276 - kcontrol-3.4.1 exits with Segmentation fault during compile
Summary: kcontrol-3.4.1 exits with Segmentation fault during compile
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-06 16:41 UTC by Dimitar G. Katerinski
Modified: 2006-08-24 11:46 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 Dimitar G. Katerinski 2005-06-06 16:42:33 UTC
I'm trying to compile konqueror for an embedded environment I develop. kcontrol
is one of the dependacies of it. Worth to mention I'm using uclibc from
gentoo-embedded development stages. Konqueror itself, builds and runs just fine,
although on every URL (domain.com), without protocol handler (like http://) I
type, konq yelds "Malformed URL", because the lack of libkshorturifilter.so (as
I heard). This library though ships with kcontrol.



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

Actual Results:  
/usr/qt/3/bin/moc bgdialog_ui.h -o bgdialog_ui.moc
rm -f bgdialog_ui.cpp
echo '#include <kdialog.h>' > bgdialog_ui.cpp
echo '#include <klocale.h>' >> bgdialog_ui.cpp
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib/kde3/plugins/designer -nounload -tr
tr2i18n -i bgdialog_ui.h ./bgdialog_ui.ui > bgdialog_ui.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" bgdialog_ui.cpp.temp |
/usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe
"s,image([0-9][0-9]*)_data,img\$1_bgdialog_ui,g" | /usr/bin/perl -pe "s,:
QWizard\(,: KWizard(,g" >> bgdialog_ui.cpp ;\
rm -f bgdialog_ui.cpp.temp ;\
if test "$ret" = 0; then echo '#include "bgdialog_ui.moc"' >> bgdialog_ui.cpp;
else rm -f bgdialog_ui.cpp ; exit $ret ; fi
/bin/sh ../../libtool --silent --mode=compile --tag=CXX
i386-gentoo-linux-uclibc-g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../../libkonq
-I/usr/kde/3.4/include
-I/usr/qt/3/include -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG
-DNO_DEBUG -O2 -Os -march=c3 -pipe -fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION  -c -o bgdialog_ui.lo `test -f 'bgdialog_ui.cpp' || echo
'./'`bgdialog_ui.cpp
/usr/qt/3/bin/moc bgwallpaper_ui.h -o bgwallpaper_ui.moc
rm -f bgwallpaper_ui.cpp
echo '#include <kdialog.h>' > bgwallpaper_ui.cpp
echo '#include <klocale.h>' >> bgwallpaper_ui.cpp
/usr/qt/3/bin/uic -L /usr/kde/3.4/lib/kde3/plugins/designer -nounload -tr
tr2i18n -i bgwallpaper_ui.h ./bgwallpaper_ui.ui > bgwallpaper_ui.cpp.temp ; ret=$?;
\
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" bgwallpaper_ui.cpp.temp |
/usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl
-pe "s,image([0-9][0-9]*)_data,img\$1_bgwallpaper_ui,g" | /usr/bin/perl -pe "s,:
QWizard\(,: KWizard(,g" >> bgwallpaper_ui.cpp ;\
rm -f bgwallpaper_ui.cpp.temp ;\
if test "$ret" = 0; then echo '#include "bgwallpaper_ui.moc"' >>
bgwallpaper_ui.cpp; else rm -f bgwallpaper_ui.cpp ; exit $ret ; fi
/bin/sh: line 1: 29425 Segmentation fault      /usr/qt/3/bin/uic -L
/usr/kde/3.4/lib/kde3/plugins/designer -nounload -tr tr2i18n -i bgwallpaper_ui.h
./bgwallpaper_ui.ui >bgwallpaper_ui.cpp.temp
make[4]: *** [bgwallpaper_ui.cpp] Error 139
make[4]: Leaving directory
`/var/tmp/portage/kcontrol-3.4.1/work/kcontrol-3.4.1/kcontrol/background'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kcontrol-3.4.1/work/kcontrol-3.4.1/kcontrol/background'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kcontrol-3.4.1/work/kcontrol-3.4.1/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kcontrol-3.4.1/work/kcontrol-3.4.1'
make: *** [all] Error 2



Portage 2.0.51.22-r1 (uclibc/x86, gcc-3.3.5-20050130, uclibc-0.9.27-r0,
2.6.11-1-686 i686)
=================================================================
System uname: 2.6.11-1-686 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-gentoo-linux-uclibc"
CFLAGS="-Os -march=c3 -pipe"
CHOST="i386-gentoo-linux-uclibc"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=c3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks nodoc noinfo noman sfperms strict"
GENTOO_MIRRORS="http://gentoo.itdnet.net/gentoo"
LANG="en_US"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://gentoo.itdnet.net/gentoo-portage"
USE="x86 3dnow X alsa berkdb cle266 fam flac giff java jpeg lirc mad minimal mmx
mysql mythtv ncurses ogg perl png python qt readline ssl tiff uclibc vorbis xml2
xv zlib video_cards_cle266 userland_GNU kernel_linux elibc_uclibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-08 02:49:43 UTC
This is probably related to bug 68364... 
Comment 2 Sarath Menon 2005-06-20 00:24:02 UTC
Hello, 
 
Iam getting strange compile errors every time i try to emerge kde. 
 
My gcc is fine and has never landed me into issues anywhere.  Whenever i try 
to emerge kde 3.4.1 ~x86 ( using the split ebuilds), many packages break in 
the middle due to ICEs.  The funny part is that emerging them again later has 
always worked. 
 
Just let me know what info you folks need and i will give that to you. 
 
Thanks, 
Sarath 
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-20 00:46:57 UTC
> My gcc is fine and has never landed me into issues anywhere.  Whenever i try  
> to emerge kde 3.4.1 ~x86 ( using the split ebuilds), many packages break in  
> the middle due to ICEs.  The funny part is that emerging them again later 
has  
> always worked.  
 
You have some problems with your hardware, look at bug 20600. 
 
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2006-08-24 11:46:40 UTC
Stale bug, following Gregorios comment to have it resolved.

*** This bug has been marked as a duplicate of 20600 ***