View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007361 | GNUnet | util library | public | 2022-09-12 17:39 | 2022-09-26 20:54 |
Reporter | md | Assigned To | schanzen | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | GNU/Linux | OS | Guix System | OS Version | v??? |
Product Version | 0.17.5 | ||||
Target Version | 0.17.6 | Fixed in Version | 0.17.6 | ||
Summary | 0007361: GNUnet 0.17.5 fails to build: src/test_crypto_ecc.c:41: undefined reference to `GNUNET_CRYPTO_ecdsa_sign_raw' | ||||
Description | I tried updating Guix' GNUnet package to 0.17.5, but the build failed with the following error: ``` CC test_crypto_ecc.o In file included from ../../src/include/gnunet_crypto_lib.h:65, from ../../src/include/gnunet_util_lib.h:65, from test_crypto_ecc.c:27: test_crypto_ecc.c: In function ‘test_GNUNET_CRYPTO_ecdsa_sign_raw’: test_crypto_ecc.c:42:18: warning: implicit declaration of function ‘GNUNET_CRYPTO_ecdsa_sign_raw’; did you mean ‘GNUNET_CRYPTO_eddsa_sign_raw’? [-Wimplicit-function-declaration] 42 | GNUNET_CRYPTO_ecdsa_sign_raw (&skey, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/include/gnunet_common.h:921:12: note: in definition of macro ‘GNUNET_assert’ 921 | if (! (cond)) \ | ^~~~ CCLD test_crypto_ecc ld: test_crypto_ecc.o: in function `test_GNUNET_CRYPTO_ecdsa_sign_raw': /tmp/guix-build-gnunet-0.17.5.drv-0/gnunet-0.17.5/src/util/test_crypto_ecc.c:41: undefined reference to `GNUNET_CRYPTO_ecdsa_sign_raw' collect2: error: ld returned 1 exit status ``` | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-12 17:39 | md | New Issue | |
2022-09-19 02:50 | schanzen | Assigned To | => schanzen |
2022-09-19 02:50 | schanzen | Status | new => assigned |
2022-09-21 17:19 | schanzen | Target Version | => 0.17.6 |
2022-09-21 17:30 | schanzen | Changeset attached | => gnunet master c50fba92 |
2022-09-21 17:30 | schanzen | Note Added: 0019161 | |
2022-09-21 17:30 | schanzen | Status | assigned => resolved |
2022-09-21 17:30 | schanzen | Resolution | open => fixed |
2022-09-26 05:14 | schanzen | Fixed in Version | => 0.17.6 |
2022-09-26 20:54 | Christian Grothoff | Status | resolved => closed |