https://bugs.kde.org/show_bug.cgi?id=402512

            Bug ID: 402512
           Summary: kdesrc-build tried to link against a system library
                    rather than the version of that library that it built
                    a few minutes ago
           Product: kdesrc-build
           Version: Git
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: mp...@kde.org
          Reporter: n...@kde.org
  Target Milestone: ---

kdesrc-build from git master. OS is Manjaro, with KDE Frameworks 5.52 installed
at /usr/lib.

`kdesrc-build gwenview --include-dependencies --stop-on-failure` died on
kdegraphics, where the CMake log revealed the following:

[ 86%] Linking CXX executable ../bin/gwenview
/usr/bin/ld: /usr/lib/libKF5Baloo.so.5.52.0: undefined reference to
`Baloo::Transaction::postingCompIterator(QByteArray const&, QByteArray const&,
Baloo::PostingDB::Comparator) const'
collect2: error: ld returned 1 exit status
make[2]: *** [app/CMakeFiles/gwenview.dir/build.make:567: bin/gwenview] Error 1
make[1]: *** [CMakeFiles/Makefile2:597: app/CMakeFiles/gwenview.dir/all] Error
2
make: *** [Makefile:141: all] Error 2


Looks like it's trying to link against the old 5.52 version of the Baloo shared
library that's at /usr/lib/ rather than the one it just compiled five minutes
ago that's at ~/kde/usr/lib64/libKF5Baloo.so.5.54.0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to