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

2009-12-02 Thread Siegfried Gevatter
2009/12/2 Thomas Klausner t...@giga.or.at: 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

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

2009-12-02 Thread Thomas Klausner
Well, then my detailed diagnosis was incorrect; however, the main part was: it doesn't work. zeitgeist-daemon and zeitgeist-datahub start with #! /usr/bin/python, while config.log contains: PYTHON='/usr/pkg/bin/python2.6' which gets forwarded to Makefile as PYTHON = /usr/pkg/bin/python2.6 --

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

2009-12-02 Thread Siegfried Gevatter
(Correction: in my previous post configure time should be build time, ie. it's generated when make is run). 2009/12/2 Thomas Klausner t...@giga.or.at: Well, then my detailed diagnosis was incorrect; however, the main part was: it doesn't work. zeitgeist-daemon and zeitgeist-datahub start with

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

2009-12-01 Thread Thomas Klausner
I tried the 0.3.0, and the release has a bug: 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. While looking for the reason, I also stumbled over: all-local: zeitgeist-daemon zeitgeist-datahub.py in

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

2009-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist -- 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

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

2009-11-27 Thread Siegfried Gevatter
1184 Siegfried-Angel Gevatter Pujals 2009-11-27 Substitute /usr/bin/env python with the hardcoded path at compile time Thomas, can you please verify that the fix works for you? :) ** Changed in: zeitgeist Status: Incomplete = Fix Released -- zeitgeist-0.2.0: using env python

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

2009-11-25 Thread Thomas Klausner
@Siegfried: sed magic in the Makefile sounds fine. @Markus: In NetBSD pkgsrc, multiple versions of python can be installed at the same time. They are called python2.4, python2.5, ...; also multiple versions of python modules can be installed, once per python version. Also, pkgsrc doesn't

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

2009-11-25 Thread Siegfried Gevatter
I'm on it. -- 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: Incomplete