https://bugs.kde.org/show_bug.cgi?id=468240
zheha...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zheha...@gmail.com --- Comment #21 from zheha...@gmail.com --- I recently upgraded Kubuntu 23.04 to 24.04 and encountered this problem. I have no experience with building KDE software so my speculation is just from the code, log provided by Scarlett, and 7z output on my machine. >From Scarlett's log there is no qCDebug print from CliPlugin::readListLine, so it is likely that the state machine gets stuck in the `ParseStateTitle` state because `matchVersion` never succeeds. Kubuntu 23.04 uses p7zip as `7z`, it also has 7zip as `7zz`. So ark uses p7zip. Kubuntu 24.04 removes p7zip and only uses 7zip as `7z`. So ark uses 7zip here. I compared the list output from 23.04 7z, 7zz and 24.04 7z and noticed that they have different heading: 23.04 p7zip (7z): >7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 >p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs >Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz (306D4),ASM,AES-NI) 23.04 7zip (7zz): >7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 > 64-bit locale=en_US.UTF-8 Threads:4 24.04 7zip (7z): >7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20 > 64-bit locale=en_US.UTF-8 Threads:12 OPEN_MAX:1024 I think the key is the 7-Zip difference from >7-Zip (z) 22.01 (x64) to >7-Zip 23.01 (x64) I have no clue what "(z)" means here but I guess this missing of this part is the reason ark fails, as for 7zip ark matches > const QRegularExpression rxVersionLine7z(QStringLiteral("^7-Zip \\(\\w\\) > ([\\d\\.]+) .*$")); Hope it helps -- You are receiving this mail because: You are watching all bug changes.