News:Portage Git Sync Fix

From Funtoo
Revision as of 13:26, November 14, 2016 by Oleg (talk | contribs) (Created page with "{{News |Summary=Portage Git Sync fix |News Format=Extended |News Category=General |Author=Oleg |Publication Status=Draft |Publication Date=2016/11/14 }} * upstream experiment...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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