https://bugs.kde.org/show_bug.cgi?id=391885
Bug ID: 391885 Summary: Compilation error using musl rather than glibc Product: Falkon Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: now...@gmail.com Reporter: bribb...@disroot.org Target Milestone: --- Created attachment 111411 --> https://bugs.kde.org/attachment.cgi?id=111411&action=edit CMake error log When trying to build Falkon 3.0.0, I get a linking error. ``` [ 52%] Linking CXX shared library ../../bin/libFalkonPrivate.so /usr/lib/libQt5Network.so.5.9.3: warning: warning: EVP_CipherFinal is often misused, please use EVP_CipherFinal_ex and EVP_CIPHER_CTX_cleanup collect2: error: ld returned 1 exit status ``` Viewing CMakeError.log it seems it's a detection of glibc gone wrong. Note that this system uses musl rather than glibc. ``` /home/pmos/build/src/falkon-3.0.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /home/pmos/build/src/falkon-3.0.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: '__GLIBC__' undeclared (first use in this function) return ((int*)(&__GLIBC__))[argc]; ^~~~~~~~~ ``` -- You are receiving this mail because: You are watching all bug changes.