Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208386 - app-pda/gpixpod has python2.4 hardcoded (incomplete sed in ebuild)
Summary: app-pda/gpixpod has python2.4 hardcoded (incomplete sed in ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-01 04:00 UTC by Benjamin Bannier
Modified: 2008-05-05 03:14 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 Benjamin Bannier 2008-02-01 04:00:57 UTC
gpixpod's website seems not to get updated anymore and the ebuild is more than a year old. Do not know if anybody but me is using this, but I like it.

Here we go:
/usr/bin/gpixpod has python2.4 hardcoded, the website was (and still is) talking about python2.4, but gpixpod works for me with python2.5

The patch below just uses /usr/bin/python.



diff a/gpixpod b/gpixpod
index 2f2c514..4632801 100644
--- a/gpixpod
+++ b/gpixpod
@@ -1,2 +1,2 @@
 #!/bin/bash
-exec python2.4 /usr/lib/gpixpod/gpixpod.py "$@"
+exec python /usr/lib/gpixpod/gpixpod.py "$@"



Reproducible: Always

Steps to Reproduce:
tail -n1 /usr/bin/gpixpod
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2008-05-05 03:14:56 UTC
fixed...