尝试安装 fbpanel 但出现令人困惑的错误

尝试安装 fbpanel 但出现令人困惑的错误

我不太热衷于这些 python 错误来找出它们。这是我收到的错误,但我正在使用 alsa/pulseaudio,所以我不知道如何读取 python 错误。

%mike@voidz fbpanel-master>>$./configure
Traceback (most recent call last):
  File "./configure", line 502, in <module>
main()
File "./configure", line 489, in main
resolve()
File ".config/options.py", line 64, in resolve
if opt('sound') is None and pkg_exists('alsa', '--atleast-version=1.0.10'):
File "./configure", line 297, in pkg_exists
return sp.call(cmd) == 0
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

我从中得到的就是这个

if opt('sound') is None and pkg_exists('alsa', '--atleast-version=1.0.10'):

alsa 有问题 - 我有 alsa/ 并安装了其他开发库。仍然收到此错误。这是我必须在我的存储库中使用的内容,星星表示已安装。

%mike@voidz ~>>$sudo xbps-query -Rs alsa
[-] AlsaMixer.app-0.1_3             Simple dockable mixer application for Li...
[-] a2jmidid-8_4                    Daemon for exposing legacy ALSA sequence...
[*] alsa-lib-1.1.0_1                The Advanced Linux Sound Architecture (A...
[*] alsa-lib-devel-1.1.0_1          The Advanced Linux Sound Architecture (A...
[*] alsa-lib-python-1.1.0_1         The Advanced Linux Sound Architecture (A...
[-] alsa-plugins-1.1.0_1            Advanced Linux Sound Architecture (ALSA)...
[-] alsa-plugins-ffmpeg-1.1.0_1     Advanced Linux Sound Architecture (ALSA)...
[-] alsa-plugins-jack-1.1.0_1       Advanced Linux Sound Architecture (ALSA)...
[*] alsa-plugins-pulseaudio-1.1.0_1 Advanced Linux Sound Architecture (ALSA)...
[-] alsa-plugins-samplerate-1.1.0_1 Advanced Linux Sound Architecture (ALSA)...
[-] alsa-plugins-speex-1.1.0_1      Advanced Linux Sound Architecture (ALSA)...
[-] alsa-tools-1.1.0_1              Advanced ALSA tools for certain sound cards
[-] alsa-tools-devel-1.1.0_1        Advanced ALSA tools for certain sound ca...
[-] alsa-utils-1.1.0_1              The Advanced Linux Sound Architecture (A...
[*] apulse-0.1.7_1                  PulseAudio emulation for ALSA
[-] balsa-2.5.2_3                   An email client for GNOME
[-] cava-0.4.0_1                    Console-based Audio Visualizer for ALSA
[-] patchage-1.0.0_1                Modular patch bay for audio and MIDI bas...
[*] python-alsa-1.0.29_1            Official python bindings for ALSA (Python2)

相关内容