Sie sind nicht angemeldet.

1

27.07.2013, 21:42

layman "!!! Set 'masters = gentoo'"

Hallo Freunde,

beim "eix-sync" oder auch z.B. "emerge -av1 top" bekomme ich in der Konsole seit neuestem eine seltsame Meldung:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
emerge -av top
!!! Repository 'mozilla' is missing masters attribute in '/var/lib/layman/mozilla/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'hacking-gentoo' is missing masters attribute in '/var/lib/layman/hacking-gentoo/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'gnome' is missing masters attribute in '/var/lib/layman/gnome/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'portage-backup' is missing masters attribute in '/var/lib/layman/portage-backup/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'local_overlay' is missing masters attribute in '/usr/local/portage/local-overlay/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'desktop-effects' is missing masters attribute in '/var/lib/layman/desktop-effects/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'a3li' is missing masters attribute in '/var/lib/layman/a3li/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! Repository 'vdr-devel' is missing masters attribute in '/var/lib/layman/vdr-devel/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
Die "/var/lib/layman/desktop-effects/metadata/layout.conf" gibt es bei mir nicht.
Was kann da verbogen sein?

Oder ob es an der Hitze liegt. :evil:

Grüße Micha.

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Michigen« (28.07.2013, 23:10)


2

28.07.2013, 16:26

Bleib ruhig. In Portage ist eine neue Funktion dazugekommen und die meisten Overlays kennen diese noch nicht. Aber es ist nur eine Warnung. Also abwarten bis es in allen Overlays gefixt ist.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

3

28.07.2013, 16:50

Jo, da kann ich bell nur zustimmen - hab ein wenig Geduld.

Aber, bei deinem eigenen lokalen Overlay solltest du selbst tätig werden.

Zitat

Quellcode

1
2
!!! Repository 'local_overlay' is missing masters attribute in '/usr/local/portage/local-overlay/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility

Mein Vorschlag
nimm den Vorschlag von portage an:

Quellcode

1
2
mkdir -p /usr/local/portage/local-overlay/metadata
echo "masters = gentoo" >> /usr/local/portage/local-overlay/metadata/layout.conf
Damit sollte die "Forderung" zunächst erst mal erfüllt sein :)

Ein wenig Info findet sich auch schon in den aktualisierten portage Manpages (Stichwort repos.conf und layout.conf)

4

28.07.2013, 23:10

Ah ok dann ist ja alles in Ordnung.

Danke! :thumbup: