Search Criteria
Package Details: apngasm 3.1.10-2
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 |
| Keywords: | apng |
| Licenses: | LGPL |
| Conflicts: | apng-utils, apngasm-bin |
| Submitter: | haawda |
| Maintainer: | eaglet |
| Last Packager: | eaglet |
| Votes: | 3 |
| Popularity: | 0.42 |
| First Submitted: | 2020-07-25 17:05 (UTC) |
| Last Updated: | 2026-03-23 16:27 (UTC) |
Dependencies (9)
- boost-libs
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libstdc++ (libstdc++-snapshotAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
1 2 Next › Last »
rien333 commented on 2026-04-24 11:25 (UTC) (edited on 2026-04-24 11:28 (UTC) by rien333)
I'm getting some linker errors. Thanks for maintaining this!
EDIT: the linking errors (sometimes) go away if you do the build process/
makepkgtwice.eaglet commented on 2026-03-23 16:33 (UTC) (edited on 2026-03-23 16:33 (UTC) by eaglet)
Added a patch to remove the
boost_systemrequirement, builds again.dreieck commented on 2025-11-25 22:07 (UTC)
build fails for me:
Regards!
corysanin commented on 2024-11-26 22:55 (UTC)
If it's linked to an old version of boost... rebuild? 🤨 Don't create symlinks for it.
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
1 2 Next › Last »