make sharedinstall does not create lib-dynload in DESTDIR if lib-dynload exists in system already
#100221
Labels
type-bug
An unexpected behavior, bug, or error
mgorny commentedDec 13, 2022
•
edited by bedevere-bot
Bug report
The
Makefile.pre.inrule for creating directories is specified as:This means that if
$(DESTSHARED)exists already (note: missing$(DESTDIR)!), i.e. Python 3.12 has been installed into the system, the directories in$(DESTDIR)won't be created and the successivesharedinstallrules fail due to the missing destination, e.g.:Full log: dev-lang:python-3.12.0_alpha3:20221207-142002.log
Your environment
Linked PRs
make sharedinstall#100329The text was updated successfully, but these errors were encountered: