Search Criteria
Package Details: postsrsd 2.0.11-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/postsrsd.git (read-only, click to copy) |
|---|---|
| Package Base: | postsrsd |
| Description: | Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix |
| Upstream URL: | https://github.com/roehling/postsrsd |
| Licenses: | GPL2 |
| Submitter: | fordprefect |
| Maintainer: | fordprefect |
| Last Packager: | fordprefect |
| Votes: | 3 |
| Popularity: | 0.000013 |
| First Submitted: | 2016-03-30 16:15 (UTC) |
| Last Updated: | 2025-07-24 14:54 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR)
- systemd (systemd-gitAUR, systemd-selinuxAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
fordprefect commented on 2025-07-24 14:55 (UTC)
thanks @voidzero and @drzee for the fixes, they are implemented now. I omitted a pkgrel bump to avoid unnecessary rebuilds for people with working packages.
voidzero commented on 2025-07-24 09:58 (UTC)
For people like me who have an issue with the tests (like in my below comment), the trick is to add
-DTESTS_WITH_ASAN=OFFto the cmake line in build function in the pkgbuild.drzee commented on 2024-07-30 15:17 (UTC) (edited on 2024-07-30 15:24 (UTC) by drzee)
Digging a bit more into this.
If I go to
/postsrsd/src/postsrsd-2.0.10/build/_deps/confuse-src/and then runautoreconf --force --installto regenerate the files they are correctly configured for automake version 1.17.Going into the build dir and manually executing
make allthen succeeds without error.But when then I then try to build with
makepkg -sin the PKGBUILD folder it again complains about version 1.16 missing and the files in/postsrsd/src/postsrsd-2.0.10/build/_deps/confuse-src/are again generated for automake 1.16Guess CMAKE files there must be a hardcoded reference to automake 1.16 - I have tried finding it but no luck.
Crudely adding these lines to PKGBUILD after the CMake comand and before
make allwill allow the package to build:drzee commented on 2024-07-25 21:55 (UTC) (edited on 2024-07-25 22:42 (UTC) by drzee)
Build error. Expects aclocal 1.16 but aclocal was updated with core/automake to 1.17 recently (20th of July).
Or is it actually libConfuse that needs to be build with the newest automake version?
Downgrading to automake 1.16 with:
pacman -U /var/cache/pacman/pkg/automake-1.16.5-2-any.pkg.tar.zstallows for successful build.fordprefect commented on 2024-06-07 11:04 (UTC)
@voidzero: looks like an upstream issue to me, but might also be related to the limited ressources in the container. Try to build in a normal environment and see if the error persists. I will also try to reproduce when I find time for it.
voidzero commented on 2024-06-05 10:46 (UTC) (edited on 2024-06-05 10:47 (UTC) by voidzero)
This package does not build anymore for me. I'm running my mail server in an lxc container. When trying to build this, it fails with tests:
I've added the output from those tests in this gist
Is this something that can be fixed on the PKGBUILD or should I report it upstream? Thanks
fordprefect commented on 2024-05-02 12:41 (UTC)
No worries, mate. Such things slip by easily!
Torxed commented on 2024-05-02 12:29 (UTC)
That is fair. Built the package in a arch container and it struggled to find make. But yes that makes sense. Apologies for the noise.
fordprefect commented on 2024-05-02 12:16 (UTC)
@Torxed: Nitpicking back: IIRC, both are part of base-devel, prerequisite of building from AUR at all.
Torxed commented on 2024-05-02 12:14 (UTC)
Nitpicking, but I believe
gccandmakeare alsomakedepends:1 2 3 4 5 6 Next › Last »