| Summary: | sysutils/bareos-server fails packaging. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dgilbert | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(acm) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
dgilbert
2021-06-24 04:28:55 UTC
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 |