[issue42896] Solaris 11.4 crle output not handled correctly

2021-01-30 Thread Hergen Lange
Hergen Lange added the comment: Fix for python 3.8.7 Also added support for LD_CONFIG and LD_LIBRARY_PATH environment variables. Patch File: py387_ctypes_util.patch TEST successfull: /opt/python/lib/python3.8/ctypes$ python3 util.py libm.so.2 libc.so.1 libbz2.so.1 libx264.so.157 libcrypt.

[issue42896] Solaris 11.4 crle output not handled correctly

2021-01-30 Thread Hergen Lange
Hergen Lange added the comment: For python 3.8.7 should be: --- util.py.broken 2021-01-30 12:15:35.047669249 +0100 +++ util.py 2021-01-30 12:28:04.425931587 +0100 @@ -251,6 +251,9 @@ line = line.strip() if line.startswith(b'Default Library Pat

[issue42896] Solaris 11.4 crle output not handled correctly

2021-01-19 Thread David Murphy
Change by David Murphy : -- pull_requests: +23080 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24226 ___ Python tracker ___

[issue42896] Solaris 11.4 crle output not handled correctly

2021-01-11 Thread David Murphy
David Murphy added the comment: Forgive any process/workflow errors first time, submitting to Python -- ___ Python tracker ___ ___

[issue42896] Solaris 11.4 crle output not handled correctly

2021-01-11 Thread David Murphy
New submission from David Murphy : >From porting Python 3.7.8 to Solaris 11.4 (base open version) found that the >handling of crle output has changed between Solaris 11.3 and 11.4 and >accommodation has not been made for the change. For example: Solaris 11.3 root@sol11:~/sol_build/proto_salt#