Control: severity -1 serious
Control: tags -1 + patch

On Fri, Aug 30, 2024 at 05:35:36PM -0400, Alex Pennace wrote:
> Well, when I wrote my message of August 6, I had hoped that someone would
> actually offer an explanation for why a compiler issue is a dircproxy issue :)
This is a dirproxy issue because it doesn't build with GCC 14
(correct programs work on all subsequent compilers),
and it's RC because GCC 14 will be the system compiler in trixie.

It breaking in configure would generally indicate that it's embedding
ancient autohell and you want to run dh_autoreconf.
The big fat warnings say that you want to
  sed -i -e /dh_autotools-dev_restoreconfig/d \
         -e s/dh_autotools-dev_updateconfig/dh_update_autotools_config/ 
debian/rules
which doesn't work, but then
  sed -i '/dh_update_autotools_config/a\
        dh_autoreconf' debian/rules
does, and then you can drop dh_update_autotools_config altogether.

Attachment: signature.asc
Description: PGP signature

Reply via email to