Hi,

On 21/03/18 19:28, Petter Reinholdtsen wrote:
> [James Cowgill]
>> bs1770gain contains a build-dependency on dh-autoreconf, but since it
>> uses compat 9 and does not enable it manually, it is never used. This
>> looks like an oversight to me.
> 
> It is, but it is harder to fix than expected.  I tried to enable it by
> raising the compat level from 9 to 10, but the build fail.

You can workaround this by disabling automake's -Werror which at least
allows you to build the package. The warnings are things that would be
good to fix though.

--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
 # AC_CHECK_LIB (library, function, [action-if-found], [action-if-not-found], 
[other-libraries])
 
 AC_INIT([bs1770gain], [0.4.11-beta-2], [pbelk...@users.sf.net], [], 
[http://bs1770gain.sourceforge.net/])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
 
James

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to