View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001504 | bareos-core | General | public | 2022-12-27 02:36 | 2022-12-27 02:36 |
Reporter | p-linnane | Assigned To | |||
Priority | normal | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 22.0.0 | ||||
Summary | 0001504: Compiling bareos-client on Linux for Homebrew fails | ||||
Description | Hello. I am a maintainer for Homebrew (https://brew.sh). The last few releases of bareos-client have failed to compile for us on Linux without a few workarounds. The 2 specific issues are: lmdb/mdb.c:2282:13: error: variable 'rc' set but not used [-Werror=unused-but-set-variable] fastlzlib.c:512:63: error: unused parameter ‘output_length’ [-Werror=unused-parameter] The workarounds we have implemented are appending the following to CFLAGS: "-Wno-unused-but-set-variable" "-Wno-unused-parameter" Obviously, this is not ideal. I was hoping someone here could weigh in on what we are missing in order to compile without needing to append CFLAGS. Ref: https://github.com/Homebrew/homebrew-core/pull/118783 | ||||
Tags | No tags attached. | ||||
bareos-master: impact | |||||
bareos-master: action | |||||
bareos-19.2: impact | |||||
bareos-19.2: action | |||||
bareos-18.2: impact | |||||
bareos-18.2: action | |||||
bareos-17.2: impact | |||||
bareos-17.2: action | |||||
bareos-16.2: impact | |||||
bareos-16.2: action | |||||
bareos-15.2: impact | |||||
bareos-15.2: action | |||||
bareos-14.2: impact | |||||
bareos-14.2: action | |||||
bareos-13.2: impact | |||||
bareos-13.2: action | |||||
bareos-12.4: impact | |||||
bareos-12.4: action | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-27 02:36 | p-linnane | New Issue |