From noreply at opencsw.org Thu Aug 10 16:20:24 2023 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 10 Aug 2023 16:20:24 +0200 Subject: [python27 0005341]: /opt/csw/lib/python2.7/ctypes/util.py exception in Solaris 11.4 Message-ID: <0f468858f81ccef8de77dffbc397a14a@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5341 ====================================================================== Reported By: rselas Assigned To: ====================================================================== Project: python27 Issue ID: 5341 Category: Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2023-08-10 16:20 CEST Last Modified: 2023-08-10 16:20 CEST ====================================================================== Summary: /opt/csw/lib/python2.7/ctypes/util.py exception in Solaris 11.4 Description: The module ctypes.util crash in function _findLib_crle due to changes in crle output: Solaris 11.3: Default configuration file (/var/ld/64/ld.config) not found Platform: 64-bit MSB SPARCV9 Default Library Path (ELF): /lib/64:/usr/lib/64 (system default) Trusted Directories (ELF): /lib/secure/64:/usr/lib/secure/64 (system default) Solaris 11.4 Default configuration file (/var/ld/ld.config) not found Platform: 32-bit MSB SPARC Default Library Path: /lib:/usr/lib (system default) Trusted Directories: /lib/secure:/usr/lib/secure (system default) The _find_crle is looking for the string: 'Default Library Path (ELF):', 194 for line in os.popen(cmd).readlines(): 195 line = line.strip() 196 if line.startswith('Default Library Path (ELF):'): 197 paths = line.split()[4] so in 11.4 fails. ====================================================================== From noreply at opencsw.org Thu Aug 10 16:29:10 2023 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 10 Aug 2023 16:29:10 +0200 Subject: [python27 0005342]: Request for python3,11 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5342 ====================================================================== Reported By: rselas Assigned To: ====================================================================== Project: python27 Issue ID: 5342 Category: Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2023-08-10 16:29 CEST Last Modified: 2023-08-10 16:29 CEST ====================================================================== Summary: Request for python3,11 Description: Could be possible to create a set of packages for python3.11 and corresponding pip version? ======================================================================