Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533010 - >=sys-apps/portage-2.2.14: Calls to undefined get_ownership() and new_config_protect()
Summary: >=sys-apps/portage-2.2.14: Calls to undefined get_ownership() and new_config_...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2014-12-19 10:29 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2014-12-20 15:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.