-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt Creator profiling tools missing perfparser
#107585
Comments
For what it's worth, on a different distro I had this same problem which was resolved by installing elfutils-devel and then recompiling qt-creator. The build silently skips building this tool if this dependency is absent. |
I marked this as stale due to inactivity. → More info |
still an issue |
@loops would you be able to point me in the general direction of making this happen on NixOS? |
Test #139938 |
try now |
updated, cancel the build and try again |
... I still get "Could not start the perfparser utility program. Make sure a working Perf parser is available at the location given by the PERFPROFILER_PARSER_FILEPATH environment variable." |
Which channel are you following, if unstable then have you updated |
I'm using |
try this #140693 |
It still doesn't work for me :( |
looks like perfparser is actually a program built by qtcreator i've switched the pr to be a update pr so that we get perfparser |
Describe the bug
Qt Creator profiling tools are not working because of a missing prerequisite:
perfparser
.To Reproduce
Steps to reproduce the behavior:
perfparser
is indeed missing.Expected behavior
The program gets profiled.
Notify maintainers
@deadloko @dtzWill @abbradar
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: