https://bugs.kde.org/show_bug.cgi?id=412477
Bernd Buschinski <b.buschin...@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/2f723c | |977906582ddca5c0a710791e25b | |c35a51b Version Fixed In| |5.8.220400 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Bernd Buschinski <b.buschin...@googlemail.com> --- Git commit 2f723c977906582ddca5c0a710791e25bc35a51b by Bernd Buschinski. Committed on 04/12/2021 at 21:39. Pushed by buschinski into branch 'master'. Fix meson executable - on my system meson is a link to python2-exec $ ls -ld $(which meson) /usr/bin/meson -> ../lib/python-exec/python-exec2 The python2-exec must not be executed directly. - Currently the mesonExecutable is canonicalized, which also resolves symlinks This causes the meson plugin to execute stuff like: $ python2-exec --reconfigure instead of $ meson --reconfigure Fix this by not canonicalizing the mesonExecutable, validity is already checked earlier. FIXED-IN: 5.8.220400 M +1 -1 plugins/meson/mesonconfig.cpp https://invent.kde.org/kdevelop/kdevelop/commit/2f723c977906582ddca5c0a710791e25bc35a51b -- You are receiving this mail because: You are watching all bug changes.