Thanx, I find second installation, but why it found?
How could I know WTF you did before? Just remove it.
| Git Clone URL: | https://aur.archlinux.org/ansel-git.git (read-only, click to copy) |
|---|---|
| Package Base: | ansel-git |
| Description: | Ansel is an open-source photo-editing software for digital artists, designed to help you achieve your own interpretation of raw digital photographs. |
| Upstream URL: | https://ansel.photos/ |
| Licenses: | GPL3 |
| Conflicts: | ansel |
| Provides: | ansel |
| Submitter: | AlynxZhou |
| Maintainer: | AlynxZhou |
| Last Packager: | AlynxZhou |
| Votes: | 10 |
| Popularity: | 0.000007 |
| First Submitted: | 2023-01-17 01:12 (UTC) |
| Last Updated: | 2026-03-03 06:52 (UTC) |
Thanx, I find second installation, but why it found?
How could I know WTF you did before? Just remove it.
Thanx, I find second installation, but why it found?
@SinClaus If no other people has this problem, consider it's your own mistake.
Actually that was all I can help when I first see the F-word here, but then I noticed some thing:
After comiling:
$ ldd /opt/ansel/bin/ansel | grep libavif libavif.so.15 => not found
Are you REALLY using Ansel built with this PKGBUILD? This PKGBUILD will build and install Ansel into /usr, not /opt.
Check if you have two Ansel installed, and remove the one that not built with this PKGBUILD before comment F-word here again. If the problem still exists, try to reproduce it with a newly installed Arch Linux in virtual machine, to make sure you didn't break your system occasionally.
Fuck!!! There is'nt text link in a ansel source catalog to libavif, but program can't start and say ansel: error while loading shared libraries: libavif.so.15: cannot open shared object file: No such file or directory. Is somebody who work with this package?????
Previous version nit resolve problem:
Version r35238.eb70788d2-1
$ ldd /opt/ansel/bin/ansel | grep libavif
libavif.so.15 => not found
libavif.so.15 => not found
After comiling:
$ ldd /opt/ansel/bin/ansel | grep libavif libavif.so.15 => not found
Rebuild with makepkg -sif and have the same message....
Today I'm don't upgrade my comp, so all cashes are empty. Command for rebuild was "yay -S ansel-git"
Did you clear your cache or run the "makepkg -sif" (and pacman -U ...) command directly?
ansel is compiled with libavif.so.16.0.1 but on run need versian 15
Pinned Comments
AlynxZhou commented on 2024-01-03 11:36 (UTC) (edited on 2024-01-03 11:37 (UTC) by AlynxZhou)
For people who are not familiar with AUR and
-gitpackage:-gitpackage does not have a fixed version tag, instead it will always checkout the latest master commit when you re-run the build command (for examplemakepkg -sif). Considering the Ansel upstream is actively refactoring, you may need to re-run the build command to get the latest commit when you get some problem.PKGBUILD here only needs to be updated if there are changes of building steps, so the "Last Updated" doesn't mean the version of software you could build.
Don't bother upstream devs with words like "the AUR package ansel-git is last updated at 1 week/1 month ago please update it to latest commit" in GitHub issues or Matrix chatroom, I've explained that only thing you need to do is to re-build the package.
However, if you are really sure there are problems in the PKGBUILD, feel free to comment HERE, because upstream devs may not be a Arch user and they don't maintain this PKGBUILD. I'll try to fix it.