[Rspamd-Users] Raspberry Pi 64 bit Bullseye rspamd package
Martin Brampton
martin at black-sheep-research.com
Sat Jan 14 16:57:32 UTC 2023
Thanks for being so helpful, Ged. Unfortunately the step "mk-build-deps"
created rspamd-build-deps_3.4_armhf.deb and so the following step failed.
On 14/01/2023 16:39, G.W. Haywood via Users wrote:
> (I know you weren't asking me... 😄 I'm not sure how clear I was in my
> post but I built rspamd on the Pi4 using the following. This is cut-n-
> pasted from github.com/rspamd/rspamd/issues/3546#issuecomment-723446451
> with just a few changes to go from from V2.6 to V3.4 and armhf to arm64:
>
> 8<----------------------------------------------------------------------
> # Clone git repo
> git clone https://github.com/rspamd/rspamd.git && cd rspamd
> # We will build the version 3.4
> export RSPAMD_VERSION=3.4
> git reset --hard ${RSPAMD_VERSION}
> # Ensure we build package with correct version number
> sed -i s/\(.*\)/\(${RSPAMD_VERSION}\)/ debian/changelog
> # We will build without source tarball
> sed -i s/quilt/native/ debian/source/format
> # We need some tools to build packages
> sudo apt install devscripts
> # Install build dependencies
> mk-build-deps
> sudo bash -c "dpkg -i rspamd-build-deps_${RSPAMD_VERSION}_arm64.deb &&
> apt install -f -y"
> # Build the package
> debuild -us -uc
> # I didn't do this bit....
> # Install the package
> sudo "dpkg -i ../rspamd_${RSPAMD_VERSION}_arm64.deb"
> 8<----------------------------------------------------------------------
More information about the Users
mailing list