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: build fails on BSD 3.8
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: nnorwitz, quiver
Priority: normal Keywords:

Created on 2005-12-29 15:32 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
configure.diff quiver, 2005-12-29 15:32
Messages (2)
msg27182 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2005-12-29 15:32
There are several reports that python cannot be 
compiled in recent OpenBSD.
The problem seems to be that configure script is not 
updated in sync with OpenBSD releases.

Similar bug report can be found here::

  www.python.org/sf/1026986
  building on OpenBSD 3.5

Attached patch uses the same hack as this one. I 
didn't test it by myself, but the reporter said "it 
did the trick."
msg27183 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-01-09 07:13
Logged In: YES 
user_id=33168

Thanks for the report.  It would be good to have the person
double check 2.4 and head.

Committed revision 41984.
Committed revision 41985. (2.4)

Also related to bug 1244610.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42738
2005-12-29 15:32:56quivercreate