使用提供的配置文件在我的 Raspberry pi 4 上配置手剎 ( https://github.com/HandBrake/HandBrake ) 失敗,因為它找不到 numa。[outeh@outeh-pi HandBrake]$ ./configure probe: build tuple...(pass) aarch64-unknown-linux-gnufind: ar...(pass) /usr/bin/arfind: cp...(pass) /usr/bin/cpfind: gcc...(pass) /usr/bin/gccfind: gmake...(pass) /usr/bin/makefind: gm4...(pass) /usr/bin/m4find: meson...(pass) /usr/bin/mesonfind: mkdir...(pass) /usr/bin/mkdirfind: ninja-build...(pass) /usr/bin/ninjafind: gpatch...(pass) /usr/bin/patchfind: rm...(pass) /usr/bin/rmfind: ranlib...(pass) /usr/bin/ranlibfind: strip...(pass) /usr/bin/stripfind: gtar...(pass) /usr/bin/tarfind: nasm...(fail) not foundfind: autoconf...(pass) /usr/bin/autoconffind: automake...(pass) /usr/bin/automakefind: cmake...(pass) /usr/bin/cmakefind: libtool...(pass) /usr/bin/libtoolfind: pkg-config...(pass) /usr/bin/pkg-configfind: xcodebuild...(fail) not foundfind: lipo...(fail) not foundfind: python3...(pass) /usr/bin/python3compute: available architectures...(pass) aarch64probe: number of CPU cores...(pass) 4probe: repo info...(pass) https://github.com/HandBrake/HandBrake.gitcompute: project data...(pass) HandBrake (developer)compute: host tuple...(pass) aarch64-unknown-linux-gnuprobe: numa...(fail) code 1 : b'Package numa was not found in the pkg-config search path.' : b"Perhaps you should add the directory containing `numa.pc'" : b'to the PKG_CONFIG_PATH environment variable' : b"Package 'numa', required by 'virtual:world', not found"我正在使用 Manjaro 的 Raspberry pi 4 版本(https://manjaro.org/download/arm/raspebery-pi-4/arm8-raspberry-pi-4-xfce/)我的系統已更新,但我找不到numa 在 repos 或 aur 中。Handbrake 使用介子構建系統,所有配置腳本都是在檢查是否存在 python 解釋器后打開這個 > https://github.com/HandBrake/HandBrake/blob/master/make/configure.py < python 腳本。編輯: echo $PKG_CONFIG_PATH返回一個空白換行符。
添加回答
舉報
0/150
提交
取消