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.

classification
Title: "./configure --enable-optimizations && make install" does not install files in ${BINDIR} and ${LIBDIR}
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dilyan.palauzov, gregory.p.smith, zach.ware
Priority: normal Keywords:

Created on 2017-01-25 13:01 by dilyan.palauzov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg286247 - (view) Author: Дилян Палаузов (dilyan.palauzov) Date: 2017-01-25 13:01
With Python 3.5.3 "./configure --enable-shared && make install DESTDIR=/tmp/ZZ1" does install files in /tmp/ZZ1/usr/local/bin/ and /tmp/ZZ1/usr/local/bin/ .

"./configure --enable-optimizations --enable-shared && make install DESTDIR=/tmp/ZZ2" does not install files in /tmp/ZZ2/usr/local/bin/ and /tmp/ZZ2/usr/local/bin/ .
msg404686 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2021-10-21 22:19
I can't reproduce this one with current main, so I'm closing as out of date.  If someone can still reproduce with a current version, please reopen or leave a message with details.
History
Date User Action Args
2022-04-11 14:58:42adminsetgithub: 73556
2021-10-21 22:19:52zach.waresetstatus: open -> closed

nosy: + zach.ware
messages: + msg404686

resolution: out of date
stage: resolved
2017-01-25 22:17:39gregory.p.smithsetnosy: + gregory.p.smith
2017-01-25 13:01:21dilyan.palauzovcreate