-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build latest due to libspelling #313
Comments
You probably have |
Unfortunately, upstream Nixpkgs libspelling is stuck on 0.2: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/libspelling/default.nix. If this is a big issue, it might be worth it to build with |
Here is a temporary fix: I haven't tested building, but it should work. IMPORTANT: Check that in git clone --branch 0.2.1 https://gitlab.gnome.org/GNOME/libspelling.git
cd libspelling
sudo pacman -S vala gi-docgen # use your system package manager
mkdir build
meson setup build
meson compile -C build
sudo cp build/lib/libspelling-1.so.1.0.0 /usr/lib/libspelling-1.so.1
# sudo pacman -Rcns valal gi-docgen
cd ..
rm -rf libspelling Dont forget to delete this copied file |
Whoops, seems like this feature is affecting almost everyone now @.@ |
Same problem here after using makepkg on an actual Arch Linux: dissent: error while loading shared libraries: libspelling-1.so.1: cannot open shared object file: No such file or directory Installed on the system is: The way of @mzivic7 still works well. |
This is not compatible with the latest `libspelling`. See diamondburned/dissent#313.
This is not compatible with the latest `libspelling`. See diamondburned/dissent#313.
This is not compatible with the latest `libspelling`. See diamondburned/dissent#313.
Upstream Nixpkg |
@diamondburned Could you please update |
still a problem in 0.0.31 |
Here's a log:
The text was updated successfully, but these errors were encountered: