Package Details: solaar-git 1.1.12.r3.g704a8769-1

Git Clone URL: https://aur.archlinux.org/solaar-git.git (read-only, click to copy)
Package Base: solaar-git
Description: Linux device manager for a wide range of Logitech devices
Upstream URL: https://pwr-solaar.github.io/Solaar/
Licenses: GPL-2.0-or-later
Conflicts: python-hid-parser, solaar
Provides: python-hid-parser, solaar
Replaces: python-hid-parser
Submitter: Max-P
Maintainer: Max-P
Last Packager: Max-P
Votes: 43
Popularity: 0.043600
First Submitted: 2015-10-02 22:37 (UTC)
Last Updated: 2024-05-01 04:16 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Max-P commented on 2024-05-01 04:19 (UTC)

Alright this is getting ridiculous. I've rebuilt the PKGBUILD on top of the one from [extra] fresh, so it should be good now.

class101 commented on 2024-04-30 11:07 (UTC)

It looks like the package now wantw python-wheel as dependencies but it should be in a make dependencies because if I'm not wrong, it is used to produce a .whl package only part of the installation

ERROR Missing dependencies:
        wheel
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'solaar-git-1.1.12.r2.g74e126e0-1':

Max-P commented on 2024-04-29 23:42 (UTC)

@npreining Solaar now bundles that library and installs it system-wide, so it no longer needs python-hid-parser and also conflicts with it.

I just added the missing Python makedepends and a replaces array to mark it as replacing python-hid-parser.

npreining commented on 2024-04-29 23:06 (UTC)

What is going on with hid-parser versus solaar? I see a lot of comments in this thread, but it seems that the two are in conflict. I tried removing/reinstalling solaar, to no avail.

Spiker985 commented on 2024-04-28 03:28 (UTC)

It appears that python-build and python-installer should ALSO be marked as make dependencies.

After installing python-build and python-installer this package installed fine.

The problem: neither are in the AUR and are instead in Extra.

warigan commented on 2024-04-24 12:15 (UTC) (edited on 2024-04-24 12:20 (UTC) by warigan)

I got an error during install:

Build error (click to expand)
==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: solaar-git-exit status 4

I fixed it by installing python-setuptools. Should setuptools be added as a (make) dependency?

Max-P commented on 2024-04-21 10:20 (UTC)

Added necessary provides/conflicts. I feel like this should have been vendored in as solaar.hid_parser, because it's kind of weird for solaar to provide an HID parsing library for Python but ¯_(ツ)_/¯ I don't think anything other than Solaar was using it so it's probably fine, and one less dependency to maintain.

DexterHaxxor commented on 2024-04-21 09:38 (UTC)

a5a0d7e80e5163f59698a7e7046fc88e22ac2b7f causes: error: failed to commit transaction (conflicting files) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__init__.py exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/__init__.cpython-311.opt-1.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/__init__.cpython-311.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/data.cpython-311.opt-1.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/data.cpython-311.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/data.py exists in filesystem (owned by python-hid-parser-git) Errors occurred, no packages were upgraded.

ragusa87 commented on 2024-03-15 19:25 (UTC)

The changelog file has been renamed. You need to edit the PKGBUILD and use CHANGELOG.md to fix the package.

class101 commented on 2022-11-07 18:52 (UTC) (edited on 2022-11-07 18:57 (UTC) by class101)

@Max-P

In case you haven't seen my report

python-hid-parser-git needs to be fixed to get ride of the endless update 0.0.3 > 0.0.4=0.0.3 > 0.0.4=0.0.3 etc...

the pkgver() method produces a different version 0.0.3 than what you set in PKGBUILD 0.0.4

Nor there is a missing Git tag 0.0.4 at github.com, nor you have to go back to 0.0.3 in the PKGBUILD