Message280991
As this is the issue still open with regard to issues with ld_so_aix...
The current release Python3-3.5.2 does not include ld_so_aix in the "make install DESTDIR=xxx output ("make install" also neglects to install ld_so_aix)
Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
aixtools.python3.rte 3.5.2.0 USR APPLY SUCCESS
root@x064:[/data/prj/python3/python3-3.5.2]find /opt -name ld_so_aix
root@x064:[/data/prj/python3/python3-3.5.2]grep ld_so_aix /opt/lib/py*/_sys*.py
'BLDSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
'LDCXXSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
'LDSHARED': '/opt/lib/python3.5/config/ld_so_aix xlc_r '
So, the last two variables are correct - BLDSHARED is not correct in _sysconfigdata.py because the file does not exist during the build process. However, the build succeeds, so apparently this value for BLDSHARED is not used during the build. |
|
Date |
User |
Action |
Args |
2016-11-16 21:12:20 | Michael.Felt | set | recipients:
+ Michael.Felt, pitrou, larry, eric.araujo, haubi, python-dev, martin.panter, pelson, David.Edelsohn, aixtools@gmail.com |
2016-11-16 21:12:20 | Michael.Felt | set | messageid: <1479330740.37.0.49393175078.issue18235@psf.upfronthosting.co.za> |
2016-11-16 21:12:20 | Michael.Felt | link | issue18235 messages |
2016-11-16 21:12:20 | Michael.Felt | create | |
|