Subject: CVS commit: pkgsrc/lang
From: Nia Alarie
Date: 2020-12-06 12:11:32
Message id: 20201206111132.5631FFA9D@cvs.NetBSD.org

Log Message:
python*: Avoid configure test for POSIX semaphores on Linux.

This attempts to build and run a program that uses POSIX semaphores.

This fails in a pbulk sandbox that doesn't contain /dev/shm, resulting
in a broken package where the idea that the platform doesn't support
POSIX semaphores is baked in forever. In newer Python versions,
this means Python doesn't even build properly.

XXX: We might want to avoid it on other platforms too...

Files:
RevisionActionfile
1.91modifypkgsrc/lang/python27/Makefile
1.28modifypkgsrc/lang/python36/Makefile
1.23modifypkgsrc/lang/python37/Makefile
1.15modifypkgsrc/lang/python38/Makefile
1.3modifypkgsrc/lang/python39/Makefile