Re: [Python-Dev] Support for the Haiku OS

2009-01-14 Thread scott mc
On Wed, Jan 14, 2009 at 4:10 PM, Guido van Rossum  wrote:
> I'm with Martin. In these days of distributed version control systems,
> I would think that the effort for the Haiku folks to maintain a branch
> of Python in their own version control would be minimal. It is likely
> that for each new Python version that comes out, initially it is
> broken on Haiku, and then they have to go in and fix it. Doing that in
> their own version control has the advantage that they don't have to
> worry about not breaking support for any other minority operating
> systems, so I expect that all in all the cost will be less for them
> than if they have to submit these patches to core Python; and since
> that will definitely be less work for core Python, I would call that a
> win-win solution.
>

Guido,
Thanks for your feedback on this.  We'd be ok with keeping track of
Haiku specific patches in the HaikuPorts svn as you suggest.  If we
come across things we feel can apply to python as a whole and not just
Haiku specific then we'll feed just those changes back to python.
Ideally we'd get to the point though that each new version of python
"will just work" on Haiku.
-Scott McCreary
HaikuPorts
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Support for the Haiku OS

2009-01-18 Thread scott mc
The config.guess/.sub files in python/trunk/Modules/_ctypes/libffi are
from , which is just before Haiku was finally added to the offical
versions from gnulib.

http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
and
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
So we just get fresh copies, perhaps it's time to update the version
included with python?

I built 2.7 on Haiku, but am getting failures in the regression tests.
 Many of them are in math related tests, failing in the 15th decimal
place on test_decimal and a few others like that, I posted a ticket on
Haiku's trac for that as it might be related to Haiku's built in math
lib? (libm is built into Haiku's libroot.so)
http://dev.haiku-os.org/ticket/3308

-scottmc
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com