https://bugs.kde.org/show_bug.cgi?id=481272
Andrew Shark <ash...@linuxcomp.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|REPORTED |RESOLVED --- Comment #1 from Andrew Shark <ash...@linuxcomp.ru> --- Currently we require 5.28 as a minimum (mpyne wrote in perl-upgrade-notes.pod). Previously the `:s` was incorrecly applied, meaning that parameter could be optional. Now the correct `=s` is applied. See 2aedf7af commit. I do not know if that was previously working in OpenSuse Leap or even if OpenSuse Leap was supported by kdesrc-build. Try replacing = with : here: https://invent.kde.org/ashark/kdesrc-build/-/commit/2aedf7af5c8753def23f75618681d42cd4bef8a6#9cca8ad07f12b7b754bac5e08c4e360e4c8ab1a3_497_494 The only option that is currently using this specifier is ignore-modules (the --run previously also used that, but now is handled differently). I could manually parse the ignore-modules also, but I am not sure it is worth it, as we will loose the ability to use options after that. Also try upgrading perl and see if error persists. Also, try kde-builder, it should work normally. -- You are receiving this mail because: You are watching all bug changes.