You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PKG_MAINTAINER:= Linos Giannopoulos [email protected]
Maintainer: @linosgian
Environment: OpenWrt SNAPSHOT as of today with commit 0e59eaa / Packages as of today with commit 78ccd86
Host system: ArchLinux (latest)
Libcbor compile ends with:
/home/pwned/nolf/openwrt/tchain14/toolchain/bin/../lib/gcc/aarch64-openwrt-linux-musl/14.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld.bfd: cannot find -lasan: No such file or directory
/home/pwned/nolf/openwrt/tchain14/toolchain/bin/../lib/gcc/aarch64-openwrt-linux-musl/14.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld.bfd: cannot find -lubsan: No such file or directory
Disabling the bug detector is "fixing" it:
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@
add_definitions(-DPRINT_FUZZ)
endif(PRINT_FUZZ)
-option(SANITIZE "Enable ASan & a few compatible sanitizers in Debug mode" ON)
+option(SANITIZE "Enable ASan & a few compatible sanitizers in Debug mode" OFF)
set(CPACK_GENERATOR "DEB" "TGZ" "RPM")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
I've tested gcc14 only. No clue if it hits on gcc13 as well. Let me know if I have to test.
Came across this by accidentally enabling libfido2 support for openssh-server. It is pulling this lib.
If more output is needed let me know. There are some unrelated warnings (e.g. "Policy CMP0054 is not set" and "-Wreturn-type errors within src/cbor.c and src/cbor/serialization.c and src/cbor/ints.c) also.
The text was updated successfully, but these errors were encountered:
PKG_MAINTAINER:= Linos Giannopoulos [email protected]
Maintainer: @linosgian
Environment: OpenWrt SNAPSHOT as of today with commit 0e59eaa / Packages as of today with commit 78ccd86
Host system: ArchLinux (latest)
Libcbor compile ends with:
Disabling the bug detector is "fixing" it:
I've tested gcc14 only. No clue if it hits on gcc13 as well. Let me know if I have to test.
Came across this by accidentally enabling libfido2 support for openssh-server. It is pulling this lib.
If more output is needed let me know. There are some unrelated warnings (e.g. "Policy CMP0054 is not set" and "-Wreturn-type errors within src/cbor.c and src/cbor/serialization.c and src/cbor/ints.c) also.
The text was updated successfully, but these errors were encountered: