Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Cannot compile nixnote2

Cannot compile nixnote2

Scheduled Pinned Locked Moved Unsolved Qt WebKit
1 Posts 1 Posters 558 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    xavierbaez
    wrote on last edited by
    #1

    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 EndeavourOS

    Here 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.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved