Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde-base/arts-1.2.3 failed [RISOLTO]
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
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Wed Jul 28, 2004 9:08 pm    Post subject: kde-base/arts-1.2.3 failed [RISOLTO] Reply with quote

facendo l'emerge di kde-3.2.3 mi si blocca sul paccheto arts-1.2.3
mi compare l'errore:

!!! ERROR: kde-base/arts-1.2.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 2
!!! died running emake, kde_src_compile:make


ho provato a: installare il paccheto singolarmente, a installare la versione 1.2.2, a eliminare il pacchetto da distfiles e da /var/tmp/portage e a reinstallarlo ....ma l'errore persiste :cry:

allego emerge info:

Gentoo Base System version 1.4.16
Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mir.zyrianes.net/gentoo/ ftp://mir.zyrianes.net/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"

e la versione:
Linux version 2.6.7-gentoo-r11 (root@livecd) (gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6))

non ho trovato nulla di simile in giro... :roll: ...qualcuno mi può aiutare?
ps: qualcuno mi sa dire dove trovo il log dell'emerge fallito (io l'errore l'ho riscritto a mano) :wink:

grazie in anticipo


Last edited by ypsofatto on Tue Aug 03, 2004 10:30 am; edited 1 time in total
Back to top
View user's profile Send private message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Wed Jul 28, 2004 9:20 pm    Post subject: Weila Reply with quote

Ciao, anchio avevo dei problemi simili (errore). Mi succedeva facendo il boot strap... avevo sbagliato a impostare CFLAGS... mettevo -o2 invece di -O2...
Prova a commentare CFLAGS.. e compilare solo quel pacchetto.. alternativa invece di usare -mcpu usa -march=TUA CPU...

Spero funzioni.. prova, by Mauro
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Wed Jul 28, 2004 11:22 pm    Post subject: Reply with quote

grazie Mauro :lol:
mettendo #CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer" nel make.conf l'emerge del pacchetto art-1.2.3 è andato a buon fine :lol: ma.....
adesso mi ricompare lo STESSO errore su kdelibs:

!!! ERROR: kde-base/kdelibs-3.2.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 2
!!! died running emake, kde_src_compile:make


Allora ho provato a fare l'emerge solo di kdelibs impostando il make.conf con:
#CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
ma niente da fare :evil:

...allora ho impostato un
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
ma niente da fare :evil: ...

...allora ho provato il comando (trovato cercando in giro):

USE="arts" emerge kdelibs

ma indovina...niente da fare :mrgreen:
adesso non so proprio cosa inventare...mi puoi aiutare? :oops:
Back to top
View user's profile Send private message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Wed Jul 28, 2004 11:36 pm    Post subject: aia... Reply with quote

cavoli non saprei..
io oggi ho emerso k3b x xfce, quindi avevo bisogno di kdelibs.. me le ha compilate tranquillamente.. ti posto il mio make.conf...

Code:
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7
-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2
/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
x/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups dvd encode foomaticdb gdbm gif gp
m gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis
opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl
svga tcltk tcpd truetype x86 xml2 xmms xv zlib"


Spero ti possa servire, mi disp di non essere molto esperto di gentoo.. purtroppo lo uso da troppo poco... Mauro
Back to top
View user's profile Send private message
Thundah
Guru
Guru


Joined: 08 Feb 2004
Posts: 477
Location: Switzerland

PostPosted: Wed Jul 28, 2004 11:37 pm    Post subject: ah dimenticavo Reply with quote

cmq se puoi evita di mettere il # davanti a CFLAGS, perché se no non ottimizzi..
Mauro

P.S. mi ricordo che ankio avevo problemi con il primo pakketto tempo fa..

P.S2: se non sei partito dallo stage 1 lascia perdere CHOST!!! (io ce l'ho)
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Wed Jul 28, 2004 11:43 pm    Post subject: Reply with quote

grazie comunque del tuo aiuto...farò degli altri tentativi :idea:
comunque tu mi sai dire dove trovo i log degli emerge falliti....magari così posso postare qualche informazione in più :lol:
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Wed Jul 28, 2004 11:48 pm    Post subject: Reply with quote

Posta l'errore che ti da il compilatore, non solo il pezzo in cui emerge ti dice che c'é stato un errore se non non riusciamo a capire dove potrebbe essere il problema.
_________________
...
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Wed Jul 28, 2004 11:52 pm    Post subject: Reply with quote

scusa ma come faccio :roll:
...scusa la mia ignoranza...ma non trovo il log giusto :mrgreen:
dimmi dove lo trovo e te lo posto subito
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Wed Jul 28, 2004 11:57 pm    Post subject: Reply with quote

Te lo da quando compili, non credo venga tenuto un log.
_________________
...
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Thu Jul 29, 2004 12:00 am    Post subject: Reply with quote

ok...ma te lo devo riscrive a mano (è un po' lunghetto) ...oppure c'è un modo per "catturarlo al volo" tipo un print screan :wink:
Back to top
View user's profile Send private message
motaboy
Retired Dev
Retired Dev


Joined: 15 Dec 2003
Posts: 1483

PostPosted: Thu Jul 29, 2004 12:03 am    Post subject: Reply with quote

Se usi una shell sotto X dovresti riuscire a fare un copia e incolla. Prova a selezionare il testo e poi a premere il centrale del mouse. Ovviamente qualche riga sopra l'errore.
_________________
...
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Thu Jul 29, 2004 12:59 am    Post subject: Reply with quote

ecco l'errore:

Code:

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ 
-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 -O2 -march=i686
-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    -o
ktelnetservice -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib
-L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib  ktelnetservice.o
../../kdeui/libkdeui.la
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl -I./..
-I../.. -I./../kssl -I../kssl -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio
-I../../kio/kfile -I../.. -I/usr/qt/3/include -I/usr/X11R6/include
-I/usr/kde/3.2/include   -D_LARGEFILE64_SOURCE -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 -O2 -march=i686 -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  -c -o kio_uiserver.la.o kio_uiserver.la.cpp
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl -I./..
-I../.. -I./../kssl -I../kssl -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio
-I../../kio/kfile -I../.. -I/usr/qt/3/include -I/usr/X11R6/include
-I/usr/kde/3.2/include   -D_LARGEFILE64_SOURCE -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 -O2 -march=i686 -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  -c -o uiserver.lo uiserver.cpp
collect2: ld terminated with signal 11 [Segmentation fault]
make[4]: *** [ktelnetservice] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory
`/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kio/misc'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kio/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3/kio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdelibs-3.2.3/work/kdelibs-3.2.3'
make: *** [all] Error 2

!!! ERROR: kde-base/kdelibs-3.2.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 2
!!! died running emake, kde_src_compile:make

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


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Jul 29, 2004 7:28 am    Post subject: Reply with quote

perché hai:
ypsofatto wrote:
-O2 -O2

:?:

Comunque mi sa che c'é un problema di temperatura, prova ad aprire il case.
_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31476
Location: here

PostPosted: Thu Jul 29, 2004 8:41 am    Post subject: Reply with quote

Prova a compilare qualche altro pacchetto per vedere se va o non va a buon fine cosi' vediamo se sono problrmi di temperatura.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Thu Jul 29, 2004 10:36 am    Post subject: Reply with quote

il mio case è sempre aperto...comunque ho appena acceso il pc (spento ormai da 8 ore) e ho riprovato a fare l'emerge solo di kdelibs.
l'errore è sempre quello :cry:
che utility posso installare per verificare se effettivamente c'è un problema di surriscaldamento?
Back to top
View user's profile Send private message
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Thu Jul 29, 2004 10:53 am    Post subject: Reply with quote

credo che lm-sensors vada bene per vedere la temperatura...
_________________
Se il destino è contro di noi...bhe, peggio per lui....!!
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Thu Jul 29, 2004 2:36 pm    Post subject: Reply with quote

allora tanto per cominciare ho dovuto ricompilarmi il kernel per aggiungere i moduli I2C....ho intallato lm-sensors....ho lanciato sensor-detect per creare il file di configurazione...ho lanciato
Code:
/etc/init.d/lm_sensors start
....mi ha caricato i moduli i2c-sis96x , asb100 e eeprom....e dopo un po' parte con un campanello assordante :lol: figo no!
cmq ho verificato nel bios e anche con le utility di asus su windows e la temperatura della MB è di 37° C. / 98.5 F. mentre la CPU è di 30° C. / 88 F. .

Ecco l'output di sensors:

Code:
eeprom-i2c-0-52
Adapter: SiS96x SMBus adapter at 0xe600
Memory type:            DDR SDRAM DIMM
Memory size (MB):       512

eeprom-i2c-0-51
Adapter: SiS96x SMBus adapter at 0xe600
Memory type:            DDR SDRAM DIMM
Memory size (MB):       256

asb100-i2c-0-2d
Adapter: SiS96x SMBus adapter at 0xe600
VCore 1:   +1.82 V  (min =  +1.66 V, max =  +1.84 V)       ALARM
+3.3V:     +3.10 V  (min =  +3.14 V, max =  +3.47 V)       
+5V:       +5.08 V  (min =  +4.76 V, max =  +5.24 V)       
+12V:     +11.61 V  (min = +10.82 V, max = +13.19 V)       
-12V (reserved):
          -12.07 V  (min =  -0.00 V, max =  -0.00 V)       
-5V (reserved):
           -5.06 V  (min =  -0.00 V, max =  -0.00 V)       
CPU Fan:  2393 RPM  (min = 1997 RPM, div = 4)             
Chassis Fan:
             0 RPM  (min = 3994 RPM, div = 2)             
Power Fan:   0 RPM  (min = 3994 RPM, div = 2)             
M/B Temp:    +24 C  (high =   +45 C, hyst =   +40 C)   
CPU Temp (Intel):
             +36 C  (high =   +60 C, hyst =   +50 C)   
Power Temp:
             +38 C  (high =   +45 C, hyst =   +40 C)   
CPU Temp (AMD):
             +25 C  (high =   +60 C, hyst =   +50 C)   
vid:      +1.750 V
alarms:   

Sembrerebbe tutto normale 8) o no?
secondo te?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31476
Location: here

PostPosted: Thu Jul 29, 2004 7:51 pm    Post subject: Reply with quote

Prova a fare un memtest sulla ram
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Thu Jul 29, 2004 8:49 pm    Post subject: Reply with quote

ho fatto il test della ram...non ha trovato errori :D (....meglio così)
scusa ma mi spieghi perchè dovrebbe essere un problema hardware e non di gentoo? possibile che con suse 9;9.1; redhat 9; AS; fedora1 e 2; slackware 9.1 NON ho avuto mai problemi e con Gentoo ....uno dietro l'altro! :evil:
comunque apparte questo piccolo sfogo :mrgreen:
l'errore potrebbe dipendere dal fatto che ho installato nvidia-kernel-6 mentre kde richiede 4 ?

Code:
emerge -upD kdelibs

These are the packages that I would merge, in order:

Calculating dependencies    ...done!
[ebuild  N    ] app-crypt/hashalot-0.3 
[ebuild     UD] media-libs/fontconfig-2.2.2 [2.2.3]
[ebuild     UD] x11-base/opengl-update-1.7.2 [1.8.1]
[ebuild     UD] x11-terms/xterm-191 [193]
[ebuild  N    ] media-video/nvidia-kernel-1.0.4496-r3 
[ebuild     UD] media-video/nvidia-glx-1.0.4496-r2 [1.0.6106-r3]
[ebuild  N    ] kde-base/kdelibs-3.2.3 



...come non detto...ho provato a disinstallare nvidia-kernel e nvidia-glx ma purtroppo l'errore persiste :( non so proprio cosa inventarmi!
mi potete aiutare?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Jul 30, 2004 7:22 am    Post subject: Reply with quote

ypsofatto wrote:
ho fatto il test della ram...non ha trovato errori :D (....meglio così)
scusa ma mi spieghi perchè dovrebbe essere un problema hardware e non di gentoo? possibile che con suse 9;9.1; redhat 9; AS; fedora1 e 2; slackware 9.1 NON ho avuto mai problemi e con Gentoo ....uno dietro l'altro! :evil:


Il problema é che gentoo, "grazie" alle sue compilazioni continue porta l'hardware al limite. Le altre distro stressano molto meno il sistema per cui qello che può essere un problema sporadico non viene fuori, o non ci si fa caso!

In ogni caso c'é questa vecchia Signal 11 FAQ che dice qual'é il tuo errore.

Comunque facendo una ricerca con google si trovano post come questo che lasciano intendere che forse non é un problema hardware.
_________________
Ciao da me!
Back to top
View user's profile Send private message
ypsofatto
n00b
n00b


Joined: 30 Dec 2003
Posts: 13
Location: Çumpite

PostPosted: Mon Aug 02, 2004 11:42 pm    Post subject: mittticooooo! grazie randomaze! Reply with quote

ce l'ho fatta :mrgreen: :mrgreen: :mrgreen:
era proprio un errore dovuto alla temperatura... :twisted:

:idea: ho messo il VENTILATORE davanti alla scheda madre.....questo mi ha permesso di abbassare la temperatura di 5/6 ° C sia per la MB che per la CPU e di compilare correttamente tutto kde!!!!

NB: l'idea del ventilatore mi è venuta dopo aver: ho smontato il pc, ripulito pezzo per pezzo,cancellato interamente il disco fisso, ricreato le partizioni, reinstallato gentoo partendo dallo stage3 per pentium4 (prima avevo usato lo stage x x86) e ricominciato la compilazione dei pacchetti finchè sono arrivato al fatidico "kdelibs" il quale mi ha dato sempre lo stesso errore.

tante grazie randomaze :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31476
Location: here

PostPosted: Tue Aug 03, 2004 6:22 am    Post subject: Reply with quote

Metti il tag [risolto] al titolo
_________________
Questions are guaranteed in life; Answers aren't.
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