This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.2 patches for BSD/OS 5.0
Type: Stage:
Components: Build Versions: Python 2.2
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: jchonig, loewis, nnorwitz
Priority: normal Keywords: patch

Created on 2002-03-26 18:42 by jchonig, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
temp jchonig, 2002-03-26 18:42
Messages (9)
msg39352 - (view) Author: Jeffrey Honig (jchonig) Date: 2002-03-26 18:42
The following patches were necessary to get Python 2.2
to work on BSD/OS 5.0.  More may follow as we are still
attempting to resolve some issues related to the
regression
tests (although these may be OS issues).

Thanks.

Jeff
msg39353 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-03-26 18:53
Logged In: YES 
user_id=33168

Lib/posixfile.py & Lib/test/test_fcntl.py seem harmless.
configure is generated, so configure.in will need the
changes made to it.

There seem to be many tests which fail, but perhaps
shouldn't:  fork1, locale, minidom, poll, pyexpat, sax,
unicode_file?

I'm also unsure of the benefit of adding
contrib/{lib/include} to setup.py.  This could be fine, 
but I don't know anything about distutils.
msg39354 - (view) Author: Jeffrey Honig (jchonig) Date: 2002-03-26 19:08
Logged In: YES 
user_id=96862

Re: configure.in vs configure: we don't use autoconf here so
modifying
configure.in doesn't help us.  I should have copies the
changes and 
submitted them, but then they aren't too hard to figure
out....

Re: contrib{lib/include}: We install many of the packages
that we install
from the net (which we call contrib packages) into the
/usr/contrib heirarchy.  They won't be found by setup.py
unless those paths are
present.

Re: regrtest.py: Apologies about the regrtest.py content,
there are some
tests in there that shouldn't be, ignore it for now, I'll
submit an update
later.
msg39355 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-05-06 08:49
Logged In: YES 
user_id=21627

Is an update of this patch forthcoming?
msg39356 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-07-23 03:22
Logged In: YES 
user_id=33168

Jeff, any chances of getting updates for this patch?
msg39357 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-10-07 21:19
Logged In: YES 
user_id=21627

Rejecting the patch because of inactivity.
msg39358 - (view) Author: Jeffrey Honig (jchonig) Date: 2002-10-15 12:57
Logged In: YES 
user_id=96862

Sorry about my lack of response.  Work is busy.

Just ignore the changes to regrtest.py and the rest of the
changes are fine.  We'll report more next time we have a chance 
to run the regression tests.
msg39359 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-10-20 19:22
Logged In: YES 
user_id=21627

I'm unsure what to do with these patches? Are they
exclusively for 2.2? It seems it would be better to apply
them exclusively for 2.3...
msg39360 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-11-22 09:03
Logged In: YES 
user_id=21627

There still isn't any activity on this patch. Jeff, please
don't reopen it unless you provide an updated patch.
History
Date User Action Args
2022-04-10 16:05:09adminsetgithub: 36334
2002-03-26 18:42:30jchonigcreate