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: look in libbsd.a also for openpty and forkpty
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: dcd, loewis, nnorwitz
Priority: normal Keywords: patch

Created on 2004-01-21 23:35 by dcd, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
p24.configure.in.patch dcd, 2004-01-21 23:35
Messages (3)
msg45316 - (view) Author: David Dyck (dcd) Date: 2004-01-21 23:35
fix bug
[ 880996 ] 2.3.3 make fails build posix_openpty'
where libbsd.a contains openpty (and forkpty)
instead of libutil.a.
msg45317 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-02 07:16
Logged In: YES 
user_id=33168

Martin, do you have any problem with this patch?  I'm
inclined to accept it unless there's a reason not to.  If
you think it's ok, is it also ok to backport to 2.4?  It
looks very simple, but I'm still a bit more hesitant.
msg45318 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-01-08 10:09
Logged In: YES 
user_id=21627

Thanks for the patch. These things should be cascaded, so it
should look in libbsd only if it was not found in libutil.
I adjusted the patch, and applied it as r41975 and r41976.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39851
2004-01-21 23:35:12dcdcreate