Search Criteria
Package Details: apngasm 3.1.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/apngasm.git (read-only, click to copy) |
---|---|
Package Base: | apngasm |
Description: | tool for assembling apng files |
Upstream URL: | https://github.com/apngasm/apngasm |
Licenses: | LGPL |
Conflicts: | apng-utils, apngasm-bin |
Submitter: | haawda |
Maintainer: | jakka |
Last Packager: | jakka |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-25 17:05 (UTC) |
Last Updated: | 2024-09-15 16:17 (UTC) |
Dependencies (5)
- boost-libs
- libpng (libpng-gitAUR, libpng-apngAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Faalagorn commented on 2024-06-01 19:54 (UTC)
In requires libboost_program_options.so.1.81.0 currently, but seems to work with libboost_program_options.so.1.83 too when symlinked
frankspace commented on 2023-11-26 21:40 (UTC)
If I try compiling this in a chroot, I consistently get the same error as Wild_Penguin, and just rerunning the command has no effect. I was able to get it to compile outside of a chroot by running makepkg twice in a row, only it was libapngasm.so that it couldn't find the first time around. I don't understand what's wrong, either.
Wild_Penguin commented on 2022-12-19 22:09 (UTC)
.... and right after posting it doesn't fail!
Just a guess: maybe this is some kind of build bug which happens because it tries to link the executable before the library has been linked? Something hardcoded in the Makefile which should not be hardcoded?
Just sometimes linking the library is faster than linking the executable, which means it will not always fail. But because only linking the executable has failed, on subsequent runs the library is there -> it succeeds.
I should probably mention I now next to nothing on the internals of Makefiles.
Wild_Penguin commented on 2022-12-19 21:59 (UTC)
This always fails on the first try of building:
However, re-running makepkg right after succeeds:
And it looks like the package is build correctly and works.
Possibly something fishy in the Makefile. Don't have time to investigate myself right now why it fails.
haawda commented on 2022-12-14 16:37 (UTC)
I do not. Please file a bug report or elaborate.
b0o commented on 2022-12-14 03:36 (UTC)
I'm having the same issue as @lubosz
haawda commented on 2022-11-21 19:38 (UTC)
Builds fine here.
lubosz commented on 2022-11-21 14:16 (UTC)
Build fails with:
fiberdistraction commented on 2020-12-19 05:02 (UTC)
Latest version of boost-libs is 1.75.0-1. Compiling against apngasm yields these link errors: