Description of problem: Cannot use performance profiler (Analyze > Performance Analyzer). It states that perfparser utility is missing. Steps to Reproduce: 1. dnf install qt-creator 2. Open a project 3. Analyze > Performance Analyzer Actual results: Error: perfparser is missing. Additional info: I tried to manually add the required executable. Commands: sudo dnf install qt5-qtbase-devel elfutils-devel git clone https://code.qt.io/cgit/qt-creator/perfparser.git/ cd perfparser qmake-qt5 make sudo cp bin/perfparser /usr/libexec/qtcreator I don't get errors after that but the profiler interface is buggy. Only the "Statistics" tab is updated. When I double click any row Qt Creator crashes. ( Sample program: `int main(){}` ) Besides I tried installing Qt Creator through swupd on Clear Linux. It also didn't have the perfparser utility. But after adding perfparser into /usr/libexec/qtcreator the profiler interface worked as intended. So I think the perfparser is the only missing file right now.
FEDORA-2020-89a5fe916e has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-89a5fe916e
FEDORA-2020-0b90e994fd has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-0b90e994fd
FEDORA-2020-89a5fe916e has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-89a5fe916e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-89a5fe916e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-0b90e994fd has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-0b90e994fd` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-0b90e994fd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-0b90e994fd has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-89a5fe916e has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.