On 26 Mar 2025, at 11:08, Graham Leggett <minf...@sharp.fm> wrote: >> checking for libunbound >= 1.16... no >> configure: error: Package requirements (libunbound >= 1.16) were not met: >> >> Package 'libevent', required by 'libunbound', not found >> >> This looks like a bug in libunbound - it is missing a dependency on >> libevent, which is then not pulled in, and in turn causes our build to fail. >> >> This is the bug I raised when I originally hit the problem: >> >> https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg2019978.html >> >> Installing libevent manually is the workaround, obviously not going to work >> for an automated build. > > Just submitted a PR to fix this: > > https://salsa.debian.org/dns-team/unbound/-/merge_requests/21
No movement on the PR, what I've done is added the two missing build dependencies to the redwax-tool Debian control file, and this has worked. Would it be possible to take another look? minfrin@debian12:~$ sudo pbuilder build redwax-tool_0.9.9-1.dsc [snip] dpkg-deb: building package 'redwax-tool-dbgsym' in '../redwax-tool-dbgsym_0.9.9-1_amd64.deb'. dpkg-deb: building package 'redwax-tool' in '../redwax-tool_0.9.9-1_amd64.deb'. dpkg-genbuildinfo -O../redwax-tool_0.9.9-1_amd64.buildinfo dpkg-genchanges -O../redwax-tool_0.9.9-1_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . dpkg-buildpackage: info: full upload (original source is included) dpkg-genchanges: info: including full source code in upload I: copying local configuration I: Copying back the cached apt archive contents I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env I: removing directory /var/cache/pbuilder/build/14841 and its subdirectories I: Current time: Tue Apr 22 12:28:05 BST 2025 I: pbuilder-time-stamp: 1745321285 minfrin@debian12:~$ Regards, Graham --