Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
errori emerge -sync emerge --sync AIUTO!
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
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 11:33 am    Post subject: errori emerge -sync emerge --sync AIUTO! Reply with quote

ecco il mio problema, qualcuno puo aiutarmi??
uso gentoo 2007.1 stage 1*** Deprecated use of action 'sync', use '--sync' instead
Traceback (most recent call last):
File "/usr/bin/emerge", line 6428, in <module>
retval = emerge_main()
File "/usr/bin/emerge", line 6383, in emerge_main
action_sync(settings, trees, mtimedb, myopts, myaction)
File "/usr/bin/emerge", line 4606, in action_sync
"%a, %d %b %Y %H:%M:%S +0000"))
File "/usr/lib64/python2.5/_strptime.py", line 14, in <module>
import locale
File "/usr/lib64/python2.5/locale.py", line 14, in <module>
import sys, encodings, encodings.aliases
ImportError: No module named encodings


Last edited by hypnopotam on Mon Sep 03, 2007 1:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 11:41 am    Post subject: Reply with quote

Si ma che comando lanci per vedere quell'errore?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 11:55 am    Post subject: Reply with quote

ho sempre fatto
emerge sync && emerge system && emerge world

sempre tutto bene,non piu ora
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 11:57 am    Post subject: Reply with quote

hypnopotam wrote:
ho sempre fatto
emerge sync && emerge system && emerge world

Sei sicuro di avere usato le doppie & e non una sola? Prova dare i comandi uno alla volta e vedi se da poblemi
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 12:18 pm    Post subject: Reply with quote

si ho sempre dato le doppie &&
se faccio emerge sync mi da l'errore riportato qui sopra
per emerge system e emerge world ottengo
Calculating world dependencies... done!
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Mon Sep 03, 2007 12:25 pm    Post subject: Reply with quote

sembrano problemi con python
come ti suggerisce l'errore, comincia con dare emerge --sync in luogo di emerge sync

Coda
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 12:28 pm    Post subject: Reply with quote

avevo gia provato con emerge --sync
ma da lo stesso errore
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 12:36 pm    Post subject: Reply with quote

Posta l'output del comando
Code:
$ python -v

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


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Mon Sep 03, 2007 12:36 pm    Post subject: Reply with quote

Probabilmente si è danneggiato qualcosa.

Prova a reinstallare Portage seguendo questa guida: Riparare manualmente installazioni di portage non funzionanti.

Inoltre

  • per AGGIORNARE devi passare l'opzione --update ad emerge, ti consiglio insieme a --deep, per cui il comando corretto è
    Code:

    emerge --ask --deep --update --verbose world

    o nella forma abbreviata
    Code:

    emerge -aDuv world

  • NON serve dare ogni volta emerge system, in quanto system è già contenuto in world
  • Penso tu debba leggerti più attentamente le pagine di manuale e la documentazione su Portage (se proprio non ne viene fuori chiedi pure nel forum
  • Per favore modifica il titolo a questa discussione in qualcosa di più specifico, tipo "errore lanciando emerge --sync" o simili.

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 12:40 pm    Post subject: Reply with quote

# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib64/python2.5/site.pyc matches /usr/lib64/python2.5/site.py
import site # precompiled from /usr/lib64/python2.5/site.pyc
# /usr/lib64/python2.5/os.pyc matches /usr/lib64/python2.5/os.py
import os # precompiled from /usr/lib64/python2.5/os.pyc
import posix # builtin
# /usr/lib64/python2.5/posixpath.pyc matches /usr/lib64/python2.5/posixpath.py
import posixpath # precompiled from /usr/lib64/python2.5/posixpath.pyc
# /usr/lib64/python2.5/stat.pyc matches /usr/lib64/python2.5/stat.py
import stat # precompiled from /usr/lib64/python2.5/stat.pyc
# /usr/lib64/python2.5/UserDict.pyc matches /usr/lib64/python2.5/UserDict.py
import UserDict # precompiled from /usr/lib64/python2.5/UserDict.pyc
# /usr/lib64/python2.5/copy_reg.pyc matches /usr/lib64/python2.5/copy_reg.py
import copy_reg # precompiled from /usr/lib64/python2.5/copy_reg.pyc
# /usr/lib64/python2.5/types.pyc matches /usr/lib64/python2.5/types.py
import types # precompiled from /usr/lib64/python2.5/types.pyc
import _types # builtin
# /usr/lib64/python2.5/warnings.pyc matches /usr/lib64/python2.5/warnings.py
import warnings # precompiled from /usr/lib64/python2.5/warnings.pyc
# /usr/lib64/python2.5/linecache.pyc matches /usr/lib64/python2.5/linecache.py
import linecache # precompiled from /usr/lib64/python2.5/linecache.pyc
Python 2.5.1 (r251:54863, Aug 23 2007, 18:47:44)
[GCC 4.2.0 (Gentoo 4.2.0 p1.4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Mon Sep 03, 2007 12:44 pm    Post subject: Reply with quote

Attendo che è la "D" MAIUSCOLA (la "d" minuscola è l'abbreviazione di --debug).

Potresti utilizzare il BBCode del forum, per rendere più leggibili i tuoi messaggi? Altrimenti ci roviniamo quel poco di vista che ci rimane :P
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 12:47 pm    Post subject: Reply with quote

Prova a ricompilare solo python con
Code:
# emerge -1 python


Edit: proprio non importa encodings il tuo python perche' sembrerebbe che non c'e' e non capisco come mai. Non sono afferrato molto con python ma prova a ricompilarlo come detto sopra e poi prova ancora a dare un sync a vedere se va
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 12:53 pm    Post subject: Reply with quote

ho riemerso python ma l'errore c'e sempre
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 12:58 pm    Post subject: Reply with quote

Posta il tuo /etc/make.conf
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 1:09 pm    Post subject: Reply with quote

grazie

Last edited by hypnopotam on Mon Sep 03, 2007 1:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 1:10 pm    Post subject: Reply with quote

prima di spingermi oltre e magari incasinarmi ancora di piu aspetto che torni dalle vacanze colui che mi ha installato gentoo
come avrete capito sono neofita di gentoo e poco esperto di computer in generale
ma sbagliando si impara, e io sono cmq entusiasta di linux gentoo
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30884
Location: here

PostPosted: Mon Sep 03, 2007 1:22 pm    Post subject: Reply with quote

hypnopotam wrote:
prima di spingermi oltre e magari incasinarmi ancora di piu aspetto che torni dalle vacanze colui che mi ha installato gentoo

Come preferisci unica nota se risolvi riesuma il thread e spiega come hai/ha fatto grazie :D
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 1:25 pm    Post subject: Reply with quote

certo!
per ora mille grazie per l'aiuto
piu' che altro tra poco devo anche scappare
non ho piu' tempo ora
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Mon Sep 03, 2007 1:42 pm    Post subject: Reply with quote

ehm... ma come mai utilizzi python in testing? ti serve per qualche strano motivo?
Back to top
View user's profile Send private message
hypnopotam
n00b
n00b


Joined: 18 Aug 2007
Posts: 27

PostPosted: Mon Sep 03, 2007 2:21 pm    Post subject: Reply with quote

sinceramente non lo so
non avendo installato io gentoo e non avendo la base delle conoscenze per linux non saprei proprio
la mia esperienza con i computer e breve - 3 anni di cacca blu xp con mille mille errori di sistema,ripristini e per concludere rottura del disco fisso
poi 2 mesi di vecchia mela G4 tanto per vedere,ma troppo preistorico per i miei gusti e utilizzi
Ora da 2 settimane innamorato di gentoo
versione 2007.0 e primo stage
SCUSATE QUINDI LA MIA IGNORANZA :roll:
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