Control: notfixed -1 1.9.4-1
Control: tags -1 + ftbfs

On Sat, Oct 05, 2019 at 08:18:03PM -0400, Robert Edmonds wrote:
> fixed 941041 1.9.4-1

The nettle transition has started now. I tried building 1.9.4-1 in
unstable and I get this:

| ./libtool --tag=CC --mode=compile gcc -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/nettle -DSRCDIR=. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread  -o 
val_secalgo.lo -c validator/val_secalgo.c
| libtool: compile:  gcc -I. -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/nettle -DSRCDIR=. -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -c 
validator/val_secalgo.c  -fPIC -DPIC -o .libs/val_secalgo.o
| validator/val_secalgo.c: In function ‘_verify_nettle_ecdsa’:
| validator/val_secalgo.c:1728:36: error: ‘nettle_secp_256r1’ undeclared (first 
use in this function); did you mean ‘nettle_get_secp_256r1’?
|  1728 |    nettle_ecc_point_init(&pubkey, &nettle_secp_256r1);
|       |                                    ^~~~~~~~~~~~~~~~~
|       |                                    nettle_get_secp_256r1
| validator/val_secalgo.c:1728:36: note: each undeclared identifier is reported 
only once for each function it appears in
| validator/val_secalgo.c:1745:36: error: ‘nettle_secp_384r1’ undeclared (first 
use in this function); did you mean ‘nettle_get_secp_384r1’?
|  1745 |    nettle_ecc_point_init(&pubkey, &nettle_secp_384r1);
|       |                                    ^~~~~~~~~~~~~~~~~
|       |                                    nettle_get_secp_384r1
| make[1]: *** [Makefile:289: val_secalgo.lo] Error 1
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:41: binary-arch] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2

It would be awesome if this could be fixed quickly or if someone could
provide or reference a patch, because this breaks bootstrap qa.

Helmut

Reply via email to