Bug#1077803: transition: recode
On Mon, Aug 05, 2024 at 01:51:02PM +0200, Santiago Vila wrote:
> El 2/8/24 a las 17:15, Santiago Vila escribió:
> > enca
> > -> will need binNMU
>
> Note: I've just realized that this one was in the list
> because I made a list of source packages having a build-depends
> on librecode-dev.
>
> But the binary packages themselves do not have a Depends on librecode.
>
> So the binNMU could be probably avoided, but on the other side
> I believe it's harmless.
>
> Cc:ing the maintainer of "enca" here, in case he can answer: It is ok
> that this package has a build-dependency on librecode-dev but none
> of its binary packages have a dependency on librecode?
...
dh_auto_configure -- \
--libexecdir=\${prefix}/lib \
--with-librecode \
...
checking for recode_new_outer in librecode... no
...
Features:
...
GNU recode library interface: no
...
Looking at config.log, this is one of the cases of silent feature
loss due to -Wimplicit-function-declaration now being an error:
...
conftest.c: In function 'main':
conftest.c:89:1: error: implicit declaration of function 'recode_new_outer' [-Wimplicit-function-declaration]
89 | recode_new_outer(0);
| ^~~~~~~~~~~~~~~~
...
> Thanks.
cu
Adrian
Reply to: