Date: Sat, 24 Feb 2018 13:27:51 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's) Message-ID: <bug-226135-21822-xvKR4UO4hu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226135-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-226135-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135 --- Comment #11 from Sunpoet Po-Chuan Hsieh <sunpoet@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226135-21822-xvKR4UO4hu>
