Cannot compile nixnote2
Unsolved
Qt WebKit
-
Hello
I am trying to compile a Qt5 package but I have no idea why it's failing.
The worst part is, it fails to compile in Manjaro, but compilation works with EndeavourOSHere is the URL of the source code:
https://aur.archlinux.org/nixnote2-git.git
Here is the error I get
Qt5WebKit.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Qml.so /usr/lib/libQt5Network.so /usr/lib/libQt5Sql.so /usr/lib/libQt5Xml.so /usr/lib/libQt5DBus.so /usr/lib/libQt5Core.so -lGL -lpthread /usr/bin/ld: /usr/lib/libQt5WebKit.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.5.0/../../../../lib/libpoppler-qt5.so: undefined reference to `std::__glibcxx_assert_fail(char const*, int, char const*, char const*)@GLIBCXX_3.4.30' /usr/bin/ld: /usr/lib/libQt5Core.so: undefined reference to `std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.5.0/../../../../lib/libpoppler-qt5.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29' /usr/bin/ld: /usr/lib/libQt5Core.so: undefined reference to `std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13' collect2: error: ld returned 1 exit status make: *** [Makefile:1377: qmake-build-release/nixnote2] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
I would appreciate so much if someone can help me get to the bottom of this.