Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge sync - portage broken???
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Wed Apr 07, 2004 2:06 pm    Post subject: emerge sync - portage broken??? Reply with quote

hi,
gerade habe ich einen emerge sync auf 5 (fünf) maschinen gleichzeitig angestossen:
Code:

h5867 root # emerge sync
Traceback (most recent call last):
  File "/usr/bin/emerge", line 14, in ?
    import portage
  File "/usr/lib/portage/pym/portage.py", line 6128, in ?
    settings.regenerate() # XXX: Regenerate use after we get a vartree -- GLOBAL
  File "/usr/lib/portage/pym/portage.py", line 1392, in regenerate
    self.configdict["auto"]["USE"]=autouse(db[root]["vartree"],use_cache=use_cache)
  File "/usr/lib/portage/pym/portage.py", line 1121, in autouse
    myresult=dep_check(mydep,myvartree.dbapi,None,use="no",use_cache=use_cache)
  File "/usr/lib/portage/pym/portage.py", line 3309, in dep_check
    mylist=flatten(dep_listcleanup(dep_zapdeps(mysplit,mysplit2)))
  File "/usr/lib/portage/pym/portage.py", line 3052, in dep_zapdeps
    myresult=dep_zapdeps(unreduced[x],reduced[x])
  File "/usr/lib/portage/pym/portage.py", line 3038, in dep_zapdeps
    elif myportapi.match(x):



AttributeError: 'NoneType' object has no attribute 'match'

reproduzierbar auf 3 rootservern, und 2 privatmaschinen
es gibt im internationalen teil des forums schon 2 threads dazu...

besser nicht syncen zur zeit... ;-)

oder liegts an mir???? denke nicht... :cry:

so long
rootshell

EDIT:
habe gerade gesehen, dass zielscheibe 2 threads weiter unten das gleiche problem hat.
dieser thread ist also ein DUP....
naja, bin gerade durch den wind... 8O 8O 8O
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual


Last edited by ruth on Wed Apr 07, 2004 2:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Wed Apr 07, 2004 2:08 pm    Post subject: Reply with quote

hm kann imo emerge sync net testen bin bei der arbeit
aber emerge-webrsync geht
Back to top
View user's profile Send private message
himpierre
l33t
l33t


Joined: 31 Aug 2002
Posts: 867
Location: Berlin

PostPosted: Wed Apr 07, 2004 2:09 pm    Post subject: Reply with quote

Hallo.

Ist mir auch passiert. Schnüff.

Thomas
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Wed Apr 07, 2004 2:11 pm    Post subject: Reply with quote

emerge-webrsync geht aber nicht mehr, nachdem emerge sync in den fehler
gelaufen ist....

5 maschinen kaputt... *schluchz*

rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Wed Apr 07, 2004 2:12 pm    Post subject: Reply with quote

Code:
Line 3029 in /usr/lib/portage/pym/portage.py.
From
if portdbapi:
To
if myportapi:


und es funktioniert wieder :wink:
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Wed Apr 07, 2004 2:18 pm    Post subject: Reply with quote

hi,
yupp, hab ich auch gerade gefunden... ;-)
puh, glück gehabt...

*stein_vom_herzen_fall*
so long
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
noganex
n00b
n00b


Joined: 20 Aug 2003
Posts: 57
Location: Germany

PostPosted: Wed Apr 07, 2004 2:25 pm    Post subject: Reply with quote

Weiss jemand bescheid wann das vermutlich wieder laufen wird?
Back to top
View user's profile Send private message
unix
l33t
l33t


Joined: 06 Jul 2003
Posts: 615
Location: Dürnten ZH Switzerland

PostPosted: Wed Apr 07, 2004 2:26 pm    Post subject: Reply with quote

noganex wrote:
Weiss jemand bescheid wann das vermutlich wieder laufen wird?


es läuft wieder
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Wed Apr 07, 2004 2:28 pm    Post subject: Reply with quote

hi,
da die datei portage.py teil von sys-apps/portage-2.0.50-r3 (u.a.) ist,
denke ich dementsrechend, wenn es eine portage 2.0.50-r4 gibt.
ob die oben beschriebene lösung nur ein workaround für ein grösseres problem
darstellt, oder ob damit der bug behoben ist, kann ich nicht sagen.
über die interna von portage weiss ich nicht bescheid...

so long
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
øxygen
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 236
Location: Bergheim, Germany

PostPosted: Wed Apr 07, 2004 2:31 pm    Post subject: Reply with quote

Also ich habe gerade ein emerge sync gemacht und hatte das Problem nicht.
(~) $ emerge info
Portage 2.0.50-r3 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4-gentoo-r1)
Back to top
View user's profile Send private message
ruth
Retired Dev
Retired Dev


Joined: 07 Sep 2003
Posts: 640
Location: M / AN / BY / GER

PostPosted: Wed Apr 07, 2004 2:41 pm    Post subject: Reply with quote

hi,
ich habe jetzt noch meinen laptop gesynced:
ohne probleme... ????????
ein
Code:

nano -w +3029 /usr/lib/portage/pym/portage.py

gibt mir auf dieser maschine aber
Code:

                        #use not masked pkg
                        if portdbapi:
                                for x in candidate:

schnall ich leider nicht mehr, das ganze...
die anderen 5 laufen ohne portdbapi -->> myportapi voll in die sche***
was ist hier los??? 8O 8O 8O

so long
rootshell
_________________
"The compiler has tried twice to abort and cannot do so; therefore, compilation will now terminate."
-- IBM PL/I (F) error manual
Back to top
View user's profile Send private message
neumax
n00b
n00b


Joined: 05 May 2003
Posts: 43

PostPosted: Wed Apr 07, 2004 3:51 pm    Post subject: Reply with quote

voll in die sche*** ist wohl im betracht der resultierenden gesamtsituation noch einen tick untertrieben ;)

weder workaround noch normales syncen bringen hier was!
ahhhh ich krach gleich zusammen....

beim syncen hängen die kisten beim schreiben des portage cache und normales emergen geht natürlich auch nicht. (quasi-logische-konsequenz)

bei solchen problemen fällt mir wieder mal murphy ein:
wenn etwas schief gehen kann, wird es schief gehen!

der tag ist zumindest ruiniert und dabei hat er so gut angefangen :(

UPDATE:

Der Tag nimmt doch noch sein "gewohntes" gutes Ende.

in der /etc/make.profile/virtuals überall x11-xorg einträge entfernen und Line 3029 in /usr/lib/portage/pym/portage.py wieder in if portdbapi: ändern.... dann klappts auch wieder mit dem emergen...
(dem internationalen forum sei dank)


Last edited by neumax on Wed Apr 07, 2004 4:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
ian!
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 3829
Location: Essen, Germany

PostPosted: Wed Apr 07, 2004 3:56 pm    Post subject: Reply with quote

:arrow: https://bugs.gentoo.org/show_bug.cgi?id=47063
_________________
"To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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