View Issue Details

IDProjectCategoryView StatusLast Update
0001504bareos-coreGeneralpublic2022-12-27 02:36
Reporterp-linnane Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status newResolutionopen 
Product Version22.0.0 
Summary0001504: Compiling bareos-client on Linux for Homebrew fails
DescriptionHello. 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
TagsNo 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

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-12-27 02:36 p-linnane New Issue