News:Portage Git Sync Fix

From Funtoo
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Portage Git Sync Fix

Portage Git Sync fix

By Oleg / November 14, 2016
  • 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