Package Details: asoundconf 1:1.2-8

Git Clone URL: https://aur.archlinux.org/asoundconf.git (read-only, click to copy)
Package Base: asoundconf
Description: utility to read and change the user's ALSA library configuration
Upstream URL: https://bitbucket.org/stativ/asoundconf
Licenses: GPL
Submitter: arojas
Maintainer: jahway603
Last Packager: jahway603
Votes: 4
Popularity: 0.001533
First Submitted: 2022-04-01 16:35 (UTC)
Last Updated: 2024-02-27 15:52 (UTC)

Latest Comments

jacanchaplais commented on 2024-02-28 08:56 (UTC)

Hi there!

It seems the latest update is missing setuptools as a dependency.

==> 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_lo
ad
  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_lo
ad_unlocked
ModuleNotFoundError: No module named 'setuptools'

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

kullfar commented on 2023-05-12 06:08 (UTC)

In case of such errors:

$ asoundconf-gtk Traceback (most recent call last): File "/usr/bin/asoundconf-gtk", line 27, in <module> import asoundconf_common ModuleNotFoundError: No module named 'asoundconf_common'

Just rebuild the package (uninstall/install).

P.S. It was broken after recent updates. I think the version number need to be upped to 1:1.2-8 to prevent manual update (uninstall/install) by all users of this awesome package.