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/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226135 --- 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=3D 1 CATEGORIES=3D lang python ipv6 MASTER_SITES=3D PYTHON/ftp/python/${PORTVERSION} -PKGNAMESUFFIX=3D 27 +#PKGNAMESUFFIX=3D 27 +PKGNAMESUFFIX=3D 27-pr226135 DISTNAME=3D Python-${PORTVERSION} DIST_SUBDIR=3D python @@ -44,7 +45,8 @@ OSMAJOR=3D${OSVERSION:C/([0-9]*)[0-9]{5}/\1/}=20=20= =20=20=20=20=20=20=20=20=20=20 # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 OPTIONS_DEFINE=3D DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS -OPTIONS_DEFAULT=3D LIBFFI PYMALLOC THREADS UCS4 +#OPTIONS_DEFAULT=3D LIBFFI PYMALLOC THREADS UCS4 +OPTIONS_DEFAULT=3D LIBFFI NLS PYMALLOC THREADS UCS4 OPTIONS_SINGLE=3D UNICODE OPTIONS_SINGLE_UNICODE=3D UCS2 UCS4 OPTIONS_SUB=3D yes --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226135-21822-xvKR4UO4hu>