Skip to content
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

solaar: 1.1.13 -> 1.1.14 #369981

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jan 1, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for solaar is: Linux devices manager for the Logitech Unifying Receiver

meta.homepage for solaar is: https://pwr-solaar.github.io/Solaar/

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.1.14 with grep in /nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14
  • found 1.1.14 in filename of file in /nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

logitech-udev-rules
solaar
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A solaar https://github.com/r-ryantm/nixpkgs/archive/84b17da655f44e9d344cdcf35fae3ab3fdf36434.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/84b17da655f44e9d344cdcf35fae3ab3fdf36434#solaar

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14
ls -la /nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 3 packages built:
  • solaar.udev (logitech-udev-rules)
  • solaar
  • solaar.dist

Maintainer pings

cc @spinus @ysndr @oxalica for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Jan 1, 2025
Copy link
Contributor

@oxalica oxalica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ ./results/solaar-x86_64-linux/bin/solaar
Traceback (most recent call last):
  File "/nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/bin/.solaar-wrapped", line 54, in <module>
    import solaar.gtk
  File "/nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/lib/python3.12/site-packages/solaar/gtk.py", line 34, in <module>
    from solaar import cli
  File "/nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/lib/python3.12/site-packages/solaar/cli/__init__.py", line 26, in <module>
    from logitech_receiver import device
  File "/nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/lib/python3.12/site-packages/logitech_receiver/device.py", line 35, in <module>
    from . import hidpp10
  File "/nix/store/b6ljnmw8j70bv0rhg37hpb9n19z7irvi-solaar-1.1.14/lib/python3.12/site-packages/logitech_receiver/hidpp10.py", line 22, in <module>
    from typing_extensions import Protocol
ModuleNotFoundError: No module named 'typing_extensions'

Seems to be missing dependency?

@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jan 4, 2025
@wegank wegank closed this Jan 4, 2025
@r-ryantm r-ryantm deleted the auto-update/solaar branch January 5, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants