Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi con compilazione kdebase
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
Mazuego
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2004
Posts: 110

PostPosted: Thu Dec 02, 2004 8:00 am    Post subject: Problemi con compilazione kdebase Reply with quote

Salve ragazzi. Sto cercando di installare kde ma quando compilo kdebase ricevo sempre questo errore

Code:
 -march=athlon -O3 -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 toc.lo toc.cpp
glossary.moc:102: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.
 -I.. -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THR
EAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-l
ong -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -W
char-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2
 -march=athlon -O3 -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 mainwindow.lo mainwindow.cpp
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [glossary.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kh
elpcenter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kh
elpcenter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.3.1 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.


Qualche idea? Grazie mille

P.S: grazie a randomaze che mi ha imparato a postare il codice da xterm! Ho fatto un bel lavoro??
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Thu Dec 02, 2004 8:08 am    Post subject: Reply with quote

Sei sicuro di non avere problemi hardware?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Vendicatore
Apprentice
Apprentice


Joined: 05 Apr 2004
Posts: 252
Location: Carate Brianza, Italy

PostPosted: Thu Dec 02, 2004 8:28 am    Post subject: Reply with quote

A me questi problemi capitavano sul portatile quando andava in ebollizione il processore.
Se e' un processore che supporta il frequency scaling (e hai abilitao lo userspace governor) prova a disattivare, se lo usi, il demone che usi per scalare la frequenza del processore (powernow, cpufreqd, $demonepericontrollodellafrequenzadellacpud) e setta manualmente la frequenza del processore a una frequenza piu' bassa (il mio schifido Athlon-XP mobile 1600+ si impiantava quando andava per molto tempo a 1400Mhz, se lo abbassavo a 800 andava avanti anche per giorni a compilare) inserendo a manina il valore (in khz) in /proc/sys/cpu/0/speed (sto andando a memoria).
Back to top
View user's profile Send private message
mtto
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 177
Location: Bassano Del Grappa, Italia

PostPosted: Thu Dec 02, 2004 10:43 am    Post subject: Reply with quote

Vendicatore wrote:
A me questi problemi capitavano sul portatile quando andava in ebollizione il processore.


A me invece mi succedeva quando ero in overclock su un Athlon XP 2200+
Back to top
View user's profile Send private message
Mazuego
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2004
Posts: 110

PostPosted: Thu Dec 02, 2004 11:59 am    Post subject: Reply with quote

Vendicatore wrote:
A me questi problemi capitavano sul portatile quando andava in ebollizione il processore.
Se e' un processore che supporta il frequency scaling (e hai abilitao lo userspace governor) prova a disattivare, se lo usi, il demone che usi per scalare la frequenza del processore (powernow, cpufreqd, $demonepericontrollodellafrequenzadellacpud)


e tutto ciò da dove si vede? Io ho un Athlon 700 e su
Code:
/proc/cpuinfo


c'è scritto 700.038 MHz ma con nano non posso modificarlo anche se sono root

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


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Thu Dec 02, 2004 12:01 pm    Post subject: Reply with quote

Devi configurare il kernel e aggiungere i moduli per il frequency scaling. Poi lo puoi modificare da /sys/qualcosa/qualcosaltro
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Mazuego
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2004
Posts: 110

PostPosted: Thu Dec 02, 2004 12:03 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Devi configurare il kernel e aggiungere i moduli per il frequency scaling


ossia ricompilarlo?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Thu Dec 02, 2004 12:06 pm    Post subject: Reply with quote

Si comunque prima di fare questo prova a lasciare aperto il case
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Mazuego
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2004
Posts: 110

PostPosted: Thu Dec 02, 2004 12:11 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Si comunque prima di fare questo prova a lasciare aperto il case


veramente a causa della mia anima smanettona :D il mio pc non ha un case. C'è solo l'armatura con la piastra su cui è montata la scheda madre :lol: e tutto è all'aria aperta. Forse il problema è che è sempre acceso? :? bhooo 8O un athlon 700 non dovrebbe avere problemi di surriscaldamento
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 02, 2004 12:25 pm    Post subject: Re: Problemi con compilazione kdebase Reply with quote

Mazuego wrote:
P.S: grazie a randomaze che mi ha imparato a postare il codice da xterm! Ho fatto un bel lavoro??


Perfetto e leggibilissimo.

Visto che con il case aperto su un athlon 700 penso si possano escludere i problemi di surriscaldamento della CPU suggerirei un paio di giri con memtest.
_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Thu Dec 02, 2004 12:27 pm    Post subject: Reply with quote

memtest ho lo installi o fai partire il livecd e al prompt boot: immetti memtest
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Mazuego
Tux's lil' helper
Tux's lil' helper


Joined: 18 Oct 2004
Posts: 110

PostPosted: Thu Dec 02, 2004 12:27 pm    Post subject: Re: Problemi con compilazione kdebase Reply with quote

[quote="randomaze"]
Mazuego wrote:
suggerirei un paio di giri con memtest.


e che cos'è??
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 02, 2004 12:30 pm    Post subject: Re: Problemi con compilazione kdebase Reply with quote

Mazuego wrote:
randomaze wrote:
suggerirei un paio di giri con memtest.

e che cos'è??


Il test per la memoria.
Dovrebbe anche essere una delle opzioni di boot del LiveCD.
_________________
Ciao da me!
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sun Dec 05, 2004 1:53 pm    Post subject: Re: Problemi con compilazione kdebase Reply with quote

Mazuego wrote:
Salve ragazzi. Sto cercando di installare kde ma quando compilo kdebase ricevo sempre questo errore
Code:

!!! ERROR: kde-base/kdebase-3.3.1 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.


Qualche idea? Grazie mille


Ciao ragazzi...io ho riscontrato lo stesso errore compilando kdebase ma riferito a libxslt-1.1.9-r1:
Code:

!!! ERROR: dev-libs/libxslt-1.1.9-r1 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! Make failed


Presumo che non sia un problema di "ebollizione" del pc in quanto la compilazione era cominciata da poco...

Qualche idea anche x me???
_________________
Cream

" We live as we dream : ALONE "


Last edited by Crema83 on Sun Dec 05, 2004 7:19 pm; edited 2 times in total
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Sun Dec 05, 2004 3:12 pm    Post subject: Reply with quote

apri un nuovo thread a posta l'errore vero, non la scritta che ti dice che c'e' stato un errore. Ma prima cerca su bugs.gentoo.org con la ricerca avanzata anche nei bugs chiusi.
_________________
...
Back to top
View user's profile Send private message
=DvD=
Veteran
Veteran


Joined: 25 Mar 2004
Posts: 1353

PostPosted: Sun Dec 05, 2004 5:27 pm    Post subject: Reply with quote

Quote:
!!! If you need support, post the topmost build error, NOT this status message.


Ma perchè viene sempre postato solo questo? :roll:
@crema83
Back to top
View user's profile Send private message
Crema83
Apprentice
Apprentice


Joined: 06 Oct 2004
Posts: 207
Location: Settimo Milanese (MI)

PostPosted: Sun Dec 05, 2004 11:02 pm    Post subject: Reply with quote

motaboy wrote:
apri un nuovo thread a posta l'errore vero, non la scritta che ti dice che c'e' stato un errore. Ma prima cerca su bugs.gentoo.org con la ricerca avanzata anche nei bugs chiusi.


Ops...sorry pensavo potesse trattarsi dello stesso tipo di errore!!! :?
_________________
Cream

" We live as we dream : ALONE "
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