Open yottan0304 opened 2 months ago
Seems like Paru also has the same issue the simplest thing might be to upgrade to the git version for now.
In the paru repo someone came up with a replacement PKGBUILD and on yay they suggested removing & reinstalling it. Although I think you would also need the git version of yay.
Bug Description
Docker Build Failure: A Docker build process is failing due to a version mismatch of the libalpm.so library. Version Conflict: The yay package, which relies on libalpm.so, was built against an older version (14) but is now trying to use a newer version (15). Potential Solutions: Modify Dockerfile: Directly adjust the Dockerfile to address the version incompatibility. Waiting for an update to archlinux/archlinux is another possible solution.
The fix is to add the following to # Install yay in the Dockerfile:
RUN sudo ln -s /usr/lib/libalpm.so.15.0.0 /usr/lib/libalpm.so.14
Error Log:
How to Reproduce
When I built it following the steps in Docker
Expected Behavior
See Bug Description
Operating System
Ubuntu 22.04.3 LTS(WSL)
AppFlowy Version(s)
0.69
Screenshots
No response
Additional Context
No response