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: FreeBSD 4 port of python-2.2.3...
Type: Stage:
Components: Tests Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cws3, loewis
Priority: normal Keywords: patch

Created on 2003-05-31 23:27 by cws3, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py-diffs cws3, 2003-06-01 17:28 regrtest.py-diffs
regrtest.py-2.3-diff.txt cws3, 2003-06-07 17:08
Messages (7)
msg43869 - (view) Author: Charles Swiger (cws3) Date: 2003-05-31 23:27
Add list of tests expected to be skipped for the
'freebsd4' platform.  Diff applies okay to current CVS
sources as well.
msg43870 - (view) Author: Charles Swiger (cws3) Date: 2003-06-01 02:03
Logged In: YES 
user_id=789947

Submitted port as
http://www.freebsd.org/cgi/query-pr.cgi?pr=52830.
msg43871 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-06-06 22:26
Logged In: YES 
user_id=21627

Can you provide a patch for Python 2.3 instead, or in 
addition? I doubt minidom is supposed to be skipped on 
FreeBSD 4 in Python 2.3.
msg43872 - (view) Author: Charles Swiger (cws3) Date: 2003-06-07 16:33
Logged In: YES 
user_id=789947

I'd be pleased to take a look and generate a diff against
either 2.3b1 or against the CVS sources.  minidom was
skipped because "no XML parser was available", as a
dependency on pyexpat IIRC?
msg43873 - (view) Author: Charles Swiger (cws3) Date: 2003-06-07 17:08
Logged In: YES 
user_id=789947

Under 2.3, minidom, sax, and expat are all recognized and
test properly.  Yay!  On the other hand, there seems to a
problem with the curses module and "wchar_t".  I'll include
both...
msg43874 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-06-07 20:04
Logged In: YES 
user_id=21627

Thanks for the patches; applied as regrtest.py 1.142 and
1.70.4.5.

pyexpat is now found as Expat is now distributed with the
Python source code.

The wchar_t problem looks like a FreeBSD bug; it appears
that ncurses.h and stdlib.h are incompatible. I recommend
you report this to the FreeBSD maintainers.
msg43875 - (view) Author: Charles Swiger (cws3) Date: 2003-06-07 21:24
Logged In: YES 
user_id=789947

Thanks for the commit, and for your time.  PR submitted to
FreeBSD with regard to the "wchar_t" problem.
History
Date User Action Args
2022-04-10 16:08:59adminsetgithub: 38573
2003-05-31 23:27:25cws3create