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

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
l_tincani
n00b
n00b


Joined: 15 Nov 2004
Posts: 34

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

Dopo aver installato gentoo su di una vecchia workstation alpha ev6.
Sto' cercando di installare kde-base.

Ho settato USE=ev6
e sono riuscito ad installare kde-libs.

Pero' quando provo a fare l'emerge mi da l'errore seguente:

---------------------------------
# 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.
-----------------------------------------------------------------------

Di cosa si tratta?
E' possibile che gcc non riconosca la giusta architettura? Durante l'installazione di gentoo avevo settato erroneamente: CHOST = alpha6-unknown-linux-gnu invece che alphaev6-unknown-linux-gnu.
Puo' essere la causa dell'errore in compilazione?
Se si come faccio a cambiare CHOST? Devo ricompilare tutto?

Grazie,

L
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Tue Nov 16, 2004 8:27 am    Post subject: Re: emerge kde-base error Reply with quote

l_tincani wrote:
kmousedlg.cpp:164: internal compiler error: Segmentation fault
Please submit a full bug report,


Non conosco molto il tuo processore, comunque sembrerebbe:

1. Un problema hw: la CPU rafredda male oppure é marcia
2. Hai compilato il gcc con le CFLAGS sbagliate
_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31483
Location: here

PostPosted: Tue Nov 16, 2004 8:38 am    Post subject: Reply with quote

Che alpha e'? Posta anche le tue cflags
_________________
Questions are guaranteed in life; Answers aren't.
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:13 am    Post subject: Reply with quote

Ho settato come CFLAGS:
CFLAGS="-mcpu=ev6 -O2 -pipe -fomit-frame-pointer"

Il processore sembra funzionare bene, non dovrebbe essere un problema hw.

La macchina e' un Compaq XP1000 (Tsunami), con processore alpha ev6, 500Mhz, 2Gb ram e 10Gd hd scsi.

Potrebbe essere un problema di cache?

Grazie,

L
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31483
Location: here

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

Puoi postare un
Code:
$ cat /proc/cpuinfo

_________________
Questions are guaranteed in life; Answers aren't.
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 11:09 am    Post subject: Reply with quote

CPU INFO:

Quote:
bash-2.05b$ cat /proc/cpuinfo
cpu : Alpha
cpu model : EV6
cpu variation : 7
cpu revision : 0
cpu serial number :
system type : Tsunami
system variation : Monet
system revision : 0
system serial number :
cycle frequency [Hz] : 500000000
timer frequency [Hz] : 1024.00
page size [bytes] : 8192
phys. address bits : 44
max. addr. space # : 255
BogoMIPS : 996.00
kernel unaligned acc : 0 (pc=0,va=0)
user unaligned acc : 4697 (pc=120193e40,va=1210e2cac)
platform string : COMPAQ Professional Workstation XP1000
cpus detected : 1


Sembra tutto ok?

L
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31483
Location: here

PostPosted: Tue Nov 16, 2004 11:35 am    Post subject: Reply with quote

Si tutto ok. Non saprei che dire a questo punto. Posta sul forum Gentoo on Alternative Architectures
_________________
Questions are guaranteed in life; Answers aren't.
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 4:53 pm    Post subject: Reply with quote

Potrebbe esserci un bug nella versione di gcc che sto usando (perlomeno per alpha)?

L
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31483
Location: here

PostPosted: Tue Nov 16, 2004 4:59 pm    Post subject: Reply with quote

Che versione di gcc hai?
_________________
Questions are guaranteed in life; Answers aren't.
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 9:15 pm    Post subject: Reply with quote

Quote:
> 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)


Portage lo ritiene stabile per alpha.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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