Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge kde-base error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
l_tincani
n00b
n00b


Joined: 15 Nov 2004
Posts: 34

PostPosted: Mon Nov 15, 2004 8:57 pm    Post subject: emerge kde-base error Reply with quote

I'm trying to install KDE in alpha ev6 machine.

I set USE = ev6 in make.conf.

I've been able to install the kde-libs, but I can't emerge kde-base, I've got the following error message:

-----------------------------------
# emerge kde-base/kdebase
.....

echo '#include <kdialog.h>' > kmousedlg.cpp
echo '#include <klocale.h>' >> kmousedlg.cpp
/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -tr tr2i18n -i kmousedlg.h ./kmousedlg.ui > kmousedlg.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kmousedlg.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kmousedlg,g" >> kmousedlg.cpp ;\
rm -f kmousedlg.cpp.temp ;\
if test "$ret" = 0; then echo '#include "kmousedlg.moc"' >> kmousedlg.cpp; else rm -f kmousedlg.cpp ; exit $ret ; fi
mouse.cpp: In constructor `MouseConfig::MouseConfig(QWidget*, const char*)':
mouse.cpp:173: warning: `__comp_ctor' is deprecated (declared at
/usr/kde/3.2/include/knuminput.h:453)
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./xcursor -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -mcpu=ev6 -O2 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o kmousedlg.lo kmousedlg.cpp
kmousedlg.cpp: In constructor `KMouseDlg::KMouseDlg(QWidget*, const char*,
unsigned int)':
kmousedlg.cpp:164: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://bugs.gentoo.org/> for instructions.
The bug is not reproduceable, so it is likely a hardware or OS problem
make[4]: *** [kmousedlg.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdebase-3.2.3-r1/work/kdebase-3.2.3/kcontrol/input'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.2.3-r1/work/kdebase-3.2.3/kcontrol/input'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.2.3-r1/work/kdebase-3.2.3/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.2.3-r1/work/kdebase-3.2.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.2.3-r1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.

------------------------------------

Could this error be due to the fact that I call CHOST = alpha6-unknown-linux-gnu instead of alphaev6-unknown-linux-gnu?

What is CHOST? What sould I do if I need to change CHOST to the standard value?

Thanks in advance,

L
Back to top
View user's profile Send private message
stonent
Veteran
Veteran


Joined: 07 Aug 2003
Posts: 1139
Location: Texas

PostPosted: Tue Nov 16, 2004 1:12 am    Post subject: Reply with quote

Code:
Aurora bin # gcc -v
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: /var/tmp/portage/gcc-3.4.3/work/gcc-3.4.3/configure --enable-version-specific-runtime-libs --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/include/g++-v3 --host=i686-pc-linux-gnu --disable-altivec --disable-nls --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-threads=posix --disable-multilib --disable-libgcj --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.3  (Gentoo Linux 3.4.3, ssp-3.4.3-0, pie-8.7.6.6)


The CHOST is set at the beginning. It should never change.

In my case it is i686-pc-linux-gnu.

What does gcc -v display for you?
_________________
Inspiron 4100 & Sun UltraAXe
Portage on Solaris|Dell Laptop Hacks
The way you feel about organized religion is the same way I feel about organized socialism.
Back to top
View user's profile Send private message
l_tincani
n00b
n00b


Joined: 15 Nov 2004
Posts: 34

PostPosted: Tue Nov 16, 2004 10:06 am    Post subject: Reply with quote

OK,
I'll continue to use alpha6-unknown-linux-gnu.

This is my gcc version:

---------------------------------------------------------------------------------------------
bash-2.05b$ gcc -v
Reading specs from /usr/lib/gcc-lib/alpha6-unknown-linux-gnu/3.3.2/specs
Configured with: /var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/usr/alpha6-unknown-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/alpha6-unknown-linux-gnu/3.3.2/include --datadir=/usr/share/gcc-data/alpha6-unknown-linux-gnu/3.3 --mandir=/usr/share/gcc-data/alpha6-unknown-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/alpha6-unknown-linux-gnu/3.3/info --enable-shared --host=alpha6-unknown-linux-gnu --target=alpha6-unknown-linux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/alpha6-unknown-linux-gnu/3.3.2/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib
Thread model: posix
gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
---------------------------------------------------------------------------------------------

Tnk

L
Back to top
View user's profile Send private message
l_tincani
n00b
n00b


Joined: 15 Nov 2004
Posts: 34

PostPosted: Thu Nov 25, 2004 2:23 pm    Post subject: Reply with quote

Compiling with gcc 3.2 I haven't problem.

Tnk
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum