Looks like it excepts AVX to be available https://pdr2.bofh.network/data/132-diizzy/2023-11-19_06h43m00s/logs/errors/lepton-0.2016.07.16.log https://pdr2.bofh.network/data/124-diizzy/2023-11-19_07h23m43s/logs/errors/lepton-0.2016.07.16.log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=00d132c04a294dae8b2993e987f0652152fdd8fa commit 00d132c04a294dae8b2993e987f0652152fdd8fa Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2023-12-18 00:28:15 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2023-12-18 00:28:15 +0000 graphics/lepton: upgrade and fix package-building The upstream addressed our earlier BSD-specific concerns, so some of our patches are no longer needed. We now explicitly add -mssse3 to the CFLAGS. The SSSE3-capability has always been a requirement, but without it set (either explicitly or via -march), parts of the code would not compile: PR: 275197 graphics/lepton/Makefile | 25 ++- graphics/lepton/distinfo | 6 +- graphics/lepton/files/patch-base-dependencies | 92 +++-------- graphics/lepton/files/patch-bsd (gone) | 148 ------------------ graphics/lepton/files/patch-cpu (gone) | 217 -------------------------- graphics/lepton/files/patch-warnings | 123 +++++++++++---- 6 files changed, 137 insertions(+), 474 deletions(-)