I have another problem compiling, this time even in chroot :
/build/retroshare/src/retroshare/supportlibs/librnp/src/lib/crypto/mem.cpp: In function ‘size_t rnp::hex_decode(const char*, uint8_t*, size_t)’:
/build/retroshare/src/retroshare/supportlibs/librnp/src/lib/crypto/mem.cpp:55:21: error: ‘strlen’ was not declared in this scope
55 | size_t hexlen = strlen(hex);
| ^~~~~~
/build/retroshare/src/retroshare/supportlibs/librnp/src/lib/crypto/mem.cpp:30:1: note: ‘strlen’ is defined in header ‘<cstring>’; this is probably fixable by adding ‘#include <cstring>’
29 | #include "logging.h"
+++ |+#include <cstring>
30 | #include <botan/ffi.h>
...
==> ERROR: A failure occurred in build().
Aborting...
adding the "#include <cstring>" postpone the problem.
Pinned Comments
xiota commented on 2024-08-16 17:04 (UTC) (edited on 2024-08-25 00:56 (UTC) by xiota)
This package now uses pinned commits.