6月18

安装linux-expat报错

| |
21:57FreeBSD  

[root@FreeBSD /usr/ports/textproc/linux-expat]# make install clean
===>  linux-expat-1.95.8_2 bsd.linux-rpm.mk test failed: default package building at

OSVERSION>=800076 was changed to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS

to build other linux infrastructure ports.
*** Error code 1

解决:

OVERRIDE_LINUX_BASE_PORT=f10           //注意:系统内安装的emulators必须也为f10,否则这里要写相对应的emulators版本。
OVERRIDE_LINUX_NONBASE_PORTS=f10    //注意:系统内安装的emulators必须也为f10,否则这里要写相对应的emulators版本。
这两行添加到/etc/make.conf文件内,重新安装即可。

阅读(648) | 评论(0) | 引用(0)