Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] emerge non compila piu' nulla!
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
_ArTiC_
n00b
n00b


Joined: 04 May 2006
Posts: 4

PostPosted: Thu May 04, 2006 3:18 pm    Post subject: [RISOLTO] emerge non compila piu' nulla! Reply with quote

Ormai da un paio di giorni emerge si rifiuta di compilare qualsiasi cosa:

Code:
Calculating dependencies   ... done!
>>> Emerging (1 of 1) sys-apps/portage-2.1_pre10-r2 to /
>>> checking ebuild checksums
>>> checking auxfile checksums
>>> checking miscfile checksums
>>> checking distfiles checksums
/usr/lib/portage/bin/misc-functions.sh: line 348: cd: /var/tmp/portage/portage-2.1_pre10-r2/image: No such file or directory
./
./portage-2.1_pre10-r2/
./portage-2.1_pre10-r2/temp/
./portage-2.1_pre10-r2/temp/logging/
./portage-2.1_pre10-r2/temp/eclass-debug.log
./homedir/
./xproto-7.0.5/
./xproto-7.0.5/temp/
./xproto-7.0.5/temp/logging/
./xproto-7.0.5/temp/eclass-debug.log
./python-2.4.3/
./python-2.4.3/temp/
./python-2.4.3/temp/logging/
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/portage/pym/xpak.py", line 259, in recompose
    xpdata = xpak(datadir)
  File "/usr/lib/portage/pym/xpak.py", line 64, in xpak
    os.chdir(rootdir)
OSError: [Errno 2] No such file or directory: '/var/tmp/portage/portage-2.1_pre10-r2/build-info'

!!! ERROR: sys-apps/portage-2.1_pre10-r2 failed.
Call stack:
  misc-functions.sh, line 412:   Called dyn_package
  misc-functions.sh, line 360:   Called die

!!! Failed to append metadata to the tbz2 file
!!! If you need support, post the topmost build error, and the call stack if relevant.


altro esempio:

Code:
Calculating dependencies... done!
>>> Emerging (1 of 1) dev-lang/python-2.4.3 to /
>>> checking ebuild checksums
>>> checking auxfile checksums
>>> checking miscfile checksums
>>> checking distfiles checksums
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3408, in ?
    mydepgraph.merge(pkglist)
  File "/usr/bin/emerge", line 1991, in merge
    retval=portage.doebuild(y,"package",myroot,self.pkgsettings,edebug,tree="porttree")
  File "/usr/lib/portage/pym/portage.py", line 2761, in doebuild
    (mydo not in ["digest","fetch","unpack"] and
  File "/usr/lib/portage/pym/portage.py", line 2281, in digestcheck
    mf.checkFileHashes(mf.findFile(f), f)
  File "/usr/lib/portage/pym/portage_manifest.py", line 478, in checkFileHashes
    ok,reason = verify_all(self._getAbsname(ftype, fname), self.fhashdict[ftype][fname])
  File "/usr/lib/portage/pym/portage_checksum.py", line 98, in verify_all
    raise portage_exception.FileNotFound(filename)
portage_exception.FileNotFound: '/usr/portage/distfiles/Python-2.4.3.tar.bz2'


Grazie a chiunque mi possa aiutare


Last edited by _ArTiC_ on Thu May 04, 2006 4:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Thu May 04, 2006 4:12 pm    Post subject: Reply with quote

a giudicare dall'output dire che hai un problema con /usr/lib/portage/pym (sono proprio un genio! :P)
in teoria è un problema del portage, prova con
Code:
emerge =sys-apps/portage-2.0.51-r14


cercando rapidamente con google ho trovato questo sul forum internazionale
https://forums.gentoo.org/viewtopic-t-289990-highlight-portage+nameerror+global+primaryuriindex+defined.html

ola ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)
Back to top
View user's profile Send private message
_ArTiC_
n00b
n00b


Joined: 04 May 2006
Posts: 4

PostPosted: Thu May 04, 2006 4:23 pm    Post subject: Reply with quote

niente da fare...

Code:
emerge =sys-apps/portage-2.0.51-r14
Calculating dependencies
emerge: there are no ebuilds to satisfy "=sys-apps/portage-2.0.51-r14".


la versione attualmente installata su questa macchina e' la 2.1_pre10
Back to top
View user's profile Send private message
!ico
Apprentice
Apprentice


Joined: 26 Oct 2005
Posts: 199
Location: Bassano del Grappa (VI)

PostPosted: Thu May 04, 2006 4:28 pm    Post subject: Reply with quote

essendo più vecchia se non c'è in portage probabilmente la devi mettere in overlay
invoco comunque l'aiuto dei più esperti :?

ola ;)
_________________
" I tasti iniziano. I tasti finiscono. Tu sai che sono 88; su questo nessuno può fregarti. Non sono infiniti loro. Tu, tu sei infinito, e dentro quei tasti, infinita è la musica che puoi fare. Loro sono 88. Tu sei infinito".
Novecento (Baricco)
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Thu May 04, 2006 4:28 pm    Post subject: Reply with quote

L'ultima stabile è la 2.0.54-r2

Byez
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
_ArTiC_
n00b
n00b


Joined: 04 May 2006
Posts: 4

PostPosted: Thu May 04, 2006 4:36 pm    Post subject: Reply with quote

Onip wrote:
L'ultima stabile è la 2.0.54-r2

Byez


stessa sfilza di errori

Quote:
emerge =sys-apps/portage-2.0.54-r2
Calculating dependencies... done!
>>> Emerging (1 of 1) sys-apps/portage-2.0.54-r2 to /
>>> checking ebuild checksums
>>> checking auxfile checksums
>>> checking miscfile checksums
>>> checking distfiles checksums
Traceback (most recent call last):
File "/usr/bin/emerge", line 3408, in ?
mydepgraph.merge(pkglist)
File "/usr/bin/emerge", line 1991, in merge
retval=portage.doebuild(y,"package",myroot,self.pkgsettings,edebug,tree="porttree")
File "/usr/lib/portage/pym/portage.py", line 2761, in doebuild
(mydo not in ["digest","fetch","unpack"] and
File "/usr/lib/portage/pym/portage.py", line 2281, in digestcheck
mf.checkFileHashes(mf.findFile(f), f)
File "/usr/lib/portage/pym/portage_manifest.py", line 478, in checkFileHashes
ok,reason = verify_all(self._getAbsname(ftype, fname), self.fhashdict[ftype][fname])
File "/usr/lib/portage/pym/portage_checksum.py", line 98, in verify_all
raise portage_exception.FileNotFound(filename)
portage_exception.FileNotFound: '/usr/portage/distfiles/portage-2.0.54.tar.bz2'


ho provato a scaricare a mano il file .tar.bz2 nella dir distfiles e adesso mancano le patch.. ma non dovrebbe prendere tutto da solo??
Back to top
View user's profile Send private message
_ArTiC_
n00b
n00b


Joined: 04 May 2006
Posts: 4

PostPosted: Thu May 04, 2006 4:51 pm    Post subject: Reply with quote

Problema risolto :mrgreen:

Ho reinstallato da tbz2 la versione appena precedente alla mia, la 2.1-pre9-r5, fatto un emerge --sync e upgradato portage all'ultima release.
Sembra funzionare... (sgrat)

Grazie dell'interessamento :D
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