Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Neue Profile - Check
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Sun Mar 24, 2024 1:48 pm    Post subject: Neue Profile - Check Reply with quote

Hallo, um die Installation nicht kaputt zu machen fasse ich hier mal zusammen - vielleicht habe ich etwas falsch verstanden, übersehen etc. .
Code:
01 # sytem aktualiesieren
02 # ...
03 # emerge depclean
04 # emerge --info | grep CHOST (bei mir CHOST="x86_64-pc-linux-gnu")
05 # in der /etc/portage/make.conf den Eintrag CHOST ersatzlos entfernen
06 # eselect profile set 28 (bei mir von [9]   default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr (exp) * auf [28]  default/linux/amd64/23.0/desktop/plasma/systemd (stable))
07 # rm -r /var/cache/binpkgs/*
09 # Bearbeitung /etc/portage/binrepos.conf (habe ich nicht)
    # emerge --ask --oneshot --getbinpkg sys-devel/binutils
    # binutils-config -> eselect binutils list / set
    # emerge --ask --oneshot --getbinpkg sys-devel/gcc (ggf. abbrechen, wenn glibc dabei ist, dann emerge --ask --oneshot --getbinpkg sys-devel/gcc --nodeps (kann ich doch gleich nehmen?)
    # gcc-config -s *
    # emerge --ask --oneshot --getbinpkg sys-libs/glibc
10 # emerge --info | grep CHOST (sollte jetzt geändert sein zu der Ausgabe oben, sonst Run env-update && source /etc/profile)
11 # Prüfung binutils-config und gcc-config, ob die gewählten mit den installierten Versionen übereinstimmen
12 # Prüfung /etc/env.d, /etc/env.d/binutils und /etc/env.d/gcc ob sich in diesen Verweise zur alten CHOST Variable befinden (wäre bei mir aktuell in
/etc/env.d 04gcc-x86_64-pc-linux-gnu
/etc/env.d/binutils config-x86_64-pc-linux-gnu  x86_64-pc-linux-gnu-2.41
/etc/env.d/gcc config-x86_64-pc-linux-gnu  x86_64-pc-linux-gnu-12  x86_64-pc-linux-gnu-13
Wenn diese noch vorhanden sind entfernen. HIER BIN ICH MIR UNSICHER, OB ICH DAS RICHTIG VERSTANDEN HABE.
13 # env-update && source /etc/profile
14 # emerge --ask --oneshot --getbinpkg libtool
15 # rm -r /var/cache/binpkgs/*
16 # emerge --ask --emptytree --getbinpkg @world
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5189

PostPosted: Sun Mar 24, 2024 2:00 pm    Post subject: Reply with quote

wenn du kein binhost nutzt, dann kannst du bei allen befehlen den part
Quote:
--getbinpkg
entfernen da überflüssig.
Das steht auch so in der news

Quote:
If you prefer to only use the traditional source-based installation, omit the "--getbinpkg" parameter in all emerge invocations.

_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Sun Mar 24, 2024 2:57 pm    Post subject: Reply with quote

flammenflitzer wrote:
10 # emerge --info | grep CHOST (sollte jetzt geändert sein zu der Ausgabe oben, sonst Run env-update && source /etc/profile)
Nee, auf einem halbwegs aktuellen x86_64 amd64 system sollte CHOST sich idR nicht ändern.
Back to top
View user's profile Send private message
Sabaton
Apprentice
Apprentice


Joined: 02 Mar 2019
Posts: 175

PostPosted: Sun Mar 24, 2024 5:04 pm    Post subject: Reply with quote

Hallo,
ich hab Gentoo_Plasma_openrc und Gentoo_GNOME_openrc als Gastsystem in VirtualBox installiert.
Ich musste zur Profilumstellung vorher noch

Code:
Title: /usr merge for systemd users
Author: Mike Gilbert <floppym@gentoo.org>
Posted: 2022-12-01
Revision: 3
News-Item-Format: 2.0
Display-If-Installed: sys-apps/systemd

In the latter half of 2023, systemd will drop support for
split-usr/unmerged-usr systems [1]. All Gentoo systems running systemd
will need to be migrated to merged-usr.

Migrating to merged-usr will move all data from /bin, /sbin, and /lib
into the /usr/bin and /usr/lib directories. The directories in / are
replaced with symlinks.

To facilitate this, a new set of sub-profiles has been created, and a
script is available to perform the actual migration.

To migrate a system to merged-usr, follow this procedure:

1. Ensure your system backups are up to date. Please also update
   your system fully and depclean before proceeding.

2. Install sys-apps/merge-usr.

3. Run "merge-usr --dryrun" as root to check for conflicts. These will
   appear with the word ERROR at the start of the line.

4. Resolve any conflicts. This may involve deleting duplicate files. If
   in doubt, seek support in a Gentoo support channel.

5. Run the merge-usr script from a root shell. Avoid running it via sudo
   directly to avoid locking yourself out if an unexpected error occurs.

6. Switch to a merged-usr profile.
     eg. eselect profile set default/linux/amd64/17.1/systemd/merged-usr

7. Run emerge with the --newuse or --changed-use option to rebuild
   any packages that have a "split-usr" USE flag.
     eg. emerge -uDN @world

For new installs, new "mergedusr" stage3 tarballs are being produced for
commonly used profiles.

[1] https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html


ohne Punkt 6. auch für beide openrc durchführen, sonst kam es gleich zu Fehler!

Als neues Profil habe ich 25 GNOME_openrc und 27 Plasma_ openrc gewählt.

Plasma lief gestern Nacht 15 h fehlerfrei durch, GNOME läuft gerade noch.

Mfg,
Sabaton
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Sun Mar 24, 2024 6:15 pm    Post subject: Reply with quote

@Sabaton

Sabaton wrote:
Ich musste zur Profilumstellung vorher noch
[...]
ohne Punkt 6. auch für beide openrc durchführen, sonst kam es gleich zu Fehler!

Als neues Profil habe ich 25 GNOME_openrc und 27 Plasma_ openrc gewählt.
Nee, hättest du nicht machen müssen.
Beachte, alle neuen 23.0er Profile ohne split-usr im Namen sind nun by default merged-usr Profile.
Schau dazu noch mal im https://www.gentoo.org/support/news-items/2024-03-22-new-23-profiles.html unter 6.
Du hättest ein split-usr Profil nehmen können, dann geht es auch ohne vorher auf merged-usr migrieren zu müssen.

Aber nungut - dein OpenRC system sollte auch mit merged-usr disk-layout funktionieren - soweit alles gut.

/edit: noch mal zur Verdeutlichung:
[27] default/linux/amd64/23.0/desktop/plasma (stable) <- dies ist ein merged-usr Profil
[48] default/linux/amd64/23.0/split-usr/desktop/plasma (stable) <- dies ist ein split-usr Profil
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Mon Mar 25, 2024 12:04 pm    Post subject: Reply with quote

Nachfrage

mein bisheriges Profile war:
[5] default/linux/amd64/17.1/desktop

Das neue Profile:
[23] default/linux/amd64/23.0/desktop (stable) *

Danach wurden etwa 45 pakete rekompiliert, dabei wurde "split-usr" rausgeworfen

Soll ich jetzt auf dieses Profile umstellen:
[46] default/linux/amd64/23.0/split-usr/desktop (stable)
_________________
Regards
soundrolf

Mobo: ASUS PRIME B550M-K BIOS 3302 08/01/2023
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Caicos Radeon HD 6450/7450/8450 / R5 230 OEM 1GB DDR3
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Mar 25, 2024 2:38 pm    Post subject: Reply with quote

@soundrolf

Huh ja, da hast wahrscheinlich das falsche (merged-usr) Profil gewählt :-]
zeig mal bitte die Ausgabe von ls -l /
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Mon Mar 25, 2024 2:39 pm    Post subject: Reply with quote

Entschuldigung, ich möchte hier noch einmal hinein reingrätschen. Ich würde gern die Geschichte zu Ende klären.... (Irgendwie seltsam, wie man mit immer neuen Zwischenfragen, vom ursprünglichen Thema abkommt....)
Mir ist nicht ganz klar, was mit Punkt 13 gemeint ist.
Code:
12. Check /etc/env.d, /etc/env.d/binutils, and /etc/env.d/gcc for files that
   refer to the *OLD* CHOST value, and remove them.
   Examples how to do this can be found in the similar procedure at [6].

Bei mir sieht das im Moment so aus:
Code:
s /etc/env.d
000opengl                  06autoconf97928  30xdg-data-local      51dconf      90lex                99oxygen-gtk2
00glibc                    06autoconf97986  37fontconfig          60ladspa     90xdg-data-base      binutils
00manpager                 06automake98983  44qt4-graphicssystem  60llvm-9982  95eselect-wine       blas
02locale                   09sandbox        50baselayout          60prelink    98ca-certificates    cblas
03opencl                   20ant            50npm                 70less       98-moz-gmp-openh264  gcc
04gcc-x86_64-pc-linux-gnu  20java-config    50rust-1.75.0         78kf         99cuda               python
05binutils                 30gnupg          50rust-bin-1.75.0     80cgc-opt    99gentoolkit-env     rust
Code:
ls /etc/env.d/binutils
config-x86_64-pc-linux-gnu  x86_64-pc-linux-gnu-2.41
Code:
s /etc/env.d/gcc
config-x86_64-pc-linux-gnu  x86_64-pc-linux-gnu-12  x86_64-pc-linux-gnu-13
Was sollte denn hier zum Ende in welcher Form anders aussehen?
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Mon Mar 25, 2024 2:41 pm    Post subject: Reply with quote

PS: Vielleicht kann man die beiden anderen Fragen in separate Beiträge verschieben. Ist vielleicht übersichtlicher.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Mar 25, 2024 2:46 pm    Post subject: Reply with quote

@flammenflitzer,
das muss man nur machen wenn sich CHOST geändert hat - das ist aber wahrscheinlich auf deinem x86_64 amd64 system nicht der fall

/edit: Oder andersherum nachgefragt: hat CHOST sich geändert?


Last edited by Josef.95 on Mon Mar 25, 2024 2:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Mon Mar 25, 2024 2:47 pm    Post subject: Reply with quote

@Josef.95

ls -l / zeigt:
Code:

lrwxrwxrwx   1 root root     7 19. Feb 17:02 bin -> usr/bin
drwxr-xr-x   3 root root  4096 22. Jul 2023  boot
drwxr-xr-x  16 root root  3880 25. Mär 11:58 dev
drwxr-xr-x  84 root root  4096 25. Mär 11:58 etc
drwxr-xr-x   3 root root  4096  3. Okt 16:24 home
lrwxrwxrwx   1 root root     7 19. Feb 17:02 lib -> usr/lib
lrwxrwxrwx   1 root root     9 19. Feb 17:02 lib64 -> usr/lib64
drwx------   2 root root 16384 22. Jul 2023  lost+found
drwxrwxrwx   5 rolf rolf  4096 24. Jul 2023  media
drwxr-xr-x   2 root root  4096 16. Jul 2023  mnt
drwxr-xr-x  14 root root  4096 23. Mär 13:01 opt
dr-xr-xr-x 351 root root     0 25. Mär 11:58 proc
drwx------   9 root root  4096 25. Mär 15:01 root
drwxr-xr-x  18 root root   700 25. Mär 11:59 run
lrwxrwxrwx   1 root root     7 19. Feb 17:02 sbin -> usr/bin
dr-xr-xr-x  13 root root     0 25. Mär 11:58 sys
drwxrwxrwt  12 root root  4096 25. Mär 15:42 tmp
drwxr-xr-x  11 root root  4096 19. Feb 17:02 usr
drwxr-xr-x  10 root root  4096 23. Mär 12:33 var

Weitere infos:

emerge --info | grep CHOST
CHOST="x86_64-pc-linux-gnu"

cat /etc/portage/make.conf | grep CHOST
# CHOST="x86_64-pc-linux-gnu"

merge-usr --dryrun
INFO: Already a symlink: '/bin'
INFO: Already a symlink: '/sbin'
INFO: Already a symlink: '/usr/sbin'
INFO: Already a symlink: '/lib'
INFO: Already a symlink: '/lib64'
_________________
Regards
soundrolf

Mobo: ASUS PRIME B550M-K BIOS 3302 08/01/2023
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Caicos Radeon HD 6450/7450/8450 / R5 230 OEM 1GB DDR3
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Mar 25, 2024 2:54 pm    Post subject: Reply with quote

@soundrolf
das ist ein schon merged-usr System - damit sollte dein gesetztes
[23] default/linux/amd64/23.0/desktop (stable) * (dies ist ein merged-usr Profil)
gut passen - sprich alles gut.
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Mon Mar 25, 2024 3:01 pm    Post subject: Reply with quote

@Josef.95 Danke, ich habe noch nicht angefangen. Wollte im Vorfeld die Geschichte auf Stolpersteine prüfen. Ist immer Käse, wenn man mitten im Prozess auf dem Schlauch steht. CHOST sollte sich nicht ändern, da ich schon seit Jahren das gleiche System nutze....
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Mon Mar 25, 2024 3:02 pm    Post subject: Reply with quote

@Josef.95

Vielen Dank. Dann ist alles in Butter
_________________
Regards
soundrolf

Mobo: ASUS PRIME B550M-K BIOS 3302 08/01/2023
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Caicos Radeon HD 6450/7450/8450 / R5 230 OEM 1GB DDR3
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Mon Mar 25, 2024 3:19 pm    Post subject: Reply with quote

@flammenflitzer
Ja, mit dem Hinweis:
Quote:
Code:
12. Check /etc/env.d, /etc/env.d/binutils, and /etc/env.d/gcc for files that
   refer to the *OLD* CHOST value, and remove them.
   Examples how to do this can be found in the similar procedure at [6].

ist (ein wenig anders formuliert) gemeint:
wenn sich CHOST geändert hat (was wohl nur auf einigen anderen Architekturen passieren kann) - dann prüfe ob in den genanten Dateien noch verweise auf den alten CHOST existieren.
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Mon Mar 25, 2024 5:07 pm    Post subject: Reply with quote

Danke
Back to top
View user's profile Send private message
gt_amd64
Apprentice
Apprentice


Joined: 02 Dec 2004
Posts: 180

PostPosted: Tue Mar 26, 2024 3:53 pm    Post subject: Reply with quote

soundrolf wrote:

@Josef.95
Vielen Dank. Dann ist alles in Butter


...oder auch nicht :o

Ich habe diese Umstellung auch vorgenommen und in der News stand eindeutig das die alten Profile split-usr Profile sind und man erst auf das entsprechende split-usr Profil umstellen soll und danach bei Bedarf auf merged-usr umstellen kann! Der korrekte Weg wäre also 5->46->23 gewesen.

In den News stand ebenfalls das man
Code:

emerge --ask --emptytree @world

durchführen muss, was bei mir (identisches Profilumstellung ohne veränderte CHOST, aber in korrekter Reihenfolge ;)) bewirkt hat das alle Pakete neu gebaut wurden, was meinen lahmen PC 3 Tage blockiert hat :(
(die Umstellung auf merged-usr danach ging recht schnell - 20 Pakete oder so)

Nun stellt sich mir die Frage ob ich mir die 3 Tage hätte sparen können? (sieht ja so aus oder bei soundrolf treten demnächst noch irgendwelche merkwürdigen Fehler auf)

Kann hier vielleicht Jemand eine konkrete Aussage dazu machen ob es wirklich erforderlich ist das alle Pakete neu gebaut werden müssen? (oder reicht evtl. doch changed-use/newuse?)
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4158
Location: Bavaria

PostPosted: Tue Mar 26, 2024 6:22 pm    Post subject: Reply with quote

Bei der Umstellung auf die 23.0 Profile MUSS ein "emerge -e ..." gemacht werden, sagt unser Developer @sam_ hier: https://forums.gentoo.org/viewtopic-p-8820893.html#8820893

Die Umstellung von split-usr auf merged-usr UND die Umstellung auf 23.0 ist abhängig davon, ob Du:
a) Momentan OpenRC mit split-usr hast, oder
b) Momentan Systemd mit split-usr hast, oder
c) bereits Systemd mit merged-usr hast (weil Du schon vorher die Umstellung auf merged-usr gemacht hast), oder
d) den sehr seltenen Fall hast, dass Du zwar OpenRC hast, aber trotzdem schon auf merged-usr umgestellt hast.

Es gilt für:
a) Zuerst auf 23.0 umstelllen, danach - wenn Du willst / momentan ist es kein Muss - auf merged-usr migrieren.
(Habe ich so gemacht, siehe die letzten Posts von: https://forums.gentoo.org/viewtopic-t-1112802.html )
b) Du musst zwingend VORHER auf merged-usr umstellen und kannst/darfst erst DANACH auf 23.0 umstellen,
c) alles in Butter: Nur noch auf 23.0 umstellen.
d) siehe c.
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
gt_amd64
Apprentice
Apprentice


Joined: 02 Dec 2004
Posts: 180

PostPosted: Tue Mar 26, 2024 7:17 pm    Post subject: Reply with quote

@pietinger
danke für die Antwort, wie gesagt auf mich traf Fall a) zu (und ich bin genau wie du vorgegangen)

soundrolf hat hier allerdings geschrieben das er so: 5->23->46 umgestellt hat (was nicht der korrekte Weg ist) und dabei auch nicht sein komplettes System neu gebaut wurde und bisher hat er (scheinbar)(noch) keine Probleme, daher meine Frage.
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Tue Mar 26, 2024 9:08 pm    Post subject: Reply with quote

gt_amd64 wrote:
soundrolf hat hier allerdings geschrieben das er so: 5->23->46 umgestellt hat
Hm nein, ich denke das er nicht auf 46 umgestellt hat.
soundrolf wrote:
Soll ich jetzt auf dieses Profile umstellen:
[46] default/linux/amd64/23.0/split-usr/desktop (stable)
<- hat zwar kein Fragezeichen, hab ich aber eher als Frage verstanden.
Und ob der in der news empfohlene -e @world rebuild noch gemacht wurde, wurde nicht erwähnt.

Laut seinem "ls -l /" hat er ein merged-usr System, und laut
[23] default/linux/amd64/23.0/desktop (stable) *
ein merged-usr Profil gesetzt - soweit sollte alles in Butter sein.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4158
Location: Bavaria

PostPosted: Tue Mar 26, 2024 9:16 pm    Post subject: Reply with quote

gt_amd64 wrote:
@pietinger
danke für die Antwort, wie gesagt auf mich traf Fall a) zu (und ich bin genau wie du vorgegangen)

Gerne ! :D
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Wed Mar 27, 2024 10:32 pm    Post subject: Reply with quote

@Josef.95

Das ist jetzt mein Profile: [23] default/linux/amd64/23.0/desktop (stable) *
OpenRC

Info: http://0x0.st/XsED.txt

Habe Heute (27.3.2024) ein
Code:
emerge --emptytree @world
durchlaufen lassen. 1663 Pakete

Runtime: 9 hrs 25 min 59 sec

Der Rechner läuft sauber, keine Fehler. Alles gut.

@gt_amd64

Da habe ich wohl das Fragezeichen vergessen. (Soll ich jetzt auf dieses Profile umstellen:) Sorry


Danke an alle
_________________
Regards
soundrolf

Mobo: ASUS PRIME B550M-K BIOS 3302 08/01/2023
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Caicos Radeon HD 6450/7450/8450 / R5 230 OEM 1GB DDR3
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
gt_amd64
Apprentice
Apprentice


Joined: 02 Dec 2004
Posts: 180

PostPosted: Thu Mar 28, 2024 8:57 am    Post subject: Reply with quote

soundrolf wrote:

mein bisheriges Profile war:
[5] default/linux/amd64/17.1/desktop

Das neue Profile:
[23] default/linux/amd64/23.0/desktop (stable) *

Danach wurden etwa 45 pakete rekompiliert, dabei wurde "split-usr" rausgeworfen

Soll ich jetzt auf dieses Profile umstellen:
[46] default/linux/amd64/23.0/split-usr/desktop (stable)


@soundrolf
also für mich liest sich das immer noch so, dass du von
5(split-usr) direkt auf 23(merged-usr) umgestellt hast (also weder die News richtig befolgt hast noch das Wiki für die Umstellung auf merged-usr beachtet hast)

Da Dein System nun mit dem neuen Profil(23) komplett neu gebaut wurde und dabei keine Fehler/Probleme aufgetreten sind (ich empfehle einen Neustart des Systems, falls noch nicht geschehen) scheint alles OK zu sein!
Bleib bei 23 (das ist die richtige Wahl) Du hast vermutlich Glück gehabt und die falsche Vorgehensweise hatte keine Nebenwirkungen.
Back to top
View user's profile Send private message
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Fri Mar 29, 2024 3:27 pm    Post subject: Reply with quote

@gt_amd64

Ich habe schon am 19.2.2024 merge-usr gestartet. In den nachfolgenden sync's und update's wurden alle "split-usr" aus den USE Flags raus geworfen.

Josef.95 hatte gebeten mal ls -l / zu zeigen.
Hier nochmal:
Quote:
rwxrwxrwx 1 root root 7 19. Feb 17:02 bin -> usr/bin
drwxr-xr-x 3 root root 4096 22. Jul 2023 boot
drwxr-xr-x 16 root root 3880 29. Mär 12:26 dev
drwxr-xr-x 84 root root 4096 29. Mär 12:50 etc
drwxr-xr-x 3 root root 4096 3. Okt 16:24 home
lrwxrwxrwx 1 root root 7 19. Feb 17:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 19. Feb 17:02 lib64 -> usr/lib64
drwx------ 2 root root 16384 22. Jul 2023 lost+found
drwxrwxrwx 5 rolf rolf 4096 24. Jul 2023 media
drwxr-xr-x 2 root root 4096 16. Jul 2023 mnt
drwxr-xr-x 14 root root 4096 23. Mär 13:01 opt
dr-xr-xr-x 334 root root 0 29. Mär 12:25 proc
drwx------ 9 root root 4096 29. Mär 13:32 root
drwxr-xr-x 18 root root 700 29. Mär 13:32 run
lrwxrwxrwx 1 root root 7 19. Feb 17:02 sbin -> usr/bin
dr-xr-xr-x 13 root root 0 29. Mär 12:25 sys
drwxrwxrwt 13 root root 4096 29. Mär 16:07 tmp
drwxr-xr-x 11 root root 4096 19. Feb 17:02 usr
drwxr-xr-x 10 root root 4096 27. Mär 13:41 var

Das war kein Glück, sondern gewollt.
Nach dem emerge --emptytree @world habe ich den Rechner runtergefahren, und danach neu gestartet.
Wie ich schon geschrieben habe gab es keine Fehlermeldungen in den Protokollen.

Alles gut, alles in Butter (-:
_________________
Regards
soundrolf

Mobo: ASUS PRIME B550M-K BIOS 3302 08/01/2023
CPU: AMD Ryzen 7 5800X 8-Core Processor (16) @ 3800 MHz
GPU: AMD Caicos Radeon HD 6450/7450/8450 / R5 230 OEM 1GB DDR3
RAM: 80GB crucial DDR4 3200 MHz 2x8GB 2x32GB
Back to top
View user's profile Send private message
Erdie
Advocate
Advocate


Joined: 20 May 2004
Posts: 2576
Location: Heidelberg - Germany

PostPosted: Sat Mar 30, 2024 11:00 am    Post subject: Reply with quote

Ich verstehe diesen Satz nicht:

Quote:

9. Rebuild or reinstall from binary (if available) the following packages in
this order, with the same version as already active:



Was soll "Rebuild from binary" denn heißen? Etwas neu bauen von einem Binary? Ist mir unklar was die hier meinen ..
_________________
Desktop AMD Ryzen 9 5900X 32GB RAM, Asus GF GTX 1060.
Notebook Tuxedo Pulse 15 Gen1 AMD Ryzen 7 4800H mit Radeon Vega 7
Raspberry Pi 1 + 2 + 3B+ + Zero W
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
Goto page 1, 2  Next
Page 1 of 2

 
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