Bug 270967 - sysutils/bareos-server fails to build in poudriere
Summary: sysutils/bareos-server fails to build in poudriere
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-20 20:23 UTC by ddrinnon
Modified: 2024-01-05 20:49 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (acm)


Attachments
Fix packaging with PYTHON enabled (1.01 KB, patch)
2023-05-26 07:47 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ddrinnon 2023-04-20 20:23:52 UTC
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
Comment 1 Dima Panov freebsd_committer freebsd_triage 2023-05-26 07:47:52 UTC
Created attachment 242416 [details]
Fix packaging with PYTHON enabled
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-05 20:49:06 UTC
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(-)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2024-01-05 20:49:34 UTC
Committed thanks!