Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
portage >= 2.2.x installieren.
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
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Tue Jun 02, 2009 4:46 pm    Post subject: portage >= 2.2.x installieren. Reply with quote

Hallo Zusammen,

ich wollte mal KDE 4.2 testen.
Nun habe ich gelesen dass man auf portage 2.2 updaten soll.
Da ja nun die 2.2 "masked" ist. habe ich die entsprechenden Einträge in "/etc/portage/package.unmask" und in "/etc/portage/package.keywords" gemacht, aber leider wird nur versucht die 2.1.6.11 zu "remergen".

Code:
vdr02 ~ # emerge -av portage

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/portage-2.1.6.11  USE="-build -doc -epydoc (-selinux)" LINGUAS="-pl" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No]


Habe das etwas vergessen??
Back to top
View user's profile Send private message
NixZuTun
n00b
n00b


Joined: 21 Jan 2008
Posts: 15
Location: Munich / Germany

PostPosted: Tue Jun 02, 2009 5:10 pm    Post subject: Reply with quote

Wie sehen denn deine Einträge dort aus? Ich habe einfach
Code:
=sys-apps/portage-2.2*

in beiden stehen und es funktioniert bestens.
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Tue Jun 02, 2009 5:17 pm    Post subject: Reply with quote

NixZuTun wrote:
.... Ich habe einfach
Code:
=sys-apps/portage-2.2*

in beiden stehen und es funktioniert bestens.


Das kann so nicht funktionieren:

Code:
--- Invalid atom in /etc/portage/package.unmask: sys-apps/portage-2.2*


Ich habe dann in beide folgendes eingetragen:

Code:
>=sys-apps/portage-2.2_rc33



Damit geht es. :D
Back to top
View user's profile Send private message
NixZuTun
n00b
n00b


Joined: 21 Jan 2008
Posts: 15
Location: Munich / Germany

PostPosted: Tue Jun 02, 2009 5:22 pm    Post subject: Reply with quote

Du hast ja auch laut Fehlermeldung beim ersten mal offensichtlich das "=" vergessen. Dann kann es auch nicht gehen! ;) Aber Hauptsache es läuft jetzt!
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Tue Jun 02, 2009 5:45 pm    Post subject: Reply with quote

Bin wieder zurück zur alten protage Version, die 2.2. brachte folgende Fehlermeldung:


Code:
WARNING: One or more repositories have missing repo_name entries:

                                                                                /usr/local/portage/profiles/repo_name
                                                                                /mnt/data/portage/local/layman/gentoo-de/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.
Back to top
View user's profile Send private message
AmonAmarth
l33t
l33t


Joined: 03 Mar 2005
Posts: 727

PostPosted: Tue Jun 02, 2009 6:20 pm    Post subject: Reply with quote

3PO wrote:
Bin wieder zurück zur alten protage Version, die 2.2. brachte folgende Fehlermeldung:


Code:
WARNING: One or more repositories have missing repo_name entries:

                                                                                /usr/local/portage/profiles/repo_name
                                                                                /mnt/data/portage/local/layman/gentoo-de/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.



erstmal sind das keine fehlermeldungen, es sind nur warnungen. die erste warnung hast du persönlich verbockt, dein lokales overlay hat kein repo_name eingetragen. die zweite zeile ist ebenfalls obsolete, weil es das gentoo-de overlay nicht mehr gibt und ins sunrise overlay migriert ist.

also: repo_name im lokalen overlay erstellen und layman -d gentoo-de

mfg
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4712
Location: Germany

PostPosted: Tue Jun 02, 2009 6:31 pm    Post subject: Reply with quote

3PO wrote:
Bin wieder zurück zur alten protage Version, die 2.2. brachte folgende Fehlermeldung:


Code:
WARNING: One or more repositories have missing repo_name entries:

                                                                                /usr/local/portage/profiles/repo_name
                                                                                /mnt/data/portage/local/layman/gentoo-de/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.

das ist keine Fehlermeldung, es ist nur ein Hinweis bzw eine Warnung!
Un die Begründung, und wie es zu lösen ist steht auch dabei!

Es ist lediglich ein Hinweis das eines deiner Overlays keinen Namen hat, schreib in die Datei
/usr/local/portage/profiles/repo_name
wie dein Overlay heißt, dann verschwindet auch dieser Hinweis, und portage kann mit dem Overlay besser umgehen.

Ich nutze portage-2.2 seit der ersten Stunde, habe bisher keine Probleme damit gehabt,
auf die vielen neuen Features möchte ich einfach nicht mehr verzichten...
Ein dickes Lob an die Entwickler :D

EDIT: Oh, da war AmonAmarth ein wenig schneller..

MfG
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Wed Jun 03, 2009 7:20 am    Post subject: Reply with quote

Danke erstmal für Eure Antworten, leider habe ich immer noch nicht genau verstanden, was ich denn nun genau machen soll.
Ich habe auch mal gegoogeld und beider nirgendwo ein TUT oder Howto zu portage 2.2 gefunden.....

Evtl. kann ja mal Jemand eine etwas ausfühlichere Anleitung posten?
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Wed Jun 03, 2009 8:10 pm    Post subject: Reply with quote

Wie AmonAmarth und Josef.95 schon geschrieben haben:

Code:

echo local > /usr/local/portage/profiles/repo_name
layman -d gentoo-de

_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Fri Jun 05, 2009 7:04 am    Post subject: Reply with quote

schachti wrote:
Wie AmonAmarth und Josef.95 schon geschrieben haben:

Code:

echo local > /usr/local/portage/profiles/repo_name
layman -d gentoo-de


Thx, jetzt sind die Warnmeldungen weg. :D

Allerdings musste ich noch ein:
Code:
 mkdir /usr/local/portage/profiles
machen, da das Verzeichnis "profiles" bei mir nicht vorhanden war.
Back to top
View user's profile Send private message
donbruno
n00b
n00b


Joined: 13 Jun 2009
Posts: 2

PostPosted: Sat Jun 13, 2009 6:23 pm    Post subject: Reply with quote

hallo

wollte auch kde 4.2 installieren, allerdings ging es auch mit dem alten protage ohne probleme, hab dazu autounmask genommen, hatte ich aus dem Forum, super tool und dann kde 4.2 installiert.

vielleicht hilft dir das noch.

gruss
Thomas
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