It all ends here: ===> Building package for bareos-server-20.0.0_3 pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/bareos-server/work/stage/usr/local/lib/python3.8/site-packages/bareosdir.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/bareos-server/work/stage/usr/local/lib/python3.8/site-packages/bareossd.so:No such file or directory *** Error code 1 ... now barossd.so is mentioned in the build, but I find no other mention of bareosdir.so. I'll attach the full poudriere build file in a momment. buildbox is 13.0p2 as is the jail.
Created attachment 226026 [details] poudriere build log for failure.
so if I set: DEFAULT_VERSIONS+=python=3.7 DEFAULT_VERSIONS+=python3=3.7 in make.conf, this builds.
Additional datapoint: choosing python in the config is what breaks the build.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc3d1d77c99af20bcd7f91a6138fa3ce458ba0b9 commit dc3d1d77c99af20bcd7f91a6138fa3ce458ba0b9 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-08-04 19:38:49 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-08-04 19:40:38 +0000 sysutils/bareos-server: fix pkg-plist * Fix packaging problem when python >= 3.8 is used by default PR: 256801 Reported by: dgilbert at_ eicat.ca sysutils/bareos-server/Makefile | 2 +- sysutils/bareos-server/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
It should fix the issue. Thanks for your report