首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >手制动器介子配置在Raspberry pi 4上的“探测: numa”上失败

手制动器介子配置在Raspberry pi 4上的“探测: numa”上失败
EN

Stack Overflow用户
提问于 2019-09-25 16:44:43
回答 2查看 799关注 0票数 0

配置配置文件的Raspberry 4上的手制动器(https://github.com/HandBrake/HandBrake)配置失败,因为它找不到numa。

代码语言:javascript
复制
[outeh@outeh-pi HandBrake]$ ./configure 
probe: build tuple...(pass) aarch64-unknown-linux-gnu
find: ar...(pass) /usr/bin/ar
find: cp...(pass) /usr/bin/cp
find: gcc...(pass) /usr/bin/gcc
find: gmake...(pass) /usr/bin/make
find: gm4...(pass) /usr/bin/m4
find: meson...(pass) /usr/bin/meson
find: mkdir...(pass) /usr/bin/mkdir
find: ninja-build...(pass) /usr/bin/ninja
find: gpatch...(pass) /usr/bin/patch
find: rm...(pass) /usr/bin/rm
find: ranlib...(pass) /usr/bin/ranlib
find: strip...(pass) /usr/bin/strip
find: gtar...(pass) /usr/bin/tar
find: nasm...(fail) not found
find: autoconf...(pass) /usr/bin/autoconf
find: automake...(pass) /usr/bin/automake
find: cmake...(pass) /usr/bin/cmake
find: libtool...(pass) /usr/bin/libtool
find: pkg-config...(pass) /usr/bin/pkg-config
find: xcodebuild...(fail) not found
find: lipo...(fail) not found
find: python3...(pass) /usr/bin/python3
compute: available architectures...(pass) aarch64
probe: number of CPU cores...(pass) 4
probe: repo info...(pass) https://github.com/HandBrake/HandBrake.git
compute: project data...(pass) HandBrake (developer)
compute: host tuple...(pass) aarch64-unknown-linux-gnu
probe: 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"
  : [b'conftest.c:2:10: schwerwiegender Fehler: numa.h: Datei oder Verzeichnis nicht gefunden', b'    2 | #include <numa.h>', b'      |          ^~~~~~~~', b'Kompilierung beendet.']
ERROR: unable to continue; configure stop.

我正在使用Raspberry pi 4版本的Manjaro (https://manjaro.org/download/arm/raspebery-pi-4/arm8-raspberry-pi-4-xfce/),我的系统已经更新了,我无法在repos或aur中找到numa。手制动器使用介子构建系统,配置脚本所做的一切都是在检查是否存在python解释器之后打开这个>https://github.com/HandBrake/HandBrake/blob/master/make/configure.py< python脚本。编辑:echo $PKG_CONFIG_PATH返回一个空白换行符。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2019-09-28 17:36:34

我自己解决了这个问题,从源头上建立了libnuma。但我还是不知道为什么在回购中找不到合适的包裹。

票数 0
EN

Stack Overflow用户

发布于 2019-09-27 20:55:43

这意味着并不是所有的依赖项都安装好了,特别是至少缺少了libnuma-dev,所以您需要:

代码语言:javascript
复制
sudo apt-get install libnuma-dev

或者,实际上,对于你的曼吉罗人:

代码语言:javascript
复制
sudo pacman -S libnuma-dev

检查以获得完整列表。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58103067

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档