| Summary: | sysutils/bareos-server: compiler error: undefined reference to json_object | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | Trond.Endrestol, pi | ||||
| Priority: | --- | Flags: | pi:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 237165 | ||||||
| Attachments: |
|
||||||
|
Description
O. Hartmann
2022-01-15 13:24:25 UTC
Created attachment 231114 [details]
Patch for core/src/dird/catreq.cc eliminates a write-only variable named size
Fixes: sysutils/bareos-server/work/bareos-Release-21.0.0/core/src/dird/catreq.cc:659:11: error: variable 'size' set but not used [-Werror,-Wunused-but-set-variable]
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c61a5657a0bb0a38489d5e3d2d5e8b9c86daec63 commit c61a5657a0bb0a38489d5e3d2d5e8b9c86daec63 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2022-01-21 15:04:05 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2022-01-21 15:05:50 +0000 sysutils/bareos-server: Fix build PR: 261226 Reported by: Trond.Endrestol _at_ ximalas.info .../files/patch-core-src-dird_catreq.cc (new) | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) |