Okay, the stable repository is once again unblocked; we believe we now have a path forward.
If you still experience issues while updating, such as if an earlier update broke your system, please follow the steps in this Help Center article to chroot
into your system from a live session, and run the following commands:
sudo ln -srvf /target/usr/bin /target/bin
sudo ln -srvf /target/usr/sbin /target/sbin
This will perform the "usr-merge" manually, creating symbolic links for /bin
and /sbin
. After that, exit the chroot and reboot your system.
Note: As a result of the fixes, eopkg check
will fail on a bunch of packages. This is because of the symbolic links for /bin
, /sbin
, and /lib
, and does not actually indicate a problem. This will be addressed at a later time.