I've been able to reproduce this issue on GNU/Linux with GNU make 3.80.
Committing this fix (will push out soon).
An easy workaround for this issue is to ensure that the TESTS variable
never contains trailing white space, i.e., the last test should be used
unconditionally on every system.
Thanks
* Peter O'Gorman wrote on Thu, May 21, 2009 at 03:39:29PM CEST:
> Ralf Wildenhues wrote:
> > That aims to ensure that if you do
> > ./configure --prefix=$HOME/local
> >
> > as non-root user, you have a chance to actually install your python
> > files below $HOME, too, even with the buggy python
Hello Dagobert,
* Dagobert Michelsen wrote on Tue, May 19, 2009 at 01:44:04PM CEST:
> Am 18.05.2009 um 23:10 schrieb Ralf Wildenhues:
>>> FAIL: insthook.test
>>
>> The insthook.test failure looks like you have some variables like
>> $bindir or $exec_prefix or $prefix set in your environment. Is t