← Back to team overview

zeitgeist team mailing list archive

Re: [Bug 401199] Re: zeitgeist-0.2.0: using "env python" instead of python executable name

 

2009/12/2 Thomas Klausner <tk@xxxxxxxxxx>:
> The zeitgeist-daemon and zeitgeist-datahub files in the distribution have "#! /usr/bin/python" in the first line, so the sed pattern doesn't match.

zeitgeist-daemon and zeitgeist-datahub are generated from
zeitgeist-daemon.py and zeitgeist-datahub.py at configure time, so the
ones included in the tarball aren't used at all (I just haven't
figured out how to have 'make distcheck' not include them).

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3

-- 
zeitgeist-0.2.0: using "env python" instead of python executable name
https://bugs.launchpad.net/bugs/401199
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Framework.

Status in Zeitgeist Framework: Fix Released

Bug description:
The configure script finds out the name of the python executable, here "python2.5".
However, the two scripts zeitgeist-daemon and zeitgeist-datahub use a hardcoded "/usr/bin/env python" in their shebang lines. Please substitute "${PYTHON}" there instead.



References