Conversation
be28689 to
e8a3cea
Compare
|
not quite sure why some failed checks for lua_stat as the package does provide it. I currently have this PR running on a a x86_64-musl and and x86_64-glibc with postfix on one and opensmtpd on the other working good Will dig into it today edit
|
srcpkgs/rspamd/template
Outdated
| archs="x86_64* i686* aarch64* armv[67]* ppc64*" | ||
| version=3.14.2 | ||
| revision=1 | ||
| archs="x86_64* aarch64* armv[67]*" |
There was a problem hiding this comment.
It was failing tests during ./xbps-src check
However it does build and pkg fine. I did some basic testing (GTUBE and basic spam checking) with the i686 build and it seems to work correctly.
There was a problem hiding this comment.
the archs line can probably be removed alltogether
srcpkgs/rspamd/template
Outdated
| hiredis-devel icu-devel libevent-devel sqlite-devel libglib-devel" | ||
| makedepends="LuaJIT-devel libsodium-devel zlib-devel glib-devel openssl-devel | ||
| icu-devel sqlite-devel libstemmer-devel libarchive-devel" | ||
| checkdepends="rspamd" |
There was a problem hiding this comment.
you can't checkdepend on itself
srcpkgs/rspamd/template
Outdated
| archs="x86_64* i686* aarch64* armv[67]* ppc64*" | ||
| version=3.14.2 | ||
| revision=1 | ||
| archs="x86_64* aarch64* armv[67]*" |
There was a problem hiding this comment.
the archs line can probably be removed alltogether
|
Thanks! removed for some reason the rspamd CMakeLists.txt COMMAND is not working with which required me to either set LUA_PATH manually or rely on the package being installed during the test to get it to pass. i686 is failing tests with However it does seem to work on i686 with my limited testing with a opensmtpd + rspamd filter |
Testing the changes
Local build testing
Updated #48104 to 3.14.2
Current packaged rspamd is ~7 years old