bareos-server-22.0.3 fails to build in Poudriere - fails at the Package phase: =======================<phase: package >============================ ===== env: 'PKG_NOTES=build_timestamp built_by' 'PKG_NOTE_build_timestamp=2023-04-20T19:50:22+0000' 'PKG_NOTE_built_by=poudriere-git-3.3.99.20220831' NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building package for bareos-server-22.0.3 pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/bareos-server/work/stage/usr/local/%%RADOS%%@sample(,bareos,640) etc/bareos/bareos-dir.d/fileset/plugin-rados.conf.sample:No such file or directory *** Error code 1
Created attachment 242416 [details] Fix packaging with PYTHON enabled
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1885a5e16f3ec91ade46d40035ae4c0a2a44cf8 commit f1885a5e16f3ec91ade46d40035ae4c0a2a44cf8 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-01-05 20:46:58 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-01-05 20:48:23 +0000 security/bareos-*: Update to 22.1.3 - Fix pkg-plist [1] PR: 270967 Reported by: ddrinnon _at_ cdor.net [1] sysutils/bareos-server/Makefile | 4 +- sysutils/bareos-server/distinfo | 6 +- ...patch-core-cmake_BareosInstallConfigFiles.cmake | 80 ++++++++++++---------- sysutils/bareos-server/pkg-plist | 1 - sysutils/py-python-bareos/Makefile | 2 +- sysutils/py-python-bareos/distinfo | 6 +- www/bareos-webui/Makefile | 2 +- www/bareos-webui/distinfo | 6 +- 8 files changed, 56 insertions(+), 51 deletions(-)
Committed thanks!