From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 00:52:32 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F955D17 for ; Sun, 30 Nov 2014 00:52:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D333C91 for ; Sun, 30 Nov 2014 00:52:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAU0qVqC008342 for ; Sun, 30 Nov 2014 00:52:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 195515] New: [arm] lang/python unstable and fails its own test suite Date: Sun, 30 Nov 2014 00:52:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 00:52:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195515 Bug ID: 195515 Summary: [arm] lang/python unstable and fails its own test suite Product: Ports Tree Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: sson@freebsd.org Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Created attachment 150014 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150014&action=edit make test output from python27 The "make test" target in python27 fails for arm on emulated and real hardware. test scenario: Install emulators/qemu-user-static and ports-mgmt/poudriere-devel Use the binmisc activator to setup redirection to qemu-bsd-user: /usr/sbin/binmiscctl add armv6 --interpreter "/usr/local/bin/qemu-arm-static" \ --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00" \ --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff" \ --size 20 --set-enabled use poudriere devel 3.1 to create a test jail and ports tree: poudriere jail -c -j 11-armv6 -m svn -v head -a arm.armv6 -x poudriere ports -c -p 11-armv6-test Mount devfs and the ports tree into the jail: mkdir -p /usr/local/poudriere/jails/11-armv6/usr/ports mount -t nullfs /usr/local/poudriere/ports/11-armv6-test /usr/local/poudriere/jails/11-armv6/usr/ports mount -t devfs devfs usr/local/poudriere/jails/11-armv6/dev Chroot into jail and start build of python27: chroot /usr/local/poudriere/jail/11-armv6/ cd /usr/ports/lang/python27 make -DBATCH This should take about 20 minutes with emulation. If the build fails or hangs, it can be cancelled. Run regression tests: cd work/Python-2.7.8 make test This should yield the same results as one would find on real hardware. I have attached the output of my test run for your examination. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 00:52:32 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09F8AD16 for ; Sun, 30 Nov 2014 00:52:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0D49C90 for ; Sun, 30 Nov 2014 00:52:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAU0qVfI008305 for ; Sun, 30 Nov 2014 00:52:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195515] [arm] lang/python unstable and fails its own test suite Date: Sun, 30 Nov 2014 00:52:31 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 00:52:32 -0000 Sean Bruno has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.= org: Bug 195515: [arm] lang/python unstable and fails its own test suite https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195515 --- Description --- Created attachment 150014 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150014&action= =3Dedit make test output from python27 The "make test" target in python27 fails for arm on emulated and real hardw= are. test scenario: Install emulators/qemu-user-static and ports-mgmt/poudriere-devel Use the binmisc activator to setup redirection to qemu-bsd-user: /usr/sbin/binmiscctl add armv6 --interpreter "/usr/local/bin/qemu-arm-stati= c" \ --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x= 28\x 00" \ --mask=20 "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\x= ff\x ff" \ --size 20 --set-enabled use poudriere devel 3.1 to create a test jail and ports tree: poudriere jail -c -j 11-armv6 -m svn -v head -a arm.armv6 -x poudriere ports -c -p 11-armv6-test Mount devfs and the ports tree into the jail: mkdir -p /usr/local/poudriere/jails/11-armv6/usr/ports mount -t nullfs /usr/local/poudriere/ports/11-armv6-test /usr/local/poudriere/jails/11-armv6/usr/ports mount -t devfs devfs usr/local/poudriere/jails/11-armv6/dev Chroot into jail and start build of python27: chroot /usr/local/poudriere/jail/11-armv6/ cd /usr/ports/lang/python27 make -DBATCH This should take about 20 minutes with emulation. If the build fails or ha= ngs, it can be cancelled. Run regression tests: cd work/Python-2.7.8 make test This should yield the same results as one would find on real hardware. I ha= ve attached the output of my test run for your examination. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org= From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 04:00:36 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC5FA401; Sun, 30 Nov 2014 04:00:36 +0000 (UTC) Received: from homiemail-a108.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 9D28EE46; Sun, 30 Nov 2014 04:00:32 +0000 (UTC) Received: from homiemail-a108.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a108.g.dreamhost.com (Postfix) with ESMTP id 44BBA2005D82E; Sat, 29 Nov 2014 20:00:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:content-type; s= saltant.com; bh=x2mPvyWk58pE9/BN7xSibqFTlG0=; b=Va4ANdFPzMVp7OWM GuBYwZpU4PCrmH7KQUoX9CRPA+aZ55DIvRUw0n2VZuy6PBSUTEs/iNvsMOSQHu+U 5su1c3umuZ/cLNBhMFmdr+sXBR7NJO1OOnNkK5mWBFMHWspNO8UqWhksaHaoKOF5 TJ/r7A4dyRFvylRHoE5RDMKRyQc= Received: from omnific.local (drivel.saltant.net [72.78.188.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a108.g.dreamhost.com (Postfix) with ESMTPSA id E512D2005D82D; Sat, 29 Nov 2014 20:00:25 -0800 (PST) Message-ID: <547A9656.9030602@saltant.com> Date: Sat, 29 Nov 2014 23:00:22 -0500 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: FreeBSD Python List Subject: PYTHON_VERSION=python3.4 and USES=python:2,build Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jcR5J6iPM8828dRnBXUEvpFtveNUTnvxi" Cc: Marcus von Appen X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 04:00:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --jcR5J6iPM8828dRnBXUEvpFtveNUTnvxi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello FreeBSD-Python (and mva), I think there is a bug, either in Mk/Uses/python.mk or in lang/python{2,3}, or perhaps both, and I would appreciate some review of my analysis that follows to validate or correct it. I'm sorry if I'm stumbling along well-trod ground here. Let's say that I want to build net/py-pyzmq with PYTHON_VERSION=3Dpython3.4. It depends on net/libzmq4, which depends on net/openpgm, but the last fails to build because of a syntax error in version_generator.py that seems clearly to be a case of print-statement-itis. It looks like the right thing to do, short of patching openpgm's build scripts to be py3k-friendly, is to update net/openpgm/Makefile from USES=3Dpython to USES=3Dpython:2,build. The trouble is that doesn't work either, and this time the error is: =3D=3D=3D> openpgm-5.2.122_1 depends on package: /packages/All/python2-3_3.txz - not found The problem here is that the PORTVERSION is 3 and should be 2. This leads me to the first fishy bit of Makefile-ness. lang/python2 and lang/python3 both set PORTVERSION=3D ${PYTHON_MAJOR_VER} This seems doubly wrong: lang/python2 is being pulled in with PYTHON_MAJOR_VER=3D3; and the port is trying to go along with it. In tracing through Mk/Uses/python.mk to find the cause of the incorrect PYTHON_MAJOR_VER, I observe that the comment added by mva in r371600--- A port however may require a different version, which is stored (above) in _PYTHON_VERSION. Every python bit below hence should use python${_PYTHON_VERSION}, since this is the value, the _port_ requires ---with which I agree and is applicable in this case, is not actually true given case "b.2" (see mva's comment from r364450), though I'm not sure I completely understand yet the intrinsic difficulty of resolving b.2. For easy reference, the logic goes: .if defined(PYTHON_VERSION) _PYTHON_VERSION:=3D ${PYTHON_VERSION:S/^python//} _PYTHON_CMD=3D ${LOCALBASE}/bin/${PYTHON_VERSION} .else _PYTHON_VERSION:=3D ${PYTHON_DEFAULT_VERSION:S/^python//} _PYTHON_CMD=3D ${LOCALBASE}/bin/${PYTHON_DEFAULT_VERSION} .endif The port builder says "I want python3.4" (PYTHON_VERSION=3Dpython3.4), th= e port maintainer says "I need python2" (USES=3Dpython:2,build), and python.mk doesn't actually allow the maintainer to overrule the builder's wishes within an appropriately limited scope where the maintainer knows best. In order to make the r371600 comment true, the logic that sets _PYTHON_VERSION would need a prepended third case (the maintainer has expressed a need through USES). .if ${_PYTHON_ARGS} !=3D "" _PYTHON_VERSION:=3D ${_PYTHON_ARGS} _PYTHON_CMD=3D ${LOCALBASE}/bin/python${_PYTHON_ARGS} .elif defined(PYTHON_VERSION) ... [Incidentally, _PYTHON_CMD isn't used anywhere and could probably be deleted.] While this now sets PYTHON_MAJOR_VER according to the maintainer's needs, it does not, in fact, propagate them through to lang/python2, because that still happens when the builder's desires in PYTHON_VERSION is propagated through DEPENDS_ARGS: % make PYTHON_VERSION=3Dpython3.4 \ -C /usr/ports/lang/python2 \ -V PKGNAME python2-3_3 This may be an example of b.2 that doesn't need to be an example b.2 because lang/python2 should ignore PYTHON_VERSION (it's just a hint, after all) if the implied PYTHON_MAJOR_VER !=3D 2. So, if I update lang/python2/Makefile to set PORTVERSION=3D2 and replace all subsequent occurrences of PYTHON_MAJOR_VER with PORTVERSION, I get this happy result= % make PYTHON_VERSION=3Dpython3.4 \ -C /usr/ports/lang/python2 \ -V PKGNAME python2-2_3 Also net/openpgm build successfully even with PYTHON_VERSION=3Dpython3.4.= Yet somehow I feel like I'm not quite there yet. Thoughts? Regards, John --jcR5J6iPM8828dRnBXUEvpFtveNUTnvxi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUepZZAAoJEORay8JGGICYm4EH/3FCVddgTmWxvhP2cMA9L6sZ JL541DpjoQJwxY4YwAHeO+W7zokNM797c2pjmBRcEuprKqIvlQCBPpjmnMN0C1oo Vt87b+GnW9pvvVhubLEp51X96VsYjdaa9+diAKg0w01uu2kLcDL3XbkCEeovgw/V 2nYz4ucHfZeZpuTKtfbxd+qqw/oWYgsj165/gG8OkPFeCdkcBKtEOcBUfqonwz78 1o3S3oLKyFDCJUu9KLihmECv3ud9AEarw0ev+DOJGSdZG5UbKn430C31Pkzp2j// 5FzZUGoDJ9NJhU0cNy59zLRWSVQBIdi0rHNCiFOBrE0Ty+hOO/sRdG3wGAR5fdU= =c91b -----END PGP SIGNATURE----- --jcR5J6iPM8828dRnBXUEvpFtveNUTnvxi-- From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 05:13:12 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B881793A for ; Sun, 30 Nov 2014 05:13:12 +0000 (UTC) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0143.outbound.protection.outlook.com [65.55.169.143]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BC2067B for ; Sun, 30 Nov 2014 05:13:11 +0000 (UTC) Received: from [10.0.0.21] (73.5.142.244) by CY1PR0301MB0841.namprd03.prod.outlook.com (25.160.163.147) with Microsoft SMTP Server (TLS) id 15.1.26.15; Sun, 30 Nov 2014 04:40:14 +0000 Message-ID: <547A9FA8.9070909@my.hennepintech.edu> Date: Sat, 29 Nov 2014 22:40:08 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Subject: Re: PYTHON_VERSION=python3.4 and USES=python:2,build References: <547A9656.9030602@saltant.com> In-Reply-To: <547A9656.9030602@saltant.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [73.5.142.244] X-ClientProxiedBy: BY2PR01CA0029.prod.exchangelabs.com (10.255.242.19) To CY1PR0301MB0841.namprd03.prod.outlook.com (25.160.163.147) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0841; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:; SRVR:CY1PR0301MB0841; X-Forefront-PRVS: 04111BAC64 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(6049001)(199003)(24454002)(189002)(107046002)(20776003)(107886001)(47776003)(2351001)(97736003)(59896002)(65806001)(66066001)(105586002)(89122001)(65956001)(110136001)(64706001)(33656002)(46102003)(87976001)(106356001)(19580395003)(95666004)(75432002)(102836001)(101416001)(80316001)(54356999)(87266999)(42186005)(65816999)(76176999)(50986999)(15975445006)(83506001)(88552001)(40100003)(122386002)(92566001)(99396003)(64126003)(21056001)(120916001)(23676002)(50466002)(4396001)(86362001)(77156002)(92726001)(450100001)(31966008)(62966003)(77096004)(142933001); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR0301MB0841; H:[10.0.0.21]; FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; A:0; MX:1; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:; SRVR:CY1PR0301MB0841; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 05:13:12 -0000 On 2014.11.29 22:00, John W. O'Brien wrote: > Let's say that I want to build net/py-pyzmq with > PYTHON_VERSION=python3.4. Why this instead of using DEFAULT_VERSIONS? > It looks like the right thing to do, short of > patching openpgm's build scripts to be py3k-friendly, is to update > net/openpgm/Makefile from USES=python to USES=python:2,build. The > trouble is that doesn't work either My Poudriere instance disagrees that there is an issue with this solution: https://candace.robotsondrugs.com/poudriere/build.html?mastername=101x64-porttest&build=2014.11.29_22%3A27%3A52 Take note of what's in /usr/local/etc/poudriere.d/101x64-make.conf as listed in any of the log files. [perry /usr/local/poudriere/ports/porttest]# svnlite diff Index: net/openpgm/Makefile =================================================================== --- net/openpgm/Makefile (revision 373657) +++ net/openpgm/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes -USES= pathfix perl5 tar:bzip2 libtool python +USES= pathfix perl5 tar:bzip2 libtool python:2,build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm INSTALL_TARGET= install-strip Also, FWIW, I have an open PR requesting this exact change to net/openpgm. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 14:24:05 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC44D300 for ; Sun, 30 Nov 2014 14:24:05 +0000 (UTC) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 8841C9C7 for ; Sun, 30 Nov 2014 14:24:05 +0000 (UTC) Received: from homiemail-a27.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by hapkido.dreamhost.com (Postfix) with ESMTP id 3285789D7D for ; Sun, 30 Nov 2014 06:23:59 -0800 (PST) Received: from homiemail-a27.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTP id 5BDB4598060; Sun, 30 Nov 2014 06:23:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=efAut9xdrQvt4O2QxQLW2hHZJag=; b= oUP4bPLXbkVN9xCMRJKJD3eySgg8mghDlgEhf3x8DPiMPhQ/qHm6ZIAfA0S2AIB3 fGUNRBnSBibdv2uWMy6hEM/YD9hyky+gMD9tqOcGWBjc+23Ew3llED0IpUx81D8y I/txRocgAV4hjx2PD5brAdkatLWkUwbSD+KnFvxL9HM= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTPSA id 15F0A59805F; Sun, 30 Nov 2014 06:23:58 -0800 (PST) Message-ID: <547B2879.7070000@saltant.com> Date: Sun, 30 Nov 2014 09:23:53 -0500 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Andrew Berg Subject: Re: PYTHON_VERSION=python3.4 and USES=python:2,build References: <547A9656.9030602@saltant.com> <547A9FA8.9070909@my.hennepintech.edu> In-Reply-To: <547A9FA8.9070909@my.hennepintech.edu> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6igPU6dQSgfH9tvEqLS7XfCeOjiciwxIq" Cc: FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 14:24:05 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --6igPU6dQSgfH9tvEqLS7XfCeOjiciwxIq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/29/14 11:40 PM, Andrew Berg wrote: > On 2014.11.29 22:00, John W. O'Brien wrote: >> Let's say that I want to build net/py-pyzmq with >> PYTHON_VERSION=3Dpython3.4. > Why this instead of using DEFAULT_VERSIONS? I was following this advice: https://lists.freebsd.org/pipermail/freebsd-python/2014-October/007606.ht= ml >> It looks like the right thing to do, short of >> patching openpgm's build scripts to be py3k-friendly, is to update >> net/openpgm/Makefile from USES=3Dpython to USES=3Dpython:2,build. The >> trouble is that doesn't work either > My Poudriere instance disagrees that there is an issue with this soluti= on: > https://candace.robotsondrugs.com/poudriere/build.html?mastername=3D101= x64-porttest&build=3D2014.11.29_22%3A27%3A52 > Take note of what's in /usr/local/etc/poudriere.d/101x64-make.conf as l= isted in > any of the log files. You're referring to this line? DEFAULT_VERSIONS=3Dphp=3D5.6 mysql=3D5.6 pgsql=3D9.4 python=3D3.4 pyt= hon2=3D2.7 python3=3D3.4 My situation is different in that I'm aiming, perhaps misguidedly, for DEFAULT_VERSIONS=3Dpython=3D2.7 PYTHON_VERSION=3Dpython3.4 which is why it works for you and fails for me. > Also, FWIW, I have an open PR requesting this exact change to net/openp= gm. Ah, ha. So you do. Great minds think alike? ;-) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194917 Looks like it's reached maintainer timeout. Are there any friendly neighborhood ports committers nearby, willing to take this? --6igPU6dQSgfH9tvEqLS7XfCeOjiciwxIq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUeyh9AAoJEORay8JGGICYxf4H/0a8zYbI6li8EeEg3wGmRsch Kzecx+L7IcKm0h/kVgPZa8JE6ueD20KEli8Bywkvb6oHRu4w7VQySqlzZPgj7McR ZxsMp4+p2nfHM9I6sNqdqqc54W0YvN3Wzq2aWaqD9b003Bt+nt1NHIf7iDhyCp1H SMFC6VkXNK7wBcCuZtLS6PU8HVLKWqhEdToHbSL3fiBKbPJKwZx5NK+G2wb14QMK W9X8uootcO8U18Urp1ln/fu2bW2nG4ZRz1vsm2+T5JixJ+4TVZqguH7U5a3prxI6 ibcM6zHOqzgljN5Sg3TDZ0XSBTaE8hAkNqNs6d0xxtJwBuULzrXaauaq/Cr4LH0= =gCpm -----END PGP SIGNATURE----- --6igPU6dQSgfH9tvEqLS7XfCeOjiciwxIq-- From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 18:59:21 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 772C1174 for ; Sun, 30 Nov 2014 18:59:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44DDF641 for ; Sun, 30 Nov 2014 18:59:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUIxL1Q020587 for ; Sun, 30 Nov 2014 18:59:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] New: [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Sun, 30 Nov 2014 18:59:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 18:59:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 Bug ID: 195535 Summary: [MAINTAINER] math/py-pandas: Update to 0.15.1 Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: freebsd-python@FreeBSD.org Created attachment 150038 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150038&action=edit Update math/py-pandas to 0.15.1 Changelog ========= * Update to 0.15.1 QA == * portlint % portlint -AC WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 2 warnings found. * nosetests Ran 7970 tests in 1175.071s FAILED (SKIP=344, errors=1, failures=3) ERROR: test_pytables_native_read (pandas.io.tests.test_pytables.TestHDFStore) This is a an error in devel/py-tables. FAIL: test_append_with_timezones_dateutil (pandas.io.tests.test_pytables.TestHDFStore) FAIL: test_sub_isub (pandas.tseries.tests.test_base.TestDatetimeIndexOps) FAIL: test_convert_datetime_list (pandas.tseries.tests.test_timezones.TestTimeZoneSupportDateutil) I don't have a cause or fix for these. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 19:00:08 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6CC5300 for ; Sun, 30 Nov 2014 19:00:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDDC664B for ; Sun, 30 Nov 2014 19:00:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUJ08va024153 for ; Sun, 30 Nov 2014 19:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Sun, 30 Nov 2014 19:00:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:00:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 --- Comment #1 from John W. O'Brien --- Created attachment 150039 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150039&action=edit Build log with python 2.7 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 19:01:23 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98839359 for ; Sun, 30 Nov 2014 19:01:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9476E9 for ; Sun, 30 Nov 2014 19:01:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUJ1Nl7045237 for ; Sun, 30 Nov 2014 19:01:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Sun, 30 Nov 2014 19:01:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:01:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 --- Comment #2 from John W. O'Brien --- Created attachment 150040 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150040&action=edit Build log with python 3.3 Had to disable XLRD, XLWT, and MPL options due to dependency failures with py3k. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 19:01:44 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB5033A1 for ; Sun, 30 Nov 2014 19:01:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904716ED for ; Sun, 30 Nov 2014 19:01:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUJ1iPr052031 for ; Sun, 30 Nov 2014 19:01:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Sun, 30 Nov 2014 19:01:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:01:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 --- Comment #3 from John W. O'Brien --- Created attachment 150041 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150041&action=edit Build log with python 3.4 Had to disable XLRD, XLWT, and MPL options due to dependency failures with py3k. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 19:03:20 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B37552D for ; Sun, 30 Nov 2014 19:03:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3235374F for ; Sun, 30 Nov 2014 19:03:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUJ3Krq060949 for ; Sun, 30 Nov 2014 19:03:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Sun, 30 Nov 2014 19:03:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 19:03:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 --- Comment #4 from John W. O'Brien --- Created attachment 150042 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150042&action=edit Nosetests output (w/python2.7 and all options enabled) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Dec 1 00:13:12 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D7C72B2 for ; Mon, 1 Dec 2014 00:13:12 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0145.outbound.protection.outlook.com [157.56.111.145]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFAD1842 for ; Mon, 1 Dec 2014 00:13:11 +0000 (UTC) Received: from [10.0.0.21] (73.5.142.244) by BY1PR0301MB0837.namprd03.prod.outlook.com (25.160.193.143) with Microsoft SMTP Server (TLS) id 15.1.26.15; Sun, 30 Nov 2014 23:58:39 +0000 Message-ID: <547BAF2B.3000300@my.hennepintech.edu> Date: Sun, 30 Nov 2014 17:58:35 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "John W. O'Brien" Subject: Re: PYTHON_VERSION=python3.4 and USES=python:2,build References: <547A9656.9030602@saltant.com> <547A9FA8.9070909@my.hennepintech.edu> <547B2879.7070000@saltant.com> In-Reply-To: <547B2879.7070000@saltant.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [73.5.142.244] X-ClientProxiedBy: BY2PR03CA052.namprd03.prod.outlook.com (10.141.249.25) To BY1PR0301MB0837.namprd03.prod.outlook.com (25.160.193.143) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB0837; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:; SRVR:BY1PR0301MB0837; X-Forefront-PRVS: 04111BAC64 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6049001)(6009001)(189002)(51704005)(24454002)(479174003)(377454003)(199003)(19580395003)(59896002)(80316001)(102836001)(77096004)(122386002)(75432002)(107046002)(4396001)(89122001)(110136001)(120916001)(99396003)(31966008)(88552001)(62966003)(77156002)(33656002)(106356001)(40100003)(97736003)(20776003)(47776003)(86362001)(42186005)(65806001)(64706001)(87976001)(92726001)(92566001)(76176999)(50986999)(65816999)(87266999)(54356999)(65956001)(66066001)(23676002)(46102003)(21056001)(15975445006)(83506001)(105586002)(101416001)(95666004)(64126003)(50466002)(89472002)(142933001); DIR:OUT; SFP:1102; SCL:1; SRVR:BY1PR0301MB0837; H:[10.0.0.21]; FPR:; SPF:None; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:; SRVR:BY1PR0301MB0837; X-OriginatorOrg: my.hennepintech.edu Cc: FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 00:13:12 -0000 On 2014.11.30 08:23, John W. O'Brien wrote: > On 11/29/14 11:40 PM, Andrew Berg wrote: >> On 2014.11.29 22:00, John W. O'Brien wrote: >>> Let's say that I want to build net/py-pyzmq with >>> PYTHON_VERSION=python3.4. >> Why this instead of using DEFAULT_VERSIONS? > > I was following this advice: > > https://lists.freebsd.org/pipermail/freebsd-python/2014-October/007606.html Then I am interested in why Marcus is suggesting PYTHON_VERSION rather than DEFAULT_VERSIONS. I am currently doing a build run for a separate set to do Python 2.7 as the default version for the few ports I need that require it, but I am using DEFAULT_VERSIONS. From owner-freebsd-python@FreeBSD.ORG Mon Dec 1 00:38:01 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97E856D8; Mon, 1 Dec 2014 00:38:01 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35903A10; Mon, 1 Dec 2014 00:38:01 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id w7so7887007lbi.1 for ; Sun, 30 Nov 2014 16:37:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=cJXw7C4IQskmrfrRcRQ89dDV01ejVjMz4SrpPesE9/Q=; b=FtHDKHeKzUUwbJpuMYs9DDDDs2A/tID0H3ccdXmpw1mBabLKmY/zmlMOYQqaBwx+Ah 893ii7j9kYaOW8EDSRscAPPOe3OnDBABaQMR732U3ehqkKiX6dtuUL2He9GWHIetTc6E 2yiI5UpOaOQnkKKDgVuSoyJdhKjhoCk2mrMs1RL9Xgvlt5lL+zfm6fNmSTWLa/YPCNPO dQ0oRNz3yLetoU0rgdv5QoRVpxPOnB03QqWYmz5fFbnPtRP/tN33bdyl0KJx7dMvHS8d eRUZnwjCN/pdW5JqCGwWlHSfb1DmxgyINBpxqxuS/y0k3E5CH/2dB1Zdgy6RVIZvy/iJ IOPw== MIME-Version: 1.0 X-Received: by 10.112.137.39 with SMTP id qf7mr53893311lbb.47.1417394279298; Sun, 30 Nov 2014 16:37:59 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Sun, 30 Nov 2014 16:37:59 -0800 (PST) Date: Sun, 30 Nov 2014 16:37:59 -0800 X-Google-Sender-Auth: Oos_yiOWCHwmK1KjyQKeH01vqFM Message-ID: Subject: Call for Help: Setting up Saltstack for devops of jenkins.freebsd.org cluster From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD stable , ports , freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 00:38:01 -0000 FYI, https://lists.freebsd.org/pipermail/freebsd-testing/2014-December/000693.html Please send follow-ups to freebsd-testing@FreeBSD.org . Thanks. -- Craig -- Craig From owner-freebsd-python@FreeBSD.ORG Mon Dec 1 09:10:39 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7BF4971 for ; Mon, 1 Dec 2014 09:10:39 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 757ECA62 for ; Mon, 1 Dec 2014 09:10:39 +0000 (UTC) Received: from [80.67.16.136] (helo=webmailfront01.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1XvMrk-0001KD-Dq; Mon, 01 Dec 2014 10:01:56 +0100 Received: from tmo-110-135.customers.d1-online.com (tmo-110-135.customers.d1-online.com [80.187.110.135]) by webmail.df.eu (Horde Framework) with HTTP; Mon, 01 Dec 2014 10:01:56 +0100 Date: Mon, 01 Dec 2014 10:01:56 +0100 Message-ID: <20141201100156.Horde.FhtmPbuL51LvEw9E5pwFpg2@webmail.df.eu> From: Marcus von Appen To: Andrew Berg Subject: Re: PYTHON_VERSION=python3.4 and USES=python:2,build References: <547A9656.9030602@saltant.com> <547A9FA8.9070909@my.hennepintech.edu> <547B2879.7070000@saltant.com> <547BAF2B.3000300@my.hennepintech.edu> In-Reply-To: <547BAF2B.3000300@my.hennepintech.edu> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: "John W. O'Brien" , FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 09:10:39 -0000 Zitat von Andrew Berg : > On 2014.11.30 08:23, John W. O'Brien wrote: >> On 11/29/14 11:40 PM, Andrew Berg wrote: >>> On 2014.11.29 22:00, John W. O'Brien wrote: >>>> Let's say that I want to build net/py-pyzmq with >>>> PYTHON_VERSION=python3.4. >>> Why this instead of using DEFAULT_VERSIONS? >> >> I was following this advice: >> >> https://lists.freebsd.org/pipermail/freebsd-python/2014-October/007606.html > Then I am interested in why Marcus is suggesting PYTHON_VERSION rather than > DEFAULT_VERSIONS. I am currently doing a build run for a separate set to do > Python 2.7 as the default version for the few ports I need that > require it, but I am using DEFAULT_VERSIONS. I think, you are misinterpreting something or I am not getting what you both are up to. The advice from the mail in October handles the following situation: 1) Joe User uses Python X as default 2) Joe User wants to install a port PP for Python Q 3) To avoid conflicts, Joe User has to a) install PP with PYTHON_VERSION=Q - or - b) set up a poudriere with with Python X as default (DEFAULT_VERSIONS=...) and a make.conf entry setting PYTHON_VERSION=Q This is necessary to avoid build and installation conflicts for packages, which support different Python versions (X and Q) at the same time, packages, which can be installed concurrently, etc. Cheers Marcus From owner-freebsd-python@FreeBSD.ORG Mon Dec 1 23:08:53 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21EF41BF; Mon, 1 Dec 2014 23:08:53 +0000 (UTC) Received: from homiemail-a77.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id EE671781; Mon, 1 Dec 2014 23:08:52 +0000 (UTC) Received: from homiemail-a77.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a77.g.dreamhost.com (Postfix) with ESMTP id F142C9405E; Mon, 1 Dec 2014 15:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=VGxcG0TXsKGKwqKwhY2KWLLvpYM=; b= kQKHU4ZAZtbkYZZ9vI15H1t6PmdxaRNNMkkwMPUr1p0Gg53KwMPfeAc9ubA6Odc2 LkB7FSvIi0ItdRyjPB6RQYEpLxk+CwmRB+CdmPXxxGKbgz4T6Hkn2Wk+T5eF0u/C Ie5wPd29A+sBBTI2TXG4GALH9G2SXVd+I9Q/DzpK3Cs= Received: from [192.168.43.89] (unknown [172.56.28.232]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a77.g.dreamhost.com (Postfix) with ESMTPSA id 809A99405C; Mon, 1 Dec 2014 15:08:45 -0800 (PST) Message-ID: <547CF4FC.70603@saltant.com> Date: Mon, 01 Dec 2014 18:08:44 -0500 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: mva@freebsd.org, Andrew Berg Subject: Re: PYTHON_VERSION=python3.4 and USES=python:2,build References: <547A9656.9030602@saltant.com> <547A9FA8.9070909@my.hennepintech.edu> <547B2879.7070000@saltant.com> <547BAF2B.3000300@my.hennepintech.edu> <20141201100156.Horde.FhtmPbuL51LvEw9E5pwFpg2@webmail.df.eu> In-Reply-To: <20141201100156.Horde.FhtmPbuL51LvEw9E5pwFpg2@webmail.df.eu> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gHEAJ9dWxcJLLeandu0esuPru5x9Bx00A" Cc: FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 23:08:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gHEAJ9dWxcJLLeandu0esuPru5x9Bx00A Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/1/14 4:01 AM, Marcus von Appen wrote: >=20 > Zitat von Andrew Berg : >=20 >> On 2014.11.30 08:23, John W. O'Brien wrote: >>> On 11/29/14 11:40 PM, Andrew Berg wrote: >>>> On 2014.11.29 22:00, John W. O'Brien wrote: >>>>> Let's say that I want to build net/py-pyzmq with >>>>> PYTHON_VERSION=3Dpython3.4. >>>> Why this instead of using DEFAULT_VERSIONS? >>> >>> I was following this advice: >>> >>> https://lists.freebsd.org/pipermail/freebsd-python/2014-October/00760= 6.html >>> >> Then I am interested in why Marcus is suggesting PYTHON_VERSION rather= >> than >> DEFAULT_VERSIONS. I am currently doing a build run for a separate set >> to do >> Python 2.7 as the default version for the few ports I need that >> require it, but I am using DEFAULT_VERSIONS. >=20 > I think, you are misinterpreting something or I am not getting what you= > both are up to. >=20 > The advice from the mail in October handles the following situation: >=20 > 1) Joe User uses Python X as default > 2) Joe User wants to install a port PP for Python Q > 3) To avoid conflicts, Joe User has to > a) install PP with PYTHON_VERSION=3DQ - or - > b) set up a poudriere with with Python X as default > (DEFAULT_VERSIONS=3D...) > and a make.conf entry setting PYTHON_VERSION=3DQ This sounds like my situation where X=3D2.7 and Q=3D3.4. Also, I'm using poudriere per 3b. > This is necessary to avoid build and installation conflicts for > packages, which support different Python versions (X and Q) at the > same time, packages, which can be installed concurrently, etc. Yes, this is what I'm after. Am I doing it wrong, or am I tripping over real problems/limitations of the ports machinery? --gHEAJ9dWxcJLLeandu0esuPru5x9Bx00A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUfPT8AAoJEORay8JGGICYUbwH/0ipQCVRUKOK0CPtty/ykWe1 QKQDXB120itt7HOqivMbCT26L1U0s2jEIyy7n/TSn1zOsqrJVtXLC6NAl0dgipRM LDWN1LWfCbolDoBFEKAkBr8Yr6EeL6bJFZx8Ly6Mrm38nEUhCnj+Vo79JcE+Txik wrG7/vqa3g3WlxV8w1HTbxW1VjTLrykSIaYoSqx4mz6cO7n0IOUsA6eHHb1PeH4V Bnpltqj4L1afYDV1Aho3oIxQr+NQSJcHGkHo9FEVyVDv1qJXx/XXP7L9N5ReEgZo 7NVYq/m/vBHDzYQhOsY/VcrY/W3htdAu3Xro5qIkLXdeqyV3IVkm9VjK5WaY7zg= =Jlva -----END PGP SIGNATURE----- --gHEAJ9dWxcJLLeandu0esuPru5x9Bx00A-- From owner-freebsd-python@FreeBSD.ORG Tue Dec 2 05:03:36 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 269D0B16 for ; Tue, 2 Dec 2014 05:03:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0CB63E88 for ; Tue, 2 Dec 2014 05:03:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB253ZRF076250 for ; Tue, 2 Dec 2014 05:03:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 148441] [New Port] devel/py-daemon Well-behaved daemon framework for Python Date: Tue, 02 Dec 2014 05:03:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 05:03:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=148441 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: nivit Date: Tue Dec 2 05:02:41 UTC 2014 New revision: 373750 URL: https://svnweb.freebsd.org/changeset/ports/373750 Log: - Update to 0.3.64 - Switch to USES= python PR: 148441 Submitted by: olivierd Changes: head/www/py-pafy/Makefile head/www/py-pafy/distinfo -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Dec 2 07:02:22 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 932563E3 for ; Tue, 2 Dec 2014 07:02:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A812BE9 for ; Tue, 2 Dec 2014 07:02:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB272MLn069402 for ; Tue, 2 Dec 2014 07:02:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 148441] [New Port] devel/py-daemon Well-behaved daemon framework for Python Date: Tue, 02 Dec 2014 07:02:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 07:02:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=148441 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Closed |Open Resolution|FIXED |--- --- Comment #6 from Kubilay Kocak --- Please rename this to py-python-daemon (as per the upstream PyPi name): https://pypi.python.org/pypi/python-daemon/ 'daemon' is a different package and is already registered upstream: https://pypi.python.org/pypi/daemon/ -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Dec 2 07:02:50 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21870403 for ; Tue, 2 Dec 2014 07:02:50 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09686BF1 for ; Tue, 2 Dec 2014 07:02:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB272nSr069711 for ; Tue, 2 Dec 2014 07:02:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 148441] [New Port] devel/py-daemon Well-behaved daemon framework for Python Date: Tue, 02 Dec 2014 07:02:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: lwhsu@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 07:02:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=148441 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-python@FreeBSD.org |lwhsu@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Dec 2 23:43:41 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EA70B1A for ; Tue, 2 Dec 2014 23:43:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26EE282D for ; Tue, 2 Dec 2014 23:43:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2NhfWn007248 for ; Tue, 2 Dec 2014 23:43:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Tue, 02 Dec 2014 23:43:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 23:43:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 Dmitry Marakasov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amdmi3@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |amdmi3@FreeBSD.org |org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Dec 3 13:35:05 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5640EE16 for ; Wed, 3 Dec 2014 13:35:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ECD0869 for ; Wed, 3 Dec 2014 13:35:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3DZ5gr053617 for ; Wed, 3 Dec 2014 13:35:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Wed, 03 Dec 2014 13:35:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:35:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: amdmi3 Date: Wed Dec 3 13:34:49 UTC 2014 New revision: 373813 URL: https://svnweb.freebsd.org/changeset/ports/373813 Log: - Update to 0.15.1 PR: 195535 Submitted by: john@saltant.com (maintainer) Changes: head/math/py-pandas/Makefile head/math/py-pandas/distinfo -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Dec 3 13:35:20 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F099E40 for ; Wed, 3 Dec 2014 13:35:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16FF9872 for ; Wed, 3 Dec 2014 13:35:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3DZJZW053776 for ; Wed, 3 Dec 2014 13:35:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 195535] [MAINTAINER] math/py-pandas: Update to 0.15.1 Date: Wed, 03 Dec 2014 13:35:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: amdmi3@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: amdmi3@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:35:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195535 Dmitry Marakasov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Dec 4 21:58:47 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85C943A3 for ; Thu, 4 Dec 2014 21:58:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DE5EBBF for ; Thu, 4 Dec 2014 21:58:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4Lwlxq014895 for ; Thu, 4 Dec 2014 21:58:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 195690] New: lang/python27 fails to package on i386 (nis.so) Date: Thu, 04 Dec 2014 21:58:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zaphod@berentweb.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 21:58:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195690 Bug ID: 195690 Summary: lang/python27 fails to package on i386 (nis.so) Product: Ports Tree Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: zaphod@berentweb.com Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Created attachment 150201 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150201&action=edit poudriere log Building lang/python27 in i386 poudriere jail fails at package stage with below error. Changing options or disabling ccache had no effect. Host is amd64 and no such problem in the amd64 build jail. Building package for python27-2.7.8_6 pkg-static: lstat(/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/nis.so): No such file or directory *** Error code 1 Seems similar to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165359 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Dec 4 21:58:47 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51E4F3A2 for ; Thu, 4 Dec 2014 21:58:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F418BBE for ; Thu, 4 Dec 2014 21:58:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4Lwl97014890 for ; Thu, 4 Dec 2014 21:58:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195690] lang/python27 fails to package on i386 (nis.so) Date: Thu, 04 Dec 2014 21:58:47 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 21:58:47 -0000 zaphod@berentweb.com has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.org: Bug 195690: lang/python27 fails to package on i386 (nis.so) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195690 --- Description --- Created attachment 150201 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150201&action=edit poudriere log Building lang/python27 in i386 poudriere jail fails at package stage with below error. Changing options or disabling ccache had no effect. Host is amd64 and no such problem in the amd64 build jail. Building package for python27-2.7.8_6 pkg-static: lstat(/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-d ynload/nis.so): No such file or directory *** Error code 1 Seems similar to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165359 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org