-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
As reported in #457, I have noticed that the build fails when using build on arm64 Alpine Linux.
- Alpine Linux 3.16.2 aarch64
- getdns 1.7.2
- gnutls 3.16.16
#0 19.09 [ 37%] Building C object CMakeFiles/getdns_objects.dir/src/tls/val_secalgo.c.o
#0 19.63 /usr/src/src/tls/val_secalgo.c: In function '_verify_nettle_dsa':
#0 19.63 /usr/src/src/tls/val_secalgo.c:1723:31: error: storage size of 'pubkey' isn't known
#0 19.63 1723 | struct dsa_public_key pubkey;
#0 19.63 | ^~~~~~
#0 19.67 /usr/src/src/tls/val_secalgo.c:1779:9: warning: implicit declaration of function 'nettle_dsa_public_key_init'; did you mean 'nettle_rsa_public_key_init'? [-Wimplicit-function-declaration]
#0 19.67 1779 | nettle_dsa_public_key_init(&pubkey);
#0 19.67 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
#0 19.67 | nettle_rsa_public_key_init
#0 19.70 /usr/src/src/tls/val_secalgo.c:1792:16: warning: implicit declaration of function 'dsa_sha1_verify_digest'; did you mean 'rsa_sha1_verify_digest'? [-Wimplicit-function-declaration]
#0 19.70 1792 | res &= dsa_sha1_verify_digest(&pubkey, digest, &signature);
#0 19.70 | ^~~~~~~~~~~~~~~~~~~~~~
#0 19.70 | rsa_sha1_verify_digest
#0 19.71 /usr/src/src/tls/val_secalgo.c:1796:9: warning: implicit declaration of function 'nettle_dsa_public_key_clear'; did you mean 'nettle_rsa_public_key_clear'? [-Wimplicit-function-declaration]
#0 19.71 1796 | nettle_dsa_public_key_clear(&pubkey);
#0 19.71 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#0 19.71 | nettle_rsa_public_key_clear
#0 19.71 /usr/src/src/tls/val_secalgo.c:1723:31: warning: unused variable 'pubkey' [-Wunused-variable]
#0 19.71 1723 | struct dsa_public_key pubkey;
#0 19.71 | ^~~~~~
#0 19.74 /usr/src/src/tls/val_secalgo.c: In function '_verify_nettle_ecdsa':
#0 19.75 /usr/src/src/tls/val_secalgo.c:1907:57: error: 'nettle_secp_256r1' undeclared (first use in this function); did you mean 'nettle_get_secp_256r1'?
#0 19.75 1907 | nettle_ecc_point_init(&pubkey, &nettle_secp_256r1);
#0 19.75 | ^~~~~~~~~~~~~~~~~
#0 19.75 | nettle_get_secp_256r1
#0 19.75 /usr/src/src/tls/val_secalgo.c:1907:57: note: each undeclared identifier is reported only once for each function it appears in
#0 19.77 /usr/src/src/tls/val_secalgo.c:1929:57: error: 'nettle_secp_384r1' undeclared (first use in this function); did you mean 'nettle_get_secp_384r1'?
#0 19.77 1929 | nettle_ecc_point_init(&pubkey, &nettle_secp_384r1);
#0 19.77 | ^~~~~~~~~~~~~~~~~
#0 19.77 | nettle_get_secp_384r1
#0 19.83 make[2]: *** [CMakeFiles/getdns_objects.dir/build.make:538: CMakeFiles/getdns_objects.dir/src/tls/val_secalgo.c.o] Error 1
#0 19.83 make[2]: *** Waiting for unfinished jobs....
#0 22.66 make[1]: *** [CMakeFiles/Makefile2:892: CMakeFiles/getdns_objects.dir/all] Error 2
#0 22.66 make: *** [Makefile:146: all] Error 2
This problem does not occur in 1.7.0.
Is there any way to resolve this issue? Also, would I need to provide any additional information?
Metadata
Metadata
Assignees
Labels
No labels