Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ttmkfdir mi tira scemo [resolved]
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
GabrieleB
Guru
Guru


Joined: 22 Jul 2003
Posts: 317

PostPosted: Mon Feb 02, 2004 12:34 pm    Post subject: ttmkfdir mi tira scemo [resolved] Reply with quote

Ho appena tirato su un pc-cadavere di recupero, ma quando cerco di emergere xfree mi si pianta sul ttmkfdir così:
Code:
!!! ERROR: x11-misc/ttmkfdir-3.0.9 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)

Ho cercato sul forum e sembra essere un problema abbastanza comune, al quale però vengono date un paio di possibili soluzioni senza troppe spiegazioni.
Io le ho provate ma senza risultati.
Le soluzioni in questione erano:
- riemergere gcc
- riemergere solo glibc
- emergere prima flex poi ttmkfdir
Vi torna ?

Un saluto
Il GeCO Gabriele
_________________
Keyboard error. Press F1 to continue.


Last edited by GabrieleB on Sat Feb 21, 2004 10:33 am; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Feb 02, 2004 12:40 pm    Post subject: Re: ttmkfdir mi tira scemo Reply with quote

GabrieleB wrote:
Ho appena tirato su un pc-cadavere di recupero, ma quando cerco di emergere xfree mi si pianta sul ttmkfdir così:
Code:
!!! ERROR: x11-misc/ttmkfdir-3.0.9 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)

Ho cercato sul forum e sembra essere un problema abbastanza comune, al quale però vengono date un paio di possibili soluzioni senza troppe spiegazioni.
Io le ho provate ma senza risultati.
Le soluzioni in questione erano:
- riemergere gcc
- riemergere solo glibc
- emergere prima flex poi ttmkfdir
Vi torna ?


Potrebbe... di solito quando emerge segnala un errore nella src_compile bisognerebbe dare un occhiata alle linee relative alla compilazione e non solo a quelle di emerge.
Back to top
View user's profile Send private message
GabrieleB
Guru
Guru


Joined: 22 Jul 2003
Posts: 317

PostPosted: Mon Feb 02, 2004 12:43 pm    Post subject: Reply with quote

Non ho ora sottomano il pc incriminato, ma l'output era indentico a questo post: https://forums.gentoo.org/viewtopic.php?t=128329&highlight=ttmkfdir
_________________
Keyboard error. Press F1 to continue.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Feb 02, 2004 12:54 pm    Post subject: Reply with quote

GabrieleB wrote:
Non ho ora sottomano il pc incriminato, ma l'output era indentico a questo post: https://forums.gentoo.org/viewtopic.php?t=128329&highlight=ttmkfdir


Cioé da errori sul file:
Code:

/usr/include/bits/stdio.h: In function `int getchar()':
/usr/include/bits/stdio.h:42: declaration of `int getchar()' throws different
   exceptions
/usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/stdio.h:394: than previous
   declaration `int getchar() throw ()'


Se é proprio uguale controlla la CHOST come spiegato, se ok vai di emerge...
Back to top
View user's profile Send private message
GabrieleB
Guru
Guru


Joined: 22 Jul 2003
Posts: 317

PostPosted: Tue Feb 03, 2004 10:33 am    Post subject: Reply with quote

forse ho capito l'inghippo ...
Come anche ipotizzato nel post che ho citato, gcc potrebbe non essere stato riemerso dal emerge -e world che sia io sia l'autrice del post hanno fatto. Non me ne sono accorto perchè ho lanciato emerge -e world e subito dopo emerge fluxbox alla sera sperando di trovare tutto fatto al mattino. In realtà il mattino dopo ho trovato solo il solito messaggio di errore (perdendomi eventuali errori del comando precedente).
Ieri sera ho lanciato solamente emerge -e gcc e stamattina stava ancora tritando, ergo, la sera precedente non poteva aver fatto gcc+il resto di world in una notte sola.
Speriamo di trovare un bel gcc emerso correttamente e poter lanciare emerge fluxbox con successo.

Saluti
_________________
Keyboard error. Press F1 to continue.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Tue Feb 03, 2004 7:41 pm    Post subject: Reply with quote

Posta la tua variabile CFLAGS e CHOST (dal make.conf).
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Wed Feb 04, 2004 8:42 pm    Post subject: Reply with quote

sucede anche a me: inizialmente ho pensato a delle USE aggressive (se mi passate il termine).
Invece ho risolto cambiando le CFLAGS: con -O3 e -O2 non funzia, con -Os, invece, compila al volo (giusto qualche warning del tipo: la variabile tal-dei-tali non dovrebbe essere inizializzata.... e vallo a dire al programmatore :lol: !)

Coda
Back to top
View user's profile Send private message
GabrieleB
Guru
Guru


Joined: 22 Jul 2003
Posts: 317

PostPosted: Thu Feb 05, 2004 2:55 pm    Post subject: Reply with quote

Aggiornamento: la mia supposizione era giusta, in effetti non mi si compilava nemmeno il gcc. Il bello è che l'errore è identico !!!!
Codadilupo, provo con -Os e casomai posto il make.conf.

Grassie
Gabriele
_________________
Keyboard error. Press F1 to continue.
Back to top
View user's profile Send private message
pipuzzo
n00b
n00b


Joined: 04 Aug 2003
Posts: 17

PostPosted: Thu Feb 05, 2004 4:49 pm    Post subject: Reply with quote

io avevo lo stesso problema, ho fatto come consigliava codadilupo ed è andato tutto liscio, poi ho rimesso di nuovo 03.
Grazie :D
Back to top
View user's profile Send private message
GabrieleB
Guru
Guru


Joined: 22 Jul 2003
Posts: 317

PostPosted: Sat Feb 21, 2004 10:32 am    Post subject: Reply with quote

OK, dopo molto tempo e causa influenza, mi sono rimesso a giocare con sta macchina.
Ho messo -Os nel make.conf, ho riemerso gcc (per vedere se andava), poi ho riemerso world e infine al passo: emerge fluxbox ho visto che ha compilato bene il file incriminato. Attendo fiducioso la fine di questa emergiata

Grazie ragazzi !
Gabriele
_________________
Keyboard error. Press F1 to continue.
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