https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855
--- Comment #3 from Jan Beich <jbe...@freebsd.org> --- (In reply to Tobias C. Berner from comment #2) Why not cross-compile? On -CURRENT amd64 you can build a very large set of release/architecture tuples. # NOTE: -x (native-xtools) for < 12.0 targets requires /usr/src to match requested version $ poudriere jail -cj 112aarch64 -x -a arm64.aarch64 -v 11.2-RELEASE $ poudriere jail -cj 120aarch64 -x -a arm64.aarch64 -v 12.0-RELEASE $ poudriere jail -cj head-aarch64 -x -a arm64.aarch64 -v 13.0-CURRENT $ poudriere jail -cj 120armv7 -x -a arm.armv7 -v releng/12.0 -m svn+https $ poudriere jail -cj head-armv7 -x -a arm.armv7 -v head -m svn+https More details: https://wiki.freebsd.org/QemuUserModeHowTo https://wiki.freebsd.org/Ports/BuildingPackagesThroughEmulation https://www.youtube.com/watch?v=2J9Lz3pgnbA https://www.youtube.com/watch?v=JfZIoyQhly4 -- You are receiving this mail because: You are the assignee for the bug.