2009年 10月 15日 的归档
gentoo的ACCEPT_LICENSE
最近 sudo emerge -avuDN @system @world 的时候,老是会有这样的提示:
!!! The following installed packages are masked: - app-cdr/nero-4.0.0.0 (masked by: Nero-EULA-US license(s)) A copy of the 'Nero-EULA-US' license is located at '/usr/portage/licenses/Nero-EULA-US'. - app-emulation/virtualbox-bin-3.0.8 (masked by: PUEL license(s)) A copy of the 'PUEL' license is located at '/usr/portage/licenses/PUEL'. |
也不知道哪个版本的portage引入的这个机制,不过看文档倒是3年前就有的。
不过,如果你像我一样是个人用户,并不是很在意版权问题的话(其实也没啥问题,呵呵),其实只需要在 /etc/make.conf 里加一行:
ACCEPT_LICENSE="*" |
就可以解决这个烦人的提示了。
PS: 这个东西现在貌似还不是很完善,因为目前都还没有在 emerge –info 里体现出来。。。