问题标签 [fakeroot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
macos - OSX Monterey 上的 Fakeroot
如何在 OSX Monterey 上安装 fakeroot
使用brew install fakeroot
:
使用来自来源的 brew brew install --build-from-source fakeroot
:
使用sudo port install fakeroot
:
还有其他想法吗?
makefile - buster 上的包装问题
我正在尝试从源代码构建一些软件包,尽管进行了很多谷歌搜索,但我仍面临着我无法理解的麻烦。某些包会发生这种情况,而其他包则可以正常编译和打包。打包失败的软件之一是 libva。
当我使用时;
我收到此错误;
我还在控制文件中设置了架构。
但是,当我跑步时;
它可以正常编译,但是我在尝试将其安装到 fakeroot 下的同一文件夹时遇到了另一个问题。
在构建其他软件包(如 aria2 和 intel-media)时,我遇到了类似的错误。
我在 debian buster 上编译,带有 gcc、glibc 和 libtool。
你能提供任何帮助或指示吗?