Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329141 - app-emulation/xen-tools-4.0.0 Deprecation Warning: python_mod_optimize()
Summary: app-emulation/xen-tools-4.0.0 Deprecation Warning: python_mod_optimize()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 16:32 UTC by Enno Gröper
Modified: 2010-10-16 14:51 UTC (History)
1 user (show)

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 Enno Gröper 2010-07-20 16:32:03 UTC
After emerging xen-tools-4.0.0 this warning comes up:
 * Deprecation Warning: Not passing of paths to python_mod_optimize() is deprecated and will be
 * disallowed on 2010-09-01. Call python_mod_optimize() with paths to Python modules.
 * The ebuild needs to be fixed. Please report a bug, if it has not been already reported.

Reproducible: Always

Steps to Reproduce:
1. emerge xen-tools-4.0.0
2.
3.

Actual Results:  
Warning in the description was shown.

Expected Results:  
No Warning. ;-)
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-20 18:17:43 UTC
Not bug #282729.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2010-07-24 17:50:04 UTC
(In reply to comment #1)
 

confired here too;

idella@genny ~ $ sudo emerge -C xen xen-tools         


>>> Unmerging app-emulation/xen-tools-4.0.0...             
 *                                                         
 * Deprecation Warning: Not passing of paths to python_mod_cleanup() is 
deprecated and will be                                                                              
 * disallowed on 2010-09-01. Call python_mod_cleanup() with paths to Python 
modules.  
 * The ebuild needs to be fixed. Please report a bug, if it has not been 
already reported.                                                                                  
 *      


Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-10-16 14:51:34 UTC
I have fixed calls to python_mod_optimize() and python_mod_cleanup().