Issue 36849: Native libcurses on HP-UX not properly detected

Issue36849

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