[Stackless] Python 2.4.3 source code
Lloyd Weehuizen
lloyd at fusion.net.nz
Fri Mar 31 12:16:24 CEST 2006
Ok, it seems to be more than the configure script which is causing
problems... After removing dos line endings from Modules/makesetup and
Modules/Setup.config.in configure works correctly. However there appear
to be quite a few files with this problem :(
Doing a google for this, apparently apache has had the same problems and
apparently theres a few dodgy svn clients that don't correctly strip dos
line endings when commiting to the repositories... but thats just a guess :)
But its all looking very good, thanks heaps Richard!
Thanks,
Lloyd
Richard wrote:
>> From: Lloyd Weehuizen
>> The reason for the error below is that for some reason SVN is
>> checking
>> out files with Dos/Windows line feeds on Linux. The old 2.4.2
>> repository
>> doesn't have this problem I'm not sure why it happening, but if you
>>
>
> The 2.4.2 repository has the following SVN properties for the
> configure.in file:
>
> svn:eol-style native
>
> This is what the 2.4.3 one has:
>
> svn:mime-type text/plain
> svn:eol-style native
>
> I am not sure why it makes a difference. I took the settings
> from some online versions of someone elses subversion auto properties
> settings.
>
> I have removed the difference from the makefile and configure
> in 2.4.3 so they are the same as in 2.4.2. So, those files should
> work.
>
> And your configure script is checked in, thanks.
>
> Richard.
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list