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: Native libcurses on HP-UX not properly detected
Type: compile error Stage: patch review
Components: Build Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: michael-o
Priority: normal Keywords: patch

Created on 2019-05-08 07:12 by michael-o, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 13184 open michael-o, 2019-05-08 07:29
Messages (1)
msg341856 - (view) Author: Michael Osipov (michael-o) * Date: 2019-05-08 07:12
The module _curses fails to build because curses cannot be found on HP-UX. In this case, it has an unorthodox location:

> $ ll /usr/lib/hpux32/libcurses.so
lr-xr-xr-x 1 bin bin 17 2018-09-07 15:29 /usr/lib/hpux32/libcurses.so -> ./libxcurses.so.1*

A PR is in preparation
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 81030
2019-05-08 07:29:49michael-osetkeywords: + patch
stage: patch review
pull_requests: + pull_request13099
2019-05-08 07:12:15michael-ocreate