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

Bug 318695

Summary: dev-python/pygtkglext-1.1.0 uses deprecated python_version()
Product: Gentoo Linux Reporter: echalon
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description echalon 2010-05-06 00:08:37 UTC
Self-explanatory build messages:
 * Deprecation Warning: python_version() is deprecated and will be banned on 2010-07-01.
 * Use PYTHON() instead of python variable. Use python_get_*() instead of PYVER* variables.
 * The ebuild needs to be fixed. Please report a bug, if it has not been already reported.


Reproducible: Always

Steps to Reproduce:
1.emerge dev-python/pygtkglext-1.1.0
2.look at warnings
3.

Actual Results:  
Got deprecation warning.

Expected Results:  
No depracation warning.
Comment 1 Rafał Mużyło 2010-05-06 13:21:14 UTC
Are you sure those didn't come from the old ebuild
during unmerge of the old version ?
Comment 2 echalon 2010-05-06 14:48:05 UTC
I thought this was from a revdep-rebuild. In elog-viewer, it's listed under INFO (postinst) for this package from a month ago, but then more recently listed under INFO (postrm) instead, all for this version. And now, when I rebuild the package again, the message doesn't pop up. Could the ebuild have gotten changed without a version number change?
Comment 3 Rafał Mużyło 2010-05-06 16:06:46 UTC
Without seeing full build log, I can't be 100% sure,
but most likely the message you've seen came from the old
ebuild, which was used during unmerge phase of the upgrade.