fbpanel을 설치하려고 하는데 혼란스러운 오류가 발생함

fbpanel을 설치하려고 하는데 혼란스러운 오류가 발생함

나는 이러한 파이썬 오류를 알아내는 데 너무 열중하지 않습니다. 이것이 내가 받고 있는 오류인데 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)

관련 정보