为了账号安全,请及时绑定邮箱和手机立即绑定

在 Raspberry pi 4 上的“probe:numa”处手刹介子配置失败

在 Raspberry pi 4 上的“probe:numa”处手刹介子配置失败

跃然一笑 2022-06-07 19:04:17
使用提供的配置文件在我的 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返回一个空白换行符。
查看完整描述

2 回答

?
慕后森

TA贡献1802条经验 获得超5个赞

这意味着并不是所有的依赖都安装了,尤其是至少 缺少libnuma-dev,所以你需要:

sudo apt-get install libnuma-dev

或者,实际上,对于您的 Manjaro:

sudo pacman -S libnuma-dev

检查以获取完整列表。


查看完整回答
反对 回复 2022-06-07
?
哔哔one

TA贡献1854条经验 获得超8个赞

通过从源代码构建 libnuma,我能够自己解决这个问题。但我仍然不知道为什么我在 repos 中找不到合适的包。



查看完整回答
反对 回复 2022-06-07
  • 2 回答
  • 0 关注
  • 193 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号