NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.44k stars 13.64k forks source link

KDiskMark complains about missing .service files #340705

Closed Ember-ruby closed 6 hours ago

Ember-ruby commented 1 week ago

Describe the bug

KDiskMark fails to run tests, showing the error The name dev.jonmagon.kdiskmark.helperinterface was not provided by any .service files

Steps To Reproduce

Steps to reproduce the behavior:

  1. install KDiskMark
  2. run it
  3. try to start a benchmark

Expected behavior

The benchmark should successfully run

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Potentially relevant; https://github.com/JonMagon/KDiskMark/issues/85

Notify maintainers

@symphorien

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.8.2, NixOS, 24.05 (Uakari), 24.05pre604424.d8fe5e6c92d0`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/store/d1bbviiqxg3qiw8jyw41b1albw5n5m0c-source`

Add a :+1: reaction to issues you find important.

symphorien commented 5 days ago

How did you install kdiskmark ?

It must be installed in environment.systemPackages in /etc/nixos/configuration.nix. nix-env will not work, neither home-manager.

the automatic report says you are on an unreleased version of nixos 24.05, is it true?

Ember-ruby commented 6 hours ago

How did you install kdiskmark ?

It must be installed in environment.systemPackages in /etc/nixos/configuration.nix. nix-env will not work, neither home-manager.

well, i guess i missed that note, thanks, had it in user packages

the automatic report says you are on an unreleased version of nixos 24.05, is it true?

what do you mean? i use unstable nixos if that's what you're asking