我正在尝试在 64 位 NetBSD 上构建 xf86-video-intel 驱动程序,但遇到了这个问题:
checking whether to build Xorg PCI functions... checking for PCIACCESS... no
configure: error: Package requirements (pciaccess >= 0.12.901) were not met:
Requested 'pciaccess >= 0.12.901' but version of pciaccess is 0.12.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
这有点尴尬,因为正在查找的包安装的是正确的版本:
# pkgin in libpciaccess
calculating dependencies... done.
nothing to upgrade.
1 packages to be installed: libpciaccess-0.13.2 (31K to download, 91K to install
)
proceed ? [Y/n] y
downloading packages...
libpciaccess-0.13.2.tgz 100% 31KB 30.5KB/s 30.5KB/s 00:01
我将非常感激任何形式的帮助。
答案1
看起来 pkgsrc 树很乱。我通过编译包解决了这个问题:
modular-xorg-server
这使我更接近使用英特尔显卡运行 NetBSD。