Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 533010

Summary: >=sys-apps/portage-2.2.14: Calls to undefined get_ownership() and new_config_protect()
Product: Portage Development Reporter: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis 2014-12-19 10:29:16 UTC
get_ownership() and new_config_protect() functions are defined and called in <sys-apps/portage-2.2.13 ebuilds.
In >=sys-apps/portage-2.2.14 ebuilds they are called but undefined.

get_ownership() is used in usersync and userpriv migrations code.
new_config_protect() is used in repos.conf migration code.
Comment 1 Zac Medico gentoo-dev 2014-12-20 15:20:41 UTC
This is fixed in cvs:

  20 Dec 2014; Zac Medico <zmedico@gentoo.org> portage-2.2.14.ebuild,
  portage-2.2.15.ebuild:
  Add missing get_ownership and new_config_protect functions for bug #533010.