Closed origamiofficial closed 9 months ago
@wcawijngaards Hi, sorry to ping you but is there any workaround? If I reverse the last commit of configure
or use https://github.com/NLnetLabs/unbound/commit/c550bc154f2959796fc709ad437eb683b34afd1f it compiles fine!!
You could --enable-systemd, that could accidentally work, or instead specify with a path, --with-protobuf-c=/usr
. But my colleague has found the correct fix for this.
Current master should work now. I included --enable-dnstap to the options that require pkg-config. Previously it would work only if one of the other pkg-config options (e.g., --enable-systemd) were defined during configure.
Describe the bug Since the merge of #999 compiling failed. If you check my Dockerfile's 48 & 49 line, both
libprotobuf-c-dev
andprotobuf-c-compiler
is already installed but still it gives me below error while compiling:Full log available: https://github.com/origamiofficial/docker-pihole-unbound/actions/runs/7771303847/job/21192465275
To reproduce Steps to reproduce the behavior:
Expected behavior It should compile just like before the merge of #999
System:
unbound -V
output: N/AAdditional information