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.

Author Michael.Felt
Recipients David.Edelsohn, Michael.Felt, aixtools@gmail.com, eric.araujo, haubi, larry, martin.panter, pelson, pitrou, python-dev
Date 2016-11-16.21:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479330740.37.0.49393175078.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-16 21:12:20Michael.Feltsetrecipients: + Michael.Felt, pitrou, larry, eric.araujo, haubi, python-dev, martin.panter, pelson, David.Edelsohn, aixtools@gmail.com
2016-11-16 21:12:20Michael.Feltsetmessageid: <1479330740.37.0.49393175078.issue18235@psf.upfronthosting.co.za>
2016-11-16 21:12:20Michael.Feltlinkissue18235 messages
2016-11-16 21:12:20Michael.Feltcreate