Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con emerge-webrsync [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
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 11:23 am    Post subject: Problema con emerge-webrsync [RISOLTO] Reply with quote

Ciao ragazzi, ho appena terminato un "emerge-webrsync" e ho avuto il seguente output (riporto solo la parte finale):

Code:

/usr/lib/portage/bin/ebuild.sh: line 1319: /usr/portage/eclass/flag-o-matic.eclass: No such file or directory

!!! ERROR: sys-apps/portage-2.0.51-r2 failed.
!!! Function inherit, Line 1320, Exitcode 1
!!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in sys-apps/portage-2.0.51-r2 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

/usr/lib/portage/bin/ebuild.sh: line 1319: /usr/portage/eclass/flag-o-matic.eclass: No such file or directory

!!! ERROR: sys-apps/portage-2.0.51-r3 failed.
!!! Function inherit, Line 1320, Exitcode 1
!!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in sys-apps/portage-2.0.51-r3 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

/usr/lib/portage/bin/ebuild.sh: line 1319: /usr/portage/eclass/flag-o-matic.eclass: No such file or directory

!!! ERROR: sys-apps/portage-2.0.51_rc7 failed.
!!! Function inherit, Line 1320, Exitcode 1
!!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in sys-apps/portage-2.0.51_rc7 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

/usr/lib/portage/bin/ebuild.sh: line 1319: /usr/portage/eclass/flag-o-matic.eclass: No such file or directory

!!! ERROR: sys-apps/portage-2.0.51-r8 failed.
!!! Function inherit, Line 1320, Exitcode 1
!!! died sourcing /usr/portage/eclass/flag-o-matic.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.


aux_get(): (0) Error in sys-apps/portage-2.0.51-r8 ebuild. (1)
               Check for syntax error or corruption in the ebuild. (--debug)

 * An update to portage is available. It is _highly_ recommended
 * that you update portage now, before any other packages are updated.
 * Please do so and then update ALL of your configuration files.


 *** Completed websync, please now perform a normal rsync if possible.
     Update is current as of the of YYYYMMDD: 20041208


Ho provato quindi ad eseguire un update di portage, ma ho ottenuto l'output seguente:

Code:

root@neo $ emerge --update portage
!!! ARCH is not set... Are you missing the /etc/make.profile symlink?
!!! Is the symlink correct? Is your portage tree complete?


Cosa devo fare per rimettere le cose a posto?

Grazie mille!
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html


Last edited by MetalWarrior on Fri Dec 10, 2004 9:58 am; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Thu Dec 09, 2004 11:27 am    Post subject: Reply with quote

Posta l'output di
Code:
$ ls /etc | grep make.profile

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 12:53 pm    Post subject: Reply with quote

Code:


root@neo $ ls /etc | grep make.profile

make.profile



Il file make.profile c'è... ecco anche questo:

Code:

root@neo $ ls -l /etc/make.profile

lrwxr-xr-x  1 root root 48 Nov 17 10:40 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2004.2


Provo a rifare emerge-webrsync o rischio di incasinarlo?
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 09, 2004 1:00 pm    Post subject: Reply with quote

MetalWarrior wrote:
root@neo $ ls -l /etc/make.profile

lrwxr-xr-x 1 root root 48 Nov 17 10:40 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2004.2


IMHO non c'é.
Prova a seguire il link:
Code:
 ls /usr/portage/profiles/default-linux/x86/2004.2

_________________
Ciao da me!
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 1:03 pm    Post subject: Reply with quote

Esatto, il link c'è ma non c'è la directory /usr/portage/profiles/default-linux/x86/2004.2..

Code:

root@neo $ ls /usr/portage/profiles/default-linux/

alpha  amd64  arm    hppa   sparc

_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 09, 2004 1:28 pm    Post subject: Reply with quote

Hanno scazzato lo snapshot.
Prova a fare:
Code:
cp -R /usr/portage/sync/* /usr/portage


...da me ha funzionato.
_________________
Ciao da me!
Back to top
View user's profile Send private message
Mistobaan
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 76

PostPosted: Thu Dec 09, 2004 1:35 pm    Post subject: Reply with quote

Successo identica cosa anche a me... :roll:

dicevo io che c'era qualcosa che non andava...
_________________
God is real until declared integer
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 4:24 pm    Post subject: Reply with quote

randomaze wrote:
Hanno scazzato lo snapshot.
Prova a fare:
Code:
cp -R /usr/portage/sync/* /usr/portage


...da me ha funzionato.


Non ho nessuna directory /usr/portage/sync....
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 09, 2004 4:34 pm    Post subject: Reply with quote

MetalWarrior wrote:
Non ho nessuna directory /usr/portage/sync....


Si, il post originale era sbagliato e ho incollato senza correggere :roll:
non sync ma rsync:
Code:
cp -R /usr/portage/rsync/* /usr/portage

_________________
Ciao da me!
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 4:37 pm    Post subject: Reply with quote

Ok, sto copiando i files... Una volta finito, posso cancellare il contenuto di rsync, visto che sono 400Mb di roba e ho poco spazio?
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 09, 2004 4:39 pm    Post subject: Reply with quote

MetalWarrior wrote:
Ok, sto copiando i files... Una volta finito, posso cancellare il contenuto di rsync, visto che sono 400Mb di roba e ho poco spazio?


Buona domanda... qualcuno con il portage "normale" (ovvero non emerso con websync) potrebbe dirci se la directory /usr/portage/rsync contiene qualcosa di utile oppure non serve a nulla?
_________________
Ciao da me!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Thu Dec 09, 2004 4:40 pm    Post subject: Reply with quote

Ecco
Code:
$ ls /usr/portage/rsync
ls: /usr/portage/rsync: No such file or directory

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 4:45 pm    Post subject: Reply with quote

Quindi cancelliamo........ Con questa operazione ora il mio portage tree dovrebbe essere ok, quindi con futuri aggiornamenti (salvo altri tree corrotti) non dovrei aver problemi, giusto?

Grazie mille dell'aiuto, siete sempre velocissimi!
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 09, 2004 4:56 pm    Post subject: Reply with quote

MetalWarrior wrote:
Quindi cancelliamo........ Con questa operazione ora il mio portage tree dovrebbe essere ok, quindi con futuri aggiornamenti (salvo altri tree corrotti) non dovrei aver problemi, giusto?


Esatto.
Un consiglio... dato che usare emerge-websync non é usatissimo, in caso di problemi é bene sbirciare il forum inglese... é più facile trovare compagni di sventura. Solitamente io faccio così ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
MetalWarrior
Guru
Guru


Joined: 07 Nov 2004
Posts: 347
Location: Malè (Trento), Italy

PostPosted: Thu Dec 09, 2004 5:18 pm    Post subject: Reply with quote

Mi tocca usare webrsync durante la settimana, perchè devo passare attraverso il proxy della facoltà... Il fine settimana faccio sempre un sync normale..
Comunque grazie dei consigli!

Ciao, buona serata!!!
_________________
(Our) system as a whole is more or less the GNU system, with Linux added.
When you're talking about this combination, please call it ``GNU/Linux''. ~ Richard Stallman
http://www.gnu.org/gnu/why-gnu-linux.html
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Thu Dec 09, 2004 9:40 pm    Post subject: Reply with quote

grazie dei suggerimenti perche' cosi' ho risolto
:lol:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Thu Dec 09, 2004 9:42 pm    Post subject: Reply with quote

Manca 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