After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614832 - python_version() is deprecated
python_version() is deprecated
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.17
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-04 20:49 UTC by Peter Albrecht
Modified: 2010-04-05 14:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Albrecht 2010-04-04 20:49:28 UTC
Today I installed gst-python-0.10.17 on my gentoo linux system. During installation portage/emerge told me this:


-------------------------- 8< -------------------------------
Applying gst-python-0.10.9-lazy.patch ...
Running eautoreconf in '/var/tmp/portage/dev-python/gst-python-0.10.17/work/gst-python-0.10.17' ...
[...]
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.
-------------------------- >8 -------------------------------

I think this should not be hard to fix. But someone has to do it. ;)
Comment 1 Edward Hervey 2010-04-05 08:51:50 UTC
"The ebuild needs to be fixed. Please report a bug, if it has not been already
reported." <== *ebuild*

Please file a bug on the gentoo bugtracker.
Comment 2 Peter Albrecht 2010-04-05 14:00:53 UTC
Filed a bug at: http://bugs.gentoo.org/show_bug.cgi?id=313227

Sorry for the inconvenience.