[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 13:27:53 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135
--- Comment #11 from Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> ---
Here is my poudriere build log of lang/python27-pr226135 (copied from
lang/python27 with following change).
https://people.freebsd.org/~sunpoet/logs/python27-pr226135.log
% diff -u lang/python27/Makefile lang/python27-pr226135/Makefile
--- lang/python27/Makefile 2018-02-23 03:51:29.048434000 +0800
+++ lang/python27-pr226135/Makefile 2018-02-24 01:22:44.675219000 +0800
@@ -5,7 +5,8 @@
PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
-PKGNAMESUFFIX= 27
+#PKGNAMESUFFIX= 27
+PKGNAMESUFFIX= 27-pr226135
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
@@ -44,7 +45,8 @@
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/}
# For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554
OPTIONS_DEFINE= DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS
-OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS UCS4
+#OPTIONS_DEFAULT= LIBFFI PYMALLOC THREADS UCS4
+OPTIONS_DEFAULT= LIBFFI NLS PYMALLOC THREADS UCS4
OPTIONS_SINGLE= UNICODE
OPTIONS_SINGLE_UNICODE= UCS2 UCS4
OPTIONS_SUB= yes
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list