[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 24 06:51:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-qa
CC| |koobs at FreeBSD.org,
| |sunpoet at FreeBSD.org
--- Comment #1 from Kubilay Kocak <koobs at FreeBSD.org> ---
This will likely be related to the CFLAGS/LIBS change (additions) in ports
r462630
For more context see this block in python27/Makefile:
# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat
# to break in Python 2.7, or preprocessor complaints in Python >= 3.3
# Upstream Issue: https://bugs.python.org/issue6299
The issue is not scoped only to NLS.
For more context see:
https://bugs.python.org/issue6299#msg210189
There have been countless ports issues reported in the past related to
hacking/modifying CFLAGS (and other variables, and these changes should not be
attempted until the root underlying issue(s) are fixed (correctly/completely).
I'll see if I can prepare a patch for you to test. If that can't be done, we'll
need to revert the change.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list