View previous topic :: View next topic |
Author |
Message |
3PO Veteran
Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Sun Sep 20, 2009 4:06 pm Post subject: Fehler bei "emerge --sync", bzw. "layman -S&q |
|
|
Hallo Zusammen,
emerge --sync bringt bei mir am Ende folgende Fehlermeldung:
"[Errno 2] No such file or directory: '/usr/portage/layman/make.conf' in /etc/make.conf"
Wenn ich nun die Datei von Hand anlege funktioniert "emerge --sync"
Mache ich dann aber ein "layman -S" wird das Verzeichnis "/usr/portage/layman" wieder gelöscht.
Wo liegt da der Fehler? |
|
Back to top |
|
|
Max Steel Advocate
Joined: 12 Feb 2007 Posts: 2267 Location: My own world! I and Gentoo!
|
Posted: Sun Sep 20, 2009 4:12 pm Post subject: |
|
|
In deiner make.conf: Die Zeile muss evtl auf /usr/local/portage umgelenkt werden. Oder layman in der /etc/layman.conf bearbeitet werden. (Ich würds bei /usr/local/portage/layman lassen. _________________ mfg
Steel
___________________
Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2) |
|
Back to top |
|
|
3PO Veteran
Joined: 26 Nov 2006 Posts: 1110 Location: Schwabenländle
|
Posted: Sun Sep 20, 2009 4:29 pm Post subject: |
|
|
Meine make.conf sieht so aus:
Code: | .....
source /usr/portage/layman/make.conf
PORT_LOGDIR="/log/portage"
PORTDIR_OVERLAY="/usr/portage ${PORTDIR_OVERLAY} /usr/local/portage/myoverlays/"
..... |
Das müsste doch passen, oder? |
|
Back to top |
|
|
Max Steel Advocate
Joined: 12 Feb 2007 Posts: 2267 Location: My own world! I and Gentoo!
|
Posted: Sun Sep 20, 2009 4:34 pm Post subject: |
|
|
/usr/portage/layman gibt es nicht, wenn dann /usr/portage/local/layman
/usr/portage hat in der PORTDIR_OVERLAY nichts zu suchen. In der PORTDIR darf das rein
Wie sieht deine /etc/layman/layman.cfg aus?
Meine ist so:
Code: | storage : /usr/local/portage/layman
cache : %(storage)s/cache
local_list: %(storage)s/overlays.xml
make_conf : %(storage)s/make.conf
overlays : http://www.gentoo.org/proj/en/overlays/layman-global.txt
nocheck : yes |
In meiner make.conf steht dann folgendes:
Code: | PORTDIR_OVERLAY="/usr/local/portage/eigen/"
source /usr/local/portage/layman/make.conf |
und die layman-make.conf
Code: | PORTDIR_OVERLAY="
/usr/local/portage/layman/oss-overlay
$PORTDIR_OVERLAY
" |
_________________ mfg
Steel
___________________
Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2) |
|
Back to top |
|
|
|