You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier this week I set up Arch WSL on my system at the office, all was well. Today I decided I might as well run it on my laptop too, except running sudo pacman -S base-devel was enough to leave the system in a broken and unusable state. I reinstalled in another directory and redid the initial setup, ensuring a sudo pacman -Syubefore installing base-devel, received an update for glibc, and all was well.
I'm not entirely sure what goes wrong, maybe something in the base-devel dependency chain is causing Arch WSL to lose track of its glibc version? I do notice an updated glibc (2.36-3) being pulled in with the sys update, and sudo was complaining about needing anything >= 2.34 after the failed attempt.
Anyways, small mistake that requires redoing more manual effort than I'd care for repeating
The text was updated successfully, but these errors were encountered:
Earlier this week I set up Arch WSL on my system at the office, all was well. Today I decided I might as well run it on my laptop too, except running
sudo pacman -S base-devel
was enough to leave the system in a broken and unusable state. I reinstalled in another directory and redid the initial setup, ensuring asudo pacman -Syu
before installingbase-devel
, received an update for glibc, and all was well.I'm not entirely sure what goes wrong, maybe something in the
base-devel
dependency chain is causing Arch WSL to lose track of its glibc version? I do notice an updated glibc (2.36-3) being pulled in with the sys update, andsudo
was complaining about needing anything >= 2.34 after the failed attempt.Anyways, small mistake that requires redoing more manual effort than I'd care for repeating
The text was updated successfully, but these errors were encountered: