From owner-freebsd-python@freebsd.org  Sun Dec 20 08:45:44 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A820A4BF99
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 08:45:44 +0000 (UTC)
 (envelope-from to.my.trociny@gmail.com)
Received: from mail-lf0-x229.google.com (mail-lf0-x229.google.com
 [IPv6:2a00:1450:4010:c07::229])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id EF18A1D06
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 08:45:43 +0000 (UTC)
 (envelope-from to.my.trociny@gmail.com)
Received: by mail-lf0-x229.google.com with SMTP id p203so96363759lfa.0
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 00:45:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:date:from:to:subject:message-id:mime-version:content-type
 :content-disposition:user-agent;
 bh=S7fTqtlrv9WfjCQxC+EMfIs5QzitsTGwZZWWLxU6D6Q=;
 b=PQgAfEjBBpdMa2vOi/LNWrJyRnq3LOh791p3cbI6zCLYZLEHkTZQNtFkcAYlJ8w8TE
 LDLAXdHmPzj4lavNor6iEPqzsYBd6R5rfhIrzxwRHZFxDc2ZJtEIIZhoDq5zA2SRKQPX
 KIfVyGJ1zb61lGbReM5YbtqmnKAuuQEE9+oE5lboyT/3JTeF5xXrPAuTyG0xnMQPZrKd
 +5V+oOK7x7Yw/t+N5PZqqlJpCbd7E1R1Cjpbzty7pLT7mJBz+4gFlQHjtngnZ0YRA0Ds
 knizSnm4m3xhklhgbnrSeQu+vqAKsVgWotPRGBXT0BZBVoB3wTB5xwu5/ifuMRf/3OXw
 8s4g==
X-Received: by 10.25.16.104 with SMTP id f101mr563122lfi.47.1450601140900;
 Sun, 20 Dec 2015 00:45:40 -0800 (PST)
Received: from localhost ([91.225.202.132])
 by smtp.gmail.com with ESMTPSA id a190sm4081742lfa.32.2015.12.20.00.45.39
 for <freebsd-python@freebsd.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 20 Dec 2015 00:45:40 -0800 (PST)
Sender: Mykola Golub <to.my.trociny@gmail.com>
Date: Sun, 20 Dec 2015 10:45:39 +0200
From: Mykola Golub <trociny@FreeBSD.org>
To: freebsd-python@freebsd.org
Subject: porting PyECLib
Message-ID: <20151220084538.GA2784@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.24 (2015-08-30)
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 08:45:44 -0000

Hi,

Newer versions of the openstack swift require PyECLib:
https://bitbucket.org/kmgreen2/pyeclib

So preparing an update for databases/py-swift I have created PyECLib
port:

https://people.freebsd.org/~trociny/patches/py-PyECLib.ports.1.diff

I am not sure about some things though:

1) Portname: currently PyECLib, but may be it should be pyeclib or
just eclib?

2) The package includes several C libraries: gf-complete,
liberasurecode, jerasure, which are their own projects, so could be
built as separate packages. Do you think it worth splitting it to
several packages, providing the libraries as dependencies to PyECLib?
I suppose it could be splitted later if other users for the libs are
found.

3) May be you see other things I do wrong here?

-- 
Mykola Golub

From owner-freebsd-python@freebsd.org  Sun Dec 20 11:52:26 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04E42A4DC10
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 11:52:26 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id E56E810E2
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 11:52:25 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id E2AF4A4DC0E; Sun, 20 Dec 2015 11:52:25 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C85E8A4DC0C;
 Sun, 20 Dec 2015 11:52:25 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e9])
 (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 861E310DE;
 Sun, 20 Dec 2015 11:52:25 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKBqOXt013113;
 Sun, 20 Dec 2015 11:52:24 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKBqORE013112;
 Sun, 20 Dec 2015 11:52:24 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 11:52:24 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201152.tBKBqORE013112@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101amd64-default][lang/python-doc-pdf-a4] Failed for
 python-doc-pdf-a4-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 11:52:26 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy6.nyi.freebsd.org/data/101amd64-default/404036/logs/python-doc-pdf-a4-2.7.11.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=101amd64-default&build=404036
Log:

====>> Building lang/python-doc-pdf-a4
build started at Sun Dec 20 11:52:21 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-a4
building for: FreeBSD 101amd64-default-job-24 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-a4-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101amd64-default/ref/.p/pool
MASTERNAME=101amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-a4"
DATADIR="share/python-doc-pdf-a4"
WWWDIR="www/python-doc-pdf-a4"
ETCDIR="etc/python-doc-pdf-a4"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-a4
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-a4
WWWDIR=/usr/local/www/python-doc-pdf-a4
ETCDIR=/usr/local/etc/python-doc-pdf-a4
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101amd64-default-job-24] Installing pkg-1.6.2...
[101amd64-default-job-24] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-a4-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-a4.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-a4

From owner-freebsd-python@freebsd.org  Sun Dec 20 11:55:24 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2CAA4DD52
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 11:55:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A672E1151
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 11:55:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A2062A4DD4E; Sun, 20 Dec 2015 11:55:24 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1304A4DD4C;
 Sun, 20 Dec 2015 11:55:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e9])
 (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 5ED03114E;
 Sun, 20 Dec 2015 11:55:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKBtNaQ024312;
 Sun, 20 Dec 2015 11:55:23 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKBtN0W024308;
 Sun, 20 Dec 2015 11:55:23 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 11:55:23 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201155.tBKBtN0W024308@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101amd64-default][lang/python-doc-text] Failed for
 python-doc-text-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 11:55:24 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy6.nyi.freebsd.org/data/101amd64-default/404036/logs/python-doc-text-2.7.11.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=101amd64-default&build=404036
Log:

====>> Building lang/python-doc-text
build started at Sun Dec 20 11:55:20 UTC 2015
port directory: /usr/ports/lang/python-doc-text
building for: FreeBSD 101amd64-default-job-15 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-text-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101amd64-default/ref/.p/pool
MASTERNAME=101amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-text"
DATADIR="share/python-doc-text"
WWWDIR="www/python-doc-text"
ETCDIR="etc/python-doc-text"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-text
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-text
WWWDIR=/usr/local/www/python-doc-text
ETCDIR=/usr/local/etc/python-doc-text
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101amd64-default-job-15] Installing pkg-1.6.2...
[101amd64-default-job-15] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-text-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-text.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-text

From owner-freebsd-python@freebsd.org  Sun Dec 20 12:02:13 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CF56A4D6B8
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 12:02:13 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 2A55218D0
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 12:02:13 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 275FAA4D6B6; Sun, 20 Dec 2015 12:02:13 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CE43A4D6B4;
 Sun, 20 Dec 2015 12:02:13 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e8])
 (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 C35DB18CE;
 Sun, 20 Dec 2015 12:02:12 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKC2BMd036051;
 Sun, 20 Dec 2015 12:02:11 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKC2BcD036048;
 Sun, 20 Dec 2015 12:02:11 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 12:02:11 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201202.tBKC2BcD036048@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101i386-default][lang/python-doc-pdf-a4] Failed for
 python-doc-pdf-a4-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 12:02:13 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy5.nyi.freebsd.org/data/101i386-default/404036/logs/python-doc-pdf-a4-2.7.11.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=101i386-default&build=404036
Log:

====>> Building lang/python-doc-pdf-a4
build started at Sun Dec 20 12:02:08 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-a4
building for: FreeBSD 101i386-default-job-06 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-a4-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101i386-default/ref/.p/pool
MASTERNAME=101i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-a4"
DATADIR="share/python-doc-pdf-a4"
WWWDIR="www/python-doc-pdf-a4"
ETCDIR="etc/python-doc-pdf-a4"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-a4
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-a4
WWWDIR=/usr/local/www/python-doc-pdf-a4
ETCDIR=/usr/local/etc/python-doc-pdf-a4
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101i386-default-job-06] Installing pkg-1.6.2...
[101i386-default-job-06] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-a4-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-a4.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-a4

From owner-freebsd-python@freebsd.org  Sun Dec 20 12:05:03 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BD36A4D89A
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 12:05:03 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 0C28819A1
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 12:05:03 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 07622A4D898; Sun, 20 Dec 2015 12:05:03 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1000A4D896;
 Sun, 20 Dec 2015 12:05:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e8])
 (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 A2D58199F;
 Sun, 20 Dec 2015 12:05:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKC51Ss040309;
 Sun, 20 Dec 2015 12:05:01 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKC51AS040308;
 Sun, 20 Dec 2015 12:05:01 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 12:05:01 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201205.tBKC51AS040308@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101i386-default][lang/python-doc-text] Failed for
 python-doc-text-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 12:05:03 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy5.nyi.freebsd.org/data/101i386-default/404036/logs/python-doc-text-2.7.11.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=101i386-default&build=404036
Log:

====>> Building lang/python-doc-text
build started at Sun Dec 20 12:04:58 UTC 2015
port directory: /usr/ports/lang/python-doc-text
building for: FreeBSD 101i386-default-job-02 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-text-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101i386-default/ref/.p/pool
MASTERNAME=101i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-text"
DATADIR="share/python-doc-text"
WWWDIR="www/python-doc-text"
ETCDIR="etc/python-doc-text"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-text
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-text
WWWDIR=/usr/local/www/python-doc-text
ETCDIR=/usr/local/etc/python-doc-text
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101i386-default-job-02] Installing pkg-1.6.2...
[101i386-default-job-02] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-text-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-text.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-text

From owner-freebsd-python@freebsd.org  Sun Dec 20 13:19:11 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39F55A4C929
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 13:19:11 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 29C3C13C2
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 13:19:11 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 260BBA4C926; Sun, 20 Dec 2015 13:19:11 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25612A4C921;
 Sun, 20 Dec 2015 13:19:11 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 C882B13C1;
 Sun, 20 Dec 2015 13:19:10 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKDJACf076068;
 Sun, 20 Dec 2015 13:19:10 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKDJABa076063;
 Sun, 20 Dec 2015 13:19:10 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 13:19:10 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201319.tBKDJABa076063@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 13:19:11 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404036/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404036
Log:

====>> Building x11-toolkits/py-fltk
build started at Sun Dec 20 13:18:45 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93i386-default-job-02 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-02] Installing pkg-1.6.2...
[93i386-default-job-02] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93i386-default-job-02] Installing py27-setuptools27-18.7...
[93i386-default-job-02] `-- Installing python27-2.7.11...
[93i386-default-job-02] |   `-- Installing libffi-3.2.1...
[93i386-default-job-02] |   | `-- Installing indexinfo-0.2.4...
[93i386-default-job-02] |   | `-- Extracting indexinfo-0.2.4: .... done
[93i386-default-job-02] |   `-- Extracting libffi-3.2.1: .......... done
[93i386-default-job-02] |   `-- Installing gettext-runtime-0.19.6...
[93i386-default-job-02] |   | `-- Installing libiconv-1.14_9...
[93i386-default-job-02] |   | `-- Extracting libiconv-1.14_9: .......... done
[93i386-default-job-02] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93i386-default-job-02] `-- Extracting python27-2.7.11: .......... done
[93i386-default-job-02] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93i386-default-job-02] Installing libX11-1.6.3,1...
[93i386-default-job-02] `-- Installing xproto-7.0.28...
[93i386-default-job-02] `-- Extracting xproto-7.0.28: .......... done
[93i386-default-job-02] `-- Installing kbproto-1.0.7...
[93i386-default-job-02] `-- Extracting kbproto-1.0.7: .......... done
[93i386-default-job-02] `-- Installing libXdmcp-1.1.2...
[93i386-default-job-02] `-- Extracting libXdmcp-1.1.2: ......... done
[93i386-default-job-02] `-- Installing libxcb-1.11.1...
[93i386-default-job-02] |   `-- Installing libxml2-2.9.3...
[93i386-default-job-02] |   `-- Extracting libxml2-2.9.3: .......... done
[93i386-default-job-02] |   `-- Installing libpthread-stubs-0.3_6...
[93i386-default-job-02] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93i386-default-job-02] |   `-- Installing libXau-1.0.8_3...
[93i386-default-job-02] |   `-- Extracting libXau-1.0.8_3: .......... done
[93i386-default-job-02] `-- Extracting libxcb-1.11.1: .......... done
[93i386-default-job-02] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93i386-default-job-02] Installing fltk-1.3.3_2...
[93i386-default-job-02] `-- Installing jpeg-turbo-1.4.2...
[93i386-default-job-02] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93i386-default-job-02] `-- Installing libXft-2.3.2_1...
[93i386-default-job-02] |   `-- Installing fontconfig-2.11.1_1,1...
[93i386-default-job-02] |   | `-- Installing expat-2.1.0_3...
[93i386-default-job-02] |   | `-- Extracting expat-2.1.0_3: .......... done
[93i386-default-job-02] |   | `-- Installing freetype2-2.6.2...
[93i386-default-job-02] |   | `-- Extracting freetype2-2.6.2: .......... done
[93i386-default-job-02] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93i386-default-job-02] |   `-- Installing libXrender-0.9.9...
[93i386-default-job-02] |   | `-- Installing renderproto-0.11.1...
[93i386-default-job-02] |   | `-- Extracting renderproto-0.11.1: .... done
[93i386-default-job-02] |   `-- Extracting libXrender-0.9.9: .......... done
[93i386-default-job-02] `-- Extracting libXft-2.3.2_1: ......... done
[93i386-default-job-02] `-- Installing libGLU-9.0.0_2...
[93i386-default-job-02] |   `-- Installing libGL-11.0.7...
[93i386-default-job-02] |   | `-- Installing dri2proto-2.8...
[93i386-default-job-02] |   | `-- Extracting dri2proto-2.8: .... done
[93i386-default-job-02] |   | `-- Installing libXdamage-1.1.4_3...
[93i386-default-job-02] |   |   `-- Installing libXfixes-5.0.1_3...
[93i386-default-job-02] |   |   | `-- Installing fixesproto-5.0...
[93i386-default-job-02] |   |   | `-- Extracting fixesproto-5.0: .... done
[93i386-default-job-02] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93i386-default-job-02] |   |   `-- Installing damageproto-1.2.1...
[93i386-default-job-02] |   |   `-- Extracting damageproto-1.2.1: .... done
[93i386-default-job-02] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93i386-default-job-02] |   | `-- Installing libdevq-0.0.2_1...
[93i386-default-job-02] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93i386-default-job-02] |   | `-- Installing gcc-4.8.5_2...
[93i386-default-job-02] |   |   `-- Installing mpc-1.0.3...
[93i386-default-job-02] |   |   | `-- Installing gmp-5.1.3_2...
[93i386-default-job-02] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93i386-default-job-02] |   |   | `-- Installing mpfr-3.1.3...
[93i386-default-job-02] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93i386-default-job-02] |   |   `-- Extracting mpc-1.0.3: ...... done
[93i386-default-job-02] |   |   `-- Installing gcc-ecj-4.5...
[93i386-default-job-02] |   |   `-- Extracting gcc-ecj-4.5: . done
[93i386-default-job-02] |   |   `-- Installing binutils-2.25.1...
[93i386-default-job-02] |   |   `-- Extracting binutils-2.25.1: .......... done
[93i386-default-job-02] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93i386-default-job-02] |   | `-- Installing libXxf86vm-1.1.4_1...
[93i386-default-job-02] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93i386-default-job-02] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93i386-default-job-02] |   |   `-- Installing libXext-1.3.3_1,1...
[93i386-default-job-02] |   |   | `-- Installing xextproto-7.3.0...
[93i386-default-job-02] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93i386-default-job-02] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93i386-default-job-02] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93i386-default-job-02] |   | `-- Installing libdrm-2.4.65_1,1...
[93i386-default-job-02] |   |   `-- Installing libpciaccess-0.13.4...
[93i386-default-job-02] |   |   | `-- Installing pciids-20151205...
[93i386-default-job-02] |   |   | `-- Extracting pciids-20151205: ...... done
[93i386-default-job-02] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93i386-default-job-02] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93i386-default-job-02] |   | `-- Installing libxshmfence-1.2...
[93i386-default-job-02] |   | `-- Extracting libxshmfence-1.2: ......... done
[93i386-default-job-02] |   | `-- Installing libglapi-11.0.7...
[93i386-default-job-02] |   |   `-- Installing libXvMC-1.0.9...
[93i386-default-job-02] |   |   | `-- Installing libXv-1.0.10_3,1...
[93i386-default-job-02] |   |   |   `-- Installing videoproto-2.3.2...
[93i386-default-job-02] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93i386-default-job-02] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93i386-default-job-02] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93i386-default-job-02] |   | `-- Extracting libglapi-11.0.7: ... done
[93i386-default-job-02] |   `-- Extracting libGL-11.0.7: .......... done
[93i386-default-job-02] `-- Extracting libGLU-9.0.0_2: ...... done
[93i386-default-job-02] `-- Installing png-1.6.20...
[93i386-default-job-02] `-- Extracting png-1.6.20: .......... done
[93i386-default-job-02] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:03:07 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61199A14A05
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:03:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 50EFC1AE2
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:03:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 4C3CDA14A01; Sun, 20 Dec 2015 14:03:07 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BA1EA149FD;
 Sun, 20 Dec 2015 14:03:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 EF2D01AE0;
 Sun, 20 Dec 2015 14:03:06 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKE36Dp090547;
 Sun, 20 Dec 2015 14:03:06 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKE36E1090542;
 Sun, 20 Dec 2015 14:03:06 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:03:06 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201403.tBKE36E1090542@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:03:07 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404036/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404036
Log:

====>> Building x11-toolkits/py-fltk
build started at Sun Dec 20 14:02:41 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93amd64-default-job-16 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-16] Installing pkg-1.6.2...
[93amd64-default-job-16] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93amd64-default-job-16] Installing py27-setuptools27-18.7...
[93amd64-default-job-16] `-- Installing python27-2.7.11...
[93amd64-default-job-16] |   `-- Installing libffi-3.2.1...
[93amd64-default-job-16] |   | `-- Installing indexinfo-0.2.4...
[93amd64-default-job-16] |   | `-- Extracting indexinfo-0.2.4: .... done
[93amd64-default-job-16] |   `-- Extracting libffi-3.2.1: .......... done
[93amd64-default-job-16] |   `-- Installing gettext-runtime-0.19.6...
[93amd64-default-job-16] |   | `-- Installing libiconv-1.14_9...
[93amd64-default-job-16] |   | `-- Extracting libiconv-1.14_9: .......... done
[93amd64-default-job-16] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93amd64-default-job-16] `-- Extracting python27-2.7.11: .......... done
[93amd64-default-job-16] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93amd64-default-job-16] Installing libX11-1.6.3,1...
[93amd64-default-job-16] `-- Installing xproto-7.0.28...
[93amd64-default-job-16] `-- Extracting xproto-7.0.28: .......... done
[93amd64-default-job-16] `-- Installing kbproto-1.0.7...
[93amd64-default-job-16] `-- Extracting kbproto-1.0.7: .......... done
[93amd64-default-job-16] `-- Installing libXdmcp-1.1.2...
[93amd64-default-job-16] `-- Extracting libXdmcp-1.1.2: ......... done
[93amd64-default-job-16] `-- Installing libxcb-1.11.1...
[93amd64-default-job-16] |   `-- Installing libxml2-2.9.3...
[93amd64-default-job-16] |   `-- Extracting libxml2-2.9.3: .......... done
[93amd64-default-job-16] |   `-- Installing libpthread-stubs-0.3_6...
[93amd64-default-job-16] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93amd64-default-job-16] |   `-- Installing libXau-1.0.8_3...
[93amd64-default-job-16] |   `-- Extracting libXau-1.0.8_3: .......... done
[93amd64-default-job-16] `-- Extracting libxcb-1.11.1: .......... done
[93amd64-default-job-16] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93amd64-default-job-16] Installing fltk-1.3.3_2...
[93amd64-default-job-16] `-- Installing jpeg-turbo-1.4.2...
[93amd64-default-job-16] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93amd64-default-job-16] `-- Installing libXft-2.3.2_1...
[93amd64-default-job-16] |   `-- Installing fontconfig-2.11.1_1,1...
[93amd64-default-job-16] |   | `-- Installing expat-2.1.0_3...
[93amd64-default-job-16] |   | `-- Extracting expat-2.1.0_3: .......... done
[93amd64-default-job-16] |   | `-- Installing freetype2-2.6.2...
[93amd64-default-job-16] |   | `-- Extracting freetype2-2.6.2: .......... done
[93amd64-default-job-16] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93amd64-default-job-16] |   `-- Installing libXrender-0.9.9...
[93amd64-default-job-16] |   | `-- Installing renderproto-0.11.1...
[93amd64-default-job-16] |   | `-- Extracting renderproto-0.11.1: .... done
[93amd64-default-job-16] |   `-- Extracting libXrender-0.9.9: .......... done
[93amd64-default-job-16] `-- Extracting libXft-2.3.2_1: ......... done
[93amd64-default-job-16] `-- Installing libGLU-9.0.0_2...
[93amd64-default-job-16] |   `-- Installing libGL-11.0.7...
[93amd64-default-job-16] |   | `-- Installing dri2proto-2.8...
[93amd64-default-job-16] |   | `-- Extracting dri2proto-2.8: .... done
[93amd64-default-job-16] |   | `-- Installing libXdamage-1.1.4_3...
[93amd64-default-job-16] |   |   `-- Installing libXfixes-5.0.1_3...
[93amd64-default-job-16] |   |   | `-- Installing fixesproto-5.0...
[93amd64-default-job-16] |   |   | `-- Extracting fixesproto-5.0: .... done
[93amd64-default-job-16] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93amd64-default-job-16] |   |   `-- Installing damageproto-1.2.1...
[93amd64-default-job-16] |   |   `-- Extracting damageproto-1.2.1: .... done
[93amd64-default-job-16] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93amd64-default-job-16] |   | `-- Installing libdevq-0.0.2_1...
[93amd64-default-job-16] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93amd64-default-job-16] |   | `-- Installing gcc-4.8.5_2...
[93amd64-default-job-16] |   |   `-- Installing mpc-1.0.3...
[93amd64-default-job-16] |   |   | `-- Installing gmp-5.1.3_2...
[93amd64-default-job-16] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93amd64-default-job-16] |   |   | `-- Installing mpfr-3.1.3...
[93amd64-default-job-16] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93amd64-default-job-16] |   |   `-- Extracting mpc-1.0.3: ...... done
[93amd64-default-job-16] |   |   `-- Installing gcc-ecj-4.5...
[93amd64-default-job-16] |   |   `-- Extracting gcc-ecj-4.5: . done
[93amd64-default-job-16] |   |   `-- Installing binutils-2.25.1...
[93amd64-default-job-16] |   |   `-- Extracting binutils-2.25.1: .......... done
[93amd64-default-job-16] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93amd64-default-job-16] |   | `-- Installing libXxf86vm-1.1.4_1...
[93amd64-default-job-16] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93amd64-default-job-16] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93amd64-default-job-16] |   |   `-- Installing libXext-1.3.3_1,1...
[93amd64-default-job-16] |   |   | `-- Installing xextproto-7.3.0...
[93amd64-default-job-16] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93amd64-default-job-16] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93amd64-default-job-16] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93amd64-default-job-16] |   | `-- Installing libdrm-2.4.65_1,1...
[93amd64-default-job-16] |   |   `-- Installing libpciaccess-0.13.4...
[93amd64-default-job-16] |   |   | `-- Installing pciids-20151205...
[93amd64-default-job-16] |   |   | `-- Extracting pciids-20151205: ...... done
[93amd64-default-job-16] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93amd64-default-job-16] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93amd64-default-job-16] |   | `-- Installing libxshmfence-1.2...
[93amd64-default-job-16] |   | `-- Extracting libxshmfence-1.2: ......... done
[93amd64-default-job-16] |   | `-- Installing libglapi-11.0.7...
[93amd64-default-job-16] |   |   `-- Installing libXvMC-1.0.9...
[93amd64-default-job-16] |   |   | `-- Installing libXv-1.0.10_3,1...
[93amd64-default-job-16] |   |   |   `-- Installing videoproto-2.3.2...
[93amd64-default-job-16] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93amd64-default-job-16] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93amd64-default-job-16] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93amd64-default-job-16] |   | `-- Extracting libglapi-11.0.7: ... done
[93amd64-default-job-16] |   `-- Extracting libGL-11.0.7: .......... done
[93amd64-default-job-16] `-- Extracting libGLU-9.0.0_2: ...... done
[93amd64-default-job-16] `-- Installing png-1.6.20...
[93amd64-default-job-16] `-- Extracting png-1.6.20: .......... done
[93amd64-default-job-16] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:20:05 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4689FA4D51E
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:20:05 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 3694514B8
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:20:05 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 3390BA4D51D; Sun, 20 Dec 2015 14:20:05 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32F53A4D51A;
 Sun, 20 Dec 2015 14:20:05 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e9])
 (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 E4C1B14B7;
 Sun, 20 Dec 2015 14:20:04 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEK39K099499;
 Sun, 20 Dec 2015 14:20:03 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEK3A1099483;
 Sun, 20 Dec 2015 14:20:03 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:20:03 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201420.tBKEK3A1099483@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101amd64-default][lang/python-doc-html] Failed for
 python-doc-html-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:20:05 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Log URL:        http://beefy6.nyi.freebsd.org/data/101amd64-default/404036/logs/python-doc-html-2.7.11.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=101amd64-default&build=404036
Log:

====>> Building lang/python-doc-html
build started at Sun Dec 20 14:20:00 UTC 2015
port directory: /usr/ports/lang/python-doc-html
building for: FreeBSD 101amd64-default-job-13 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-html-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101amd64-default/ref/.p/pool
MASTERNAME=101amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-html"
DATADIR="share/python-doc-html"
WWWDIR="www/python-doc-html"
ETCDIR="etc/python-doc-html"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-html
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-html
WWWDIR=/usr/local/www/python-doc-html
ETCDIR=/usr/local/etc/python-doc-html
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101amd64-default-job-13] Installing pkg-1.6.2...
[101amd64-default-job-13] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-html-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-html

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:25:45 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB171A4D906
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:25:45 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id AB1CE193F
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:25:45 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A66A8A4D904; Sun, 20 Dec 2015 14:25:45 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C11AA4D902;
 Sun, 20 Dec 2015 14:25:45 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e9])
 (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 4E6DD1939;
 Sun, 20 Dec 2015 14:25:45 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEPi1o086200;
 Sun, 20 Dec 2015 14:25:44 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEPiVV086194;
 Sun, 20 Dec 2015 14:25:44 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:25:44 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201425.tBKEPiVV086194@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101amd64-default][lang/python-doc-pdf-letter] Failed for
 python-doc-pdf-letter-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:25:45 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy6.nyi.freebsd.org/data/101amd64-default/404036/logs/python-doc-pdf-letter-2.7.11.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=101amd64-default&build=404036
Log:

====>> Building lang/python-doc-pdf-letter
build started at Sun Dec 20 14:25:41 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-letter
building for: FreeBSD 101amd64-default-job-02 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-letter-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101amd64-default/ref/.p/pool
MASTERNAME=101amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-letter"
DATADIR="share/python-doc-pdf-letter"
WWWDIR="www/python-doc-pdf-letter"
ETCDIR="etc/python-doc-pdf-letter"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-letter
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-letter
WWWDIR=/usr/local/www/python-doc-pdf-letter
ETCDIR=/usr/local/etc/python-doc-pdf-letter
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101amd64-default-job-02] Installing pkg-1.6.2...
[101amd64-default-job-02] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-letter-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-letter.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-letter

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:32:20 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9226A4DCEF
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:32:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A57551BF3
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:32:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A2C81A4DCED; Sun, 20 Dec 2015 14:32:20 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8836EA4DCEB;
 Sun, 20 Dec 2015 14:32:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e8])
 (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 45D9C1BF1;
 Sun, 20 Dec 2015 14:32:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEWJxb087529;
 Sun, 20 Dec 2015 14:32:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEWJTT087505;
 Sun, 20 Dec 2015 14:32:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:32:19 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201432.tBKEWJTT087505@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101i386-default][lang/python-doc-html] Failed for
 python-doc-html-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:32:20 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Log URL:        http://beefy5.nyi.freebsd.org/data/101i386-default/404036/logs/python-doc-html-2.7.11.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=101i386-default&build=404036
Log:

====>> Building lang/python-doc-html
build started at Sun Dec 20 14:32:16 UTC 2015
port directory: /usr/ports/lang/python-doc-html
building for: FreeBSD 101i386-default-job-21 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-html-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101i386-default/ref/.p/pool
MASTERNAME=101i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-html"
DATADIR="share/python-doc-html"
WWWDIR="www/python-doc-html"
ETCDIR="etc/python-doc-html"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-html
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-html
WWWDIR=/usr/local/www/python-doc-html
ETCDIR=/usr/local/etc/python-doc-html
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101i386-default-job-21] Installing pkg-1.6.2...
[101i386-default-job-21] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-html-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-html

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:37:26 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7507BA4DF3F
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:37:26 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 5E65B1E10
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:37:26 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 5A3D5A4DF3D; Sun, 20 Dec 2015 14:37:26 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E8F1A4DF3B;
 Sun, 20 Dec 2015 14:37:26 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e8])
 (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 F03D91E0D;
 Sun, 20 Dec 2015 14:37:25 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEbPTm062351;
 Sun, 20 Dec 2015 14:37:25 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEbPXd062349;
 Sun, 20 Dec 2015 14:37:25 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:37:25 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201437.tBKEbPXd062349@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 101i386-default][lang/python-doc-pdf-letter] Failed for
 python-doc-pdf-letter-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:37:26 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy5.nyi.freebsd.org/data/101i386-default/404036/logs/python-doc-pdf-letter-2.7.11.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=101i386-default&build=404036
Log:

====>> Building lang/python-doc-pdf-letter
build started at Sun Dec 20 14:37:22 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-letter
building for: FreeBSD 101i386-default-job-21 10.1-RELEASE-p25 FreeBSD 10.1-RELEASE-p25 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1001000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1001000
UNAME_v=FreeBSD 10.1-RELEASE-p25
UNAME_r=10.1-RELEASE-p25
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/101i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-letter-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/101i386-default/ref/.p/pool
MASTERNAME=101i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd10
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=10.1
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-letter"
DATADIR="share/python-doc-pdf-letter"
WWWDIR="www/python-doc-pdf-letter"
ETCDIR="etc/python-doc-pdf-letter"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-letter
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-letter
WWWDIR=/usr/local/www/python-doc-pdf-letter
ETCDIR=/usr/local/etc/python-doc-pdf-letter
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[101i386-default-job-21] Installing pkg-1.6.2...
[101i386-default-job-21] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-letter-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-letter.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-letter

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:48:39 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8584FA4D666
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:48:39 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 75AC5128C
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:48:39 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 70678A4D663; Sun, 20 Dec 2015 14:48:39 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 567A5A4D662;
 Sun, 20 Dec 2015 14:48:39 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 19E011289;
 Sun, 20 Dec 2015 14:48:39 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEmcMh085883;
 Sun, 20 Dec 2015 14:48:38 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEmc1c085878;
 Sun, 20 Dec 2015 14:48:38 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:48:38 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201448.tBKEmc1c085878@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][lang/python-doc-pdf-a4] Failed for
 python-doc-pdf-a4-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:48:39 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404036/logs/python-doc-pdf-a4-2.7.11.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404036
Log:

====>> Building lang/python-doc-pdf-a4
build started at Sun Dec 20 14:48:34 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-a4
building for: FreeBSD 93i386-default-job-22 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-a4-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-a4"
DATADIR="share/python-doc-pdf-a4"
WWWDIR="www/python-doc-pdf-a4"
ETCDIR="etc/python-doc-pdf-a4"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-a4
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-a4
WWWDIR=/usr/local/www/python-doc-pdf-a4
ETCDIR=/usr/local/etc/python-doc-pdf-a4
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-22] Installing pkg-1.6.2...
[93i386-default-job-22] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-a4-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-a4.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-pdf-a4.

From owner-freebsd-python@freebsd.org  Sun Dec 20 14:51:54 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C73CA4D85A
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 14:51:54 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 6C9291389
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 14:51:54 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 6B98FA4D858; Sun, 20 Dec 2015 14:51:54 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B1C9A4D857;
 Sun, 20 Dec 2015 14:51:54 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 2A3E01387;
 Sun, 20 Dec 2015 14:51:54 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKEprvS094926;
 Sun, 20 Dec 2015 14:51:53 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKEprl2094924;
 Sun, 20 Dec 2015 14:51:53 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 14:51:53 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201451.tBKEprl2094924@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][lang/python-doc-text] Failed for
 python-doc-text-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 14:51:54 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404036/logs/python-doc-text-2.7.11.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404036
Log:

====>> Building lang/python-doc-text
build started at Sun Dec 20 14:51:49 UTC 2015
port directory: /usr/ports/lang/python-doc-text
building for: FreeBSD 93i386-default-job-05 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-text-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-text"
DATADIR="share/python-doc-text"
WWWDIR="www/python-doc-text"
ETCDIR="etc/python-doc-text"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-text
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-text
WWWDIR=/usr/local/www/python-doc-text
ETCDIR=/usr/local/etc/python-doc-text
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-05] Installing pkg-1.6.2...
[93i386-default-job-05] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-text-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-text.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-text.

From owner-freebsd-python@freebsd.org  Sun Dec 20 15:41:21 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CC52A4D9DF
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 15:41:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 17E0412B6
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 15:41:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 13689A4D9D9; Sun, 20 Dec 2015 15:41:21 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12A2CA4D9D6;
 Sun, 20 Dec 2015 15:41:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 C5BFB12B4;
 Sun, 20 Dec 2015 15:41:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKFfJuq072524;
 Sun, 20 Dec 2015 15:41:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKFfJIH072518;
 Sun, 20 Dec 2015 15:41:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 15:41:19 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201541.tBKFfJIH072518@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][lang/python-doc-pdf-a4] Failed for
 python-doc-pdf-a4-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 15:41:21 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404036/logs/python-doc-pdf-a4-2.7.11.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404036
Log:

====>> Building lang/python-doc-pdf-a4
build started at Sun Dec 20 15:41:16 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-a4
building for: FreeBSD 93amd64-default-job-10 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-a4-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-a4"
DATADIR="share/python-doc-pdf-a4"
WWWDIR="www/python-doc-pdf-a4"
ETCDIR="etc/python-doc-pdf-a4"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-a4
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-a4
WWWDIR=/usr/local/www/python-doc-pdf-a4
ETCDIR=/usr/local/etc/python-doc-pdf-a4
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-10] Installing pkg-1.6.2...
[93amd64-default-job-10] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-a4-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-a4.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-pdf-a4.

From owner-freebsd-python@freebsd.org  Sun Dec 20 15:45:21 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACBBEA4DD1F
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 15:45:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 9CD1B1591
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 15:45:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 979E2A4DD1C; Sun, 20 Dec 2015 15:45:21 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 970E7A4DD1A;
 Sun, 20 Dec 2015 15:45:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 57C1C158D;
 Sun, 20 Dec 2015 15:45:21 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKFjK1U097494;
 Sun, 20 Dec 2015 15:45:20 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKFjKDB097493;
 Sun, 20 Dec 2015 15:45:20 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 15:45:20 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201545.tBKFjKDB097493@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][lang/python-doc-text] Failed for
 python-doc-text-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 15:45:21 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404036/logs/python-doc-text-2.7.11.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404036
Log:

====>> Building lang/python-doc-text
build started at Sun Dec 20 15:45:16 UTC 2015
port directory: /usr/ports/lang/python-doc-text
building for: FreeBSD 93amd64-default-job-10 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-text-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-text"
DATADIR="share/python-doc-text"
WWWDIR="www/python-doc-text"
ETCDIR="etc/python-doc-text"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-text
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-text
WWWDIR=/usr/local/www/python-doc-text
ETCDIR=/usr/local/etc/python-doc-text
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-10] Installing pkg-1.6.2...
[93amd64-default-job-10] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-text-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-text.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-text.

From owner-freebsd-python@freebsd.org  Sun Dec 20 17:14:32 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BBB7A4D419
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 17:14:32 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 7BF4115A9
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 17:14:32 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 7465AA4D416; Sun, 20 Dec 2015 17:14:32 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73CE2A4D415;
 Sun, 20 Dec 2015 17:14:32 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 34A6B15A1;
 Sun, 20 Dec 2015 17:14:32 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHEVFe056718;
 Sun, 20 Dec 2015 17:14:31 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKHEVJA056707;
 Sun, 20 Dec 2015 17:14:31 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 17:14:31 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201714.tBKHEVJA056707@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][lang/python-doc-html] Failed for
 python-doc-html-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 17:14:32 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404036/logs/python-doc-html-2.7.11.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404036
Log:

====>> Building lang/python-doc-html
build started at Sun Dec 20 17:14:27 UTC 2015
port directory: /usr/ports/lang/python-doc-html
building for: FreeBSD 93i386-default-job-04 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-html-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-html"
DATADIR="share/python-doc-html"
WWWDIR="www/python-doc-html"
ETCDIR="etc/python-doc-html"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-html
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-html
WWWDIR=/usr/local/www/python-doc-html
ETCDIR=/usr/local/etc/python-doc-html
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-04] Installing pkg-1.6.2...
[93i386-default-job-04] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-html-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-html.

From owner-freebsd-python@freebsd.org  Sun Dec 20 17:20:24 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFD0EA4D7AB
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 17:20:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id BFD891894
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 17:20:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id BAB28A4D7A9; Sun, 20 Dec 2015 17:20:24 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0241A4D7A6;
 Sun, 20 Dec 2015 17:20:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 63A611892;
 Sun, 20 Dec 2015 17:20:24 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKHKNFS044745;
 Sun, 20 Dec 2015 17:20:23 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKHKNEV044725;
 Sun, 20 Dec 2015 17:20:23 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 17:20:23 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201720.tBKHKNEV044725@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][lang/python-doc-pdf-letter] Failed for
 python-doc-pdf-letter-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 17:20:25 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404036/logs/python-doc-pdf-letter-2.7.11.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404036
Log:

====>> Building lang/python-doc-pdf-letter
build started at Sun Dec 20 17:20:19 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-letter
building for: FreeBSD 93i386-default-job-11 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-letter-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-letter"
DATADIR="share/python-doc-pdf-letter"
WWWDIR="www/python-doc-pdf-letter"
ETCDIR="etc/python-doc-pdf-letter"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-letter
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-letter
WWWDIR=/usr/local/www/python-doc-pdf-letter
ETCDIR=/usr/local/etc/python-doc-pdf-letter
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-11] Installing pkg-1.6.2...
[93i386-default-job-11] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-letter-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-letter.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-pdf-letter.

From owner-freebsd-python@freebsd.org  Sun Dec 20 18:18:15 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23E6DA4EE00
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 18:18:15 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 13CBE1B31
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 18:18:15 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 0F59AA4EDFE; Sun, 20 Dec 2015 18:18:15 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ED13A4EDFC;
 Sun, 20 Dec 2015 18:18:15 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 C52ED1B2D;
 Sun, 20 Dec 2015 18:18:14 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKIID6Q066959;
 Sun, 20 Dec 2015 18:18:13 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKIIDEF066953;
 Sun, 20 Dec 2015 18:18:13 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 18:18:13 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201818.tBKIIDEF066953@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][lang/python-doc-html] Failed for
 python-doc-html-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 18:18:15 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404036/logs/python-doc-html-2.7.11.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404036
Log:

====>> Building lang/python-doc-html
build started at Sun Dec 20 18:18:09 UTC 2015
port directory: /usr/ports/lang/python-doc-html
building for: FreeBSD 93amd64-default-job-15 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-html-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-html"
DATADIR="share/python-doc-html"
WWWDIR="www/python-doc-html"
ETCDIR="etc/python-doc-html"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-html
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-html
WWWDIR=/usr/local/www/python-doc-html
ETCDIR=/usr/local/etc/python-doc-html
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-15] Installing pkg-1.6.2...
[93amd64-default-job-15] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-html-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-html.

From owner-freebsd-python@freebsd.org  Sun Dec 20 18:24:34 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9E2A4D2DA
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 18:24:34 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id F18911F07
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 18:24:33 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id EEFFBA4D2D7; Sun, 20 Dec 2015 18:24:33 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5FE7A4D2D5;
 Sun, 20 Dec 2015 18:24:33 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 9446B1F05;
 Sun, 20 Dec 2015 18:24:33 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKIOWWv077227;
 Sun, 20 Dec 2015 18:24:32 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBKIOWYa077214;
 Sun, 20 Dec 2015 18:24:32 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 20 Dec 2015 18:24:32 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512201824.tBKIOWYa077214@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][lang/python-doc-pdf-letter] Failed for
 python-doc-pdf-letter-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 18:24:34 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404036/logs/python-doc-pdf-letter-2.7.11.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404036
Log:

====>> Building lang/python-doc-pdf-letter
build started at Sun Dec 20 18:24:28 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-letter
building for: FreeBSD 93amd64-default-job-13 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-letter-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-letter"
DATADIR="share/python-doc-pdf-letter"
WWWDIR="www/python-doc-pdf-letter"
ETCDIR="etc/python-doc-pdf-letter"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-letter
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-letter
WWWDIR=/usr/local/www/python-doc-pdf-letter
ETCDIR=/usr/local/etc/python-doc-pdf-letter
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-13] Installing pkg-1.6.2...
[93amd64-default-job-13] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-letter-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-letter.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** [do-fetch] Error code 1

Stop in /usr/ports/lang/python-doc-pdf-letter.

From owner-freebsd-python@freebsd.org  Sun Dec 20 23:44:07 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98912A4ECF3
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 873F81FB3
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 86850A4ECF2; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86229A4ECF1
 for <python@mailman.ysv.freebsd.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 6205D1FB2
 for <python@FreeBSD.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKNi7r0022108
 for <python@FreeBSD.org>; Sun, 20 Dec 2015 23:44:07 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: maintainer-feedback requested: [Bug 205472] [PATCH]
 graphics/py-opengl: update to 3.1.0
Date: Sun, 20 Dec 2015 23:44:07 +0000
X-Bugzilla-Type: request
Message-ID: <bug-205472-21822-bHma99Pki6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 23:44:07 -0000

matthew@reztek.cz has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s
request for maintainer-feedback to FreeBSD Python <python@FreeBSD.org>:
Bug 205472: [PATCH] graphics/py-opengl: update to 3.1.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205472



--- Description ---
Created attachment 164437
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164437&action=edit
update py-opengl and py-opengl-accelerate to 3.1.0

The version of PyOpenGL currently in ports (3.0.1) seems broken, it blows up
when something merely tries to import it.

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 528, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 509, in main
    props = check_support(True, verbose)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 468, in check_support
    gl_props = check_GL_support(glarea, force_enable)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 163, in check_GL_support
    return do_check_GL_support(force_enable)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 185, in do_check_GL_support
    from OpenGL.GL import GL_VERSION, GL_EXTENSIONS
  File "/usr/local/lib/python2.7/site-packages/OpenGL/GL/__init__.py", line 17,
in <module>
    from OpenGL.GL.VERSION.GL_3_0 import *
  File "/usr/local/lib/python2.7/site-packages/OpenGL/GL/VERSION/GL_3_0.py",
line 14, in <module>
    from OpenGL.raw.GL.VERSION.GL_3_0 import *
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/raw/GL/VERSION/GL_3_0.py", line
690, in <module>
    deprecated=_DEPRECATED,
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line
188, in createBaseFunction
    extension = extension,
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line
126, in constructFunction
    *argTypes
  File "/usr/local/lib/python2.7/ctypes/__init__.py", line 104, in CFUNCTYPE
    class CFunctionType(_CFuncPtr):
TypeError: Error when calling the metaclass bases
    _restype_ must be a type, a callable, or None

Updating PyOpenGL to the current version (3.1.0) resolves the problem. The
attached port updated both py-opengl and py-opengl-accelerate to 3.1.0.

From owner-freebsd-python@freebsd.org  Sun Dec 20 23:44:08 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10869A4ECFA
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sun, 20 Dec 2015 23:44:08 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id E98951FB7
 for <freebsd-python@freebsd.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id E8B43A4ECF9; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE62DA4ECF6
 for <python@mailman.ysv.freebsd.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 B32D71FB5
 for <python@FreeBSD.org>; Sun, 20 Dec 2015 23:44:07 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBKNi7rw022114
 for <python@FreeBSD.org>; Sun, 20 Dec 2015 23:44:07 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205472] [PATCH] graphics/py-opengl: update to 3.1.0
Date: Sun, 20 Dec 2015 23:44:07 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: matthew@reztek.cz
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 keywords bug_severity priority component assigned_to
 reporter flagtypes.name attachments.created
Message-ID: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Dec 2015 23:44:08 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205472

            Bug ID: 205472
           Summary: [PATCH] graphics/py-opengl: update to 3.1.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: matthew@reztek.cz
          Keywords: patch
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

Created attachment 164437
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164437&action=edit
update py-opengl and py-opengl-accelerate to 3.1.0

The version of PyOpenGL currently in ports (3.0.1) seems broken, it blows up
when something merely tries to import it.

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 528, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 509, in main
    props = check_support(True, verbose)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 468, in check_support
    gl_props = check_GL_support(glarea, force_enable)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 163, in check_GL_support
    return do_check_GL_support(force_enable)
  File "/usr/local/lib/python2.7/site-packages/xpra/client/gl/gl_check.py",
line 185, in do_check_GL_support
    from OpenGL.GL import GL_VERSION, GL_EXTENSIONS
  File "/usr/local/lib/python2.7/site-packages/OpenGL/GL/__init__.py", line 17,
in <module>
    from OpenGL.GL.VERSION.GL_3_0 import *
  File "/usr/local/lib/python2.7/site-packages/OpenGL/GL/VERSION/GL_3_0.py",
line 14, in <module>
    from OpenGL.raw.GL.VERSION.GL_3_0 import *
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/raw/GL/VERSION/GL_3_0.py", line
690, in <module>
    deprecated=_DEPRECATED,
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line
188, in createBaseFunction
    extension = extension,
  File
"/usr/local/lib/python2.7/site-packages/OpenGL/platform/baseplatform.py", line
126, in constructFunction
    *argTypes
  File "/usr/local/lib/python2.7/ctypes/__init__.py", line 104, in CFUNCTYPE
    class CFunctionType(_CFuncPtr):
TypeError: Error when calling the metaclass bases
    _restype_ must be a type, a callable, or None

Updating PyOpenGL to the current version (3.1.0) resolves the problem. The
attached port updated both py-opengl and py-opengl-accelerate to 3.1.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 01:39:01 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA36FA4EF5A
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 01:39:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 94DCC102A
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 01:39:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 92466A4EF59; Mon, 21 Dec 2015 01:39:01 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91DCFA4EF58
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 01:39:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 8232E1028
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 01:39:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL1d1Gh044976
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 01:39:01 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205472] graphics/py-opengl{-accelerate}: Update to 3.1.0
Date: Mon, 21 Dec 2015 01:39:01 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@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: keywords short_desc flagtypes.name
Message-ID: <bug-205472-21822-ouqJiFtnW6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 01:39:01 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205472

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy, needs-qa
            Summary|[PATCH] graphics/py-opengl: |graphics/py-opengl{-acceler
                   |update to 3.1.0             |ate}: Update to 3.1.0
              Flags|maintainer-feedback?(python |maintainer-feedback+
                   |@FreeBSD.org)               |

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Both these ports appear to need a rename (to match upstream PyPI names) 

https://pypi.python.org/pypi/PyOpenGL
https://pypi.python.org/pypi/PyOpenGL-accelerate

Also, latest (released) version is 3.1.1a1

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 01:39:33 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15EDCA4EF88
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 01:39:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 00F281085
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 01:39:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 003EDA4EF87; Mon, 21 Dec 2015 01:39:33 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4034A4EF86
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 01:39:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 E4B3D1084
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 01:39:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL1dWQ4045588
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 01:39:32 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205472] graphics/py-opengl{-accelerate}: Update to 3.1.0
Date: Mon, 21 Dec 2015 01:39:32 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@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: 
Message-ID: <bug-205472-21822-mivBz1LpKy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 01:39:33 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205472

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Comment on attachment 164437
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164437
update py-opengl and py-opengl-accelerate to 3.1.0

This changes look ok, but still require QA pass confirmation

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 01:46:48 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7DADA4D4EE
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 01:46:48 +0000 (UTC)
 (envelope-from koobs.freebsd@gmail.com)
Received: from mail-pf0-x229.google.com (mail-pf0-x229.google.com
 [IPv6:2607:f8b0:400e:c00::229])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 9042515C5;
 Mon, 21 Dec 2015 01:46:48 +0000 (UTC)
 (envelope-from koobs.freebsd@gmail.com)
Received: by mail-pf0-x229.google.com with SMTP id o64so79516789pfb.3;
 Sun, 20 Dec 2015 17:46:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:reply-to:subject:references:to:from:message-id:date
 :user-agent:mime-version:in-reply-to:content-type
 :content-transfer-encoding;
 bh=Cl7GE1wB7XOa1wUIbpOo+Q5nU+b16KlbRGr5jUHyO7A=;
 b=Nzg6XKb6fDKvaY/4OaNWorfg8zdWBY8WsMFW4+F+PuS6Y43441BplmpeJgdQv323MD
 plNTy2fnpUMNE/yzGMy40NzvArloD2f01it9lZc2LVKDoQ4Y0HkiBz1DCCoguVo9N1Pu
 kI1CcdZEnEylJjNtzLTyvcamtGqB4MFaaSrAVhcW8E84gejxaKTriX5CKtXstGzgSRKy
 TSVsFPnX6SgNbbLVyAoCyXLqMom/i6pOEfAZbuSneFzBiZYJXX9ItHzex5awx+ernEA1
 lWIs+fhrm/V6KdbFOEpMdpFS0gocbGj2nMJdsH6PmDj4Qc3pivc0jwIW0X6Pn3bUB9j6
 Tszg==
X-Received: by 10.98.42.149 with SMTP id q143mr23272816pfq.75.1450662407962;
 Sun, 20 Dec 2015 17:46:47 -0800 (PST)
Received: from ?IPv6:2001:44b8:31ae:7b01:c825:be55:88ec:f9f1?
 (2001-44b8-31ae-7b01-c825-be55-88ec-f9f1.static.ipv6.internode.on.net.
 [2001:44b8:31ae:7b01:c825:be55:88ec:f9f1])
 by smtp.gmail.com with ESMTPSA id 7sm17535439pfn.83.2015.12.20.17.46.46
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 20 Dec 2015 17:46:47 -0800 (PST)
Sender: Kubilay Kocak <koobs.freebsd@gmail.com>
Reply-To: koobs@FreeBSD.org
Subject: Re: porting PyECLib
References: <20151220084538.GA2784@gmail.com>
To: Mykola Golub <trociny@FreeBSD.org>, freebsd-python@freebsd.org
From: Kubilay Kocak <koobs@FreeBSD.org>
Message-ID: <567759FF.1090209@FreeBSD.org>
Date: Mon, 21 Dec 2015 12:46:39 +1100
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101
 Thunderbird/42.0
MIME-Version: 1.0
In-Reply-To: <20151220084538.GA2784@gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 01:46:48 -0000

On 20/12/2015 7:45 PM, Mykola Golub wrote:
> I am not sure about some things though:
> 
> 1) Portname: currently PyECLib, but may be it should be pyeclib or
> just eclib?

1) tldr; Whatever the name is in PyPI, whether or not you get the sdists
from MASTER_SITES=CHEESESHOP (preferred) or a repository

More detail:

https://wiki.freebsd.org/Python/PortsPolicy

> 2) The package includes several C libraries: gf-complete,
> liberasurecode, jerasure, which are their own projects, so could be
> built as separate packages. Do you think it worth splitting it to
> several packages, providing the libraries as dependencies to PyECLib?
> I suppose it could be splitted later if other users for the libs are
> found.

2) If they're packaged separately on PyPI, like that. If not, more than
likely separately. That different things live in the same repository is
not reason enough to package them/install them together.

> 3) May be you see other things I do wrong here?

3) Current diff

* lowercase(+PORTNAME= PyECLib)
* Are you sure the python package uses libtool? *skeptical*
* Add LICENSE_FILE if one exists in WRKSRC

If you have more questions, don't hesitate to join us on IRC at
freebsd-python freenode

From owner-freebsd-python@freebsd.org  Mon Dec 21 02:37:10 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B98C0A4EEF2
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 02:37:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A486A1C27
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 02:37:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A1C80A4EEF1; Mon, 21 Dec 2015 02:37:10 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A164AA4EEF0
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 02:37:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 920661C26
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 02:37:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL2bAel018551
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 02:37:10 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205472] graphics/py-opengl{-accelerate}: Update to 3.1.0
Date: Mon, 21 Dec 2015 02:37:10 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: matthew@reztek.cz
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: 
Message-ID: <bug-205472-21822-FGasIwU1yC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205472-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 02:37:10 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205472

--- Comment #3 from matthew@reztek.cz ---
As far as I can tell, the most recent stable release is 3.1.0. That is the
version referred to in the manual install instructions on upstream's site.

The "releases" on PyPi in chronological order since the last ports version have
been:
2010-02-25  3.0.1
2012-10-02  3.0.1
2014-03-24  3.1.0b2
2014-05-25  3.1.0b3
2014-06-27  3.1.0
2015-02-13  3.1.1a1

The order reinforces the assertion that upstream did use the letter b to
designate beta releases previously. That, and the fact there are no binaries
for this a1 release, leads me to believe that 3.1.1a1 is an alpha release and
not yet suitable for inclusion in ports, except as -devel variants.

I would like to see these ports updated to the most recent stable release so
that they may be functional. I do not care if the ports get renamed to have
more py. I do object to having the ports updated to an unstable release simply
because that is the last which appeared on PyPi.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 06:55:28 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42829A4EA3C
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 06:55:28 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 3279215F0
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 06:55:28 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 2F700A4EA3A; Mon, 21 Dec 2015 06:55:28 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16441A4EA39;
 Mon, 21 Dec 2015 06:55:28 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e7])
 (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 CC91C15EF;
 Mon, 21 Dec 2015 06:55:27 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL6tQvO077070;
 Mon, 21 Dec 2015 06:55:26 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBL6tQCa077058;
 Mon, 21 Dec 2015 06:55:26 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 21 Dec 2015 06:55:26 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512210655.tBL6tQCa077058@beefy4.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-amd64-default][lang/python-doc-pdf-a4] Failed for
 python-doc-pdf-a4-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 06:55:28 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy4.nyi.freebsd.org/data/head-amd64-default/p404036_s292483/logs/python-doc-pdf-a4-2.7.11.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p404036_s292483
Log:

====>> Building lang/python-doc-pdf-a4
build started at Mon Dec 21 06:55:22 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-a4
building for: FreeBSD head-amd64-default-job-16 11.0-CURRENT FreeBSD 11.0-CURRENT r292483 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-a4/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100091




!!! Jail is newer than host. (Jail: 1100091, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100091
UNAME_v=FreeBSD 11.0-CURRENT r292483
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-a4-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-a4/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-a4"
DATADIR="share/python-doc-pdf-a4"
WWWDIR="www/python-doc-pdf-a4"
ETCDIR="etc/python-doc-pdf-a4"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-a4
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-a4
WWWDIR=/usr/local/www/python-doc-pdf-a4
ETCDIR=/usr/local/etc/python-doc-pdf-a4
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-amd64-default-job-16] Installing pkg-1.6.2...
[head-amd64-default-job-16] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-a4-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-a4-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-a4.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-a4.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-a4.tar.bz2: size mismatch: expected 10652318, actual 10604395
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-a4

From owner-freebsd-python@freebsd.org  Mon Dec 21 07:04:50 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F95FA4EED0
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 07:04:50 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 7F96E1B14
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 07:04:50 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 7C857A4EECE; Mon, 21 Dec 2015 07:04:50 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63A6FA4EECD;
 Mon, 21 Dec 2015 07:04:50 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e7])
 (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 20F521B13;
 Mon, 21 Dec 2015 07:04:50 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL74nNV092369;
 Mon, 21 Dec 2015 07:04:49 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBL74n5Q092359;
 Mon, 21 Dec 2015 07:04:49 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 21 Dec 2015 07:04:49 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512210704.tBL74n5Q092359@beefy4.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-amd64-default][lang/python-doc-text] Failed for
 python-doc-text-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 07:04:50 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy4.nyi.freebsd.org/data/head-amd64-default/p404036_s292483/logs/python-doc-text-2.7.11.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p404036_s292483
Log:

====>> Building lang/python-doc-text
build started at Mon Dec 21 07:04:45 UTC 2015
port directory: /usr/ports/lang/python-doc-text
building for: FreeBSD head-amd64-default-job-02 11.0-CURRENT FreeBSD 11.0-CURRENT r292483 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-text/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100091




!!! Jail is newer than host. (Jail: 1100091, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100091
UNAME_v=FreeBSD 11.0-CURRENT r292483
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-text-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-text/work  HOME=/wrkdirs/usr/ports/lang/python-doc-text/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-text"
DATADIR="share/python-doc-text"
WWWDIR="www/python-doc-text"
ETCDIR="etc/python-doc-text"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-text
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-text
WWWDIR=/usr/local/www/python-doc-text
ETCDIR=/usr/local/etc/python-doc-text
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-amd64-default-job-02] Installing pkg-1.6.2...
[head-amd64-default-job-02] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-text-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-text-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-text.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-text.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-text.tar.bz2: size mismatch: expected 1616743, actual 1607237
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-text

From owner-freebsd-python@freebsd.org  Mon Dec 21 08:58:47 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 735DCA4EE84
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 08:58:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 5E3231558
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 08:58:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 5B5F6A4EE83; Mon, 21 Dec 2015 08:58:47 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFD5A4EE82
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 08:58:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 4BAE91556
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 08:58:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL8wlVP091713
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 08:58:47 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 201905] net-mgmt/net-snmp: Python 3.x "TabError" on
 installation when PYTHON option is enabled
Date: Mon, 21 Dec 2015 08:58:47 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: zi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc keywords cc
Message-ID: <bug-201905-21822-xNbmpjRKux@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201905-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-201905-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 08:58:47 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201905

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|net-mgmt/net-snmp: TabError |net-mgmt/net-snmp: Python
                   |in net-snmp                 |3.x "TabError" on
                   |                            |installation when PYTHON
                   |                            |option is enabled
           Keywords|                            |needs-patch, needs-qa
                 CC|                            |python@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 09:14:43 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE9B0A4D9A6
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id DA3181C42
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id D9802A4D9A3; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9285A4D9A1
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 CA71D1C41
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL9Ehsu084467
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:14:43 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205482] [EXP-RUN] devel/py-setuptools
Date: Mon, 21 Dec 2015 09:14:43 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@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
 flagtypes.name
Message-ID: <bug-205482-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 09:14:44 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205482

            Bug ID: 205482
           Summary: [EXP-RUN] devel/py-setuptools
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: miwi@FreeBSD.org
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

Please exp-run https://reviews.freebsd.org/D4665

tq

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 09:14:43 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B28DBA4D998
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A1B1B1C3F
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 9EEC9A4D996; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E86FA4D994
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 794D41C3E
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:14:43 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL9EhFs084305
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:14:43 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: maintainer-feedback requested: [Bug 205482] [EXP-RUN]
 devel/py-setuptools
Date: Mon, 21 Dec 2015 09:14:43 +0000
X-Bugzilla-Type: request
Message-ID: <bug-205482-21822-qmnf6mLlNI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205482-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205482-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 09:14:43 -0000

Martin Wilke <miwi@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 205482: [EXP-RUN] devel/py-setuptools
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205482



--- Description ---
Please exp-run https://reviews.freebsd.org/D4665

tq

From owner-freebsd-python@freebsd.org  Mon Dec 21 09:15:10 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A10BA4DAF9
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 09:15:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 857741CE7
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 09:15:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 84CC8A4DAF8; Mon, 21 Dec 2015 09:15:10 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8469CA4DAF7
 for <python@mailman.ysv.freebsd.org>; Mon, 21 Dec 2015 09:15:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 756081CE6
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:15:10 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL9FAmt097382
 for <python@FreeBSD.org>; Mon, 21 Dec 2015 09:15:10 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205482] [EXP-RUN] devel/py-setuptools
Date: Mon, 21 Dec 2015 09:15:10 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205482-21822-b6L0qaEFxn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205482-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205482-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 09:15:10 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205482

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|python@FreeBSD.org          |portmgr@FreeBSD.org

--- Comment #1 from Martin Wilke <miwi@FreeBSD.org> ---
over to portmgr.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Mon Dec 21 12:32:18 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEC32A4EE53
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 12:32:18 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id BCBC0119C
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 12:32:18 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id B9793A4EE51; Mon, 21 Dec 2015 12:32:18 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EF05A4EE4F;
 Mon, 21 Dec 2015 12:32:18 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e7])
 (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 61229119A;
 Mon, 21 Dec 2015 12:32:18 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLCWHCE004171;
 Mon, 21 Dec 2015 12:32:17 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBLCWHTl004165;
 Mon, 21 Dec 2015 12:32:17 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 21 Dec 2015 12:32:17 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512211232.tBLCWHTl004165@beefy4.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-amd64-default][lang/python-doc-html] Failed for
 python-doc-html-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 12:32:19 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Log URL:        http://beefy4.nyi.freebsd.org/data/head-amd64-default/p404036_s292483/logs/python-doc-html-2.7.11.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p404036_s292483
Log:

====>> Building lang/python-doc-html
build started at Mon Dec 21 12:32:12 UTC 2015
port directory: /usr/ports/lang/python-doc-html
building for: FreeBSD head-amd64-default-job-14 11.0-CURRENT FreeBSD 11.0-CURRENT r292483 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-html/Makefile 386674 2015-05-18 12:18:26Z amdmi3 $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100091




!!! Jail is newer than host. (Jail: 1100091, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100091
UNAME_v=FreeBSD 11.0-CURRENT r292483
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-html-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-html/work  HOME=/wrkdirs/usr/ports/lang/python-doc-html/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-html"
DATADIR="share/python-doc-html"
WWWDIR="www/python-doc-html"
ETCDIR="etc/python-doc-html"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-html
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-html
WWWDIR=/usr/local/www/python-doc-html
ETCDIR=/usr/local/etc/python-doc-html
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-amd64-default-job-14] Installing pkg-1.6.2...
[head-amd64-default-job-14] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-html-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-html-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-html.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-html.tar.bz2: size mismatch: expected 4560822, actual 4575554
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-html

From owner-freebsd-python@freebsd.org  Mon Dec 21 12:42:22 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97CB1A4D2F8
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Mon, 21 Dec 2015 12:42:22 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 87BB1185B
 for <freebsd-python@freebsd.org>; Mon, 21 Dec 2015 12:42:22 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 83235A4D2EF; Mon, 21 Dec 2015 12:42:22 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68A34A4D2EC;
 Mon, 21 Dec 2015 12:42:22 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e7])
 (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 262FD1852;
 Mon, 21 Dec 2015 12:42:22 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBLCgLIb042619;
 Mon, 21 Dec 2015 12:42:21 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBLCgLiV042617;
 Mon, 21 Dec 2015 12:42:21 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 21 Dec 2015 12:42:21 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512211242.tBLCgLiV042617@beefy4.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-amd64-default][lang/python-doc-pdf-letter] Failed for
 python-doc-pdf-letter-2.7.11 in fetch
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 21 Dec 2015 12:42:22 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Log URL:        http://beefy4.nyi.freebsd.org/data/head-amd64-default/p404036_s292483/logs/python-doc-pdf-letter-2.7.11.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p404036_s292483
Log:

====>> Building lang/python-doc-pdf-letter
build started at Mon Dec 21 12:42:17 UTC 2015
port directory: /usr/ports/lang/python-doc-pdf-letter
building for: FreeBSD head-amd64-default-job-15 11.0-CURRENT FreeBSD 11.0-CURRENT r292483 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/python-doc-pdf-letter/Makefile 340722 2014-01-22 17:00:46Z mat $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100091




!!! Jail is newer than host. (Jail: 1100091, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100091
UNAME_v=FreeBSD 11.0-CURRENT r292483
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=python-doc-pdf-letter-2.7.11
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work  HOME=/wrkdirs/usr/ports/lang/python-doc-pdf-letter/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/python2.7"
EXAMPLESDIR="share/examples/python-doc-pdf-letter"
DATADIR="share/python-doc-pdf-letter"
WWWDIR="www/python-doc-pdf-letter"
ETCDIR="etc/python-doc-pdf-letter"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/python-doc-pdf-letter
DOCSDIR=/usr/local/share/doc/python2.7
EXAMPLESDIR=/usr/local/share/examples/python-doc-pdf-letter
WWWDIR=/usr/local/www/python-doc-pdf-letter
ETCDIR=/usr/local/etc/python-doc-pdf-letter
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-amd64-default-job-15] Installing pkg-1.6.2...
[head-amd64-default-job-15] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   python-doc-pdf-letter-2.7.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of python-doc-pdf-letter-2.7.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> python-2.7.11-docs-pdf-letter.tar.bz2 doesn't seem to exist in /portdistfiles/python.
=> Attempting to fetch http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/2.7.11/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Attempting to fetch http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://www.python.org/ftp/python/doc/current/python-2.7.11-docs-pdf-letter.tar.bz2: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2
fetch: http://distcache.FreeBSD.org/ports-distfiles/python/python-2.7.11-docs-pdf-letter.tar.bz2: size mismatch: expected 10710956, actual 10661547
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/python and try again.
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/python-doc-pdf-letter

From owner-freebsd-python@freebsd.org  Tue Dec 22 02:34:42 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D50BA4FC87
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 02:34:42 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id F01C21634
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 02:34:41 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id EF654A4FC86; Tue, 22 Dec 2015 02:34:41 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF0DEA4FC85
 for <python@mailman.ysv.freebsd.org>; Tue, 22 Dec 2015 02:34:41 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.freebsd.org (portscout.freebsd.org
 [IPv6:2001:1900:2254:206a::50:6])
 (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 E37A41632
 for <python@freebsd.org>; Tue, 22 Dec 2015 02:34:41 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.freebsd.org ([127.0.1.123])
 by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM2YfP3044314
 for <python@freebsd.org>; Tue, 22 Dec 2015 02:34:41 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.freebsd.org (8.15.2/8.15.2/Submit) id tBM2YfWt044308;
 Tue, 22 Dec 2015 02:34:41 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <201512220234.tBM2YfWt044308@portscout.freebsd.org>
X-Authentication-Warning: portscout.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Tue, 22 Dec 2015 02:34:41 +0000
From: portscout@FreeBSD.org
To: python@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 02:34:42 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/python@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
devel/py-pyopencl                               | 2015.1          | 2015.2.4
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.

From owner-freebsd-python@freebsd.org  Tue Dec 22 09:08:12 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5FC3A4F37F
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 09:08:12 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id B5FD01AAF
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 09:08:12 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id B1126A4F37D; Tue, 22 Dec 2015 09:08:12 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B065AA4F37B;
 Tue, 22 Dec 2015 09:08:12 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 633AF1AAD;
 Tue, 22 Dec 2015 09:08:12 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM98BOR082830;
 Tue, 22 Dec 2015 09:08:11 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBM98BOi082795;
 Tue, 22 Dec 2015 09:08:11 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 22 Dec 2015 09:08:11 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512220908.tBM98BOi082795@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 09:08:12 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404198/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404198
Log:

====>> Building x11-toolkits/py-fltk
build started at Tue Dec 22 09:07:44 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93amd64-default-job-11 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-11] Installing pkg-1.6.2...
[93amd64-default-job-11] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93amd64-default-job-11] Installing py27-setuptools27-18.7...
[93amd64-default-job-11] `-- Installing python27-2.7.11...
[93amd64-default-job-11] |   `-- Installing libffi-3.2.1...
[93amd64-default-job-11] |   | `-- Installing indexinfo-0.2.4...
[93amd64-default-job-11] |   | `-- Extracting indexinfo-0.2.4: .... done
[93amd64-default-job-11] |   `-- Extracting libffi-3.2.1: .......... done
[93amd64-default-job-11] |   `-- Installing gettext-runtime-0.19.6...
[93amd64-default-job-11] |   | `-- Installing libiconv-1.14_9...
[93amd64-default-job-11] |   | `-- Extracting libiconv-1.14_9: .......... done
[93amd64-default-job-11] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93amd64-default-job-11] `-- Extracting python27-2.7.11: .......... done
[93amd64-default-job-11] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93amd64-default-job-11] Installing libX11-1.6.3,1...
[93amd64-default-job-11] `-- Installing xproto-7.0.28...
[93amd64-default-job-11] `-- Extracting xproto-7.0.28: .......... done
[93amd64-default-job-11] `-- Installing kbproto-1.0.7...
[93amd64-default-job-11] `-- Extracting kbproto-1.0.7: .......... done
[93amd64-default-job-11] `-- Installing libXdmcp-1.1.2...
[93amd64-default-job-11] `-- Extracting libXdmcp-1.1.2: ......... done
[93amd64-default-job-11] `-- Installing libxcb-1.11.1...
[93amd64-default-job-11] |   `-- Installing libxml2-2.9.3...
[93amd64-default-job-11] |   `-- Extracting libxml2-2.9.3: .......... done
[93amd64-default-job-11] |   `-- Installing libpthread-stubs-0.3_6...
[93amd64-default-job-11] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93amd64-default-job-11] |   `-- Installing libXau-1.0.8_3...
[93amd64-default-job-11] |   `-- Extracting libXau-1.0.8_3: .......... done
[93amd64-default-job-11] `-- Extracting libxcb-1.11.1: .......... done
[93amd64-default-job-11] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93amd64-default-job-11] Installing fltk-1.3.3_2...
[93amd64-default-job-11] `-- Installing jpeg-turbo-1.4.2...
[93amd64-default-job-11] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93amd64-default-job-11] `-- Installing libXft-2.3.2_1...
[93amd64-default-job-11] |   `-- Installing fontconfig-2.11.1_1,1...
[93amd64-default-job-11] |   | `-- Installing expat-2.1.0_3...
[93amd64-default-job-11] |   | `-- Extracting expat-2.1.0_3: .......... done
[93amd64-default-job-11] |   | `-- Installing freetype2-2.6.2...
[93amd64-default-job-11] |   | `-- Extracting freetype2-2.6.2: .......... done
[93amd64-default-job-11] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93amd64-default-job-11] |   `-- Installing libXrender-0.9.9...
[93amd64-default-job-11] |   | `-- Installing renderproto-0.11.1...
[93amd64-default-job-11] |   | `-- Extracting renderproto-0.11.1: .... done
[93amd64-default-job-11] |   `-- Extracting libXrender-0.9.9: .......... done
[93amd64-default-job-11] `-- Extracting libXft-2.3.2_1: ......... done
[93amd64-default-job-11] `-- Installing libGLU-9.0.0_2...
[93amd64-default-job-11] |   `-- Installing libGL-11.0.7...
[93amd64-default-job-11] |   | `-- Installing dri2proto-2.8...
[93amd64-default-job-11] |   | `-- Extracting dri2proto-2.8: .... done
[93amd64-default-job-11] |   | `-- Installing libXdamage-1.1.4_3...
[93amd64-default-job-11] |   |   `-- Installing libXfixes-5.0.1_3...
[93amd64-default-job-11] |   |   | `-- Installing fixesproto-5.0...
[93amd64-default-job-11] |   |   | `-- Extracting fixesproto-5.0: .... done
[93amd64-default-job-11] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93amd64-default-job-11] |   |   `-- Installing damageproto-1.2.1...
[93amd64-default-job-11] |   |   `-- Extracting damageproto-1.2.1: .... done
[93amd64-default-job-11] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93amd64-default-job-11] |   | `-- Installing libdevq-0.0.2_1...
[93amd64-default-job-11] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93amd64-default-job-11] |   | `-- Installing gcc-4.8.5_2...
[93amd64-default-job-11] |   |   `-- Installing mpc-1.0.3...
[93amd64-default-job-11] |   |   | `-- Installing gmp-5.1.3_2...
[93amd64-default-job-11] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93amd64-default-job-11] |   |   | `-- Installing mpfr-3.1.3...
[93amd64-default-job-11] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93amd64-default-job-11] |   |   `-- Extracting mpc-1.0.3: ...... done
[93amd64-default-job-11] |   |   `-- Installing gcc-ecj-4.5...
[93amd64-default-job-11] |   |   `-- Extracting gcc-ecj-4.5: . done
[93amd64-default-job-11] |   |   `-- Installing binutils-2.25.1...
[93amd64-default-job-11] |   |   `-- Extracting binutils-2.25.1: .......... done
[93amd64-default-job-11] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93amd64-default-job-11] |   | `-- Installing libXxf86vm-1.1.4_1...
[93amd64-default-job-11] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93amd64-default-job-11] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93amd64-default-job-11] |   |   `-- Installing libXext-1.3.3_1,1...
[93amd64-default-job-11] |   |   | `-- Installing xextproto-7.3.0...
[93amd64-default-job-11] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93amd64-default-job-11] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93amd64-default-job-11] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93amd64-default-job-11] |   | `-- Installing libdrm-2.4.65_1,1...
[93amd64-default-job-11] |   |   `-- Installing libpciaccess-0.13.4...
[93amd64-default-job-11] |   |   | `-- Installing pciids-20151205...
[93amd64-default-job-11] |   |   | `-- Extracting pciids-20151205: ...... done
[93amd64-default-job-11] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93amd64-default-job-11] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93amd64-default-job-11] |   | `-- Installing libxshmfence-1.2...
[93amd64-default-job-11] |   | `-- Extracting libxshmfence-1.2: ......... done
[93amd64-default-job-11] |   | `-- Installing libglapi-11.0.7...
[93amd64-default-job-11] |   |   `-- Installing libXvMC-1.0.9...
[93amd64-default-job-11] |   |   | `-- Installing libXv-1.0.10_3,1...
[93amd64-default-job-11] |   |   |   `-- Installing videoproto-2.3.2...
[93amd64-default-job-11] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93amd64-default-job-11] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93amd64-default-job-11] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93amd64-default-job-11] |   | `-- Extracting libglapi-11.0.7: ... done
[93amd64-default-job-11] |   `-- Extracting libGL-11.0.7: .......... done
[93amd64-default-job-11] `-- Extracting libGLU-9.0.0_2: ...... done
[93amd64-default-job-11] `-- Installing png-1.6.20...
[93amd64-default-job-11] `-- Extracting png-1.6.20: .......... done
[93amd64-default-job-11] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Tue Dec 22 09:10:07 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1CDBA4F482
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 09:10:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id B1D361CC0
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 09:10:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id B0CE7A4F481; Tue, 22 Dec 2015 09:10:07 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0223A4F47F;
 Tue, 22 Dec 2015 09:10:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 5AD621CBE;
 Tue, 22 Dec 2015 09:10:07 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM9A61q086051;
 Tue, 22 Dec 2015 09:10:06 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBM9A6xL086050;
 Tue, 22 Dec 2015 09:10:06 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 22 Dec 2015 09:10:06 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512220910.tBM9A6xL086050@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 09:10:07 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404198/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404198
Log:

====>> Building x11-toolkits/py-fltk
build started at Tue Dec 22 09:09:43 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93i386-default-job-13 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-13] Installing pkg-1.6.2...
[93i386-default-job-13] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93i386-default-job-13] Installing py27-setuptools27-18.7...
[93i386-default-job-13] `-- Installing python27-2.7.11...
[93i386-default-job-13] |   `-- Installing libffi-3.2.1...
[93i386-default-job-13] |   | `-- Installing indexinfo-0.2.4...
[93i386-default-job-13] |   | `-- Extracting indexinfo-0.2.4: .... done
[93i386-default-job-13] |   `-- Extracting libffi-3.2.1: .......... done
[93i386-default-job-13] |   `-- Installing gettext-runtime-0.19.6...
[93i386-default-job-13] |   | `-- Installing libiconv-1.14_9...
[93i386-default-job-13] |   | `-- Extracting libiconv-1.14_9: .......... done
[93i386-default-job-13] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93i386-default-job-13] `-- Extracting python27-2.7.11: .......... done
[93i386-default-job-13] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93i386-default-job-13] Installing libX11-1.6.3,1...
[93i386-default-job-13] `-- Installing xproto-7.0.28...
[93i386-default-job-13] `-- Extracting xproto-7.0.28: .......... done
[93i386-default-job-13] `-- Installing kbproto-1.0.7...
[93i386-default-job-13] `-- Extracting kbproto-1.0.7: .......... done
[93i386-default-job-13] `-- Installing libXdmcp-1.1.2...
[93i386-default-job-13] `-- Extracting libXdmcp-1.1.2: ......... done
[93i386-default-job-13] `-- Installing libxcb-1.11.1...
[93i386-default-job-13] |   `-- Installing libxml2-2.9.3...
[93i386-default-job-13] |   `-- Extracting libxml2-2.9.3: .......... done
[93i386-default-job-13] |   `-- Installing libpthread-stubs-0.3_6...
[93i386-default-job-13] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93i386-default-job-13] |   `-- Installing libXau-1.0.8_3...
[93i386-default-job-13] |   `-- Extracting libXau-1.0.8_3: .......... done
[93i386-default-job-13] `-- Extracting libxcb-1.11.1: .......... done
[93i386-default-job-13] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93i386-default-job-13] Installing fltk-1.3.3_2...
[93i386-default-job-13] `-- Installing jpeg-turbo-1.4.2...
[93i386-default-job-13] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93i386-default-job-13] `-- Installing libXft-2.3.2_1...
[93i386-default-job-13] |   `-- Installing fontconfig-2.11.1_1,1...
[93i386-default-job-13] |   | `-- Installing expat-2.1.0_3...
[93i386-default-job-13] |   | `-- Extracting expat-2.1.0_3: .......... done
[93i386-default-job-13] |   | `-- Installing freetype2-2.6.2...
[93i386-default-job-13] |   | `-- Extracting freetype2-2.6.2: .......... done
[93i386-default-job-13] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93i386-default-job-13] |   `-- Installing libXrender-0.9.9...
[93i386-default-job-13] |   | `-- Installing renderproto-0.11.1...
[93i386-default-job-13] |   | `-- Extracting renderproto-0.11.1: .... done
[93i386-default-job-13] |   `-- Extracting libXrender-0.9.9: .......... done
[93i386-default-job-13] `-- Extracting libXft-2.3.2_1: ......... done
[93i386-default-job-13] `-- Installing libGLU-9.0.0_2...
[93i386-default-job-13] |   `-- Installing libGL-11.0.7...
[93i386-default-job-13] |   | `-- Installing dri2proto-2.8...
[93i386-default-job-13] |   | `-- Extracting dri2proto-2.8: .... done
[93i386-default-job-13] |   | `-- Installing libXdamage-1.1.4_3...
[93i386-default-job-13] |   |   `-- Installing libXfixes-5.0.1_3...
[93i386-default-job-13] |   |   | `-- Installing fixesproto-5.0...
[93i386-default-job-13] |   |   | `-- Extracting fixesproto-5.0: .... done
[93i386-default-job-13] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93i386-default-job-13] |   |   `-- Installing damageproto-1.2.1...
[93i386-default-job-13] |   |   `-- Extracting damageproto-1.2.1: .... done
[93i386-default-job-13] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93i386-default-job-13] |   | `-- Installing libdevq-0.0.2_1...
[93i386-default-job-13] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93i386-default-job-13] |   | `-- Installing gcc-4.8.5_2...
[93i386-default-job-13] |   |   `-- Installing mpc-1.0.3...
[93i386-default-job-13] |   |   | `-- Installing gmp-5.1.3_2...
[93i386-default-job-13] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93i386-default-job-13] |   |   | `-- Installing mpfr-3.1.3...
[93i386-default-job-13] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93i386-default-job-13] |   |   `-- Extracting mpc-1.0.3: ...... done
[93i386-default-job-13] |   |   `-- Installing gcc-ecj-4.5...
[93i386-default-job-13] |   |   `-- Extracting gcc-ecj-4.5: . done
[93i386-default-job-13] |   |   `-- Installing binutils-2.25.1...
[93i386-default-job-13] |   |   `-- Extracting binutils-2.25.1: .......... done
[93i386-default-job-13] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93i386-default-job-13] |   | `-- Installing libXxf86vm-1.1.4_1...
[93i386-default-job-13] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93i386-default-job-13] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93i386-default-job-13] |   |   `-- Installing libXext-1.3.3_1,1...
[93i386-default-job-13] |   |   | `-- Installing xextproto-7.3.0...
[93i386-default-job-13] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93i386-default-job-13] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93i386-default-job-13] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93i386-default-job-13] |   | `-- Installing libdrm-2.4.65_1,1...
[93i386-default-job-13] |   |   `-- Installing libpciaccess-0.13.4...
[93i386-default-job-13] |   |   | `-- Installing pciids-20151205...
[93i386-default-job-13] |   |   | `-- Extracting pciids-20151205: ...... done
[93i386-default-job-13] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93i386-default-job-13] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93i386-default-job-13] |   | `-- Installing libxshmfence-1.2...
[93i386-default-job-13] |   | `-- Extracting libxshmfence-1.2: ......... done
[93i386-default-job-13] |   | `-- Installing libglapi-11.0.7...
[93i386-default-job-13] |   |   `-- Installing libXvMC-1.0.9...
[93i386-default-job-13] |   |   | `-- Installing libXv-1.0.10_3,1...
[93i386-default-job-13] |   |   |   `-- Installing videoproto-2.3.2...
[93i386-default-job-13] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93i386-default-job-13] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93i386-default-job-13] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93i386-default-job-13] |   | `-- Extracting libglapi-11.0.7: ... done
[93i386-default-job-13] |   `-- Extracting libGL-11.0.7: .......... done
[93i386-default-job-13] `-- Extracting libGLU-9.0.0_2: ...... done
[93i386-default-job-13] `-- Installing png-1.6.20...
[93i386-default-job-13] `-- Extracting png-1.6.20: .......... done
[93i386-default-job-13] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Tue Dec 22 15:31:00 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C07DDA4F65B
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 15:31:00 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id AB29617B1
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 15:31:00 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A8D8BA4F65A; Tue, 22 Dec 2015 15:31:00 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8708A4F659
 for <python@mailman.ysv.freebsd.org>; Tue, 22 Dec 2015 15:31:00 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 98D6717AE
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 15:31:00 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFV0I0006122
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 15:31:00 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 203733] [NEW PORT] net/py-dugong: HTTP 1.1 client module
 designed for RESTful protocols
Date: Tue, 22 Dec 2015 15:31:00 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-203733-21822-nNeAKCq3Ma@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203733-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-203733-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 15:31:00 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203733

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|Open                        |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Tue Dec 22 15:31:24 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC99CA4F6BE
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 15:31:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A753B197E
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 15:31:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A6FD1A4F6BD; Tue, 22 Dec 2015 15:31:24 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A69BDA4F6BC
 for <python@mailman.ysv.freebsd.org>; Tue, 22 Dec 2015 15:31:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 7E4AB197C
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 15:31:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMFVO8I007836
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 15:31:24 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 203733] [NEW PORT] net/py-dugong: HTTP 1.1 client module
 designed for RESTful protocols
Date: Tue, 22 Dec 2015 15:31:24 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-203733-21822-L0NyGApwzL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203733-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-203733-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 15:31:24 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203733

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: miwi
Date: Tue Dec 22 15:31:06 UTC 2015
New revision: 404243
URL: https://svnweb.freebsd.org/changeset/ports/404243

Log:
  The Python Dugong module provides an API for communicating with HTTP 1.1
  servers. It is an alternative to the standard library's http.client (formerly
  httplib) module. In contrast to http.client, Dugong:

  * allows you to send multiple requests right after each other without having
to
    read the responses first.
  * supports waiting for 100-continue before sending the request body.
  * raises an exception instead of silently delivering partial data if the
    connection is closed before all data has been received.
  * raises one specific exception (ConnectionClosed) if the connection has been
    closed (while http.client connection may raise any of BrokenPipeError,
    BadStatusLine, ConnectionAbortedError, ConnectionResetError, IncompleteRead
    or simply return '' on read)
  * supports non-blocking, asynchronous operation and is compatible with the
    asyncio module.
  * can in most cases distinguish between an unavailable DNS server and an
    unresolvable hostname.
  * is not compatible with old HTTP 0.9 or 1.0 servers.

  All request and response headers are represented as str, but must be
encodable
  in latin1. Request and response body must be bytes-like objects or binary
  streams.

  WWW: https://bitbucket.org/nikratio/python-dugong/

  PR:        203733
  Submitted by:    niklaas@kulturflatrate.net
  Approved by:  mat (mentor)
  Differential Revision: D4639

Changes:
  head/net/Makefile
  head/net/py-dugong/
  head/net/py-dugong/Makefile
  head/net/py-dugong/distinfo
  head/net/py-dugong/pkg-descr

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Tue Dec 22 23:04:05 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49A0EA4F1F5
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Tue, 22 Dec 2015 23:04:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 35125182D
 for <freebsd-python@freebsd.org>; Tue, 22 Dec 2015 23:04:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 33B5EA4F1F4; Tue, 22 Dec 2015 23:04:05 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33414A4F1F3
 for <python@mailman.ysv.freebsd.org>; Tue, 22 Dec 2015 23:04:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 2462F182C
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 23:04:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMN45De041433
 for <python@FreeBSD.org>; Tue, 22 Dec 2015 23:04:05 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205348] www/py-django: Update to 1.8.7
Date: Tue, 22 Dec 2015 23:04:04 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: vlad-fbsd@acheronmedia.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: short_desc keywords
Message-ID: <bug-205348-21822-NIR6D5We4y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205348-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205348-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Dec 2015 23:04:05 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205348

Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|www/py-django: outdated and |www/py-django: Update to
                   |out-of-sync with            |1.8.7
                   |www/py-django18             |
           Keywords|                            |needs-qa, patch,
                   |                            |patch-ready

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 00:26:04 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04ED2A50C37
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 00:26:04 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id E511812B7
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 00:26:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id E145BA50C36; Wed, 23 Dec 2015 00:26:03 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0DC3A50C35
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 00:26:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 D262912B6
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 00:26:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBN0Q3nK071570
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 00:26:03 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205519] www/py-werkzeug: Update to 0.11.3
Date: Wed, 23 Dec 2015 00:26:04 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: vlad-fbsd@acheronmedia.com
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc keywords
Message-ID: <bug-205519-21822-XKnvKwHz8D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205519-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205519-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 00:26:04 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205519

Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |python@FreeBSD.org
           Keywords|                            |easy, patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 12:13:37 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D4A0A507E1
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 12:13:37 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 57A7B199D
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 12:13:37 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 57731A507E0; Wed, 23 Dec 2015 12:13:37 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57176A507DF
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 12:13:37 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 474D3199B
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 12:13:37 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNCDbaY008897
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 12:13:37 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195513] lang/python32: Fix build with LibreSSL
Date: Wed, 23 Dec 2015 12:13:37 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-195513-21822-vXNuDB4peW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 12:13:37 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150006|0                           |1
        is obsolete|                            |
 Attachment #150007|0                           |1
        is obsolete|                            |
 Attachment #150008|0                           |1
        is obsolete|                            |

--- Comment #6 from Bernard Spil <brnrd@freebsd.org> ---
Created attachment 164544
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164544&action=edit
svn diff for lang/python32

 - Re-rolled the patch for 3.2.6
 - Include No-SSLv3 bits

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 12:31:39 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D86C7A50D72
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 12:31:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id C2B4010F5
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 12:31:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id C0CF9A50D71; Wed, 23 Dec 2015 12:31:39 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF6ABA50D70
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 12:31:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 A5AD410F3
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 12:31:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNCVdgE072843
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 12:31:39 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195513] lang/python32: Fix build with LibreSSL
Date: Wed, 23 Dec 2015 12:31:39 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-195513-21822-5Wmvr8n65C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 12:31:39 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150009|0                           |1
        is obsolete|                            |

--- Comment #7 from Bernard Spil <brnrd@freebsd.org> ---
Created attachment 164548
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164548&action=edit
Output of the test_ssl unit test

Refreshed output of test_ssl.py
 - Contains errors that should be expected for openssl version and SSLv3

Poudriere testport output can be found at
https://brnrd.eu/poudriere/data/102amd64-svn/2015-12-23_12h50m34s/logs/python32-3.2.6.log

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 14:26:40 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C22FA500EF
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 14:26:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 067051149
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 14:26:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 043C8A500ED; Wed, 23 Dec 2015 14:26:40 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03D2AA500EC
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 14:26:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 E6ED21148
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:26:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNEQdTV013452
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:26:39 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195513] lang/python32: Fix build with LibreSSL
Date: Wed, 23 Dec 2015 14:26:40 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-195513-21822-tB9EXPD1W8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 14:26:40 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #8 from Bernard Spil <brnrd@freebsd.org> ---
This is now handled in https://reviews.freebsd.org/D4695

  - Update to 3.3.6
  - Fix No-EGD
  - Fix no-SSLv3

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 14:28:09 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3FE2A50143
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 14:28:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 8E7DA118C
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 14:28:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 8E7C4A50142; Wed, 23 Dec 2015 14:28:09 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E1AAA50141
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 14:28:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 7E2B6118B
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:28:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNES92E015261
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:28:09 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195513] lang/python32: Fix build with LibreSSL
Date: Wed, 23 Dec 2015 14:28:09 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: Open
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-195513-21822-zQhRuBANhp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 14:28:09 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Open

--- Comment #9 from Bernard Spil <brnrd@freebsd.org> ---
Scrap my previous comment, that's for 3.3 not 3.2!

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 14:28:35 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAD0BA50182
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 14:28:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id C51EB11C2
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 14:28:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id C514FA50180; Wed, 23 Dec 2015 14:28:35 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4837A5017F
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 14:28:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 B490F11C1
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:28:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNESZAc015797
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 14:28:35 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195511] lang/python33: Fix build with LibreSSL
Date: Wed, 23 Dec 2015 14:28:36 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-195511-21822-vaErGhMtaa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195511-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195511-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 14:28:35 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195511

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #6 from Bernard Spil <brnrd@freebsd.org> ---
This is now handled in https://reviews.freebsd.org/D4695

  - Update to 3.3.6
  - Fix No-EGD
  - Fix no-SSLv3

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 16:50:59 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F6F7A50F33
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 2F0771BA5
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 2DDF3A50F32; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C76FA50F31
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 05F8F1BA4
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNGowB9003506
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:50:58 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: maintainer-feedback requested: [Bug 205546] devel/py-pymarc update
 to 3.1.1
Date: Wed, 23 Dec 2015 16:50:59 +0000
X-Bugzilla-Type: request
Message-ID: <bug-205546-21822-xh7d0NjXTk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 16:50:59 -0000

jochen@jochen-neumeister.de has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python@FreeBSD.org>:
Bug 205546: devel/py-pymarc update to 3.1.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205546



--- Description ---
Created attachment 164557
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164557&action=edit
py-mymarc.diff

From owner-freebsd-python@freebsd.org  Wed Dec 23 16:50:59 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 564E0A50F36
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 422C41BA7
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 41219A50F35; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FDCCA50F34
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 316821BA6
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:50:59 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNGox89003509
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:50:59 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205546] devel/py-pymarc update to 3.1.1
Date: Wed, 23 Dec 2015 16:50:59 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: jochen@jochen-neumeister.de
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: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 16:50:59 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205546

            Bug ID: 205546
           Summary: devel/py-pymarc update to 3.1.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: jochen@jochen-neumeister.de
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

Created attachment 164557
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164557&action=edit
py-mymarc.diff

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 16:51:31 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACB7BA50F88
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 16:51:31 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 986391C67
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 16:51:31 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 975A8A50F87; Wed, 23 Dec 2015 16:51:31 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96F1CA50F86
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 16:51:31 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 8831F1C66
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:51:31 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNGpVVo005992
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:51:31 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205546] devel/py-pymarc update to 3.1.1
Date: Wed, 23 Dec 2015 16:51:31 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: jochen@jochen-neumeister.de
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: attachments.created
Message-ID: <bug-205546-21822-NfSIM3jCHT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 16:51:31 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205546

--- Comment #1 from jochen@jochen-neumeister.de ---
Created attachment 164558
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164558&action=edit
log 93amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 16:51:49 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC42DA50FA9
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 16:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id D7EE91CBE
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 16:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id D6DCFA50FA8; Wed, 23 Dec 2015 16:51:49 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6771A50FA7
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 16:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 C7E0B1CBD
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNGpnjS006865
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 16:51:49 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205546] devel/py-pymarc update to 3.1.1
Date: Wed, 23 Dec 2015 16:51:49 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: jochen@jochen-neumeister.de
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: attachments.created
Message-ID: <bug-205546-21822-ZBzPiClOJc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 16:51:50 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205546

--- Comment #2 from jochen@jochen-neumeister.de ---
Created attachment 164559
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164559&action=edit
log 102amd64

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 17:18:45 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2FD1A4FB57
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 17:18:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id CEEEB1BB1
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 17:18:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id CD7D0A4FB56; Wed, 23 Dec 2015 17:18:45 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD186A4FB55
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 17:18:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 BEDF91BB0
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:18:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNHIjgw094893
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:18:45 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205546] devel/py-pymarc update to 3.1.1
Date: Wed, 23 Dec 2015 17:18:45 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205546-21822-iO6mS9oghy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205546-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 17:18:46 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205546

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 17:22:01 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A27A4FCBF
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 17:22:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 1EC201D70
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 17:22:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 1D48BA4FCBE; Wed, 23 Dec 2015 17:22:01 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BFDBA4FCBD
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 17:22:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 07ED41D6F
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:22:01 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNHM0Vh004604
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:22:00 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 197682] [NEW PORT] devel/py-autopep8: Automatically formats
 Python code to PEP8 style guide
Date: Wed, 23 Dec 2015 17:22:01 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution cc assigned_to bug_status
Message-ID: <bug-197682-21822-TshWvpsxA9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197682-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-197682-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 17:22:01 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197682

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Feedback Timeout
                 CC|                            |miwi@FreeBSD.org
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org
             Status|New                         |Closed

--- Comment #2 from Martin Wilke <miwi@FreeBSD.org> ---
Feedback timeout 10 months +

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 17:23:11 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94E78A4FD06
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 17:23:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 865151DF8
 for <freebsd-python@FreeBSD.org>; Wed, 23 Dec 2015 17:23:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNHNBCO007455
 for <freebsd-python@FreeBSD.org>; Wed, 23 Dec 2015 17:23:11 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-python@FreeBSD.org
Subject: [Bug 198983] [patch]deskutils/py-pycarddav: fix DISTNAME/PORTNAME
Date: Wed, 23 Dec 2015 17:23:11 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution cc bug_status assigned_to
Message-ID: <bug-198983-17421-uL9ZYm4VNX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198983-17421@https.bugs.freebsd.org/bugzilla/>
References: <bug-198983-17421@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 17:23:11 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198983

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Rejected
                 CC|                            |miwi@FreeBSD.org
             Status|New                         |Closed
           Assignee|freebsd-python@FreeBSD.org  |miwi@FreeBSD.org

--- Comment #4 from Martin Wilke <miwi@FreeBSD.org> ---
Port exist already in the ports tree. 

Thanks for you submission.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Wed Dec 23 17:27:05 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B8D1A4FEF1
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Wed, 23 Dec 2015 17:27:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 5785C1FF9
 for <freebsd-python@freebsd.org>; Wed, 23 Dec 2015 17:27:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 5628DA4FEEF; Wed, 23 Dec 2015 17:27:05 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55C9BA4FEEB
 for <python@mailman.ysv.freebsd.org>; Wed, 23 Dec 2015 17:27:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 4772E1FF8
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:27:05 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNHR5rv013090
 for <python@FreeBSD.org>; Wed, 23 Dec 2015 17:27:05 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205519] www/py-werkzeug: Update to 0.11.3
Date: Wed, 23 Dec 2015 17:27:05 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: olivierd@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205519-21822-A33pqF67oX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205519-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205519-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 23 Dec 2015 17:27:05 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205519

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |olivierd@FreeBSD.org
                   |org                         |

--- Comment #1 from Martin Wilke <miwi@FreeBSD.org> ---
Submitter is committer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 01:49:29 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C71FA4E57C
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 01:49:29 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 3748F1EE7
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 01:49:29 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 34CC8A4E57B; Thu, 24 Dec 2015 01:49:29 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34686A4E57A
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 01:49:29 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 24FBB1EE6
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 01:49:29 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO1nT9I052266
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 01:49:29 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 01:49:29 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: vlad-fbsd@acheronmedia.com
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: keywords cc
Message-ID: <bug-205559-21822-j6LVpcPeqD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 01:49:29 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy, patch
                 CC|                            |python@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 01:51:49 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF5F5A4E721
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 01:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 9A2971018
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 01:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 99CA3A4E720; Thu, 24 Dec 2015 01:51:49 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 995EDA4E71F
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 01:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 89C1B1017
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 01:51:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO1pn38013175
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 01:51:49 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 01:51:49 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: vlad-fbsd@acheronmedia.com
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-205559-21822-LnxOgzISFw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 01:51:49 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

--- Comment #1 from Vladimir Krstulja <vlad-fbsd@acheronmedia.com> ---
Created attachment 164576
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164576&action=edit
Poudriere testport log with Python27

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 02:16:23 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8169A4EFD9
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 02:16:23 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id C289E1CCD
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 02:16:23 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id C27F8A4EFD8; Thu, 24 Dec 2015 02:16:23 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C213DA4EFD7
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 02:16:23 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 B201B1CCC
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 02:16:23 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO2GN09000442
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 02:16:23 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 02:16:23 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: vlad-fbsd@acheronmedia.com
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: keywords
Message-ID: <bug-205559-21822-bqHPjjp3jV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 02:16:23 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

Vladimir Krstulja <vlad-fbsd@acheronmedia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch-ready

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 09:06:19 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A99D6A51EF4
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 09:06:19 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 9599C1DA1
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 09:06:19 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 92275A51EF3; Thu, 24 Dec 2015 09:06:19 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C6EA51EF2
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 09:06:19 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 8376A1DA0
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:06:19 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO96Jek033438
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:06:19 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 09:06:19 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205559-21822-DupM2hmEy9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 09:06:19 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|freebsd-ports-bugs@FreeBSD. |miwi@FreeBSD.org
                   |org                         |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 09:31:42 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19914A4F534
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 09:31:42 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 0568D1606
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 09:31:42 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 03C24A4F533; Thu, 24 Dec 2015 09:31:42 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 035D0A4F532
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 09:31:42 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 E8D701605
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:31:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO9Vf5N071574
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:31:41 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 170788] lang/python27: PyQT applications crash Python 2.7 (core
 dump)
Date: Thu, 24 Dec 2015 09:31:42 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution assigned_to cc bug_status
Message-ID: <bug-170788-21822-KURE57amoX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-170788-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-170788-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 09:31:42 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170788

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Feedback Timeout
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org
                 CC|                            |miwi@FreeBSD.org
             Status|In Progress                 |Closed

--- Comment #7 from Martin Wilke <miwi@FreeBSD.org> ---
Feedback timeout.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 09:34:57 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B91CA4F6E3
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 09:34:57 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 6742C1798
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 09:34:57 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 63E8CA4F6E2; Thu, 24 Dec 2015 09:34:57 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62973A4F6E1
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 09:34:57 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 4FB221797
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:34:57 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBO9YvfE077498
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 09:34:57 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 196935] lang/python27: Fails during install on PPC 10.1-RELEASE
Date: Thu, 24 Dec 2015 09:34:57 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-196935-21822-0MATJvRnub@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196935-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-196935-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 09:34:57 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196935

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org

--- Comment #4 from Martin Wilke <miwi@FreeBSD.org> ---
Hi,

Is this problem still present with the new python version?

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:07:47 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565B3A501D0
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:07:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 420A11297
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:07:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 40D53A501CF; Thu, 24 Dec 2015 10:07:47 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40650A501CC
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:07:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 31B671296
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:07:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOA7lDI079098
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:07:47 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 10:07:47 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-205054-21822-oIEAWGs7JV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:07:47 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |In Progress

--- Comment #2 from Martin Wilke <miwi@FreeBSD.org> ---
Hi,

Build fails.

http://pkgdev.miwibox.org/data/110amd64-miwi/2015-12-24_15h50m26s/logs/errors/py27-mock-1.3.0.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:10:49 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E063A502AB
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:10:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 39BF51443
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:10:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 36685A502AA; Thu, 24 Dec 2015 10:10:49 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35FD8A502A9
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:10:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 2756E1442
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:10:49 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAAnKB084155
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:10:49 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 10:10:49 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-205559-21822-4NaLGZED0C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:10:49 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|New                         |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:11:18 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F38AA503A8
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:11:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 5B0E1175C
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:11:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 59DA3A503A6; Thu, 24 Dec 2015 10:11:18 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59735A503A5
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:11:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 4AD99175B
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:11:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOABIF3085491
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:11:18 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205559] devel/py-jsmin: Update to 2.2.0, take MAINTAINER'ship
Date: Thu, 24 Dec 2015 10:11:18 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-205559-21822-fsf3HA3Sfw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205559-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:11:18 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205559

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: miwi
Date: Thu Dec 24 10:10:50 UTC 2015
New revision: 404338
URL: https://svnweb.freebsd.org/changeset/ports/404338

Log:
  - Update to 2.2.0
  - Switch to do-test
  - Pass maintainership to submitter

  PR:        205559
  Submitted by:    vlad-fbsd@acheronmedia.com

Changes:
  head/devel/py-jsmin/Makefile
  head/devel/py-jsmin/distinfo

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:33:45 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC192A5093E
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:33:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id C76121E6F
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:33:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id C640EA5093D; Thu, 24 Dec 2015 10:33:45 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5D0FA5093B
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:33:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 B6C461E6E
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:33:45 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAXj6V034783
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:33:45 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 10:33:45 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yuri@rawbw.com
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name
 attachments.created
Message-ID: <bug-205054-21822-lCoS6WMTXx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:33:46 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

yuri@rawbw.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #163890|0                           |1
        is obsolete|                            |
 Attachment #163890|maintainer-approval?(jessek |
              Flags|empf@gmail.com)             |

--- Comment #3 from yuri@rawbw.com ---
Created attachment 164588
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164588&action=edit
patch

Sorry, it was a missing dependency.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:34:26 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C25FA5099A
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:34:26 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id EBF1A1ECE
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:34:25 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id EACEFA50998; Thu, 24 Dec 2015 10:34:25 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA6C0A50996
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:34:25 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 DB9F81ECC
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:34:25 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAYPsD035774
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:34:25 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 10:34:25 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yuri@rawbw.com
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.ispatch
Message-ID: <bug-205054-21822-Bg6b4jQaKj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:34:26 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

yuri@rawbw.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164588|0                           |1
           is patch|                            |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:41:40 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 265DFA50B74
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:41:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 120611168
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:41:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 0EDD9A50B72; Thu, 24 Dec 2015 10:41:40 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E776A50B71
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:41:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 F34FA1167
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:41:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAfdW0048949
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:41:39 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 10:41:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: keywords
Message-ID: <bug-205054-21822-ItpvRfkpQU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:41:40 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:42:17 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EF99A50C64
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:42:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 3A7A3122B
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:42:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 396F9A50C62; Thu, 24 Dec 2015 10:42:17 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39178A50C61
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:42:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 2A6F1122A
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:42:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAgHUq051613
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:42:17 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 10:42:16 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-205054-21822-D1pmbAbPnZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:42:17 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164588|                            |maintainer-approval?(jessek
              Flags|                            |empf@gmail.com)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 10:46:38 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D3CCA50DE9
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 10:46:38 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 385771392
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 10:46:38 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 3750AA50DE6; Thu, 24 Dec 2015 10:46:38 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36ECBA50DE5
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 10:46:38 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 2785F1391
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:46:38 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOAkcUF060177
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 10:46:38 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 196935] lang/python27: Fails during install on PPC 10.1-RELEASE
Date: Thu, 24 Dec 2015 10:46:38 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: assigned_to bug_status resolution
Message-ID: <bug-196935-21822-euACEHodDK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196935-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-196935-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 10:46:38 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196935

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org
             Status|Open                        |Closed
         Resolution|---                         |FIXED

--- Comment #5 from Martin Wilke <miwi@FreeBSD.org> ---
It is fixed, current python builds fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 11:03:24 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1727AA51334
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 11:03:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 025D01D2B
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 11:03:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 0163BA51333; Thu, 24 Dec 2015 11:03:24 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00F76A51332
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 11:03:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 E60E71D2A
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 11:03:23 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOB3NoR030747
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 11:03:23 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205348] www/py-django: Update to 1.8.7
Date: Thu, 24 Dec 2015 11:03:23 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch, patch-ready
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205348-21822-LqvEkOnNsK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205348-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205348-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 11:03:24 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205348

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 11:55:40 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01D76A501FE
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 11:55:40 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id E0D731D74
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 11:55:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id DE213A501FD; Thu, 24 Dec 2015 11:55:39 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDBF2A501FC
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 11:55:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 CE2D11D73
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 11:55:39 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOBtdZ7037815
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 11:55:39 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195511] lang/python33: Fix build with LibreSSL
Date: Thu, 24 Dec 2015 11:55:40 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: brnrd@freebsd.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: assigned_to bug_file_loc
Message-ID: <bug-195511-21822-40Ei95j0OT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195511-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195511-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 11:55:40 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195511

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|python@FreeBSD.org          |brnrd@freebsd.org
                URL|                            |https://reviews.freebsd.org
                   |                            |/D4695

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 13:50:03 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0883A50F92
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 13:50:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id BB97C1F05
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 13:50:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id B8EAAA50F90; Thu, 24 Dec 2015 13:50:03 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7931A50F8E
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 13:50:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 A42281F04
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 13:50:03 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBODo3jD081468
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 13:50:03 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 195513] lang/python32: Fix build with LibreSSL
Date: Thu, 24 Dec 2015 13:50:03 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brnrd@freebsd.org
X-Bugzilla-Status: Open
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: brnrd@freebsd.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_file_loc assigned_to
Message-ID: <bug-195513-21822-Xt2ds0n5Kh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-195513-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 13:50:03 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513

Bernard Spil <brnrd@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://reviews.freebsd.org
                   |                            |/D4701
           Assignee|python@FreeBSD.org          |brnrd@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 14:06:27 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7984A5149E
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 14:06:27 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 92DFD1D9E
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 14:06:27 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 8FE94A5149D; Thu, 24 Dec 2015 14:06:27 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F83EA5149C
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 14:06:27 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 806FB1D9D
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 14:06:27 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE6RpL053439
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 14:06:27 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 14:06:27 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-205054-21822-6EufA7hZhS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 14:06:27 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |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 24 14:06:50 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A394EA514AD
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 14:06:50 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 8F1DA1DA9
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 14:06:50 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 8E331A514AC; Thu, 24 Dec 2015 14:06:50 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DDA5A514AB
 for <python@mailman.ysv.freebsd.org>; Thu, 24 Dec 2015 14:06:50 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 7EEC91DA8
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 14:06:50 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOE6oFk054023
 for <python@FreeBSD.org>; Thu, 24 Dec 2015 14:06:50 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205054] devel/py-mock: Update to 1.3.0
Date: Thu, 24 Dec 2015 14:06:50 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-205054-21822-Tt6ztWpeLp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205054-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 14:06:50 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205054

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: miwi
Date: Thu Dec 24 14:06:01 UTC 2015
New revision: 404364
URL: https://svnweb.freebsd.org/changeset/ports/404364

Log:
  - Update to 1.3.0

  PR:        205054
  Submitted by:    yuri@rawbw.com
  Approved by:    maintainer timeout

Changes:
  head/devel/py-mock/Makefile
  head/devel/py-mock/distinfo

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Thu Dec 24 16:07:29 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53B3CA51220
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 16:07:29 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 441861346
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 16:07:29 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 3F3CEA5121E; Thu, 24 Dec 2015 16:07:29 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E45FA5121C;
 Thu, 24 Dec 2015 16:07:29 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 E20831344;
 Thu, 24 Dec 2015 16:07:28 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOG7S5r090501;
 Thu, 24 Dec 2015 16:07:28 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBOG7S9B090496;
 Thu, 24 Dec 2015 16:07:28 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 24 Dec 2015 16:07:28 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512241607.tBOG7S9B090496@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 16:07:29 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404331/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404331
Log:

====>> Building x11-toolkits/py-fltk
build started at Thu Dec 24 16:07:01 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93i386-default-job-09 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-09] Installing pkg-1.6.2...
[93i386-default-job-09] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93i386-default-job-09] Installing py27-setuptools27-18.7...
[93i386-default-job-09] `-- Installing python27-2.7.11...
[93i386-default-job-09] |   `-- Installing libffi-3.2.1...
[93i386-default-job-09] |   | `-- Installing indexinfo-0.2.4...
[93i386-default-job-09] |   | `-- Extracting indexinfo-0.2.4: .... done
[93i386-default-job-09] |   `-- Extracting libffi-3.2.1: .......... done
[93i386-default-job-09] |   `-- Installing gettext-runtime-0.19.6...
[93i386-default-job-09] |   | `-- Installing libiconv-1.14_9...
[93i386-default-job-09] |   | `-- Extracting libiconv-1.14_9: .......... done
[93i386-default-job-09] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93i386-default-job-09] `-- Extracting python27-2.7.11: .......... done
[93i386-default-job-09] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93i386-default-job-09] Installing libX11-1.6.3,1...
[93i386-default-job-09] `-- Installing xproto-7.0.28...
[93i386-default-job-09] `-- Extracting xproto-7.0.28: .......... done
[93i386-default-job-09] `-- Installing kbproto-1.0.7...
[93i386-default-job-09] `-- Extracting kbproto-1.0.7: .......... done
[93i386-default-job-09] `-- Installing libXdmcp-1.1.2...
[93i386-default-job-09] `-- Extracting libXdmcp-1.1.2: ......... done
[93i386-default-job-09] `-- Installing libxcb-1.11.1...
[93i386-default-job-09] |   `-- Installing libxml2-2.9.3...
[93i386-default-job-09] |   `-- Extracting libxml2-2.9.3: .......... done
[93i386-default-job-09] |   `-- Installing libpthread-stubs-0.3_6...
[93i386-default-job-09] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93i386-default-job-09] |   `-- Installing libXau-1.0.8_3...
[93i386-default-job-09] |   `-- Extracting libXau-1.0.8_3: .......... done
[93i386-default-job-09] `-- Extracting libxcb-1.11.1: .......... done
[93i386-default-job-09] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93i386-default-job-09] Installing fltk-1.3.3_2...
[93i386-default-job-09] `-- Installing jpeg-turbo-1.4.2...
[93i386-default-job-09] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93i386-default-job-09] `-- Installing libXft-2.3.2_1...
[93i386-default-job-09] |   `-- Installing fontconfig-2.11.1_1,1...
[93i386-default-job-09] |   | `-- Installing expat-2.1.0_3...
[93i386-default-job-09] |   | `-- Extracting expat-2.1.0_3: .......... done
[93i386-default-job-09] |   | `-- Installing freetype2-2.6.2...
[93i386-default-job-09] |   | `-- Extracting freetype2-2.6.2: .......... done
[93i386-default-job-09] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93i386-default-job-09] |   `-- Installing libXrender-0.9.9...
[93i386-default-job-09] |   | `-- Installing renderproto-0.11.1...
[93i386-default-job-09] |   | `-- Extracting renderproto-0.11.1: .... done
[93i386-default-job-09] |   `-- Extracting libXrender-0.9.9: .......... done
[93i386-default-job-09] `-- Extracting libXft-2.3.2_1: ......... done
[93i386-default-job-09] `-- Installing libGLU-9.0.0_2...
[93i386-default-job-09] |   `-- Installing libGL-11.0.7...
[93i386-default-job-09] |   | `-- Installing dri2proto-2.8...
[93i386-default-job-09] |   | `-- Extracting dri2proto-2.8: .... done
[93i386-default-job-09] |   | `-- Installing libXdamage-1.1.4_3...
[93i386-default-job-09] |   |   `-- Installing libXfixes-5.0.1_3...
[93i386-default-job-09] |   |   | `-- Installing fixesproto-5.0...
[93i386-default-job-09] |   |   | `-- Extracting fixesproto-5.0: .... done
[93i386-default-job-09] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93i386-default-job-09] |   |   `-- Installing damageproto-1.2.1...
[93i386-default-job-09] |   |   `-- Extracting damageproto-1.2.1: .... done
[93i386-default-job-09] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93i386-default-job-09] |   | `-- Installing libdevq-0.0.2_1...
[93i386-default-job-09] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93i386-default-job-09] |   | `-- Installing gcc-4.8.5_2...
[93i386-default-job-09] |   |   `-- Installing mpc-1.0.3...
[93i386-default-job-09] |   |   | `-- Installing gmp-5.1.3_2...
[93i386-default-job-09] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93i386-default-job-09] |   |   | `-- Installing mpfr-3.1.3...
[93i386-default-job-09] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93i386-default-job-09] |   |   `-- Extracting mpc-1.0.3: ...... done
[93i386-default-job-09] |   |   `-- Installing gcc-ecj-4.5...
[93i386-default-job-09] |   |   `-- Extracting gcc-ecj-4.5: . done
[93i386-default-job-09] |   |   `-- Installing binutils-2.25.1...
[93i386-default-job-09] |   |   `-- Extracting binutils-2.25.1: .......... done
[93i386-default-job-09] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93i386-default-job-09] |   | `-- Installing libXxf86vm-1.1.4_1...
[93i386-default-job-09] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93i386-default-job-09] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93i386-default-job-09] |   |   `-- Installing libXext-1.3.3_1,1...
[93i386-default-job-09] |   |   | `-- Installing xextproto-7.3.0...
[93i386-default-job-09] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93i386-default-job-09] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93i386-default-job-09] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93i386-default-job-09] |   | `-- Installing libdrm-2.4.65_1,1...
[93i386-default-job-09] |   |   `-- Installing libpciaccess-0.13.4...
[93i386-default-job-09] |   |   | `-- Installing pciids-20151205...
[93i386-default-job-09] |   |   | `-- Extracting pciids-20151205: ...... done
[93i386-default-job-09] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93i386-default-job-09] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93i386-default-job-09] |   | `-- Installing libxshmfence-1.2...
[93i386-default-job-09] |   | `-- Extracting libxshmfence-1.2: ......... done
[93i386-default-job-09] |   | `-- Installing libglapi-11.0.7...
[93i386-default-job-09] |   |   `-- Installing libXvMC-1.0.9...
[93i386-default-job-09] |   |   | `-- Installing libXv-1.0.10_3,1...
[93i386-default-job-09] |   |   |   `-- Installing videoproto-2.3.2...
[93i386-default-job-09] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93i386-default-job-09] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93i386-default-job-09] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93i386-default-job-09] |   | `-- Extracting libglapi-11.0.7: ... done
[93i386-default-job-09] |   `-- Extracting libGL-11.0.7: .......... done
[93i386-default-job-09] `-- Extracting libGLU-9.0.0_2: ...... done
[93i386-default-job-09] `-- Installing png-1.6.20...
[93i386-default-job-09] `-- Extracting png-1.6.20: .......... done
[93i386-default-job-09] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Thu Dec 24 16:35:41 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAF51A51DD6
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Thu, 24 Dec 2015 16:35:41 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id BAF6A1597
 for <freebsd-python@freebsd.org>; Thu, 24 Dec 2015 16:35:41 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id B7A9CA51DD4; Thu, 24 Dec 2015 16:35:41 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7016A51DD3;
 Thu, 24 Dec 2015 16:35:41 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 6692A1595;
 Thu, 24 Dec 2015 16:35:41 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBOGZe8w096886;
 Thu, 24 Dec 2015 16:35:40 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBOGZeDB096885;
 Thu, 24 Dec 2015 16:35:40 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 24 Dec 2015 16:35:40 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512241635.tBOGZeDB096885@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Dec 2015 16:35:41 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404331/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404331
Log:

====>> Building x11-toolkits/py-fltk
build started at Thu Dec 24 16:35:13 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93amd64-default-job-06 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-06] Installing pkg-1.6.2...
[93amd64-default-job-06] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-18.7.txz
[93amd64-default-job-06] Installing py27-setuptools27-18.7...
[93amd64-default-job-06] `-- Installing python27-2.7.11...
[93amd64-default-job-06] |   `-- Installing libffi-3.2.1...
[93amd64-default-job-06] |   | `-- Installing indexinfo-0.2.4...
[93amd64-default-job-06] |   | `-- Extracting indexinfo-0.2.4: .... done
[93amd64-default-job-06] |   `-- Extracting libffi-3.2.1: .......... done
[93amd64-default-job-06] |   `-- Installing gettext-runtime-0.19.6...
[93amd64-default-job-06] |   | `-- Installing libiconv-1.14_9...
[93amd64-default-job-06] |   | `-- Extracting libiconv-1.14_9: .......... done
[93amd64-default-job-06] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93amd64-default-job-06] `-- Extracting python27-2.7.11: .......... done
[93amd64-default-job-06] Extracting py27-setuptools27-18.7: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93amd64-default-job-06] Installing libX11-1.6.3,1...
[93amd64-default-job-06] `-- Installing xproto-7.0.28...
[93amd64-default-job-06] `-- Extracting xproto-7.0.28: .......... done
[93amd64-default-job-06] `-- Installing kbproto-1.0.7...
[93amd64-default-job-06] `-- Extracting kbproto-1.0.7: .......... done
[93amd64-default-job-06] `-- Installing libXdmcp-1.1.2...
[93amd64-default-job-06] `-- Extracting libXdmcp-1.1.2: ......... done
[93amd64-default-job-06] `-- Installing libxcb-1.11.1...
[93amd64-default-job-06] |   `-- Installing libxml2-2.9.3...
[93amd64-default-job-06] |   `-- Extracting libxml2-2.9.3: .......... done
[93amd64-default-job-06] |   `-- Installing libpthread-stubs-0.3_6...
[93amd64-default-job-06] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93amd64-default-job-06] |   `-- Installing libXau-1.0.8_3...
[93amd64-default-job-06] |   `-- Extracting libXau-1.0.8_3: .......... done
[93amd64-default-job-06] `-- Extracting libxcb-1.11.1: .......... done
[93amd64-default-job-06] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93amd64-default-job-06] Installing fltk-1.3.3_2...
[93amd64-default-job-06] `-- Installing jpeg-turbo-1.4.2...
[93amd64-default-job-06] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93amd64-default-job-06] `-- Installing libXft-2.3.2_1...
[93amd64-default-job-06] |   `-- Installing fontconfig-2.11.1_1,1...
[93amd64-default-job-06] |   | `-- Installing expat-2.1.0_3...
[93amd64-default-job-06] |   | `-- Extracting expat-2.1.0_3: .......... done
[93amd64-default-job-06] |   | `-- Installing freetype2-2.6.2...
[93amd64-default-job-06] |   | `-- Extracting freetype2-2.6.2: .......... done
[93amd64-default-job-06] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93amd64-default-job-06] |   `-- Installing libXrender-0.9.9...
[93amd64-default-job-06] |   | `-- Installing renderproto-0.11.1...
[93amd64-default-job-06] |   | `-- Extracting renderproto-0.11.1: .... done
[93amd64-default-job-06] |   `-- Extracting libXrender-0.9.9: .......... done
[93amd64-default-job-06] `-- Extracting libXft-2.3.2_1: ......... done
[93amd64-default-job-06] `-- Installing libGLU-9.0.0_2...
[93amd64-default-job-06] |   `-- Installing libGL-11.0.7...
[93amd64-default-job-06] |   | `-- Installing dri2proto-2.8...
[93amd64-default-job-06] |   | `-- Extracting dri2proto-2.8: .... done
[93amd64-default-job-06] |   | `-- Installing libXdamage-1.1.4_3...
[93amd64-default-job-06] |   |   `-- Installing libXfixes-5.0.1_3...
[93amd64-default-job-06] |   |   | `-- Installing fixesproto-5.0...
[93amd64-default-job-06] |   |   | `-- Extracting fixesproto-5.0: .... done
[93amd64-default-job-06] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93amd64-default-job-06] |   |   `-- Installing damageproto-1.2.1...
[93amd64-default-job-06] |   |   `-- Extracting damageproto-1.2.1: .... done
[93amd64-default-job-06] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93amd64-default-job-06] |   | `-- Installing libdevq-0.0.2_1...
[93amd64-default-job-06] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93amd64-default-job-06] |   | `-- Installing gcc-4.8.5_2...
[93amd64-default-job-06] |   |   `-- Installing mpc-1.0.3...
[93amd64-default-job-06] |   |   | `-- Installing gmp-5.1.3_2...
[93amd64-default-job-06] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93amd64-default-job-06] |   |   | `-- Installing mpfr-3.1.3...
[93amd64-default-job-06] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93amd64-default-job-06] |   |   `-- Extracting mpc-1.0.3: ...... done
[93amd64-default-job-06] |   |   `-- Installing gcc-ecj-4.5...
[93amd64-default-job-06] |   |   `-- Extracting gcc-ecj-4.5: . done
[93amd64-default-job-06] |   |   `-- Installing binutils-2.25.1...
[93amd64-default-job-06] |   |   `-- Extracting binutils-2.25.1: .......... done
[93amd64-default-job-06] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93amd64-default-job-06] |   | `-- Installing libXxf86vm-1.1.4_1...
[93amd64-default-job-06] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93amd64-default-job-06] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93amd64-default-job-06] |   |   `-- Installing libXext-1.3.3_1,1...
[93amd64-default-job-06] |   |   | `-- Installing xextproto-7.3.0...
[93amd64-default-job-06] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93amd64-default-job-06] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93amd64-default-job-06] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93amd64-default-job-06] |   | `-- Installing libdrm-2.4.65_1,1...
[93amd64-default-job-06] |   |   `-- Installing libpciaccess-0.13.4...
[93amd64-default-job-06] |   |   | `-- Installing pciids-20151205...
[93amd64-default-job-06] |   |   | `-- Extracting pciids-20151205: ...... done
[93amd64-default-job-06] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93amd64-default-job-06] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93amd64-default-job-06] |   | `-- Installing libxshmfence-1.2...
[93amd64-default-job-06] |   | `-- Extracting libxshmfence-1.2: ......... done
[93amd64-default-job-06] |   | `-- Installing libglapi-11.0.7...
[93amd64-default-job-06] |   |   `-- Installing libXvMC-1.0.9...
[93amd64-default-job-06] |   |   | `-- Installing libXv-1.0.10_3,1...
[93amd64-default-job-06] |   |   |   `-- Installing videoproto-2.3.2...
[93amd64-default-job-06] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93amd64-default-job-06] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93amd64-default-job-06] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93amd64-default-job-06] |   | `-- Extracting libglapi-11.0.7: ... done
[93amd64-default-job-06] |   `-- Extracting libGL-11.0.7: .......... done
[93amd64-default-job-06] `-- Extracting libGLU-9.0.0_2: ...... done
[93amd64-default-job-06] `-- Installing png-1.6.20...
[93amd64-default-job-06] `-- Extracting png-1.6.20: .......... done
[93amd64-default-job-06] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Fri Dec 25 18:09:18 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36C5AA5181B
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 2248713C3
 for <freebsd-python@freebsd.org>; Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 216B3A5181A; Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 210D4A51819
 for <python@mailman.ysv.freebsd.org>; Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 1249A13C2
 for <python@FreeBSD.org>; Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPI9HQR070164
 for <python@FreeBSD.org>; Fri, 25 Dec 2015 18:09:17 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205603] devel/py-setuptools: Update to 19.2
Date: Fri, 25 Dec 2015 18:09:17 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yuri@rawbw.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: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Dec 2015 18:09:18 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205603

            Bug ID: 205603
           Summary: devel/py-setuptools: Update to 19.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: yuri@rawbw.com
          Assignee: python@FreeBSD.org
             Flags: maintainer-feedback?(python@FreeBSD.org)

Created attachment 164632
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164632&action=edit
patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Fri Dec 25 18:09:18 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01134A51816
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Fri, 25 Dec 2015 18:09:18 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id E48C213C0
 for <freebsd-python@freebsd.org>; Fri, 25 Dec 2015 18:09:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id E195BA51814; Fri, 25 Dec 2015 18:09:17 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E12F0A51813
 for <python@mailman.ysv.freebsd.org>; Fri, 25 Dec 2015 18:09:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 BCF2513BF
 for <python@FreeBSD.org>; Fri, 25 Dec 2015 18:09:17 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBPI9HY3070158
 for <python@FreeBSD.org>; Fri, 25 Dec 2015 18:09:17 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: maintainer-feedback requested: [Bug 205603] devel/py-setuptools:
 Update to 19.2
Date: Fri, 25 Dec 2015 18:09:17 +0000
X-Bugzilla-Type: request
Message-ID: <bug-205603-21822-JPei59MN1E@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Dec 2015 18:09:18 -0000

yuri@rawbw.com has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s
request for maintainer-feedback to FreeBSD Python <python@FreeBSD.org>:
Bug 205603: devel/py-setuptools: Update to 19.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205603



--- Description ---
Created attachment 164632
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164632&action=edit
patch

From owner-freebsd-python@freebsd.org  Sat Dec 26 04:04:13 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id C351FA52CBE
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 04:04:13 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id ADCF51D5F
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 04:04:13 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id AD5E7A52CBD; Sat, 26 Dec 2015 04:04:13 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD097A52CBB
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 04:04:13 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 9D3CE1D5D
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:04:13 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ44DEU011620
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:04:13 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205603] devel/py-setuptools: Update to 19.2
Date: Sat, 26 Dec 2015 04:04:12 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback+ exp-run?
X-Bugzilla-Changed-Fields: cc assigned_to bug_status keywords flagtypes.name
Message-ID: <bug-205603-21822-30ypppYamL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 04:04:13 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205603

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |antoine@FreeBSD.org,
                   |                            |koobs@FreeBSD.org,
                   |                            |python@FreeBSD.org
           Assignee|python@FreeBSD.org          |portmgr@FreeBSD.org
             Status|New                         |In Progress
           Keywords|                            |easy, needs-qa, patch
              Flags|maintainer-feedback?(python |maintainer-feedback+,
                   |@FreeBSD.org)               |exp-run?

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Request exp-run, over to portmgr

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 04:08:56 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D071A52E39
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 04:08:56 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 7783C1E39
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 04:08:56 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 76E77A52E38; Sat, 26 Dec 2015 04:08:56 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7684BA52E37
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 04:08:56 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 66CB21E38
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:08:56 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ48ulo033574
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:08:56 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205612] www/py-plonetheme.classic: Update to 1.3.3
Date: Sat, 26 Dec 2015 04:08:56 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: zope@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: keywords cc flagtypes.name assigned_to short_desc
Message-ID: <bug-205612-21822-STSS3MkxsA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205612-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205612-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 04:08:56 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205612

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy, patch, patch-ready
                 CC|                            |mva@FreeBSD.org,
                   |                            |python@FreeBSD.org,
                   |                            |zope@FreeBSD.org
              Flags|                            |maintainer-feedback?(zope@F
                   |                            |reeBSD.org)
           Assignee|freebsd-ports-bugs@FreeBSD. |zope@FreeBSD.org
                   |org                         |
            Summary|www/py-plonetheme.classic   |www/py-plonetheme.classic:
                   |Update to 1.3.3             |Update to 1.3.3

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
No idea why this wasn't assigned to zope@

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 04:11:33 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0341A52F86
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 04:11:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 8AF251F60
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 04:11:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 8A714A52F85; Sat, 26 Dec 2015 04:11:33 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A13DA52F84
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 04:11:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 7A9101F5F
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:11:33 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ4BXp7080983
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 04:11:33 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205608] www/py-plonetheme.sunburst: Update to 1.5.1
Date: Sat, 26 Dec 2015 04:11:33 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: zope@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: assigned_to keywords flagtypes.name short_desc cc
Message-ID: <bug-205608-21822-UsV2AtS1gr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205608-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205608-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 04:11:33 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205608

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |zope@FreeBSD.org
                   |org                         |
           Keywords|                            |easy, patch-ready
              Flags|                            |maintainer-feedback?(zope@F
                   |                            |reeBSD.org)
            Summary|www/py-plonetheme.sunburst  |www/py-plonetheme.sunburst:
                   |Update to 1.5.1             |Update to 1.5.1
                 CC|                            |mva@FreeBSD.org,
                   |                            |python@FreeBSD.org,
                   |                            |zope@FreeBSD.org

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
No idea why this wasn't assigned to zope@

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 07:55:32 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6CCA37BBB
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 07:55:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A64191C82
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 07:55:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A557BA37BBA; Sat, 26 Dec 2015 07:55:32 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5030A37BB8
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 07:55:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 958A01C81
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 07:55:32 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ7tWea018699
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 07:55:32 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205616] Mk/Uses/python.mk: Add support for optional 'test'
 argument
Date: Sat, 26 Dec 2015 07:55:32 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Ports Framework
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, feature, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@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: flagtypes.name keywords cc assigned_to
Message-ID: <bug-205616-21822-of9jNf7LC7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 07:55:32 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205616

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback+
           Keywords|                            |easy, feature, needs-qa,
                   |                            |patch
                 CC|                            |portmgr@FreeBSD.org
           Assignee|portmgr@FreeBSD.org         |python@FreeBSD.org

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thanks Brendan,

Can you include a patch for an example port that uses this feature please so
that the value can be clearly seen

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 08:15:02 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D455A503DA
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 08:15:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 1836813D1
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 08:15:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 17395A503D9; Sat, 26 Dec 2015 08:15:02 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16D16A503D8
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 08:15:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 0757913D0
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 08:15:02 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ8F17R089695
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 08:15:01 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205616] Mk/Uses/python.mk: Add support for optional 'test'
 argument
Date: Sat, 26 Dec 2015 08:15:02 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Ports Framework
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, feature, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brendan+freebsd@bbqsrc.net
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: attachments.isobsolete attachments.created
Message-ID: <bug-205616-21822-FElUF5e5Rz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 08:15:02 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205616

Brendan Molloy <brendan+freebsd@bbqsrc.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164654|0                           |1
        is obsolete|                            |

--- Comment #3 from Brendan Molloy <brendan+freebsd@bbqsrc.net> ---
Created attachment 164655
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164655&action=edit
Remove unnecessary setuptools dependency

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 08:18:09 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94188A50508
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 08:18:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 7F58F1572
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 08:18:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 7C5F4A50507; Sat, 26 Dec 2015 08:18:09 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C087A50506
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 08:18:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 6CEF3156E
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 08:18:09 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQ8I9QJ093503
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 08:18:09 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205616] Mk/Uses/python.mk: Add support for optional 'test'
 argument
Date: Sat, 26 Dec 2015 08:18:09 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Ports Framework
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, feature, needs-qa, patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: brendan+freebsd@bbqsrc.net
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: blocked
Message-ID: <bug-205616-21822-1ogEuYQjOj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205616-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 08:18:09 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205616

Brendan Molloy <brendan+freebsd@bbqsrc.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |205617

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 10:45:02 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7509A526DD
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 10:45:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id D78CC1381
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 10:45:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id D648AA526DC; Sat, 26 Dec 2015 10:45:02 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5ACDA526DA;
 Sat, 26 Dec 2015 10:45:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e4])
 (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 86F891380;
 Sat, 26 Dec 2015 10:45:02 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQAj1BR030221;
 Sat, 26 Dec 2015 10:45:01 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBQAj1w4030219;
 Sat, 26 Dec 2015 10:45:01 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 26 Dec 2015 10:45:01 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512261045.tBQAj1w4030219@beefy1.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93i386-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 10:45:03 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy1.nyi.freebsd.org/data/93i386-default/404493/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=404493
Log:

====>> Building x11-toolkits/py-fltk
build started at Sat Dec 26 10:44:37 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93i386-default-job-10 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool
MASTERNAME=93i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93i386-default-job-10] Installing pkg-1.6.2...
[93i386-default-job-10] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-19.1.1.txz
[93i386-default-job-10] Installing py27-setuptools27-19.1.1...
[93i386-default-job-10] `-- Installing python27-2.7.11...
[93i386-default-job-10] |   `-- Installing libffi-3.2.1...
[93i386-default-job-10] |   | `-- Installing indexinfo-0.2.4...
[93i386-default-job-10] |   | `-- Extracting indexinfo-0.2.4: .... done
[93i386-default-job-10] |   `-- Extracting libffi-3.2.1: .......... done
[93i386-default-job-10] |   `-- Installing gettext-runtime-0.19.6...
[93i386-default-job-10] |   | `-- Installing libiconv-1.14_9...
[93i386-default-job-10] |   | `-- Extracting libiconv-1.14_9: .......... done
[93i386-default-job-10] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93i386-default-job-10] `-- Extracting python27-2.7.11: .......... done
[93i386-default-job-10] Extracting py27-setuptools27-19.1.1: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93i386-default-job-10] Installing libX11-1.6.3,1...
[93i386-default-job-10] `-- Installing xproto-7.0.28...
[93i386-default-job-10] `-- Extracting xproto-7.0.28: .......... done
[93i386-default-job-10] `-- Installing kbproto-1.0.7...
[93i386-default-job-10] `-- Extracting kbproto-1.0.7: .......... done
[93i386-default-job-10] `-- Installing libXdmcp-1.1.2...
[93i386-default-job-10] `-- Extracting libXdmcp-1.1.2: ......... done
[93i386-default-job-10] `-- Installing libxcb-1.11.1...
[93i386-default-job-10] |   `-- Installing libxml2-2.9.3...
[93i386-default-job-10] |   `-- Extracting libxml2-2.9.3: .......... done
[93i386-default-job-10] |   `-- Installing libpthread-stubs-0.3_6...
[93i386-default-job-10] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93i386-default-job-10] |   `-- Installing libXau-1.0.8_3...
[93i386-default-job-10] |   `-- Extracting libXau-1.0.8_3: .......... done
[93i386-default-job-10] `-- Extracting libxcb-1.11.1: .......... done
[93i386-default-job-10] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93i386-default-job-10] Installing fltk-1.3.3_2...
[93i386-default-job-10] `-- Installing jpeg-turbo-1.4.2...
[93i386-default-job-10] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93i386-default-job-10] `-- Installing libXft-2.3.2_1...
[93i386-default-job-10] |   `-- Installing fontconfig-2.11.1_1,1...
[93i386-default-job-10] |   | `-- Installing expat-2.1.0_3...
[93i386-default-job-10] |   | `-- Extracting expat-2.1.0_3: .......... done
[93i386-default-job-10] |   | `-- Installing freetype2-2.6.2...
[93i386-default-job-10] |   | `-- Extracting freetype2-2.6.2: .......... done
[93i386-default-job-10] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93i386-default-job-10] |   `-- Installing libXrender-0.9.9...
[93i386-default-job-10] |   | `-- Installing renderproto-0.11.1...
[93i386-default-job-10] |   | `-- Extracting renderproto-0.11.1: .... done
[93i386-default-job-10] |   `-- Extracting libXrender-0.9.9: .......... done
[93i386-default-job-10] `-- Extracting libXft-2.3.2_1: ......... done
[93i386-default-job-10] `-- Installing libGLU-9.0.0_2...
[93i386-default-job-10] |   `-- Installing libGL-11.0.8...
[93i386-default-job-10] |   | `-- Installing dri2proto-2.8...
[93i386-default-job-10] |   | `-- Extracting dri2proto-2.8: .... done
[93i386-default-job-10] |   | `-- Installing libXdamage-1.1.4_3...
[93i386-default-job-10] |   |   `-- Installing libXfixes-5.0.1_3...
[93i386-default-job-10] |   |   | `-- Installing fixesproto-5.0...
[93i386-default-job-10] |   |   | `-- Extracting fixesproto-5.0: .... done
[93i386-default-job-10] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93i386-default-job-10] |   |   `-- Installing damageproto-1.2.1...
[93i386-default-job-10] |   |   `-- Extracting damageproto-1.2.1: .... done
[93i386-default-job-10] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93i386-default-job-10] |   | `-- Installing libdevq-0.0.2_1...
[93i386-default-job-10] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93i386-default-job-10] |   | `-- Installing gcc-4.8.5_2...
[93i386-default-job-10] |   |   `-- Installing mpc-1.0.3...
[93i386-default-job-10] |   |   | `-- Installing gmp-5.1.3_2...
[93i386-default-job-10] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93i386-default-job-10] |   |   | `-- Installing mpfr-3.1.3...
[93i386-default-job-10] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93i386-default-job-10] |   |   `-- Extracting mpc-1.0.3: ...... done
[93i386-default-job-10] |   |   `-- Installing gcc-ecj-4.5...
[93i386-default-job-10] |   |   `-- Extracting gcc-ecj-4.5: . done
[93i386-default-job-10] |   |   `-- Installing binutils-2.25.1...
[93i386-default-job-10] |   |   `-- Extracting binutils-2.25.1: .......... done
[93i386-default-job-10] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93i386-default-job-10] |   | `-- Installing libXxf86vm-1.1.4_1...
[93i386-default-job-10] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93i386-default-job-10] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93i386-default-job-10] |   |   `-- Installing libXext-1.3.3_1,1...
[93i386-default-job-10] |   |   | `-- Installing xextproto-7.3.0...
[93i386-default-job-10] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93i386-default-job-10] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93i386-default-job-10] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93i386-default-job-10] |   | `-- Installing libdrm-2.4.65_1,1...
[93i386-default-job-10] |   |   `-- Installing libpciaccess-0.13.4...
[93i386-default-job-10] |   |   | `-- Installing pciids-20151224...
[93i386-default-job-10] |   |   | `-- Extracting pciids-20151224: ...... done
[93i386-default-job-10] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93i386-default-job-10] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93i386-default-job-10] |   | `-- Installing libxshmfence-1.2...
[93i386-default-job-10] |   | `-- Extracting libxshmfence-1.2: ......... done
[93i386-default-job-10] |   | `-- Installing libglapi-11.0.8...
[93i386-default-job-10] |   |   `-- Installing libXvMC-1.0.9...
[93i386-default-job-10] |   |   | `-- Installing libXv-1.0.10_3,1...
[93i386-default-job-10] |   |   |   `-- Installing videoproto-2.3.2...
[93i386-default-job-10] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93i386-default-job-10] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93i386-default-job-10] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93i386-default-job-10] |   | `-- Extracting libglapi-11.0.8: ... done
[93i386-default-job-10] |   `-- Extracting libGL-11.0.8: .......... done
[93i386-default-job-10] `-- Extracting libGLU-9.0.0_2: ...... done
[93i386-default-job-10] `-- Installing png-1.6.20...
[93i386-default-job-10] `-- Extracting png-1.6.20: .......... done
[93i386-default-job-10] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-i386-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-i386-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Sat Dec 26 11:57:46 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5233EA52A25
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 11:57:46 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 3D09B1449
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 11:57:46 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 3C584A52A21; Sat, 26 Dec 2015 11:57:46 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BFFCA52A1F
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 11:57:46 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 2CD311448
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 11:57:46 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQBvkgO073617
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 11:57:46 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205603] devel/py-setuptools: Update to 19.2
Date: Sat, 26 Dec 2015 11:57:45 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa, patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: antoine@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: antoine@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback+ exp-run?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205603-21822-sZI9qTF4AU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205603-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 11:57:46 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205603

Antoine Brodin <antoine@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|antoine@FreeBSD.org         |portmgr@FreeBSD.org
           Assignee|portmgr@FreeBSD.org         |antoine@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 12:08:20 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F619A513C6
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 12:08:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 5EFC01CBF
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 12:08:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 5BA7BA513C3; Sat, 26 Dec 2015 12:08:20 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFE9A513C2;
 Sat, 26 Dec 2015 12:08:20 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e5])
 (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 095AF1CBE;
 Sat, 26 Dec 2015 12:08:19 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQC8Jq8008130;
 Sat, 26 Dec 2015 12:08:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBQC8JtU008111;
 Sat, 26 Dec 2015 12:08:19 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 26 Dec 2015 12:08:19 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512261208.tBQC8JtU008111@beefy2.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 93amd64-default][x11-toolkits/py-fltk] Failed for
 py27-fltk-1.3.3.1 in build
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 12:08:20 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Log URL:        http://beefy2.nyi.freebsd.org/data/93amd64-default/404493/logs/py27-fltk-1.3.3.1.log
Build URL:      http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=404493
Log:

====>> Building x11-toolkits/py-fltk
build started at Sat Dec 26 12:07:51 UTC 2015
port directory: /usr/ports/x11-toolkits/py-fltk
building for: FreeBSD 93amd64-default-job-11 9.3-RELEASE-p32 FreeBSD 9.3-RELEASE-p32 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/x11-toolkits/py-fltk/Makefile 398614 2015-10-04 18:01:48Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 903000

---Begin Environment---
SHELL=/bin/csh
OSVERSION=903000
UNAME_v=FreeBSD 9.3-RELEASE-p32
UNAME_r=9.3-RELEASE-p32
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/93amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py27-fltk-1.3.3.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool
MASTERNAME=93amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python2.7
PYTHON_LIBDIR=lib/python2.7
PYTHON_PLATFORM=freebsd9
PYTHON_SITELIBDIR=lib/python2.7/site-packages
PYTHON_VERSION=python2.7
PYTHON_VER=2.7
OSREL=9.3
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py-fltk"
EXAMPLESDIR="share/examples/py-fltk"
DATADIR="share/fltk"
WWWDIR="www/fltk"
ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fltk
DOCSDIR=/usr/local/share/doc/py-fltk
EXAMPLESDIR=/usr/local/share/examples/py-fltk
WWWDIR=/usr/local/www/fltk
ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[93amd64-default-job-11] Installing pkg-1.6.2...
[93amd64-default-job-11] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building
===>  Extracting for py27-fltk-1.3.3.1
=> SHA256 Checksum OK for pyFltk-1.3.3.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py27-fltk-1.3.3.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found
===>   Installing existing package /packages/All/py27-setuptools27-19.1.1.txz
[93amd64-default-job-11] Installing py27-setuptools27-19.1.1...
[93amd64-default-job-11] `-- Installing python27-2.7.11...
[93amd64-default-job-11] |   `-- Installing libffi-3.2.1...
[93amd64-default-job-11] |   | `-- Installing indexinfo-0.2.4...
[93amd64-default-job-11] |   | `-- Extracting indexinfo-0.2.4: .... done
[93amd64-default-job-11] |   `-- Extracting libffi-3.2.1: .......... done
[93amd64-default-job-11] |   `-- Installing gettext-runtime-0.19.6...
[93amd64-default-job-11] |   | `-- Installing libiconv-1.14_9...
[93amd64-default-job-11] |   | `-- Extracting libiconv-1.14_9: .......... done
[93amd64-default-job-11] |   `-- Extracting gettext-runtime-0.19.6: .......... done
[93amd64-default-job-11] `-- Extracting python27-2.7.11: .......... done
[93amd64-default-job-11] Extracting py27-setuptools27-19.1.1: .......... done
Message from python27-2.7.11:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
===>   py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - found
===>   Returning to build of py27-fltk-1.3.3.1
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/bin/python2.7 - found
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found
===>   Installing existing package /packages/All/libX11-1.6.3,1.txz
[93amd64-default-job-11] Installing libX11-1.6.3,1...
[93amd64-default-job-11] `-- Installing xproto-7.0.28...
[93amd64-default-job-11] `-- Extracting xproto-7.0.28: .......... done
[93amd64-default-job-11] `-- Installing kbproto-1.0.7...
[93amd64-default-job-11] `-- Extracting kbproto-1.0.7: .......... done
[93amd64-default-job-11] `-- Installing libXdmcp-1.1.2...
[93amd64-default-job-11] `-- Extracting libXdmcp-1.1.2: ......... done
[93amd64-default-job-11] `-- Installing libxcb-1.11.1...
[93amd64-default-job-11] |   `-- Installing libxml2-2.9.3...
[93amd64-default-job-11] |   `-- Extracting libxml2-2.9.3: .......... done
[93amd64-default-job-11] |   `-- Installing libpthread-stubs-0.3_6...
[93amd64-default-job-11] |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[93amd64-default-job-11] |   `-- Installing libXau-1.0.8_3...
[93amd64-default-job-11] |   `-- Extracting libXau-1.0.8_3: .......... done
[93amd64-default-job-11] `-- Extracting libxcb-1.11.1: .......... done
[93amd64-default-job-11] Extracting libX11-1.6.3,1: .......... done
===>   py27-fltk-1.3.3.1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - not found
===>   Installing existing package /packages/All/fltk-1.3.3_2.txz
[93amd64-default-job-11] Installing fltk-1.3.3_2...
[93amd64-default-job-11] `-- Installing jpeg-turbo-1.4.2...
[93amd64-default-job-11] `-- Extracting jpeg-turbo-1.4.2: .......... done
[93amd64-default-job-11] `-- Installing libXft-2.3.2_1...
[93amd64-default-job-11] |   `-- Installing fontconfig-2.11.1_1,1...
[93amd64-default-job-11] |   | `-- Installing expat-2.1.0_3...
[93amd64-default-job-11] |   | `-- Extracting expat-2.1.0_3: .......... done
[93amd64-default-job-11] |   | `-- Installing freetype2-2.6.2...
[93amd64-default-job-11] |   | `-- Extracting freetype2-2.6.2: .......... done
[93amd64-default-job-11] |   `-- Extracting fontconfig-2.11.1_1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/root/.local/share/fonts: skipping, no such directory
/root/.fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
/root/.cache/fontconfig: not cleaning non-existent cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
[93amd64-default-job-11] |   `-- Installing libXrender-0.9.9...
[93amd64-default-job-11] |   | `-- Installing renderproto-0.11.1...
[93amd64-default-job-11] |   | `-- Extracting renderproto-0.11.1: .... done
[93amd64-default-job-11] |   `-- Extracting libXrender-0.9.9: .......... done
[93amd64-default-job-11] `-- Extracting libXft-2.3.2_1: ......... done
[93amd64-default-job-11] `-- Installing libGLU-9.0.0_2...
[93amd64-default-job-11] |   `-- Installing libGL-11.0.8...
[93amd64-default-job-11] |   | `-- Installing dri2proto-2.8...
[93amd64-default-job-11] |   | `-- Extracting dri2proto-2.8: .... done
[93amd64-default-job-11] |   | `-- Installing libXdamage-1.1.4_3...
[93amd64-default-job-11] |   |   `-- Installing libXfixes-5.0.1_3...
[93amd64-default-job-11] |   |   | `-- Installing fixesproto-5.0...
[93amd64-default-job-11] |   |   | `-- Extracting fixesproto-5.0: .... done
[93amd64-default-job-11] |   |   `-- Extracting libXfixes-5.0.1_3: .......... done
[93amd64-default-job-11] |   |   `-- Installing damageproto-1.2.1...
[93amd64-default-job-11] |   |   `-- Extracting damageproto-1.2.1: .... done
[93amd64-default-job-11] |   | `-- Extracting libXdamage-1.1.4_3: ...... done
[93amd64-default-job-11] |   | `-- Installing libdevq-0.0.2_1...
[93amd64-default-job-11] |   | `-- Extracting libdevq-0.0.2_1: ..... done
[93amd64-default-job-11] |   | `-- Installing gcc-4.8.5_2...
[93amd64-default-job-11] |   |   `-- Installing mpc-1.0.3...
[93amd64-default-job-11] |   |   | `-- Installing gmp-5.1.3_2...
[93amd64-default-job-11] |   |   | `-- Extracting gmp-5.1.3_2: .......... done
[93amd64-default-job-11] |   |   | `-- Installing mpfr-3.1.3...
[93amd64-default-job-11] |   |   | `-- Extracting mpfr-3.1.3: .......... done
[93amd64-default-job-11] |   |   `-- Extracting mpc-1.0.3: ...... done
[93amd64-default-job-11] |   |   `-- Installing gcc-ecj-4.5...
[93amd64-default-job-11] |   |   `-- Extracting gcc-ecj-4.5: . done
[93amd64-default-job-11] |   |   `-- Installing binutils-2.25.1...
[93amd64-default-job-11] |   |   `-- Extracting binutils-2.25.1: .......... done
[93amd64-default-job-11] |   | `-- Extracting gcc-4.8.5_2: .......... done
[93amd64-default-job-11] |   | `-- Installing libXxf86vm-1.1.4_1...
[93amd64-default-job-11] |   |   `-- Installing xf86vidmodeproto-2.3.1...
[93amd64-default-job-11] |   |   `-- Extracting xf86vidmodeproto-2.3.1: .... done
[93amd64-default-job-11] |   |   `-- Installing libXext-1.3.3_1,1...
[93amd64-default-job-11] |   |   | `-- Installing xextproto-7.3.0...
[93amd64-default-job-11] |   |   | `-- Extracting xextproto-7.3.0: .......... done
[93amd64-default-job-11] |   |   `-- Extracting libXext-1.3.3_1,1: .......... done
[93amd64-default-job-11] |   | `-- Extracting libXxf86vm-1.1.4_1: .......... done
[93amd64-default-job-11] |   | `-- Installing libdrm-2.4.65_1,1...
[93amd64-default-job-11] |   |   `-- Installing libpciaccess-0.13.4...
[93amd64-default-job-11] |   |   | `-- Installing pciids-20151224...
[93amd64-default-job-11] |   |   | `-- Extracting pciids-20151224: ...... done
[93amd64-default-job-11] |   |   `-- Extracting libpciaccess-0.13.4: ...... done
[93amd64-default-job-11] |   | `-- Extracting libdrm-2.4.65_1,1: .......... done
[93amd64-default-job-11] |   | `-- Installing libxshmfence-1.2...
[93amd64-default-job-11] |   | `-- Extracting libxshmfence-1.2: ......... done
[93amd64-default-job-11] |   | `-- Installing libglapi-11.0.8...
[93amd64-default-job-11] |   |   `-- Installing libXvMC-1.0.9...
[93amd64-default-job-11] |   |   | `-- Installing libXv-1.0.10_3,1...
[93amd64-default-job-11] |   |   |   `-- Installing videoproto-2.3.2...
[93amd64-default-job-11] |   |   |   `-- Extracting videoproto-2.3.2: ...... done
[93amd64-default-job-11] |   |   | `-- Extracting libXv-1.0.10_3,1: .......... done
[93amd64-default-job-11] |   |   `-- Extracting libXvMC-1.0.9: .......... done
[93amd64-default-job-11] |   | `-- Extracting libglapi-11.0.8: ... done
[93amd64-default-job-11] |   `-- Extracting libGL-11.0.8: .......... done
[93amd64-default-job-11] `-- Extracting libGLU-9.0.0_2: ...... done
[93amd64-default-job-11] `-- Installing png-1.6.20...
[93amd64-default-job-11] `-- Extracting png-1.6.20: .......... done
[93amd64-default-job-11] Extracting fltk-1.3.3_2: .......... done
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   py27-fltk-1.3.3.1 depends on shared library: libfltk.so - found (/usr/local/lib/libfltk.so)
===>   Returning to build of py27-fltk-1.3.3.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running config
===========================================================================
=======================<phase: build          >============================
===>  Building for py27-fltk-1.3.3.1
Building for: freebsd9
['/usr/local/bin', './src', './contrib', '/usr/include']
Checking FLTK configuration ... 
Checking fltk-config using FLTK_HOME
('Using FLTK: ', ['1.3.3\n'])
('fltk-config includes: ', ['/usr/local/include', '/usr/local/include/freetype2', '/usr/local/include'])
('fltk-config link paths: ', ['/usr/local/lib'])
('fltk-config link libraries: ', ['m', 'fltk_images', 'png', 'z', 'jpeg', 'fltk_gl', 'GLU', 'GL', 'fltk_forms', 'fltk', 'Xfixes', 'Xext', 'Xft', 'fontconfig', 'pthread', 'm', 'X11'])
FLTK was configured with multi-threading support!
FLTK was configured with OpenGL support!
FLTK was configured with Forms support!
done
running build
running build_py
creating build
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p32-amd64-2.7/fltk
running build_ext
building 'fltk._fltk' extension
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/python
creating build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/contrib
cc -DNDEBUG -O2 -pipe -DFL_LIBRARY -fstack-protector -fno-strict-aliasing -fPIC -DUNIX=1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/bin -I./src -I./contrib -I/usr/include -I/usr/local/include/python2.7 -c ./python/fltk_wrap.cpp -o build/temp.freebsd-9.3-RELEASE-p32-amd64-2.7/./python/fltk_wrap.o
./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
./python/fltk_wrap.cpp:5355: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5356: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5358: warning: 'fl_ask' is deprecated (declared at /usr/local/include/FL/fl_ask.H:53)
./python/fltk_wrap.cpp:5360: error: #pragma GCC diagnostic not allowed inside functions
./python/fltk_wrap.cpp: At global scope:
./python/fltk_wrap.cpp:60077: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
./python/fltk_wrap.cpp:60485: warning: expected [error|warning|ignored] after '#pragma GCC diagnostic'
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/ports/x11-toolkits/py-fltk.

From owner-freebsd-python@freebsd.org  Sat Dec 26 15:14:35 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 971A6A52FE7
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 15:14:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 81B3E12B2
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 15:14:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 7F929A52FE5; Sat, 26 Dec 2015 15:14:35 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F263A52FE4
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 15:14:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 6F68C12B1
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:14:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQFEZgE082614
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:14:35 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205062] devel/py-twisted: Update to 15.5.0
Date: Sat, 26 Dec 2015 15:14:35 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: miwi@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: miwi@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-205062-21822-JV7Gr4SDXH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205062-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205062-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 15:14:35 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205062

Martin Wilke <miwi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miwi@FreeBSD.org
           Assignee|python@FreeBSD.org          |miwi@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 15:21:41 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DC5EA5117D
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 15:21:41 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id F13661778
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 15:21:40 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id EDB95A5117B; Sat, 26 Dec 2015 15:21:40 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3135A51179;
 Sat, 26 Dec 2015 15:21:40 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e7])
 (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 AB2A11775;
 Sat, 26 Dec 2015 15:21:40 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQFLdbx098889;
 Sat, 26 Dec 2015 15:21:39 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBQFLdYV098886;
 Sat, 26 Dec 2015 15:21:39 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 26 Dec 2015 15:21:39 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512261521.tBQFLdYV098886@beefy4.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-amd64-default][devel/py-setuptools33] Failed for
 py33-setuptools33-19.1.1 in configure
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 15:21:41 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/devel/py-setuptools33/Makefile 352367 2014-04-26 19:31:10Z sunpoet $
Log URL:        http://beefy4.nyi.freebsd.org/data/head-amd64-default/p404493_s292736/logs/py33-setuptools33-19.1.1.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p404493_s292736
Log:

====>> Building devel/py-setuptools33
build started at Sat Dec 26 15:21:30 UTC 2015
port directory: /usr/ports/devel/py-setuptools33
building for: FreeBSD head-amd64-default-job-06 11.0-CURRENT FreeBSD 11.0-CURRENT r292736 amd64
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/devel/py-setuptools33/Makefile 352367 2014-04-26 19:31:10Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100092




!!! Jail is newer than host. (Jail: 1100092, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100092
UNAME_v=FreeBSD 11.0-CURRENT r292736
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py33-setuptools33-19.1.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.3" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python3.3
PYTHON_LIBDIR=lib/python3.3
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python3.3/site-packages
PYTHON_VERSION=python3.3
PYTHON_VER=3.3
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py33-setuptools"
EXAMPLESDIR="share/examples/py33-setuptools"
DATADIR="share/py33-setuptools"
WWWDIR="www/py33-setuptools"
ETCDIR="etc/py33-setuptools"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_VER=3.3
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/py33-setuptools
DOCSDIR=/usr/local/share/doc/py33-setuptools
EXAMPLESDIR=/usr/local/share/examples/py33-setuptools
WWWDIR=/usr/local/www/py33-setuptools
ETCDIR=/usr/local/etc/py33-setuptools
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License PSFL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-amd64-default-job-06] Installing pkg-1.6.2...
[head-amd64-default-job-06] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py33-setuptools33-19.1.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
=> SHA256 Checksum OK for python/setuptools-19.1.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
===>  Extracting for py33-setuptools33-19.1.1
=> SHA256 Checksum OK for python/setuptools-19.1.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py33-setuptools33-19.1.1
===>  Applying FreeBSD patches for py33-setuptools33-19.1.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/bin/python3.3 - not found
===>   Installing existing package /packages/All/python33-3.3.6_1.txz
[head-amd64-default-job-06] Installing python33-3.3.6_1...
[head-amd64-default-job-06] `-- Installing libffi-3.2.1...
[head-amd64-default-job-06] |   `-- Installing indexinfo-0.2.4...
[head-amd64-default-job-06] |   `-- Extracting indexinfo-0.2.4: .... done
[head-amd64-default-job-06] `-- Extracting libffi-3.2.1: .......... done
[head-amd64-default-job-06] `-- Installing gettext-runtime-0.19.6...
[head-amd64-default-job-06] `-- Extracting gettext-runtime-0.19.6: .......... done
[head-amd64-default-job-06] `-- Installing readline-6.3.8...
[head-amd64-default-job-06] `-- Extracting readline-6.3.8: .......... done
[head-amd64-default-job-06] Extracting python33-3.3.6_1: .......... done
Message from python33-3.3.6_1:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py33-gdbm       databases/py33-gdbm
py33-sqlite3    databases/py33-sqlite3
py33-tkinter    x11-toolkits/py33-tkinter

===========================================================================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/bin/python3.3 - found
===>   Returning to build of py33-setuptools33-19.1.1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py33-setuptools33-19.1.1
Traceback (most recent call last):
  File "setup.py", line 21, in <module>
    exec(init_file.read(), command_ns)
  File "<string>", line 11, in <module>
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/__init__.py", line 12, in <module>
    from setuptools.extension import Extension
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/extension.py", line 8, in <module>
    from .dist import _get_unpatched
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/dist.py", line 16, in <module>
    from setuptools.depends import Require
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/depends.py", line 6, in <module>
    from setuptools import compat
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/compat.py", line 47, in <module>
    import http.client as httplib
  File "/usr/local/lib/python3.3/http/client.py", line 1161, in <module>
    import ssl
  File "/usr/local/lib/python3.3/ssl.py", line 123, in <module>
    _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv3"
NameError: name 'PROTOCOL_SSLv2' is not defined
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-setuptools33

From owner-freebsd-python@freebsd.org  Sat Dec 26 15:41:41 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA012A519B9
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 15:41:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id D492C1176
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 15:41:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id D47D9A519B8; Sat, 26 Dec 2015 15:41:41 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4240A519B7
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 15:41:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 C48421174
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:41:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQFffU4035497
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:41:41 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205634] [NEW PORT] net/py-gsutil: CLI interface to Google Cloud
 Storage
Date: Sat, 26 Dec 2015 15:41:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc keywords cc
Message-ID: <bug-205634-21822-ZTLhrl4FOy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205634-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205634-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 15:41:42 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205634

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[NEW PORT] net/py-gsutil -  |[NEW PORT] net/py-gsutil:
                   |CLI interface to Google     |CLI interface to Google
                   |Cloud Storage               |Cloud Storage
           Keywords|                            |feature, needs-patch
                 CC|                            |python@FreeBSD.org

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
@Conall Did you forget to attach a patch? :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 15:45:42 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F9D2A51C00
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 15:45:42 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id EE1E31513
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 15:45:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id EDF97A51BFF; Sat, 26 Dec 2015 15:45:41 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED9C2A51BFE
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 15:45:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 DDA441512
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:45:41 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQFjfPB044584
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 15:45:41 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205637] [NEW PORT] ports-mgmt/py-pytoport: Generate FreeBSD
 ports from Python modules on PyPI
Date: Sat, 26 Dec 2015 15:45:41 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: keywords cc
Message-ID: <bug-205637-21822-MJXgAxke6r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 15:45:42 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205637

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, patch, patch-ready
                 CC|                            |python@FreeBSD.org

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
What a champion! Nice :D

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 16:00:12 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 012B8A52248
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 16:00:12 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id DF7AE1A4B
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 16:00:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id DF2F7A52247; Sat, 26 Dec 2015 16:00:11 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEC60A52246
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 16:00:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 CEA8D1A4A
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:00:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQG0Bbu073854
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:00:11 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205637] [NEW PORT] ports-mgmt/py-pytoport: Generate FreeBSD
 ports from Python modules on PyPI
Date: Sat, 26 Dec 2015 16:00:11 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: brendan+freebsd@bbqsrc.net
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-205637-21822-vf9zM6SncQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 16:00:12 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205637

--- Comment #4 from Brendan Molloy <brendan+freebsd@bbqsrc.net> ---
Created attachment 164694
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164694&action=edit
shar

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 16:01:52 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D3DA523C2
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 16:01:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id A15761BAA
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 16:01:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id A11C1A523C0; Sat, 26 Dec 2015 16:01:52 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0BF2A523BF
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 16:01:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 90FFE1BA8
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:01:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQG1qZt000599
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:01:52 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205637] [NEW PORT] ports-mgmt/py-pytoport: Generate FreeBSD
 ports from Python modules on PyPI
Date: Sat, 26 Dec 2015 16:01:52 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-205637-21822-z2j8bKpG1H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 16:01:52 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205637

--- Comment #5 from Kubilay Kocak <koobs@FreeBSD.org> ---
Comment on attachment 164691
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164691
ports-mgmt/py-pytoport patch

Obsolete patch in favour of SHAARRRRRRRRR

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 16:02:14 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1C27A5240A
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 16:02:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id DC0B01CF0
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 16:02:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id DBC49A52409; Sat, 26 Dec 2015 16:02:14 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB643A52408
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 16:02:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 CB4001CEF
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:02:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQG2EtH006754
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 16:02:14 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205637] [NEW PORT] ports-mgmt/py-pytoport: Generate FreeBSD
 ports from Python modules on PyPI
Date: Sat, 26 Dec 2015 16:02:14 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, patch, patch-ready
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: attachments.isobsolete
Message-ID: <bug-205637-21822-NR8H3nXEli@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205637-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 16:02:15 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205637

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164691|0                           |1
        is obsolete|                            |

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
Comment on attachment 164691
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164691
ports-mgmt/py-pytoport patch

Actually obsolete instead of a comment with no change

-- 
You are receiving this mail because:
You are on the CC list for the bug.

From owner-freebsd-python@freebsd.org  Sat Dec 26 17:41:53 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6CE7A5321D
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 17:41:53 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id C6BD61862
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 17:41:53 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id C41A2A5321B; Sat, 26 Dec 2015 17:41:53 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9672A53219;
 Sat, 26 Dec 2015 17:41:53 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy3.nyi.freebsd.org (beefy3.nyi.freebsd.org
 [IPv6:2610:1c1:1:6080::16:e6])
 (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 828931860;
 Sat, 26 Dec 2015 17:41:53 +0000 (UTC)
 (envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy3.nyi.freebsd.org (localhost [127.0.0.1])
 by beefy3.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQHfqHV040897;
 Sat, 26 Dec 2015 17:41:52 GMT (envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
 by beefy3.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tBQHfq2Z040881;
 Sat, 26 Dec 2015 17:41:52 GMT (envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 26 Dec 2015 17:41:52 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <201512261741.tBQHfq2Z040881@beefy3.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - head-i386-default][devel/py-setuptools33] Failed for
 py33-setuptools33-19.1.1 in configure
Cc: pkg-fallout@FreeBSD.org
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 17:41:53 -0000

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     python@FreeBSD.org
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/devel/py-setuptools33/Makefile 352367 2014-04-26 19:31:10Z sunpoet $
Log URL:        http://beefy3.nyi.freebsd.org/data/head-i386-default/p404493_s292736/logs/py33-setuptools33-19.1.1.log
Build URL:      http://beefy3.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p404493_s292736
Log:

====>> Building devel/py-setuptools33
build started at Sat Dec 26 17:41:41 UTC 2015
port directory: /usr/ports/devel/py-setuptools33
building for: FreeBSD head-i386-default-job-02 11.0-CURRENT FreeBSD 11.0-CURRENT r292736 i386
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: head/devel/py-setuptools33/Makefile 352367 2014-04-26 19:31:10Z sunpoet $
Poudriere version: 3.1.10
Host OSVERSION: 1100085
Jail OSVERSION: 1100092




!!! Jail is newer than host. (Jail: 1100092, Host: 1100085) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1100092
UNAME_v=FreeBSD 11.0-CURRENT r292736
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=py33-setuptools33-19.1.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool
MASTERNAME=head-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.10
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.3" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work  HOME=/wrkdirs/usr/ports/devel/py-setuptools33/work TMPDIR="/tmp" NO_PIE=yes NO_DEBUG_FILES=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python3.3
PYTHON_LIBDIR=lib/python3.3
PYTHON_PLATFORM=freebsd11
PYTHON_SITELIBDIR=lib/python3.3/site-packages
PYTHON_VERSION=python3.3
PYTHON_VER=3.3
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/py33-setuptools"
EXAMPLESDIR="share/examples/py33-setuptools"
DATADIR="share/py33-setuptools"
WWWDIR="www/py33-setuptools"
ETCDIR="etc/py33-setuptools"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_VER=3.3
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/py33-setuptools
DOCSDIR=/usr/local/share/doc/py33-setuptools
EXAMPLESDIR=/usr/local/share/examples/py33-setuptools
WWWDIR=/usr/local/www/py33-setuptools
ETCDIR=/usr/local/etc/py33-setuptools
--End SUB_LIST--

---Begin make.conf---
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
===>  License PSFL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.6.2.txz
[head-i386-default-job-02] Installing pkg-1.6.2...
[head-i386-default-job-02] Extracting pkg-1.6.2: .......... done
Message from pkg-1.6.2:
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py33-setuptools33-19.1.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
=> SHA256 Checksum OK for python/setuptools-19.1.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License PSFL accepted by the user
===> Fetching all distfiles required by py33-setuptools33-19.1.1 for building
===>  Extracting for py33-setuptools33-19.1.1
=> SHA256 Checksum OK for python/setuptools-19.1.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py33-setuptools33-19.1.1
===>  Applying FreeBSD patches for py33-setuptools33-19.1.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/bin/python3.3 - not found
===>   Installing existing package /packages/All/python33-3.3.6_1.txz
[head-i386-default-job-02] Installing python33-3.3.6_1...
[head-i386-default-job-02] `-- Installing libffi-3.2.1...
[head-i386-default-job-02] |   `-- Installing indexinfo-0.2.4...
[head-i386-default-job-02] |   `-- Extracting indexinfo-0.2.4: .... done
[head-i386-default-job-02] `-- Extracting libffi-3.2.1: .......... done
[head-i386-default-job-02] `-- Installing gettext-runtime-0.19.6...
[head-i386-default-job-02] `-- Extracting gettext-runtime-0.19.6: .......... done
[head-i386-default-job-02] `-- Installing readline-6.3.8...
[head-i386-default-job-02] `-- Extracting readline-6.3.8: .......... done
[head-i386-default-job-02] Extracting python33-3.3.6_1: .......... done
Message from python33-3.3.6_1:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py33-gdbm       databases/py33-gdbm
py33-sqlite3    databases/py33-sqlite3
py33-tkinter    x11-toolkits/py33-tkinter

===========================================================================
===>   py33-setuptools33-19.1.1 depends on file: /usr/local/bin/python3.3 - found
===>   Returning to build of py33-setuptools33-19.1.1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for py33-setuptools33-19.1.1
Traceback (most recent call last):
  File "setup.py", line 21, in <module>
    exec(init_file.read(), command_ns)
  File "<string>", line 11, in <module>
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/__init__.py", line 12, in <module>
    from setuptools.extension import Extension
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/extension.py", line 8, in <module>
    from .dist import _get_unpatched
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/dist.py", line 16, in <module>
    from setuptools.depends import Require
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/depends.py", line 6, in <module>
    from setuptools import compat
  File "/wrkdirs/usr/ports/devel/py-setuptools33/work/setuptools-19.1.1/setuptools/compat.py", line 47, in <module>
    import http.client as httplib
  File "/usr/local/lib/python3.3/http/client.py", line 1161, in <module>
    import ssl
  File "/usr/local/lib/python3.3/ssl.py", line 123, in <module>
    _PROTOCOL_NAMES[PROTOCOL_SSLv2] = "SSLv3"
NameError: name 'PROTOCOL_SSLv2' is not defined
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-setuptools33

From owner-freebsd-python@freebsd.org  Sat Dec 26 21:19:47 2015
Return-Path: <owner-freebsd-python@freebsd.org>
Delivered-To: freebsd-python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id E44B4A52945
 for <freebsd-python@mailman.ysv.freebsd.org>;
 Sat, 26 Dec 2015 21:19:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id CF5D5161E
 for <freebsd-python@freebsd.org>; Sat, 26 Dec 2015 21:19:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.ysv.freebsd.org (Postfix)
 id CC601A52944; Sat, 26 Dec 2015 21:19:47 +0000 (UTC)
Delivered-To: python@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBF2AA52943
 for <python@mailman.ysv.freebsd.org>; Sat, 26 Dec 2015 21:19:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
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 BC423161D
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 21:19:47 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBQLJlSc006423
 for <python@FreeBSD.org>; Sat, 26 Dec 2015 21:19:47 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 205634] [NEW PORT] net/py-gsutil: CLI interface to Google Cloud
 Storage
Date: Sat, 26 Dec 2015 21:19:48 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: conall@conall.net
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-205634-21822-3o0Odi3UEH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205634-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-205634-21822@https.bugs.freebsd.org/bugzilla/>
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.20
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 26 Dec 2015 21:19:48 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205634

--- Comment #2 from Conall O'Brien <conall@conall.net> ---
(In reply to Kubilay Kocak from comment #1)

It's still a work in progress, but I wanted to file the PR to make my
intentions clear and prevent duplicated efforts. Patch should be ready in the
next few days

-- 
You are receiving this mail because:
You are on the CC list for the bug.