|
总从半个月前装了新系统(funtoo),以后无论装什么包,都会这么说一句:
A file is not listed in the Manifest: '/usr/portage/×××/×××/×××-×.×.×.ebuild'
后来在make.conf里面添加了一句"digest"的feature,算是暂时解决了问题。
后来再sync,由于manifest不匹配,portage都无法更新。于是把make.conf里面的那句删掉,并且到/usr/portage下面
git reset --hard origin/funtoo.org
然后再sync,倒是没问题了。
但是还是装什么软件,都会出现这句
!!! A file is not listed in the Manifest: '/usr/portage/app-arch/unrar/unrar-3.8.5.ebuild'
emerge --sync为什么解决不了这个问题?应该怎么办呢? |
|