Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211780 - [TRACKER] app-portage/gentoolkit portage-2.2 deprecation warnings
Summary: [TRACKER] app-portage/gentoolkit portage-2.2 deprecation warnings
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: Tracker
Depends on:
Blocks:
 
Reported: 2008-02-28 15:07 UTC by michael@smith-li.com
Modified: 2017-01-19 18:47 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 michael@smith-li.com 2008-02-28 15:07:39 UTC
Track gentoolkit and gentoolkit-dev scripts with deprecation warnings on portage 2.2
Comment 1 michael@smith-li.com 2008-02-28 15:09:40 UTC
# svn info && ./equery b /usr/bin/python > /dev/null
Path: .
URL: svn://anonsvn.gentoo.org/gentoolkit/trunk/src/equery
Repository Root: svn://anonsvn.gentoo.org/gentoolkit
Repository UUID: e84c3a59-eaf8-0310-85df-8a9fcd7b4891
Revision: 475
Node Kind: directory
Schedule: normal
Last Changed Author: genone
Last Changed Rev: 475
Last Changed Date: 2008-02-28 08:57:04 -0500 (Thu, 28 Feb 2008)

/usr/lib/portage/pym/portage_util.py:34: UserWarning: DEPRECATION NOTICE: The portage_util module was replaced by portage.util
  warnings.warn("DEPRECATION NOTICE: The %s module was replaced by %s" % (__oldname, __newname))
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2008-02-28 15:18:34 UTC
That message seems to come from using the gentoolkit module in /usr/lib/gentoolkit instead of the checkout, at least it disappears when the sys.path adjustment is disabled.
Comment 3 Paul Varner (RETIRED) gentoo-dev 2011-07-21 05:27:01 UTC
As far as I am aware, all of the code that would produce a deprecation warning is fixed.