Tags 750290 +patch thanks.
debian/tmp/usr/share/man/man1/ogg123.1: No such file or directory at /usr/bin/dh_installman line 130. make: *** [binary] Error 2
Looking further back in the build log we see
checking for pkg-config... no
<--snip-->
checking for ogg123 requirements configure: WARNING: libao too old; >= 1.0.0 required
<--snip-->
configure: WARNING: Prerequisites for ogg123 not met, ogg123 will be skipped.
After some testing appears the problem is pkg-config is not installed, without pkg-config the configure script fails to correctly detect libao which means it does not build ogg123 which
in turn causes a file not found error when it comes to build the debian packages. It appears pkg-config used to be pulled in indirectly by other build-depends but no longer is. In an environment with pkg-config installed the package built successfully. Please add it to the build-depends (note: I have not tested in a minimal environment, so there may be other build-depends missing). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org