Hi Daniel, Daniel Hatton <[email protected]> writes:
> For the last couple of days, when I try to start keepassxc under Guix System, > it fails with the message > > keepassxc: error while loading shared libraries: > /gnu/store/35vdbjw43z2vn86gwdg1q5zxx264gkxl-qtx11extras-5.15.17/lib/libQt5X11Extras.so.5: > file too short > > Sure enough, when I look at > /gnu/store/35vdbjw43z2vn86gwdg1q5zxx264gkxl-qtx11extras-5.15.17/lib/libQt5X11Extras.so.5, > it's a symlink to a target file that is of zero size. How to proceed, please? Sounds like the file is corrupted, you can try running "guix gc --verify=contents,repair" as root to repair broken files in /gnu/store. HTH, James Smith
