On 2025-05-11, Clint <cl...@syntheticnation.com> wrote: > On Sat, May 10, 2025 at 06:50:38PM +0200, Theo Buehler wrote: >> On Sat, May 10, 2025 at 09:56:04AM -0400, Clint wrote: >> > Just upgraded to OpenBSD 7.7 using i386 and I noticed the certbot package >> > is no longer there for i386 but it is there for AMD64. >> > >> > I don't see anything in the ports mailing list archives on this. >> > >> > Before I go down the path of trying to migrate to acme-client can someone >> > confirm certbot is no longer an option on i386 with OpenBSD 7.7? >> > >> >> Rust no longer builds on i386 because it runs out of memory during its >> build. certbot depends on pyca/cryptography which depends on Rust. > > Thanks for the context. I'll switch to acme-client.
btw, if you have hardware which is capable of running amd64, that would be my first recommendation. i386 dropped a lot of packages since 7.6 due, partly due to this with rust, partly due to upstreams of various ports no longer considering 32-bit archs. This situation is not expected to improve. also, i386 misses many of the protections that are available in OpenBSD on 64-bit archs, and often suffers performance-wise due to the very limited number of CPU registers. -- Please keep replies on the mailing list.