[Bug 204850] math/cryptominisat & math/py-cryptominisat: Update to 4.5.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 29 08:51:47 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204850
--- Comment #5 from Kubilay Kocak <koobs at FreeBSD.org> ---
(In reply to 6yearold from comment #4)
You observe that error when using USE_PYTHON=distutils, or with the existing
do-install?
Note: The flag will only 'exist' (be available):
a) If the package by default imports setuptools (which this one doesn't), OR
b) When the setup.py build|install calls are wrapped using the '''import
setuptools ...' code, as USE_PYTHON=distutils provides. This feature is
*specifically* implemented to wrap pure distutils-only packages like this one.
So if it doesn't work, we need to understand why.
See: contents of PYDISTUTILS_SETUP variable.
I'm testing the build of this to see what's going on, as I can't see anything
in the upstream setup.py that would preclude that command running.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list