注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
News:Portage Git Sync Fix
Jump to navigation
Jump to search
Portage Git Sync Fix
- upstream experimental changes in
git.py
module which added into portage and in portage ebuilds caused a regression, which result in missing objects in portage tree or other artifacts. We reverted this to older stable behavior. [1] Update steps are:
root # cd /usr/portage root # git pull root # emerge --oneshot --update portage
git pull
only needed once, so that portage tree getting all objects and fixed portage ebuild. After updating portage, updating of portage tree should be good by emerge --sync
as we all used to do.
[1] https://bugs.gentoo.org/show_bug.cgi?id=552814