From owner-freebsd-python@freebsd.org Sun Nov 15 03:04:33 2015 Return-Path: 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 ACE17A28E82 for ; Sun, 15 Nov 2015 03:04:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (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 374BA1F26; Sun, 15 Nov 2015 03:04:33 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacej9 with SMTP id ej9so31880342pac.2; Sat, 14 Nov 2015 19:04:32 -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=sikUNNdJ/CulkvzBAIoouwkzblTRPi+pUIpk/hvHivk=; b=JqghVWWk5xQDyE31W9WqtOty9/JyupzXuxTw7C4taS5AJIeguI393svrS3j005oZ99 w8clY3kCIDKCofmPmFjKMm1pXVdANWEfdhd/8Wl87ugQulFb0/SMitOJf7u4nRZNYYTW Z73FGdeZ8tG8Sw2Sq4uCRUArpYcahWUICsRrxQeg5w/OTDoeewtHbcLsm3q7ZY1Zpx3p 0j99G+5TscHxDFpzju+2m89gqUZ2ryRAA/phnAI4m9TXF+5JbBQZdE2Fu2QouwvT0E5L XEoGpP0P5G2BQlIEHpRxkhSDqDZg5rbMZZa6OKcDqvw6YaChUnmcPnp7EPp2wOBD0qP8 3Xfw== X-Received: by 10.66.219.228 with SMTP id pr4mr43005491pac.99.1447556672755; Sat, 14 Nov 2015 19:04:32 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:a6:2228:3a9d:93b2? (2001-44b8-31ae-7b01-00a6-2228-3a9d-93b2.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:a6:2228:3a9d:93b2]) by smtp.gmail.com with ESMTPSA id qk7sm28226376pbb.80.2015.11.14.19.04.30 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 14 Nov 2015 19:04:32 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: Version specified ports for separated standard Python modules References: To: Li-Wen Hsu , FreeBSD Python Team From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <5647F63B.6000303@FreeBSD.org> Date: Sun, 15 Nov 2015 14:04:27 +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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 03:04:33 -0000 On 15/11/2015 7:30 AM, Li-Wen Hsu wrote: > Hi, > > Just read this thread: > https://lists.freebsd.org/pipermail/freebsd-python/2015-November/009061.html > > This inspire me that we probably can create ports for those separated > standard Python modules, for each supported Python versions in the > tree. That is, adding databases/py3[2-5]-sqlite3, also for > databases/py-gdbm and x11-toolkits/py-tkinter. Adding these gives us > packages and this benefits pkg users, saving their time and space to > build from scratch. I also suggest these ports maintained by python@. > How do the people on this list think? These ports should be > straightforward, just slaves port with USES=python:X.Y . If no one > objects, I can add them. This might be the way to go until we have Python 3.x packages built by default. It would be nice to be *removing* the remaining py3- ports from the tree, not adding more, but in this case I'm not sure there's a better short term solution to address the missing functionality out of the box. > BTW, a thing surprises me is that we don't have a pkg-message which > hints users to install separated standard Python modules since > python34. Does anybody knows why? I haven't touched lang/pytohn* for > a while. I also found that python34 is directly added, not through > `svn cp` from python33 (well, python33 itself is also not...) If the pkg-message is inconsistent now, I'll fix it. Note this only solves the problem for ports users, not package users. python34 was directly added because it was built from scratch, leaving as much if not all of the old legacy behind. The initial commit log has more detail: https://svnweb.freebsd.org/ports?view=revision&revision=350610 > And, for the python-version-specified ports, I found now we have: > > devel/py-setuptools > devel/py-setuptools27 > devel/py-setuptools32 > devel/py-setuptools33 > devel/py-setuptools34 > devel/py-setuptools35 > > These give us following packages: > > py27-setuptools-17.0 > py27-setuptools27-17.0 > py32-setuptools32-17.0 > py33-setuptools33-17.0 > py34-setuptools34-17.0 > py35-setuptools35-17.0 > > I remember in the past, we add python-version-specified port using > pyXY-foo format. For example, we have See original commit and the issue it resolved: https://svnweb.freebsd.org/ports?view=revision&revision=347268 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187091 It's not pretty, but it's (still, I believe) needed, at least for now. > devel/py-dbus > devel/py3-dbus > > in ports, which generate > > py27-dbus-1.2.0_1 > py34-dbus-1.2.0_1 > > packages, so I think that the version suffix in port name is not > really needed. Or will trimming that make some other conflicts? > > Any idea? > From owner-freebsd-python@freebsd.org Sun Nov 15 03:46:38 2015 Return-Path: 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 5609BA2ED64 for ; Sun, 15 Nov 2015 03:46:38 +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 40EAA12F1 for ; Sun, 15 Nov 2015 03:46:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3DCC1A2ED62; Sun, 15 Nov 2015 03: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 3D132A2ED5F; Sun, 15 Nov 2015 03:46:38 +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 0417512ED; Sun, 15 Nov 2015 03:46:37 +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 tAF3kbO4024955; Sun, 15 Nov 2015 03:46:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tAF3kbM2024937; Sun, 15 Nov 2015 03:46:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sun, 15 Nov 2015 03:46:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511150346.tAF3kbM2024937@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 03:46:38 -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/401617/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=401617 Log: ====>> Building x11-toolkits/py-fltk build started at Sun Nov 15 03:46:12 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93amd64-default-job-15 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 Host OSVERSION: 1100085 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93amd64-default-job-15] Installing pkg-1.6.1_2... [93amd64-default-job-15] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user => pyFltk-1.3.3.1_py3.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://downloads.sourceforge.net/project/pyfltk/pyfltk/pyFltk-1.3.3.1/pyFltk-1.3.3.1_py3.tar.gz pyFltk-1.3.3.1_py3.tar.gz 930 kB 0 Bps ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93amd64-default-job-15] Installing py27-setuptools27-17.0... [93amd64-default-job-15] `-- Installing python27-2.7.10_1... [93amd64-default-job-15] | `-- Installing libffi-3.2.1... [93amd64-default-job-15] | | `-- Installing indexinfo-0.2.4... [93amd64-default-job-15] | | `-- Extracting indexinfo-0.2.4: .... done [93amd64-default-job-15] | `-- Extracting libffi-3.2.1: .......... done [93amd64-default-job-15] | `-- Installing gettext-runtime-0.19.6... [93amd64-default-job-15] | | `-- Installing libiconv-1.14_9... [93amd64-default-job-15] | | `-- Extracting libiconv-1.14_9: .......... done [93amd64-default-job-15] | `-- Extracting gettext-runtime-0.19.6: .......... done [93amd64-default-job-15] `-- Extracting python27-2.7.10_1: .......... done [93amd64-default-job-15] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-15] Installing libX11-1.6.3,1... [93amd64-default-job-15] `-- Installing xproto-7.0.28... [93amd64-default-job-15] `-- Extracting xproto-7.0.28: .......... done [93amd64-default-job-15] `-- Installing kbproto-1.0.7... [93amd64-default-job-15] `-- Extracting kbproto-1.0.7: .......... done [93amd64-default-job-15] `-- Installing libXdmcp-1.1.2... [93amd64-default-job-15] `-- Extracting libXdmcp-1.1.2: ......... done [93amd64-default-job-15] `-- Installing libxcb-1.11.1... [93amd64-default-job-15] | `-- Installing libxml2-2.9.2_3... [93amd64-default-job-15] | `-- Extracting libxml2-2.9.2_3: .......... done [93amd64-default-job-15] | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-15] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93amd64-default-job-15] | `-- Installing libXau-1.0.8_3... [93amd64-default-job-15] | `-- Extracting libXau-1.0.8_3: .......... done [93amd64-default-job-15] `-- Extracting libxcb-1.11.1: .......... done [93amd64-default-job-15] 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 =========================================================================== =================================================== ===> 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-15] Installing fltk-1.3.3_2... [93amd64-default-job-15] `-- Installing jpeg-turbo-1.4.2... [93amd64-default-job-15] `-- Extracting jpeg-turbo-1.4.2: .......... done [93amd64-default-job-15] `-- Installing libXft-2.3.2_1... [93amd64-default-job-15] | `-- Installing fontconfig-2.11.1_1,1... [93amd64-default-job-15] | | `-- Installing expat-2.1.0_3... [93amd64-default-job-15] | | `-- Extracting expat-2.1.0_3: .......... done [93amd64-default-job-15] | | `-- Installing freetype2-2.6_1... [93amd64-default-job-15] | | `-- Extracting freetype2-2.6_1: .......... done [93amd64-default-job-15] | `-- 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-15] | `-- Installing libXrender-0.9.9... [93amd64-default-job-15] | | `-- Installing renderproto-0.11.1... [93amd64-default-job-15] | | `-- Extracting renderproto-0.11.1: .... done [93amd64-default-job-15] | `-- Extracting libXrender-0.9.9: .......... done [93amd64-default-job-15] `-- Extracting libXft-2.3.2_1: ......... done [93amd64-default-job-15] `-- Installing libGLU-9.0.0_2... [93amd64-default-job-15] | `-- Installing libGL-10.6.9... [93amd64-default-job-15] | | `-- Installing dri2proto-2.8... [93amd64-default-job-15] | | `-- Extracting dri2proto-2.8: .... done [93amd64-default-job-15] | | `-- Installing libXdamage-1.1.4_3... [93amd64-default-job-15] | | `-- Installing libXfixes-5.0.1_3... [93amd64-default-job-15] | | | `-- Installing fixesproto-5.0... [93amd64-default-job-15] | | | `-- Extracting fixesproto-5.0: .... done [93amd64-default-job-15] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93amd64-default-job-15] | | `-- Installing damageproto-1.2.1... [93amd64-default-job-15] | | `-- Extracting damageproto-1.2.1: .... done [93amd64-default-job-15] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93amd64-default-job-15] | | `-- Installing libdevq-0.0.2_1... [93amd64-default-job-15] | | `-- Extracting libdevq-0.0.2_1: ..... done [93amd64-default-job-15] | | `-- Installing gcc-4.8.5... [93amd64-default-job-15] | | `-- Installing mpc-1.0.3... [93amd64-default-job-15] | | | `-- Installing gmp-5.1.3_2... [93amd64-default-job-15] | | | `-- Extracting gmp-5.1.3_2: .......... done [93amd64-default-job-15] | | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-15] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93amd64-default-job-15] | | `-- Extracting mpc-1.0.3: ...... done [93amd64-default-job-15] | | `-- Installing gcc-ecj-4.5... [93amd64-default-job-15] | | `-- Extracting gcc-ecj-4.5: . done [93amd64-default-job-15] | | `-- Installing binutils-2.25.1... [93amd64-default-job-15] | | `-- Extracting binutils-2.25.1: .......... done [93amd64-default-job-15] | | `-- Extracting gcc-4.8.5: .......... done [93amd64-default-job-15] | | `-- Installing libXxf86vm-1.1.4_1... [93amd64-default-job-15] | | `-- Installing xf86vidmodeproto-2.3.1... [93amd64-default-job-15] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93amd64-default-job-15] | | `-- Installing libXext-1.3.3_1,1... [93amd64-default-job-15] | | | `-- Installing xextproto-7.3.0... [93amd64-default-job-15] | | | `-- Extracting xextproto-7.3.0: .......... done [93amd64-default-job-15] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93amd64-default-job-15] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93amd64-default-job-15] | | `-- Installing libdrm-2.4.65_1,1... [93amd64-default-job-15] | | `-- Installing libpciaccess-0.13.4... [93amd64-default-job-15] | | | `-- Installing pciids-20151108... [93amd64-default-job-15] | | | `-- Extracting pciids-20151108: ...... done [93amd64-default-job-15] | | `-- Extracting libpciaccess-0.13.4: ...... done [93amd64-default-job-15] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93amd64-default-job-15] | | `-- Installing libxshmfence-1.2... [93amd64-default-job-15] | | `-- Extracting libxshmfence-1.2: ......... done [93amd64-default-job-15] | | `-- Installing libglapi-10.6.9... [93amd64-default-job-15] | | `-- Installing libXvMC-1.0.9... [93amd64-default-job-15] | | | `-- Installing libXv-1.0.10_3,1... [93amd64-default-job-15] | | | `-- Installing videoproto-2.3.2... [93amd64-default-job-15] | | | `-- Extracting videoproto-2.3.2: ...... done [93amd64-default-job-15] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93amd64-default-job-15] | | `-- Extracting libXvMC-1.0.9: .......... done [93amd64-default-job-15] | | `-- Extracting libglapi-10.6.9: ... done [93amd64-default-job-15] | `-- Extracting libGL-10.6.9: .......... done [93amd64-default-job-15] `-- Extracting libGLU-9.0.0_2: ...... done [93amd64-default-job-15] `-- Installing png-1.6.18... [93amd64-default-job-15] `-- Extracting png-1.6.18: .......... done [93amd64-default-job-15] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-amd64-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Nov 15 05:06:55 2015 Return-Path: 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 16868A2FE30 for ; Sun, 15 Nov 2015 05:06:55 +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 F3E9A19BA for ; Sun, 15 Nov 2015 05:06:54 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id F259DA2FE2A; Sun, 15 Nov 2015 05:06: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 F1588A2FE28; Sun, 15 Nov 2015 05:06: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 B65A419B8; Sun, 15 Nov 2015 05:06: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 tAF56r32080876; Sun, 15 Nov 2015 05:06: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 tAF56rKd080871; Sun, 15 Nov 2015 05:06:53 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sun, 15 Nov 2015 05:06:53 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511150506.tAF56rKd080871@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 05:06:55 -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/401617/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=401617 Log: ====>> Building x11-toolkits/py-fltk build started at Sun Nov 15 05:06:29 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93i386-default-job-04 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 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-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93i386-default-job-04] Installing pkg-1.6.1_2... [93i386-default-job-04] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user => pyFltk-1.3.3.1_py3.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://downloads.sourceforge.net/project/pyfltk/pyfltk/pyFltk-1.3.3.1/pyFltk-1.3.3.1_py3.tar.gz pyFltk-1.3.3.1_py3.tar.gz 930 kB 0 Bps ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93i386-default-job-04] Installing py27-setuptools27-17.0... [93i386-default-job-04] `-- Installing python27-2.7.10_1... [93i386-default-job-04] | `-- Installing libffi-3.2.1... [93i386-default-job-04] | | `-- Installing indexinfo-0.2.4... [93i386-default-job-04] | | `-- Extracting indexinfo-0.2.4: .... done [93i386-default-job-04] | `-- Extracting libffi-3.2.1: .......... done [93i386-default-job-04] | `-- Installing gettext-runtime-0.19.6... [93i386-default-job-04] | | `-- Installing libiconv-1.14_9... [93i386-default-job-04] | | `-- Extracting libiconv-1.14_9: .......... done [93i386-default-job-04] | `-- Extracting gettext-runtime-0.19.6: .......... done [93i386-default-job-04] `-- Extracting python27-2.7.10_1: .......... done [93i386-default-job-04] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-04] Installing libX11-1.6.3,1... [93i386-default-job-04] `-- Installing xproto-7.0.28... [93i386-default-job-04] `-- Extracting xproto-7.0.28: .......... done [93i386-default-job-04] `-- Installing kbproto-1.0.7... [93i386-default-job-04] `-- Extracting kbproto-1.0.7: .......... done [93i386-default-job-04] `-- Installing libXdmcp-1.1.2... [93i386-default-job-04] `-- Extracting libXdmcp-1.1.2: ......... done [93i386-default-job-04] `-- Installing libxcb-1.11.1... [93i386-default-job-04] | `-- Installing libxml2-2.9.2_3... [93i386-default-job-04] | `-- Extracting libxml2-2.9.2_3: .......... done [93i386-default-job-04] | `-- Installing libpthread-stubs-0.3_6... [93i386-default-job-04] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93i386-default-job-04] | `-- Installing libXau-1.0.8_3... [93i386-default-job-04] | `-- Extracting libXau-1.0.8_3: .......... done [93i386-default-job-04] `-- Extracting libxcb-1.11.1: .......... done [93i386-default-job-04] 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 =========================================================================== =================================================== ===> 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-04] Installing fltk-1.3.3_2... [93i386-default-job-04] `-- Installing jpeg-turbo-1.4.2... [93i386-default-job-04] `-- Extracting jpeg-turbo-1.4.2: .......... done [93i386-default-job-04] `-- Installing libXft-2.3.2_1... [93i386-default-job-04] | `-- Installing fontconfig-2.11.1_1,1... [93i386-default-job-04] | | `-- Installing expat-2.1.0_3... [93i386-default-job-04] | | `-- Extracting expat-2.1.0_3: .......... done [93i386-default-job-04] | | `-- Installing freetype2-2.6_1... [93i386-default-job-04] | | `-- Extracting freetype2-2.6_1: .......... done [93i386-default-job-04] | `-- 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-04] | `-- Installing libXrender-0.9.9... [93i386-default-job-04] | | `-- Installing renderproto-0.11.1... [93i386-default-job-04] | | `-- Extracting renderproto-0.11.1: .... done [93i386-default-job-04] | `-- Extracting libXrender-0.9.9: .......... done [93i386-default-job-04] `-- Extracting libXft-2.3.2_1: ......... done [93i386-default-job-04] `-- Installing libGLU-9.0.0_2... [93i386-default-job-04] | `-- Installing libGL-10.6.9... [93i386-default-job-04] | | `-- Installing dri2proto-2.8... [93i386-default-job-04] | | `-- Extracting dri2proto-2.8: .... done [93i386-default-job-04] | | `-- Installing libXdamage-1.1.4_3... [93i386-default-job-04] | | `-- Installing libXfixes-5.0.1_3... [93i386-default-job-04] | | | `-- Installing fixesproto-5.0... [93i386-default-job-04] | | | `-- Extracting fixesproto-5.0: .... done [93i386-default-job-04] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93i386-default-job-04] | | `-- Installing damageproto-1.2.1... [93i386-default-job-04] | | `-- Extracting damageproto-1.2.1: .... done [93i386-default-job-04] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93i386-default-job-04] | | `-- Installing libdevq-0.0.2_1... [93i386-default-job-04] | | `-- Extracting libdevq-0.0.2_1: ..... done [93i386-default-job-04] | | `-- Installing gcc-4.8.5... [93i386-default-job-04] | | `-- Installing mpc-1.0.3... [93i386-default-job-04] | | | `-- Installing gmp-5.1.3_2... [93i386-default-job-04] | | | `-- Extracting gmp-5.1.3_2: .......... done [93i386-default-job-04] | | | `-- Installing mpfr-3.1.2_2... [93i386-default-job-04] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93i386-default-job-04] | | `-- Extracting mpc-1.0.3: ...... done [93i386-default-job-04] | | `-- Installing gcc-ecj-4.5... [93i386-default-job-04] | | `-- Extracting gcc-ecj-4.5: . done [93i386-default-job-04] | | `-- Installing binutils-2.25.1... [93i386-default-job-04] | | `-- Extracting binutils-2.25.1: .......... done [93i386-default-job-04] | | `-- Extracting gcc-4.8.5: .......... done [93i386-default-job-04] | | `-- Installing libXxf86vm-1.1.4_1... [93i386-default-job-04] | | `-- Installing xf86vidmodeproto-2.3.1... [93i386-default-job-04] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93i386-default-job-04] | | `-- Installing libXext-1.3.3_1,1... [93i386-default-job-04] | | | `-- Installing xextproto-7.3.0... [93i386-default-job-04] | | | `-- Extracting xextproto-7.3.0: .......... done [93i386-default-job-04] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93i386-default-job-04] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93i386-default-job-04] | | `-- Installing libdrm-2.4.65_1,1... [93i386-default-job-04] | | `-- Installing libpciaccess-0.13.4... [93i386-default-job-04] | | | `-- Installing pciids-20151108... [93i386-default-job-04] | | | `-- Extracting pciids-20151108: ...... done [93i386-default-job-04] | | `-- Extracting libpciaccess-0.13.4: ...... done [93i386-default-job-04] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93i386-default-job-04] | | `-- Installing libxshmfence-1.2... [93i386-default-job-04] | | `-- Extracting libxshmfence-1.2: ......... done [93i386-default-job-04] | | `-- Installing libglapi-10.6.9... [93i386-default-job-04] | | `-- Installing libXvMC-1.0.9... [93i386-default-job-04] | | | `-- Installing libXv-1.0.10_3,1... [93i386-default-job-04] | | | `-- Installing videoproto-2.3.2... [93i386-default-job-04] | | | `-- Extracting videoproto-2.3.2: ...... done [93i386-default-job-04] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93i386-default-job-04] | | `-- Extracting libXvMC-1.0.9: .......... done [93i386-default-job-04] | | `-- Extracting libglapi-10.6.9: ... done [93i386-default-job-04] | `-- Extracting libGL-10.6.9: .......... done [93i386-default-job-04] `-- Extracting libGLU-9.0.0_2: ...... done [93i386-default-job-04] `-- Installing png-1.6.18... [93i386-default-job-04] `-- Extracting png-1.6.18: .......... done [93i386-default-job-04] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-i386-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Nov 15 10:02:16 2015 Return-Path: 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 840B0A2E3B7 for ; Sun, 15 Nov 2015 10:02:16 +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 68C0E1DCC for ; Sun, 15 Nov 2015 10:02:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 64E7EA2E3B6; Sun, 15 Nov 2015 10:02:16 +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 6473EA2E3B5 for ; Sun, 15 Nov 2015 10:02:16 +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 376DB1DCA for ; Sun, 15 Nov 2015 10:02:16 +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 tAFA2G9x061836 for ; Sun, 15 Nov 2015 10:02:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Sun, 15 Nov 2015 10:02:15 +0000 X-Bugzilla-Reason: CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: antoine@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: assigned_to cc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 10:02:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|portmgr@FreeBSD.org |antoine@FreeBSD.org CC| |portmgr@FreeBSD.org Keywords|easy | --- Comment #11 from Antoine Brodin --- Take for exp-run. Some ports are likely not ready because of the PYO removal (PEP 0488) - https://reviews.freebsd.org/D4147 - lines 113-115 of Mk/bsd.kde4.mk - x11/kdelibs4/files/patch-cmake_modules_PythonMacros.cmake - accessibility/accerciser/pkg-plist - accessibility/orca/pkg-plist - accessibility/py3-atspi/pkg-plist - audio/gnome-music/pkg-plist - audio/rhythmbox/pkg-plist - deskutils/alacarte/pkg-plist (this one installs versioned files in an unversioned lib/python directory) - devel/gitg/pkg-plist - devel/py-ice/pkg-plist - devel/py3-gobject3 - dns/bundy/pkg-plist - editors/gedit-plugins/pkg-plist - graphics/eog-plugins/pkg-plist - graphics/py-opencv/pkg-plist - math/rpcalc/pkg-plist - math/convertall/pkg-plist - multimedia/py3-gstreamer1/pkg-plist - sysutils/dvdvideo/pkg-plist - sysutils/backupchecker/pkg-plist - x11/xcb-proto/pkg-plist I tried to run a few tests but the version of pytest in the tree doesn't work with python 3.5 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 14:28:45 2015 Return-Path: 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 7B89BA2F0A0 for ; Sun, 15 Nov 2015 14:28: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 5DB231388 for ; Sun, 15 Nov 2015 14:28:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5DC4DA2F09F; Sun, 15 Nov 2015 14:28: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 5D5EDA2F09E for ; Sun, 15 Nov 2015 14:28: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 476331387 for ; Sun, 15 Nov 2015 14:28: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 tAFESj4F042535 for ; Sun, 15 Nov 2015 14:28:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python Date: Sun, 15 Nov 2015 14:28: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: feature, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wg@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: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 14:28:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 Bug 204435 depends on bug 204430, which changed state. Bug 204430 Summary: [NEW PORT] devel/py-envisage https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204430 What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 17:40:40 2015 Return-Path: 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 E3126A30F0C for ; Sun, 15 Nov 2015 17:40:40 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (freebsd2.cs.nctu.edu.tw [140.113.17.206]) by mx1.freebsd.org (Postfix) with ESMTP id B359B15C5; Sun, 15 Nov 2015 17:40:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 5DC022B73; Mon, 16 Nov 2015 01:40:33 +0800 (CST) Date: Mon, 16 Nov 2015 01:40:33 +0800 From: Li-Wen Hsu To: Kubilay Kocak Cc: FreeBSD Python Team , sunpoet@FreeBSD.org Subject: Re: Version specified ports for separated standard Python modules Message-ID: <20151115174033.GA79023@FreeBSD.cs.nctu.edu.tw> References: <5647F63B.6000303@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <5647F63B.6000303@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 17:40:41 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 15, 2015 at 14:04:27 +1100, Kubilay Kocak wrote: > On 15/11/2015 7:30 AM, Li-Wen Hsu wrote: > > Hi, > >=20 > > Just read this thread: > > https://lists.freebsd.org/pipermail/freebsd-python/2015-November/009061= =2Ehtml > >=20 > > This inspire me that we probably can create ports for those separated > > standard Python modules, for each supported Python versions in the > > tree. That is, adding databases/py3[2-5]-sqlite3, also for > > databases/py-gdbm and x11-toolkits/py-tkinter. Adding these gives us > > packages and this benefits pkg users, saving their time and space to > > build from scratch. I also suggest these ports maintained by python@. > > How do the people on this list think? These ports should be > > straightforward, just slaves port with USES=3Dpython:X.Y . If no one > > objects, I can add them. >=20 > This might be the way to go until we have Python 3.x packages built by > default. It would be nice to be *removing* the remaining py3- ports from > the tree, not adding more, but in this case I'm not sure there's a > better short term solution to address the missing functionality out of > the box. I have the same thought, hope at that time we will not need to maintain lots of py2- ports... However, I think that pyXY- for the standard python modules should exist along with the main port, since they complete the standard python library. > > BTW, a thing surprises me is that we don't have a pkg-message which > > hints users to install separated standard Python modules since > > python34. Does anybody knows why? I haven't touched lang/pytohn* for > > a while. I also found that python34 is directly added, not through > > `svn cp` from python33 (well, python33 itself is also not...) >=20 > If the pkg-message is inconsistent now, I'll fix it. Note this only > solves the problem for ports users, not package users. Thanks, and it looks pkg also shows pkg-message after install: https://gist.github.com/lwhsu/237a58a65db97a71ae57 > python34 was directly added because it was built from scratch, leaving > as much if not all of the old legacy behind. >=20 > The initial commit log has more detail: >=20 > https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D350610 I see, I remember it was built from scratch, but didn't know that's the reason. Thanks again for your hard work. > > And, for the python-version-specified ports, I found now we have: > >=20 > > devel/py-setuptools > > devel/py-setuptools27 > > devel/py-setuptools32 > > devel/py-setuptools33 > > devel/py-setuptools34 > > devel/py-setuptools35 > >=20 > > These give us following packages: > >=20 > > py27-setuptools-17.0 > > py27-setuptools27-17.0 > > py32-setuptools32-17.0 > > py33-setuptools33-17.0 > > py34-setuptools34-17.0 > > py35-setuptools35-17.0 > >=20 > > I remember in the past, we add python-version-specified port using > > pyXY-foo format. For example, we have >=20 > See original commit and the issue it resolved: >=20 > https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D347268 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187091 >=20 > It's not pretty, but it's (still, I believe) needed, at least for now. Yes, they are needed for every python version installed. My poit is that it might be more consistent for adding as devel/pyXY-setuptools and creating pyXY-setyptools-A.B_C.txz . I've talked with sunpoet and he agrees that it is the better name. Changing these would be a non-trivial work, I don't have a plan to do it right now. Also note that at this point devel/py-setuptools and devel/py-setuptools27 are duplicated in content, Renameing them may cause conflict... but devel/py-setuptools27 cannot be just removed, because we may need it when default Python version switch to 3. Perhaps marking IGNORE when the default Python version matches the specified version? Li-Wen --=20 Li-Wen Hsu http://lwhsu.org --0F1p//8PRICkK4MW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWSMOQXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxMDdENTNGNjUyMTUzMzVCNzA5NDNGODQ2 NzI3RTc3Qzg4NjJCNjU2AAoJEGcn53yIYrZWEQAQAJPvs+qzkVevT5NUuDHCFl/n +8mNiPmpyqlMV4nZ2x39cmTTtAuEwB+Gn5OuUT9V8U7PxWfX+cgzfjLPrZ8quzAj qdUvwu+zHARKJgua+Kvc/fQuaC9YhoZgODswxV3DaU6wFyp6qf3clLEC3zTL8PP1 rhXVp8NClB2+mmtukzTsKlGu5b7g4dOaGcYOf5s3xsOjJ0DLX3fhZ2LcHjCDk3ZI ojVAXjj9DVu6tjwiVWHU02PEUHwn3YYVT6Kz9hLC2sfVnJM0f6m3vfvD0+s49ZcQ 5mVR4VNmHow7cfKwT7nGj/UojGXTM4E9Bu3dnzEJi2ZsQZeg1n4j8REG2ridYQWh bDDyafWFd172Q0VD9/v886hHxsQl/h+/31ptX1THTPy72ASkWmd8LwffwP8vDgAS eCVxCUvVgTQwBjeM2OhOewKg/YTmDN9CJpAsZzbM1aZX5gbk+VZoLTuqUfeo3CX1 NKqwR7YdJHA4at4nGO1A3lKW+bDjf3LS3N7lzm/vISQ6szyd+B5iKvbzXJlHCdNR 2FVFBk8PpPHVpur+fFdt66C+OTSaSKlquzo6K989FWdo7DatRG4rkm6kkNp0dvd3 BbK0SqJ/lxkrx68VceA7S+QjzU+QLfAxtpZH3u2JtjIw3AwEZFdABk2hx6xFxZNK 8tgXr8L8L6gI8t9fe8Do =uMD7 -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW-- From owner-freebsd-python@freebsd.org Sun Nov 15 18:29:39 2015 Return-Path: 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 3041BA2FF1C for ; Sun, 15 Nov 2015 18:29: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 15ABE1A1C for ; Sun, 15 Nov 2015 18:29:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 11F59A2FF1B; Sun, 15 Nov 2015 18:29: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 119D6A2FF1A for ; Sun, 15 Nov 2015 18:29: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 F25021A1B for ; Sun, 15 Nov 2015 18:29: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 tAFITcNK024733 for ; Sun, 15 Nov 2015 18:29:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Sun, 15 Nov 2015 18:29:38 +0000 X-Bugzilla-Reason: CC 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: john@saltant.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 18:29:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 Bug ID: 204567 Summary: devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: mhjacks@swbell.net, python@FreeBSD.org Attachment #163153 maintainer-approval?(mhjacks@swbell.net) Flags: CC: mhjacks@swbell.net Flags: maintainer-feedback?(mhjacks@swbell.net) Created attachment 163153 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163153&action=edit devel/py-asn1: Update to 0.1.9, rename, bump dependent ports Changelog: * Update to 0.1.9 * Move to devel/py-pyasn1 to match PyPI name * Update *_DEPENDS and bump PORTREVISION in dependent ports * Reset PORTEPOCH QA: * portlint: OK (0 fatal, 1 warning) * testport: OK (10.1-RELEASE-p22, amd64, python27 and python34) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 18:30:39 2015 Return-Path: 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 0CD71A2FFC9 for ; Sun, 15 Nov 2015 18:30: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 E5AC91B99 for ; Sun, 15 Nov 2015 18:30:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E4329A2FFC7; Sun, 15 Nov 2015 18:30: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 E3D8CA2FFC6 for ; Sun, 15 Nov 2015 18:30: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 D10AE1B94 for ; Sun, 15 Nov 2015 18:30: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 tAFIUcMY026267 for ; Sun, 15 Nov 2015 18:30:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Sun, 15 Nov 2015 18:30:38 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 18:30:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 --- Comment #1 from John W. O'Brien --- Created attachment 163154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163154&action=edit py27-pyasn1-0.1.9 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 18:30:54 2015 Return-Path: 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 617A1A30026 for ; Sun, 15 Nov 2015 18:30:54 +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 46F651C21 for ; Sun, 15 Nov 2015 18:30:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 45688A30025; Sun, 15 Nov 2015 18:30: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 450BDA30024 for ; Sun, 15 Nov 2015 18:30:54 +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 318951C20 for ; Sun, 15 Nov 2015 18:30:54 +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 tAFIUsYc027544 for ; Sun, 15 Nov 2015 18:30:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Sun, 15 Nov 2015 18:30:54 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 18:30:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 --- Comment #2 from John W. O'Brien --- Created attachment 163155 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163155&action=edit py34-pyasn1-0.1.9 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 21:54:48 2015 Return-Path: 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 D478AA2FB87 for ; Sun, 15 Nov 2015 21:54:48 +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 B83931789 for ; Sun, 15 Nov 2015 21:54:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B5C41A2FB86; Sun, 15 Nov 2015 21:54:48 +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 B55C8A2FB85 for ; Sun, 15 Nov 2015 21:54:48 +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 A0C921788 for ; Sun, 15 Nov 2015 21:54:48 +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 tAFLsmvi079326 for ; Sun, 15 Nov 2015 21:54:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Sun, 15 Nov 2015 21:54:48 +0000 X-Bugzilla-Reason: CC 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: john@saltant.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 21:54:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204572 Bug ID: 204572 Summary: [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: python@FreeBSD.org Created attachment 163157 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D163157&action= =3Dedit net-mgmt/py-pysmi: New port SHAR file >From the upstream website: The PySMI library and tools are designed to parse, verify and transform SNMP SMI MIB modules. The ultimate goal of PySMI effort is to handle as much SMI syntax flavors and conversion operations as libsmi does but in pure Python. PySMI=E2=80=99s APIs are designed in modular, reusable and object-oriented = fashion in hope to make PySMI useful for native Python applications. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sun Nov 15 21:57:00 2015 Return-Path: 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 E58ADA2FC3C for ; Sun, 15 Nov 2015 21:57: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 C9FF91946 for ; Sun, 15 Nov 2015 21:57:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C7E55A2FC3B; Sun, 15 Nov 2015 21:57: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 C7801A2FC3A for ; Sun, 15 Nov 2015 21:57: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 B32F81945 for ; Sun, 15 Nov 2015 21:57: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 tAFLv0kq082281 for ; Sun, 15 Nov 2015 21:57:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Sun, 15 Nov 2015 21:57: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 21:57:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 --- Comment #1 from John W. O'Brien --- Created attachment 163158 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163158&action=edit py27-pysmi-0.0.6 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 21:57:24 2015 Return-Path: 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 82E18A2FC88 for ; Sun, 15 Nov 2015 21:57: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 669201997 for ; Sun, 15 Nov 2015 21:57:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6688EA2FC87; Sun, 15 Nov 2015 21:57: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 6624FA2FC86 for ; Sun, 15 Nov 2015 21:57: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 518861996 for ; Sun, 15 Nov 2015 21:57: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 tAFLvOLr082784 for ; Sun, 15 Nov 2015 21:57:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Sun, 15 Nov 2015 21:57: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 21:57:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 --- Comment #2 from John W. O'Brien --- Created attachment 163159 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163159&action=edit py34-pysmi-0.0.6 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 22:02:23 2015 Return-Path: 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 C0483A2FEFA for ; Sun, 15 Nov 2015 22:02: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 A37F41E6E for ; Sun, 15 Nov 2015 22:02:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A3430A2FEF7; Sun, 15 Nov 2015 22:02: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 A2D7EA2FEF6 for ; Sun, 15 Nov 2015 22:02: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 8DB121E6D for ; Sun, 15 Nov 2015 22:02: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 tAFM2NNU027782 for ; Sun, 15 Nov 2015 22:02:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Sun, 15 Nov 2015 22:02: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 22:02:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 --- Comment #3 from John W. O'Brien --- Other QA notes: portlint: looks fine unittest: py27-pysmi -- Ran 100 tests in 15.986s -- FAILED (failures=3) Failed tests pysmi.tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase pysmi.tests.test_objecttype_smiv2_pysnmp.ObjectTypeBasicTestCase pysmi.tests.test_typedeclaration_smiv1_pysnmp.TypeDeclarationTestCase -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 22:51:57 2015 Return-Path: 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 4ECB1A308E7 for ; Sun, 15 Nov 2015 22:51: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 320FA13B9 for ; Sun, 15 Nov 2015 22:51:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 31CE1A308E6; Sun, 15 Nov 2015 22:51: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 3172EA308E5 for ; Sun, 15 Nov 2015 22:51: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 1CCFF13B7 for ; Sun, 15 Nov 2015 22:51: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 tAFMpuJD022911 for ; Sun, 15 Nov 2015 22:51:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Sun, 15 Nov 2015 22:51:57 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mhjacks@swbell.net 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: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 22:51:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 mhjacks@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(mhjack |maintainer-feedback+ |s@swbell.net) | --- Comment #3 from mhjacks@swbell.net --- Thanks for the work to improve pyasn1! I've not done a maintainer approval in bugzilla, but my intention is absolutely to approve this. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Sun Nov 15 23:42:28 2015 Return-Path: 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 7A0C5A30144 for ; Sun, 15 Nov 2015 23:42:28 +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 5E0F21827 for ; Sun, 15 Nov 2015 23:42:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5D3D0A30142; Sun, 15 Nov 2015 23:42: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 5CDD0A30141 for ; Sun, 15 Nov 2015 23:42:28 +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 48B201826 for ; Sun, 15 Nov 2015 23:42:28 +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 tAFNgSTq055755 for ; Sun, 15 Nov 2015 23:42:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Sun, 15 Nov 2015 23:42:28 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 23:42:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 --- Comment #4 from John W. O'Brien --- You're welcome. I'm glad to help. Incidentally, per bug #201907, comment #3, here I am saying that I ran Tools/scripts/MOVEDlint.awk and it didn't complain. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 10:49:00 2015 Return-Path: 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 B1C84A262A1 for ; Mon, 16 Nov 2015 10:49: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 9573B1C39 for ; Mon, 16 Nov 2015 10:49:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 956CCA2629D; Mon, 16 Nov 2015 10:49: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 95152A2629C for ; Mon, 16 Nov 2015 10:49: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 811231C38 for ; Mon, 16 Nov 2015 10:49: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 tAGAn09u069572 for ; Mon, 16 Nov 2015 10:49:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 10:48:59 +0000 X-Bugzilla-Reason: CC 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: john@saltant.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 10:49:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Bug ID: 204594 Summary: math/py-networkx: Update to 1.10 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: dikshie@sfc.wide.ad.jp, python@FreeBSD.org Attachment #163186 maintainer-approval?(dikshie@sfc.wide.ad.jp) Flags: CC: dikshie@sfc.wide.ad.jp Flags: maintainer-feedback?(dikshie@sfc.wide.ad.jp) Created attachment 163186 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163186&action=edit math/py-networkx: Update to 1.10 Changelog: * Update to 1.10 * Add YAML option (on by default) * Remove gratuitous word from option descriptions * USE_PYTHON=concurrent instead of setting EXAMPLESDIR * Alphabetize USE_PYTHON * Discard pkg-message given all options are enabled by default QA: * testport: OK (10.1-RELEASE-p22, amd64, python27 and python34) * portlint: OK (0 fatal errors, 1 warning) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 10:49:25 2015 Return-Path: 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 9F6D9A26326 for ; Mon, 16 Nov 2015 10:49:25 +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 830621D2D for ; Mon, 16 Nov 2015 10:49:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 82F8FA26325; Mon, 16 Nov 2015 10:49: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 82A5FA26324 for ; Mon, 16 Nov 2015 10:49: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 6DFC51D2C for ; Mon, 16 Nov 2015 10:49: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 tAGAnPk9070067 for ; Mon, 16 Nov 2015 10:49:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 10:49: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 10:49:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #1 from John W. O'Brien --- Created attachment 163187 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163187&action=edit py27-networkx-1.10 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 10:49:43 2015 Return-Path: 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 5F65BA26369 for ; Mon, 16 Nov 2015 10:49: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 43C631D89 for ; Mon, 16 Nov 2015 10:49:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 43BF8A26368; Mon, 16 Nov 2015 10:49: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 4367FA26367 for ; Mon, 16 Nov 2015 10:49: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 2EE351D88 for ; Mon, 16 Nov 2015 10:49: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 tAGAnhYC070488 for ; Mon, 16 Nov 2015 10:49:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 10:49:43 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 10:49:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #2 from John W. O'Brien --- Created attachment 163188 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163188&action=edit py34-networkx-1.10 testport log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 12:49:50 2015 Return-Path: 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 40A93A2E751 for ; Mon, 16 Nov 2015 12:49: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 246A31EF5 for ; Mon, 16 Nov 2015 12:49:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 24F57A2E750; Mon, 16 Nov 2015 12:49: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 248C1A2E74F for ; Mon, 16 Nov 2015 12:49: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 0F7F91EF4 for ; Mon, 16 Nov 2015 12:49: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 tAGCnnQF004317 for ; Mon, 16 Nov 2015 12:49:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 12:49: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dikshie@gmail.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 Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 12:49:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 dikshie@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dikshie@gmail.com --- Comment #3 from dikshie@gmail.com --- (In reply to John W. O'Brien from comment #0) Looks good for me. Approved. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 12:57:44 2015 Return-Path: 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 DC294A2E901 for ; Mon, 16 Nov 2015 12:57: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 BE65B120D for ; Mon, 16 Nov 2015 12:57:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BCDDBA2E900; Mon, 16 Nov 2015 12:57: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 BB7AEA2E8FE for ; Mon, 16 Nov 2015 12:57: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 83804120C for ; Mon, 16 Nov 2015 12:57: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 tAGCvh7M021252 for ; Mon, 16 Nov 2015 12:57:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Mon, 16 Nov 2015 12:57:43 +0000 X-Bugzilla-Reason: CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 12:57:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|antoine@FreeBSD.org |koobs@FreeBSD.org --- Comment #12 from Antoine Brodin --- Exp-run results: http://package22.nyi.freebsd.org/build.html?mastername=101i386-default-PR204519&build=2015-11-15_00h52m49s 4 new failures, but it's only the tip of the iceberg, see comment #11 + {"origin"=>"audio/gnome-music", "pkgname"=>"gnome-music-3.16.2", "phase"=>"package", "errortype"=>"???"} + {"origin"=>"graphics/py3-cairo", "pkgname"=>"py35-cairo-1.10.0_3", "phase"=>"configure", "errortype"=>"configure_error"} + {"origin"=>"sysutils/backupchecker", "pkgname"=>"backupchecker-1.7", "phase"=>"package", "errortype"=>"???"} + {"origin"=>"sysutils/dvdvideo", "pkgname"=>"dvdvideo-20130117_2", "phase"=>"package", "errortype"=>"???"} 23 new ports skipped due to those 4 failures Failure logs: http://package22.nyi.freebsd.org/data/101i386-default-PR204519/2015-11-15_00h52m49s/logs/errors/gnome-music-3.16.2.log http://package22.nyi.freebsd.org/data/101i386-default-PR204519/2015-11-15_00h52m49s/logs/errors/py35-cairo-1.10.0_3.log http://package22.nyi.freebsd.org/data/101i386-default-PR204519/2015-11-15_00h52m49s/logs/errors/backupchecker-1.7.log http://package22.nyi.freebsd.org/data/101i386-default-PR204519/2015-11-15_00h52m49s/logs/errors/dvdvideo-20130117_2.log For the py3-cairo failure, waflib/Build.py part of http://sources.debian.net/patches/patch/py3cairo/1.10.0%2Bdfsg-5/81_pickling-again.patch/ fixes it, but I couldn't run the regression tests (pytest in the tree has run time failures with python 3.5) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 15:20:10 2015 Return-Path: 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 C8C82A30764 for ; Mon, 16 Nov 2015 15:20: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 ADDAA1821 for ; Mon, 16 Nov 2015 15:20:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AC19CA30763; Mon, 16 Nov 2015 15:20: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 ABBF1A30762 for ; Mon, 16 Nov 2015 15:20: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 98BC81820 for ; Mon, 16 Nov 2015 15:20: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 tAGFKAMd046981 for ; Mon, 16 Nov 2015 15:20:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Mon, 16 Nov 2015 15:20:10 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 15:20:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | CC| |rm@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 15:20:55 2015 Return-Path: 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 88F37A307E3 for ; Mon, 16 Nov 2015 15:20:55 +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 6E572191C for ; Mon, 16 Nov 2015 15:20:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6CA02A307E1; Mon, 16 Nov 2015 15:20:55 +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 6C3E3A307E0 for ; Mon, 16 Nov 2015 15:20:55 +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 59FDE191B for ; Mon, 16 Nov 2015 15:20:55 +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 tAGFKtYW048486 for ; Mon, 16 Nov 2015 15:20:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 15:20:55 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 15:20:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | CC| |rm@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 15:22:08 2015 Return-Path: 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 E2BB7A309B0 for ; Mon, 16 Nov 2015 15:22: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 C91841C5A for ; Mon, 16 Nov 2015 15:22:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C71DBA309AE; Mon, 16 Nov 2015 15:22:08 +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 C6C91A309AD for ; Mon, 16 Nov 2015 15:22:08 +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 B3E791C59 for ; Mon, 16 Nov 2015 15:22:08 +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 tAGFM8Da054262 for ; Mon, 16 Nov 2015 15:22:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Mon, 16 Nov 2015 15:22:08 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 15:22:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |rm@FreeBSD.org |org | CC| |rm@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Mon Nov 16 21:32:26 2015 Return-Path: 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 0BCA3A311AA for ; Mon, 16 Nov 2015 21:32: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 E44F41F22 for ; Mon, 16 Nov 2015 21:32:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E4553A311A9; Mon, 16 Nov 2015 21:32: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 E3F3CA311A8 for ; Mon, 16 Nov 2015 21:32: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 CFCC11F21 for ; Mon, 16 Nov 2015 21:32: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 tAGLWPnJ066693 for ; Mon, 16 Nov 2015 21:32:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Mon, 16 Nov 2015 21:32:26 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dikshie@sfc.wide.ad.jp X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 21:32:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #4 from dikshie@sfc.wide.ad.jp --- looks good for me. Approved. (Sorry, previously I used wrong email address for this bug) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Tue Nov 17 02:36:18 2015 Return-Path: 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 CD504A31437 for ; Tue, 17 Nov 2015 02:36: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 B18C3115E for ; Tue, 17 Nov 2015 02:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AEECBA31436; Tue, 17 Nov 2015 02:36: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 AE886A31435 for ; Tue, 17 Nov 2015 02:36: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 9A1B2115D for ; Tue, 17 Nov 2015 02:36: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 tAH2aIV2073915 for ; Tue, 17 Nov 2015 02:36:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Tue, 17 Nov 2015 02:36: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 02:36:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 John W. O'Brien changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(dikshi |maintainer-feedback+ |e@sfc.wide.ad.jp) | --- Comment #5 from John W. O'Brien --- @dikshie: Thank you. I believe the formal way to indicate approval (which I am trying right now) is to set the "Flags: bugzilla: maintainer-feedback: +". -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Tue Nov 17 11:18:29 2015 Return-Path: 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 BCC63A30202 for ; Tue, 17 Nov 2015 11:18: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 A299913A3 for ; Tue, 17 Nov 2015 11:18:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9F39EA30201; Tue, 17 Nov 2015 11:18: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 9ECB7A30200 for ; Tue, 17 Nov 2015 11:18: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 8BCDF13A2 for ; Tue, 17 Nov 2015 11:18: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 tAHBITrJ043124 for ; Tue, 17 Nov 2015 11:18:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Tue, 17 Nov 2015 11:18: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 11:18:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #6 from Kubilay Kocak --- (In reply to John W. O'Brien from comment #5) Actually it's the maintainer-approval flag (attachment context). At the moment there is a permissions issue which precludes a person (normally the maintainer) who's name is currently set as the value of a flag set to ?. This does not affect anyone from setting the maintainer-approval flag to + for attachments they are the creators of. We'll be resolving this permission issue soon. In the meantime, try to set the maintainer-approval flag. If it doesn't work, the following is recommended: Add a comment saying: "Attachment approved" -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Tue Nov 17 11:19:21 2015 Return-Path: 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 69C5AA30243 for ; Tue, 17 Nov 2015 11:19:21 +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 4F8D8143E for ; Tue, 17 Nov 2015 11:19:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4E6CEA30242; Tue, 17 Nov 2015 11:19: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 4E05AA30241 for ; Tue, 17 Nov 2015 11:19:21 +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 3ACF5143C for ; Tue, 17 Nov 2015 11:19:21 +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 tAHBJLRg044239 for ; Tue, 17 Nov 2015 11:19:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Tue, 17 Nov 2015 11:19:20 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 11:19:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163186|maintainer-approval?(dikshi |maintainer-approval+ Flags|e@sfc.wide.ad.jp) | --- Comment #7 from Kubilay Kocak --- Comment on attachment 163186 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163186 math/py-networkx: Update to 1.10 Maintainer approved in comment 3 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Tue Nov 17 15:17:53 2015 Return-Path: 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 961FAA30331 for ; Tue, 17 Nov 2015 15:17:53 +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 7980A1E57 for ; Tue, 17 Nov 2015 15:17:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 78FF2A30330; Tue, 17 Nov 2015 15:17: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 789FEA3032F for ; Tue, 17 Nov 2015 15:17:53 +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 640AF1E56 for ; Tue, 17 Nov 2015 15:17:53 +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 tAHFHrOX049721 for ; Tue, 17 Nov 2015 15:17:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 199123] [patch] security/py-kerberos to optionally use Kerberos from base, heimdal, or from MIT Date: Tue, 17 Nov 2015 15:17: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: needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dvl@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 15:17:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199123 --- Comment #13 from commit-hook@freebsd.org --- A commit references this bug: Author: dvl Date: Tue Nov 17 15:17:02 UTC 2015 New revision: 401816 URL: https://svnweb.freebsd.org/changeset/ports/401816 Log: Commit message will be: Optionally use Kerberos from base, heimdal, or from MIT take maintainership PR: 199123 Approved by: mat (mentor) Changes: head/security/py-kerberos/Makefile head/security/py-kerberos/files/ head/security/py-kerberos/files/extra-patch-src_kerberosbasic.h head/security/py-kerberos/files/extra-patch-src_kerberosgss.c head/security/py-kerberos/files/extra-patch-src_kerberosgss.h head/security/py-kerberos/files/extra-patch-src_kerberospw.h -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Tue Nov 17 23:47:08 2015 Return-Path: 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 A7F3CA31C63 for ; Tue, 17 Nov 2015 23:47:08 +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 91BDE1DAD for ; Tue, 17 Nov 2015 23:47:08 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8E1B2A31C61; Tue, 17 Nov 2015 23:47:08 +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 8D219A31C5F; Tue, 17 Nov 2015 23:47:08 +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 523AF1DAB; Tue, 17 Nov 2015 23:47:08 +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 tAHNl7kM060650; Tue, 17 Nov 2015 23:47:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tAHNl7Y8060635; Tue, 17 Nov 2015 23:47:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Tue, 17 Nov 2015 23:47:07 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511172347.tAHNl7Y8060635@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 23:47:08 -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/401796/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=401796 Log: ====>> Building x11-toolkits/py-fltk build started at Tue Nov 17 23:46:44 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93i386-default-job-11 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 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-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93i386-default-job-11] Installing pkg-1.6.1_2... [93i386-default-job-11] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user => pyFltk-1.3.3.1_py3.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://downloads.sourceforge.net/project/pyfltk/pyfltk/pyFltk-1.3.3.1/pyFltk-1.3.3.1_py3.tar.gz pyFltk-1.3.3.1_py3.tar.gz 930 kB 0 Bps ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93i386-default-job-11] Installing py27-setuptools27-17.0... [93i386-default-job-11] `-- Installing python27-2.7.10_1... [93i386-default-job-11] | `-- Installing libffi-3.2.1... [93i386-default-job-11] | | `-- Installing indexinfo-0.2.4... [93i386-default-job-11] | | `-- Extracting indexinfo-0.2.4: .... done [93i386-default-job-11] | `-- Extracting libffi-3.2.1: .......... done [93i386-default-job-11] | `-- Installing gettext-runtime-0.19.6... [93i386-default-job-11] | | `-- Installing libiconv-1.14_9... [93i386-default-job-11] | | `-- Extracting libiconv-1.14_9: .......... done [93i386-default-job-11] | `-- Extracting gettext-runtime-0.19.6: .......... done [93i386-default-job-11] `-- Extracting python27-2.7.10_1: .......... done [93i386-default-job-11] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-11] Installing libX11-1.6.3,1... [93i386-default-job-11] `-- Installing xproto-7.0.28... [93i386-default-job-11] `-- Extracting xproto-7.0.28: .......... done [93i386-default-job-11] `-- Installing kbproto-1.0.7... [93i386-default-job-11] `-- Extracting kbproto-1.0.7: .......... done [93i386-default-job-11] `-- Installing libXdmcp-1.1.2... [93i386-default-job-11] `-- Extracting libXdmcp-1.1.2: ......... done [93i386-default-job-11] `-- Installing libxcb-1.11.1... [93i386-default-job-11] | `-- Installing libxml2-2.9.2_3... [93i386-default-job-11] | `-- Extracting libxml2-2.9.2_3: .......... done [93i386-default-job-11] | `-- Installing libpthread-stubs-0.3_6... [93i386-default-job-11] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93i386-default-job-11] | `-- Installing libXau-1.0.8_3... [93i386-default-job-11] | `-- Extracting libXau-1.0.8_3: .......... done [93i386-default-job-11] `-- Extracting libxcb-1.11.1: .......... done [93i386-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 =========================================================================== =================================================== ===> 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-11] Installing fltk-1.3.3_2... [93i386-default-job-11] `-- Installing jpeg-turbo-1.4.2... [93i386-default-job-11] `-- Extracting jpeg-turbo-1.4.2: .......... done [93i386-default-job-11] `-- Installing libXft-2.3.2_1... [93i386-default-job-11] | `-- Installing fontconfig-2.11.1_1,1... [93i386-default-job-11] | | `-- Installing expat-2.1.0_3... [93i386-default-job-11] | | `-- Extracting expat-2.1.0_3: .......... done [93i386-default-job-11] | | `-- Installing freetype2-2.6_1... [93i386-default-job-11] | | `-- Extracting freetype2-2.6_1: .......... done [93i386-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 [93i386-default-job-11] | `-- Installing libXrender-0.9.9... [93i386-default-job-11] | | `-- Installing renderproto-0.11.1... [93i386-default-job-11] | | `-- Extracting renderproto-0.11.1: .... done [93i386-default-job-11] | `-- Extracting libXrender-0.9.9: .......... done [93i386-default-job-11] `-- Extracting libXft-2.3.2_1: ......... done [93i386-default-job-11] `-- Installing libGLU-9.0.0_2... [93i386-default-job-11] | `-- Installing libGL-10.6.9... [93i386-default-job-11] | | `-- Installing dri2proto-2.8... [93i386-default-job-11] | | `-- Extracting dri2proto-2.8: .... done [93i386-default-job-11] | | `-- Installing libXdamage-1.1.4_3... [93i386-default-job-11] | | `-- Installing libXfixes-5.0.1_3... [93i386-default-job-11] | | | `-- Installing fixesproto-5.0... [93i386-default-job-11] | | | `-- Extracting fixesproto-5.0: .... done [93i386-default-job-11] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93i386-default-job-11] | | `-- Installing damageproto-1.2.1... [93i386-default-job-11] | | `-- Extracting damageproto-1.2.1: .... done [93i386-default-job-11] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93i386-default-job-11] | | `-- Installing libdevq-0.0.2_1... [93i386-default-job-11] | | `-- Extracting libdevq-0.0.2_1: ..... done [93i386-default-job-11] | | `-- Installing gcc-4.8.5... [93i386-default-job-11] | | `-- Installing mpc-1.0.3... [93i386-default-job-11] | | | `-- Installing gmp-5.1.3_2... [93i386-default-job-11] | | | `-- Extracting gmp-5.1.3_2: .......... done [93i386-default-job-11] | | | `-- Installing mpfr-3.1.2_2... [93i386-default-job-11] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93i386-default-job-11] | | `-- Extracting mpc-1.0.3: ...... done [93i386-default-job-11] | | `-- Installing gcc-ecj-4.5... [93i386-default-job-11] | | `-- Extracting gcc-ecj-4.5: . done [93i386-default-job-11] | | `-- Installing binutils-2.25.1... [93i386-default-job-11] | | `-- Extracting binutils-2.25.1: .......... done [93i386-default-job-11] | | `-- Extracting gcc-4.8.5: .......... done [93i386-default-job-11] | | `-- Installing libXxf86vm-1.1.4_1... [93i386-default-job-11] | | `-- Installing xf86vidmodeproto-2.3.1... [93i386-default-job-11] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93i386-default-job-11] | | `-- Installing libXext-1.3.3_1,1... [93i386-default-job-11] | | | `-- Installing xextproto-7.3.0... [93i386-default-job-11] | | | `-- Extracting xextproto-7.3.0: .......... done [93i386-default-job-11] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93i386-default-job-11] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93i386-default-job-11] | | `-- Installing libdrm-2.4.65_1,1... [93i386-default-job-11] | | `-- Installing libpciaccess-0.13.4... [93i386-default-job-11] | | | `-- Installing pciids-20151108... [93i386-default-job-11] | | | `-- Extracting pciids-20151108: ...... done [93i386-default-job-11] | | `-- Extracting libpciaccess-0.13.4: ...... done [93i386-default-job-11] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93i386-default-job-11] | | `-- Installing libxshmfence-1.2... [93i386-default-job-11] | | `-- Extracting libxshmfence-1.2: ......... done [93i386-default-job-11] | | `-- Installing libglapi-10.6.9... [93i386-default-job-11] | | `-- Installing libXvMC-1.0.9... [93i386-default-job-11] | | | `-- Installing libXv-1.0.10_3,1... [93i386-default-job-11] | | | `-- Installing videoproto-2.3.2... [93i386-default-job-11] | | | `-- Extracting videoproto-2.3.2: ...... done [93i386-default-job-11] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93i386-default-job-11] | | `-- Extracting libXvMC-1.0.9: .......... done [93i386-default-job-11] | | `-- Extracting libglapi-10.6.9: ... done [93i386-default-job-11] | `-- Extracting libGL-10.6.9: .......... done [93i386-default-job-11] `-- Extracting libGLU-9.0.0_2: ...... done [93i386-default-job-11] `-- Installing png-1.6.19... [93i386-default-job-11] `-- Extracting png-1.6.19: .......... done [93i386-default-job-11] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-i386-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Wed Nov 18 05:34:43 2015 Return-Path: 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 EBF92A3189F for ; Wed, 18 Nov 2015 05:34:43 +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 D63D2115A for ; Wed, 18 Nov 2015 05:34:43 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D1EC3A3189C; Wed, 18 Nov 2015 05:34: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 D0F56A3189A; Wed, 18 Nov 2015 05:34:43 +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 9B14C1158; Wed, 18 Nov 2015 05:34:43 +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 tAI5Yguo077268; Wed, 18 Nov 2015 05:34:42 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tAI5YgFL077264; Wed, 18 Nov 2015 05:34:42 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 18 Nov 2015 05:34:42 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511180534.tAI5YgFL077264@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 05:34:44 -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/401798/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=401798 Log: ====>> Building x11-toolkits/py-fltk build started at Wed Nov 18 05:33:59 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93amd64-default-job-14 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 Host OSVERSION: 1100085 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93amd64-default-job-14] Installing pkg-1.6.1_2... [93amd64-default-job-14] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user => pyFltk-1.3.3.1_py3.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://downloads.sourceforge.net/project/pyfltk/pyfltk/pyFltk-1.3.3.1/pyFltk-1.3.3.1_py3.tar.gz pyFltk-1.3.3.1_py3.tar.gz 930 kB 0 Bps ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93amd64-default-job-14] Installing py27-setuptools27-17.0... [93amd64-default-job-14] `-- Installing python27-2.7.10_1... [93amd64-default-job-14] | `-- Installing libffi-3.2.1... [93amd64-default-job-14] | | `-- Installing indexinfo-0.2.4... [93amd64-default-job-14] | | `-- Extracting indexinfo-0.2.4: .... done [93amd64-default-job-14] | `-- Extracting libffi-3.2.1: .......... done [93amd64-default-job-14] | `-- Installing gettext-runtime-0.19.6... [93amd64-default-job-14] | | `-- Installing libiconv-1.14_9... [93amd64-default-job-14] | | `-- Extracting libiconv-1.14_9: .......... done [93amd64-default-job-14] | `-- Extracting gettext-runtime-0.19.6: .......... done [93amd64-default-job-14] `-- Extracting python27-2.7.10_1: .......... done [93amd64-default-job-14] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-14] Installing libX11-1.6.3,1... [93amd64-default-job-14] `-- Installing xproto-7.0.28... [93amd64-default-job-14] `-- Extracting xproto-7.0.28: .......... done [93amd64-default-job-14] `-- Installing kbproto-1.0.7... [93amd64-default-job-14] `-- Extracting kbproto-1.0.7: .......... done [93amd64-default-job-14] `-- Installing libXdmcp-1.1.2... [93amd64-default-job-14] `-- Extracting libXdmcp-1.1.2: ......... done [93amd64-default-job-14] `-- Installing libxcb-1.11.1... [93amd64-default-job-14] | `-- Installing libxml2-2.9.2_3... [93amd64-default-job-14] | `-- Extracting libxml2-2.9.2_3: .......... done [93amd64-default-job-14] | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-14] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93amd64-default-job-14] | `-- Installing libXau-1.0.8_3... [93amd64-default-job-14] | `-- Extracting libXau-1.0.8_3: .......... done [93amd64-default-job-14] `-- Extracting libxcb-1.11.1: .......... done [93amd64-default-job-14] 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 =========================================================================== =================================================== ===> 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-14] Installing fltk-1.3.3_2... [93amd64-default-job-14] `-- Installing jpeg-turbo-1.4.2... [93amd64-default-job-14] `-- Extracting jpeg-turbo-1.4.2: .......... done [93amd64-default-job-14] `-- Installing libXft-2.3.2_1... [93amd64-default-job-14] | `-- Installing fontconfig-2.11.1_1,1... [93amd64-default-job-14] | | `-- Installing expat-2.1.0_3... [93amd64-default-job-14] | | `-- Extracting expat-2.1.0_3: .......... done [93amd64-default-job-14] | | `-- Installing freetype2-2.6_1... [93amd64-default-job-14] | | `-- Extracting freetype2-2.6_1: .......... done [93amd64-default-job-14] | `-- 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-14] | `-- Installing libXrender-0.9.9... [93amd64-default-job-14] | | `-- Installing renderproto-0.11.1... [93amd64-default-job-14] | | `-- Extracting renderproto-0.11.1: .... done [93amd64-default-job-14] | `-- Extracting libXrender-0.9.9: .......... done [93amd64-default-job-14] `-- Extracting libXft-2.3.2_1: ......... done [93amd64-default-job-14] `-- Installing libGLU-9.0.0_2... [93amd64-default-job-14] | `-- Installing libGL-10.6.9... [93amd64-default-job-14] | | `-- Installing dri2proto-2.8... [93amd64-default-job-14] | | `-- Extracting dri2proto-2.8: .... done [93amd64-default-job-14] | | `-- Installing libXdamage-1.1.4_3... [93amd64-default-job-14] | | `-- Installing libXfixes-5.0.1_3... [93amd64-default-job-14] | | | `-- Installing fixesproto-5.0... [93amd64-default-job-14] | | | `-- Extracting fixesproto-5.0: .... done [93amd64-default-job-14] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93amd64-default-job-14] | | `-- Installing damageproto-1.2.1... [93amd64-default-job-14] | | `-- Extracting damageproto-1.2.1: .... done [93amd64-default-job-14] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93amd64-default-job-14] | | `-- Installing libdevq-0.0.2_1... [93amd64-default-job-14] | | `-- Extracting libdevq-0.0.2_1: ..... done [93amd64-default-job-14] | | `-- Installing gcc-4.8.5... [93amd64-default-job-14] | | `-- Installing mpc-1.0.3... [93amd64-default-job-14] | | | `-- Installing gmp-5.1.3_2... [93amd64-default-job-14] | | | `-- Extracting gmp-5.1.3_2: .......... done [93amd64-default-job-14] | | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-14] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93amd64-default-job-14] | | `-- Extracting mpc-1.0.3: ...... done [93amd64-default-job-14] | | `-- Installing gcc-ecj-4.5... [93amd64-default-job-14] | | `-- Extracting gcc-ecj-4.5: . done [93amd64-default-job-14] | | `-- Installing binutils-2.25.1... [93amd64-default-job-14] | | `-- Extracting binutils-2.25.1: .......... done [93amd64-default-job-14] | | `-- Extracting gcc-4.8.5: .......... done [93amd64-default-job-14] | | `-- Installing libXxf86vm-1.1.4_1... [93amd64-default-job-14] | | `-- Installing xf86vidmodeproto-2.3.1... [93amd64-default-job-14] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93amd64-default-job-14] | | `-- Installing libXext-1.3.3_1,1... [93amd64-default-job-14] | | | `-- Installing xextproto-7.3.0... [93amd64-default-job-14] | | | `-- Extracting xextproto-7.3.0: .......... done [93amd64-default-job-14] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93amd64-default-job-14] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93amd64-default-job-14] | | `-- Installing libdrm-2.4.65_1,1... [93amd64-default-job-14] | | `-- Installing libpciaccess-0.13.4... [93amd64-default-job-14] | | | `-- Installing pciids-20151108... [93amd64-default-job-14] | | | `-- Extracting pciids-20151108: ...... done [93amd64-default-job-14] | | `-- Extracting libpciaccess-0.13.4: ...... done [93amd64-default-job-14] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93amd64-default-job-14] | | `-- Installing libxshmfence-1.2... [93amd64-default-job-14] | | `-- Extracting libxshmfence-1.2: ......... done [93amd64-default-job-14] | | `-- Installing libglapi-10.6.9... [93amd64-default-job-14] | | `-- Installing libXvMC-1.0.9... [93amd64-default-job-14] | | | `-- Installing libXv-1.0.10_3,1... [93amd64-default-job-14] | | | `-- Installing videoproto-2.3.2... [93amd64-default-job-14] | | | `-- Extracting videoproto-2.3.2: ...... done [93amd64-default-job-14] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93amd64-default-job-14] | | `-- Extracting libXvMC-1.0.9: .......... done [93amd64-default-job-14] | | `-- Extracting libglapi-10.6.9: ... done [93amd64-default-job-14] | `-- Extracting libGL-10.6.9: .......... done [93amd64-default-job-14] `-- Extracting libGLU-9.0.0_2: ...... done [93amd64-default-job-14] `-- Installing png-1.6.19... [93amd64-default-job-14] `-- Extracting png-1.6.19: .......... done [93amd64-default-job-14] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-amd64-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Wed Nov 18 20:28:49 2015 Return-Path: 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 E6F79A325D7 for ; Wed, 18 Nov 2015 20:28: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 CD67E179C for ; Wed, 18 Nov 2015 20:28:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C9631A325D6; Wed, 18 Nov 2015 20:28: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 C8F4DA325D5 for ; Wed, 18 Nov 2015 20:28: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 B6593179B for ; Wed, 18 Nov 2015 20:28: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 tAIKSn01025453 for ; Wed, 18 Nov 2015 20:28:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Wed, 18 Nov 2015 20:28: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 20:28:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: rm Date: Wed Nov 18 20:28:03 UTC 2015 New revision: 401894 URL: https://svnweb.freebsd.org/changeset/ports/401894 Log: Add py-pysmi 0.0.6, SNMP/SMI MIB parsing in Python. PR: 204572 Submitted by: John W. O'Brien Changes: head/net-mgmt/Makefile head/net-mgmt/py-pysmi/ head/net-mgmt/py-pysmi/Makefile head/net-mgmt/py-pysmi/distinfo head/net-mgmt/py-pysmi/files/ head/net-mgmt/py-pysmi/files/patch-setup.py head/net-mgmt/py-pysmi/files/tests__init__.py head/net-mgmt/py-pysmi/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Wed Nov 18 20:29:31 2015 Return-Path: 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 2F201A325F7 for ; Wed, 18 Nov 2015 20:29: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 15BF417C9 for ; Wed, 18 Nov 2015 20:29:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 13AFDA325F5; Wed, 18 Nov 2015 20:29: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 13519A325F4 for ; Wed, 18 Nov 2015 20:29: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 00F0817C8 for ; Wed, 18 Nov 2015 20:29: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 tAIKTUGe026387 for ; Wed, 18 Nov 2015 20:29:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Wed, 18 Nov 2015 20:29:31 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 20:29:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 --- Comment #5 from Ruslan Makhmatkhanov --- New port added. Thank you, John! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Wed Nov 18 20:29:39 2015 Return-Path: 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 E10F9A3260C for ; Wed, 18 Nov 2015 20:29: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 C781917EA for ; Wed, 18 Nov 2015 20:29:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C5CABA3260B; Wed, 18 Nov 2015 20:29: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 C560EA3260A for ; Wed, 18 Nov 2015 20:29: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 B2D6C17E9 for ; Wed, 18 Nov 2015 20:29: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 tAIKTdIt026541 for ; Wed, 18 Nov 2015 20:29:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204572] [NEW PORT] net-mgmt/py-pysmi: SNMP/SMI MIB parsing in Python Date: Wed, 18 Nov 2015 20:29:39 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 20:29:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204572 Ruslan Makhmatkhanov 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 Wed Nov 18 21:42:00 2015 Return-Path: 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 AB7E3A3230D for ; Wed, 18 Nov 2015 21:42: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 90EE01D5C for ; Wed, 18 Nov 2015 21:42:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8CE73A3230C; Wed, 18 Nov 2015 21:42: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 8C86AA3230B for ; Wed, 18 Nov 2015 21:42: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 7A73A1D5B for ; Wed, 18 Nov 2015 21:42: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 tAILg0Td052718 for ; Wed, 18 Nov 2015 21:42:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Wed, 18 Nov 2015 21:42: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 21:42:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: rm Date: Wed Nov 18 21:41:50 UTC 2015 New revision: 401898 URL: https://svnweb.freebsd.org/changeset/ports/401898 Log: devel/py-asn1: move to devel/py-pyasn1 to match PyPI name - move to devel/py-pyasn1 to match PyPI name - update *_DEPENDS and bump PORTREVISION in dependent ports - reset PORTEPOCH PR: 204567 Submitted by: John W. O'Brien Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) Changes: head/MOVED head/devel/Makefile head/devel/py-asn1/ head/devel/py-pyasn1/ head/devel/py-pyasn1/Makefile head/net/py-impacket/Makefile head/net/py-ldap3/Makefile head/net/py-ndg_httpsclient/Makefile head/net/py-netlib/Makefile head/net/py-pysmb/Makefile head/net-im/gajim/Makefile head/net-mgmt/py-snmp4/Makefile head/net-p2p/tribler/Makefile head/security/py-acme/Makefile head/security/py-cryptography/Makefile head/security/py-oauth2client/Makefile head/security/py-rsa/Makefile head/security/py-service_identity/Makefile head/security/py-twistedConch/Makefile head/sysutils/azure-agent/Makefile head/www/mitmproxy/Makefile -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Wed Nov 18 21:49:02 2015 Return-Path: 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 C2D10A32502 for ; Wed, 18 Nov 2015 21:49: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 A82BE10F9 for ; Wed, 18 Nov 2015 21:49:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A3EF7A32501; Wed, 18 Nov 2015 21:49: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 A38B0A32500 for ; Wed, 18 Nov 2015 21:49: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 90B5810F8 for ; Wed, 18 Nov 2015 21:49: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 tAILn23f065506 for ; Wed, 18 Nov 2015 21:49:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Wed, 18 Nov 2015 21:49:02 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 21:49:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: rm Date: Wed Nov 18 21:48:05 UTC 2015 New revision: 401899 URL: https://svnweb.freebsd.org/changeset/ports/401899 Log: devel/py-pyasn1: update to 0.1.9 PR: 204567 Submitted by: John W. O'Brien Approved by: mhjacks@swbell.net (maintainer) Changes: head/devel/py-pyasn1/Makefile head/devel/py-pyasn1/distinfo -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Wed Nov 18 21:50:30 2015 Return-Path: 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 DB91FA3254C for ; Wed, 18 Nov 2015 21:50:30 +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 C0DF01137 for ; Wed, 18 Nov 2015 21:50:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BF075A3254B; Wed, 18 Nov 2015 21:50:30 +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 BE9D5A3254A for ; Wed, 18 Nov 2015 21:50:30 +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 ABA7A1136 for ; Wed, 18 Nov 2015 21:50:30 +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 tAILoUN1067661 for ; Wed, 18 Nov 2015 21:50:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204567] devel/py-asn1: Update to 0.1.9 and rename to devel/py-pyasn1 Date: Wed, 18 Nov 2015 21:50:30 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 21:50:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204567 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #7 from Ruslan Makhmatkhanov --- Committed, thank you! As always great submission, John! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 02:49:03 2015 Return-Path: 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 0B125A32A79 for ; Thu, 19 Nov 2015 02:49: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 E9F2D1180 for ; Thu, 19 Nov 2015 02:49:02 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E6F69A32A77; Thu, 19 Nov 2015 02:49: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 E5FF6A32A74; Thu, 19 Nov 2015 02:49: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 92EA5117E; Thu, 19 Nov 2015 02:49: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 tAJ2n1eV087141; Thu, 19 Nov 2015 02:49: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 tAJ2n1kr087138; Thu, 19 Nov 2015 02:49:01 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Nov 2015 02:49:01 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511190249.tAJ2n1kr087138@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 02:49: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/401908/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=401908 Log: ====>> Building x11-toolkits/py-fltk build started at Thu Nov 19 02:48:37 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93i386-default-job-01 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 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-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93i386-default-job-01] Installing pkg-1.6.1_2... [93i386-default-job-01] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93i386-default-job-01] Installing py27-setuptools27-17.0... [93i386-default-job-01] `-- Installing python27-2.7.10_1... [93i386-default-job-01] | `-- Installing libffi-3.2.1... [93i386-default-job-01] | | `-- Installing indexinfo-0.2.4... [93i386-default-job-01] | | `-- Extracting indexinfo-0.2.4: .... done [93i386-default-job-01] | `-- Extracting libffi-3.2.1: .......... done [93i386-default-job-01] | `-- Installing gettext-runtime-0.19.6... [93i386-default-job-01] | | `-- Installing libiconv-1.14_9... [93i386-default-job-01] | | `-- Extracting libiconv-1.14_9: .......... done [93i386-default-job-01] | `-- Extracting gettext-runtime-0.19.6: .......... done [93i386-default-job-01] `-- Extracting python27-2.7.10_1: .......... done [93i386-default-job-01] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-01] Installing libX11-1.6.3,1... [93i386-default-job-01] `-- Installing xproto-7.0.28... [93i386-default-job-01] `-- Extracting xproto-7.0.28: .......... done [93i386-default-job-01] `-- Installing kbproto-1.0.7... [93i386-default-job-01] `-- Extracting kbproto-1.0.7: .......... done [93i386-default-job-01] `-- Installing libXdmcp-1.1.2... [93i386-default-job-01] `-- Extracting libXdmcp-1.1.2: ......... done [93i386-default-job-01] `-- Installing libxcb-1.11.1... [93i386-default-job-01] | `-- Installing libxml2-2.9.2_3... [93i386-default-job-01] | `-- Extracting libxml2-2.9.2_3: .......... done [93i386-default-job-01] | `-- Installing libpthread-stubs-0.3_6... [93i386-default-job-01] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93i386-default-job-01] | `-- Installing libXau-1.0.8_3... [93i386-default-job-01] | `-- Extracting libXau-1.0.8_3: .......... done [93i386-default-job-01] `-- Extracting libxcb-1.11.1: .......... done [93i386-default-job-01] 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 =========================================================================== =================================================== ===> 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-01] Installing fltk-1.3.3_2... [93i386-default-job-01] `-- Installing jpeg-turbo-1.4.2... [93i386-default-job-01] `-- Extracting jpeg-turbo-1.4.2: .......... done [93i386-default-job-01] `-- Installing libXft-2.3.2_1... [93i386-default-job-01] | `-- Installing fontconfig-2.11.1_1,1... [93i386-default-job-01] | | `-- Installing expat-2.1.0_3... [93i386-default-job-01] | | `-- Extracting expat-2.1.0_3: .......... done [93i386-default-job-01] | | `-- Installing freetype2-2.6_1... [93i386-default-job-01] | | `-- Extracting freetype2-2.6_1: .......... done [93i386-default-job-01] | `-- 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-01] | `-- Installing libXrender-0.9.9... [93i386-default-job-01] | | `-- Installing renderproto-0.11.1... [93i386-default-job-01] | | `-- Extracting renderproto-0.11.1: .... done [93i386-default-job-01] | `-- Extracting libXrender-0.9.9: .......... done [93i386-default-job-01] `-- Extracting libXft-2.3.2_1: ......... done [93i386-default-job-01] `-- Installing libGLU-9.0.0_2... [93i386-default-job-01] | `-- Installing libGL-10.6.9... [93i386-default-job-01] | | `-- Installing dri2proto-2.8... [93i386-default-job-01] | | `-- Extracting dri2proto-2.8: .... done [93i386-default-job-01] | | `-- Installing libXdamage-1.1.4_3... [93i386-default-job-01] | | `-- Installing libXfixes-5.0.1_3... [93i386-default-job-01] | | | `-- Installing fixesproto-5.0... [93i386-default-job-01] | | | `-- Extracting fixesproto-5.0: .... done [93i386-default-job-01] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93i386-default-job-01] | | `-- Installing damageproto-1.2.1... [93i386-default-job-01] | | `-- Extracting damageproto-1.2.1: .... done [93i386-default-job-01] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93i386-default-job-01] | | `-- Installing libdevq-0.0.2_1... [93i386-default-job-01] | | `-- Extracting libdevq-0.0.2_1: ..... done [93i386-default-job-01] | | `-- Installing gcc-4.8.5... [93i386-default-job-01] | | `-- Installing mpc-1.0.3... [93i386-default-job-01] | | | `-- Installing gmp-5.1.3_2... [93i386-default-job-01] | | | `-- Extracting gmp-5.1.3_2: .......... done [93i386-default-job-01] | | | `-- Installing mpfr-3.1.2_2... [93i386-default-job-01] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93i386-default-job-01] | | `-- Extracting mpc-1.0.3: ...... done [93i386-default-job-01] | | `-- Installing gcc-ecj-4.5... [93i386-default-job-01] | | `-- Extracting gcc-ecj-4.5: . done [93i386-default-job-01] | | `-- Installing binutils-2.25.1... [93i386-default-job-01] | | `-- Extracting binutils-2.25.1: .......... done [93i386-default-job-01] | | `-- Extracting gcc-4.8.5: .......... done [93i386-default-job-01] | | `-- Installing libXxf86vm-1.1.4_1... [93i386-default-job-01] | | `-- Installing xf86vidmodeproto-2.3.1... [93i386-default-job-01] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93i386-default-job-01] | | `-- Installing libXext-1.3.3_1,1... [93i386-default-job-01] | | | `-- Installing xextproto-7.3.0... [93i386-default-job-01] | | | `-- Extracting xextproto-7.3.0: .......... done [93i386-default-job-01] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93i386-default-job-01] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93i386-default-job-01] | | `-- Installing libdrm-2.4.65_1,1... [93i386-default-job-01] | | `-- Installing libpciaccess-0.13.4... [93i386-default-job-01] | | | `-- Installing pciids-20151108... [93i386-default-job-01] | | | `-- Extracting pciids-20151108: ...... done [93i386-default-job-01] | | `-- Extracting libpciaccess-0.13.4: ...... done [93i386-default-job-01] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93i386-default-job-01] | | `-- Installing libxshmfence-1.2... [93i386-default-job-01] | | `-- Extracting libxshmfence-1.2: ......... done [93i386-default-job-01] | | `-- Installing libglapi-10.6.9... [93i386-default-job-01] | | `-- Installing libXvMC-1.0.9... [93i386-default-job-01] | | | `-- Installing libXv-1.0.10_3,1... [93i386-default-job-01] | | | `-- Installing videoproto-2.3.2... [93i386-default-job-01] | | | `-- Extracting videoproto-2.3.2: ...... done [93i386-default-job-01] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93i386-default-job-01] | | `-- Extracting libXvMC-1.0.9: .......... done [93i386-default-job-01] | | `-- Extracting libglapi-10.6.9: ... done [93i386-default-job-01] | `-- Extracting libGL-10.6.9: .......... done [93i386-default-job-01] `-- Extracting libGLU-9.0.0_2: ...... done [93i386-default-job-01] `-- Installing png-1.6.19... [93i386-default-job-01] `-- Extracting png-1.6.19: .......... done [93i386-default-job-01] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-i386-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Nov 19 03:01:23 2015 Return-Path: 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 E854AA32DCC for ; Thu, 19 Nov 2015 03:01:23 +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 D2F681A38 for ; Thu, 19 Nov 2015 03:01:23 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CF536A32DC9; Thu, 19 Nov 2015 03:01: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 CE81BA32DC7; Thu, 19 Nov 2015 03:01:23 +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 8180E1A35; Thu, 19 Nov 2015 03:01:23 +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 tAJ31MKE058401; Thu, 19 Nov 2015 03:01:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id tAJ31MTA058399; Thu, 19 Nov 2015 03:01:22 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 19 Nov 2015 03:01:22 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511190301.tAJ31MTA058399@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 03:01: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: 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/401908/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=401908 Log: ====>> Building x11-toolkits/py-fltk build started at Thu Nov 19 03:00:56 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93amd64-default-job-19 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 Host OSVERSION: 1100085 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93amd64-default-job-19] Installing pkg-1.6.1_2... [93amd64-default-job-19] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93amd64-default-job-19] Installing py27-setuptools27-17.0... [93amd64-default-job-19] `-- Installing python27-2.7.10_1... [93amd64-default-job-19] | `-- Installing libffi-3.2.1... [93amd64-default-job-19] | | `-- Installing indexinfo-0.2.4... [93amd64-default-job-19] | | `-- Extracting indexinfo-0.2.4: .... done [93amd64-default-job-19] | `-- Extracting libffi-3.2.1: .......... done [93amd64-default-job-19] | `-- Installing gettext-runtime-0.19.6... [93amd64-default-job-19] | | `-- Installing libiconv-1.14_9... [93amd64-default-job-19] | | `-- Extracting libiconv-1.14_9: .......... done [93amd64-default-job-19] | `-- Extracting gettext-runtime-0.19.6: .......... done [93amd64-default-job-19] `-- Extracting python27-2.7.10_1: .......... done [93amd64-default-job-19] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-19] Installing libX11-1.6.3,1... [93amd64-default-job-19] `-- Installing xproto-7.0.28... [93amd64-default-job-19] `-- Extracting xproto-7.0.28: .......... done [93amd64-default-job-19] `-- Installing kbproto-1.0.7... [93amd64-default-job-19] `-- Extracting kbproto-1.0.7: .......... done [93amd64-default-job-19] `-- Installing libXdmcp-1.1.2... [93amd64-default-job-19] `-- Extracting libXdmcp-1.1.2: ......... done [93amd64-default-job-19] `-- Installing libxcb-1.11.1... [93amd64-default-job-19] | `-- Installing libxml2-2.9.2_3... [93amd64-default-job-19] | `-- Extracting libxml2-2.9.2_3: .......... done [93amd64-default-job-19] | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-19] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93amd64-default-job-19] | `-- Installing libXau-1.0.8_3... [93amd64-default-job-19] | `-- Extracting libXau-1.0.8_3: .......... done [93amd64-default-job-19] `-- Extracting libxcb-1.11.1: .......... done [93amd64-default-job-19] 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 =========================================================================== =================================================== ===> 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-19] Installing fltk-1.3.3_2... [93amd64-default-job-19] `-- Installing jpeg-turbo-1.4.2... [93amd64-default-job-19] `-- Extracting jpeg-turbo-1.4.2: .......... done [93amd64-default-job-19] `-- Installing libXft-2.3.2_1... [93amd64-default-job-19] | `-- Installing fontconfig-2.11.1_1,1... [93amd64-default-job-19] | | `-- Installing expat-2.1.0_3... [93amd64-default-job-19] | | `-- Extracting expat-2.1.0_3: .......... done [93amd64-default-job-19] | | `-- Installing freetype2-2.6_1... [93amd64-default-job-19] | | `-- Extracting freetype2-2.6_1: .......... done [93amd64-default-job-19] | `-- 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-19] | `-- Installing libXrender-0.9.9... [93amd64-default-job-19] | | `-- Installing renderproto-0.11.1... [93amd64-default-job-19] | | `-- Extracting renderproto-0.11.1: .... done [93amd64-default-job-19] | `-- Extracting libXrender-0.9.9: .......... done [93amd64-default-job-19] `-- Extracting libXft-2.3.2_1: ......... done [93amd64-default-job-19] `-- Installing libGLU-9.0.0_2... [93amd64-default-job-19] | `-- Installing libGL-10.6.9... [93amd64-default-job-19] | | `-- Installing dri2proto-2.8... [93amd64-default-job-19] | | `-- Extracting dri2proto-2.8: .... done [93amd64-default-job-19] | | `-- Installing libXdamage-1.1.4_3... [93amd64-default-job-19] | | `-- Installing libXfixes-5.0.1_3... [93amd64-default-job-19] | | | `-- Installing fixesproto-5.0... [93amd64-default-job-19] | | | `-- Extracting fixesproto-5.0: .... done [93amd64-default-job-19] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93amd64-default-job-19] | | `-- Installing damageproto-1.2.1... [93amd64-default-job-19] | | `-- Extracting damageproto-1.2.1: .... done [93amd64-default-job-19] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93amd64-default-job-19] | | `-- Installing libdevq-0.0.2_1... [93amd64-default-job-19] | | `-- Extracting libdevq-0.0.2_1: ..... done [93amd64-default-job-19] | | `-- Installing gcc-4.8.5... [93amd64-default-job-19] | | `-- Installing mpc-1.0.3... [93amd64-default-job-19] | | | `-- Installing gmp-5.1.3_2... [93amd64-default-job-19] | | | `-- Extracting gmp-5.1.3_2: .......... done [93amd64-default-job-19] | | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-19] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93amd64-default-job-19] | | `-- Extracting mpc-1.0.3: ...... done [93amd64-default-job-19] | | `-- Installing gcc-ecj-4.5... [93amd64-default-job-19] | | `-- Extracting gcc-ecj-4.5: . done [93amd64-default-job-19] | | `-- Installing binutils-2.25.1... [93amd64-default-job-19] | | `-- Extracting binutils-2.25.1: .......... done [93amd64-default-job-19] | | `-- Extracting gcc-4.8.5: .......... done [93amd64-default-job-19] | | `-- Installing libXxf86vm-1.1.4_1... [93amd64-default-job-19] | | `-- Installing xf86vidmodeproto-2.3.1... [93amd64-default-job-19] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93amd64-default-job-19] | | `-- Installing libXext-1.3.3_1,1... [93amd64-default-job-19] | | | `-- Installing xextproto-7.3.0... [93amd64-default-job-19] | | | `-- Extracting xextproto-7.3.0: .......... done [93amd64-default-job-19] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93amd64-default-job-19] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93amd64-default-job-19] | | `-- Installing libdrm-2.4.65_1,1... [93amd64-default-job-19] | | `-- Installing libpciaccess-0.13.4... [93amd64-default-job-19] | | | `-- Installing pciids-20151108... [93amd64-default-job-19] | | | `-- Extracting pciids-20151108: ...... done [93amd64-default-job-19] | | `-- Extracting libpciaccess-0.13.4: ...... done [93amd64-default-job-19] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93amd64-default-job-19] | | `-- Installing libxshmfence-1.2... [93amd64-default-job-19] | | `-- Extracting libxshmfence-1.2: ......... done [93amd64-default-job-19] | | `-- Installing libglapi-10.6.9... [93amd64-default-job-19] | | `-- Installing libXvMC-1.0.9... [93amd64-default-job-19] | | | `-- Installing libXv-1.0.10_3,1... [93amd64-default-job-19] | | | `-- Installing videoproto-2.3.2... [93amd64-default-job-19] | | | `-- Extracting videoproto-2.3.2: ...... done [93amd64-default-job-19] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93amd64-default-job-19] | | `-- Extracting libXvMC-1.0.9: .......... done [93amd64-default-job-19] | | `-- Extracting libglapi-10.6.9: ... done [93amd64-default-job-19] | `-- Extracting libGL-10.6.9: .......... done [93amd64-default-job-19] `-- Extracting libGLU-9.0.0_2: ...... done [93amd64-default-job-19] `-- Installing png-1.6.19... [93amd64-default-job-19] `-- Extracting png-1.6.19: .......... done [93amd64-default-job-19] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-amd64-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Thu Nov 19 03:57:16 2015 Return-Path: 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 96744A313F1 for ; Thu, 19 Nov 2015 03:57:16 +0000 (UTC) (envelope-from raviqqe@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 780F61E2C for ; Thu, 19 Nov 2015 03:57:16 +0000 (UTC) (envelope-from raviqqe@gmail.com) Received: by padhx2 with SMTP id hx2so66584354pad.1 for ; Wed, 18 Nov 2015 19:57:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=tPtTzQho1Ydk0vhma0Dx5+FQdxmJ/Ey4aTIalNIxFwA=; b=R2FJHR3n6pebX7mu1psiV2z6oi744cZct44ewXPszFydkz733Ac4RS3/qO8uZIU7sf yl5eS9xMVUF9Nk1mWyJ7lcPRTZtAGmJ6MLT8WLci3KGXAsTw2oe20GwuuAUgRph/tPhv I5kZDoo/3VQrdYV8bQXwW2m29O+oZQXJgUtCZkWbKkUDLZc3ZTZjGeBonSx3P+6WqnLv 2n3neyxacdS8BJb6qiblFiBLJMxM2m2NNt3SPTDRGwZ/z4vDMSFivpeXt3O6pgSMlUho wFQRuAxkiz4GWxaCEs4E5/53aZVYvUamZEwGGr8cE8Quo/nDfbAbtXVCMv8jdaCPvihB dxpQ== X-Received: by 10.68.195.129 with SMTP id ie1mr7392503pbc.100.1447905435933; Wed, 18 Nov 2015 19:57:15 -0800 (PST) Received: from coronoides.lostwoods ([133.21.225.184]) by smtp.googlemail.com with ESMTPSA id kj3sm6994746pbc.59.2015.11.18.19.57.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Nov 2015 19:57:15 -0800 (PST) To: freebsd-python@freebsd.org From: raviqqe Subject: Python curses module does not print any attributed space character on FreeBSD 11-current Message-ID: <564D4739.1090504@gmail.com> Date: Thu, 19 Nov 2015 03:51:21 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 03:57:16 -0000 Hello, TL;DR I encountered a bug-like behavior of a Python built-in module. Could you reproduce it in C? While working with Python and its curses module on FreeBSD 11-current (x86_64), I found a weird behavior of the module. The code below doesn't print any character although it should print a space on the upper-left corner. ``` # test.py import curses window = curses.initscr() window.attrset(curses.A_NORMAL) window.addch(" ") window.getch() curses.endwin() ``` The cause is `window.attrset()` and when I removed the line it works just fine. And, with the visible characters (such as 'A' and '?' except for ' ' and '\t'), it works fine even if window.attrset() is there. I found out Python's _curses.so links with /usr/local/lib/libncurses.so.5 dynamically. When I links it with the new /lib/libncurses.so.8 shipped with FreeBSD 11-current base as follows, the code above (test.py in the command line below) works fine. ``` $ ln -s /lib/libncurses.so.8 /usr/lib/libncurses.so.5 $ LD_LIBRARY_PATH=/usr/lib python3.5 test.py ``` Then, I tried to reproduce it in C with the code below. ``` // test.c #include int main() { WINDOW *win = initscr(); wattrset(win, A_NORMAL); waddch(win, ' '); getch(); endwin(); } ``` Compiled and run it (test.c). ``` $ cc /usr/local/lib/libncurses.so.5 /usr/local/lib/libtinfo.so.5 test.c $ ./a.out ``` It WORKS FINE as printing a space in place. I explored Modules/_cursesmodule.c in Python source tree and found that Python's curses.initscr() calls setupterm() in too. And, I checked the TERM environment variable. But, the real problem could not be revealed eventually. Could someone help me to reproduce the bug in C? Am I missing something? Or, do I misunderstand the problem? Thank you, all. From owner-freebsd-python@freebsd.org Thu Nov 19 04:58:47 2015 Return-Path: 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 6CFDBA321F1 for ; Thu, 19 Nov 2015 04:58:47 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (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 215651345 for ; Thu, 19 Nov 2015 04:58:47 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykba77 with SMTP id a77so95581688ykb.2 for ; Wed, 18 Nov 2015 20:58:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rD6ZIEURIxOX0OkxYKFhc7ilnnBzLszaifjQRIMrlmY=; b=qWgXt8+l9op9pxkYtMQE9OWD6K4P+qTnX/kRqo685XxjpMXPXNPVrxJMr6kuOBWRG/ 4ACaWuLkDKjFfMC4kDoSiCkp9Mfrk+nhykA1+NqeFrHeU0vJaQBBSOCIRPtFeomy4wwC NTxA0BSY1cRCT0AwRzj4eBQ1ok2NJ+WoaZMBHF8q7NLvKwQ6SQ6bSvu81E9B09n5ARVv /+DOIf/E43QXpRYfPWGS556nz44p/G+A1gly304ppCmErRxxpV0OT4mWjf2RLhjgE9AB M0Kn+t3hr+Q5WqvPpNw8GKxfEQR+ViY28vDqbFmucAyRD+8AS1oYsWvmiqyjD3fYEWj9 Dn2A== MIME-Version: 1.0 X-Received: by 10.129.0.8 with SMTP id 8mr5234778ywa.81.1447909126059; Wed, 18 Nov 2015 20:58:46 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.37.95.9 with HTTP; Wed, 18 Nov 2015 20:58:46 -0800 (PST) In-Reply-To: <564D4739.1090504@gmail.com> References: <564D4739.1090504@gmail.com> Date: Wed, 18 Nov 2015 20:58:46 -0800 X-Google-Sender-Auth: Bag-p2IOZ5ANlVhKLhi6h9_jLqA Message-ID: Subject: Re: Python curses module does not print any attributed space character on FreeBSD 11-current From: Craig Rodrigues To: raviqqe Cc: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 04:58:47 -0000 On Wed, Nov 18, 2015 at 7:51 PM, raviqqe wrote: > Hello, > > TL;DR > I encountered a bug-like behavior of a Python built-in module. > Could you reproduce it in C? > > While working with Python and its curses module on FreeBSD 11-current > (x86_64), > I found a weird behavior of the module. The code below doesn't print any > character > although it should print a space on the upper-left corner. > > ``` > # test.py > > import curses > > window = curses.initscr() > window.attrset(curses.A_NORMAL) > window.addch(" ") > window.getch() > curses.endwin() > ``` > > The cause is `window.attrset()` and when I removed the line it works just > fine. > And, with the visible characters (such as 'A' and '?' except for ' ' and > '\t'), > it works fine even if window.attrset() is there. > > Hi, I have a: * FreeBSD-CURRENT system: built from Subversion revision r290830 * python27-2.710_1 (installed with pkg install lang/python ) * python35-3.5.0 (installed with pkg install lang/python35 ) I ran your test case, and did not encounter your problem. For me, a space is printed in the top left. Also, I see: # ldd /usr/local/lib/python2.7/lib-dynload/_curses.so /usr/local/lib/python2.7/lib-dynload/_curses.so: libthr.so.3 => /lib/libthr.so.3 (0x801212000) libncurses.so.8 => /lib/libncurses.so.8 (0x801437000) libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x80168a000) libc.so.7 => /lib/libc.so.7 (0x800822000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x801a48000) libutil.so.9 => /lib/libutil.so.9 (0x801c52000) libm.so.5 => /lib/libm.so.5 (0x801e65000) # ldd /usr/local/lib/python3.5/lib-dynload/_curses.so /usr/local/lib/python3.5/lib-dynload/_curses.so: libthr.so.3 => /lib/libthr.so.3 (0x801214000) libncurses.so.8 => /lib/libncurses.so.8 (0x801439000) libpython3.5m.so.1.0 => /usr/local/lib/libpython3.5m.so.1.0 (0x801800000) libc.so.7 => /lib/libc.so.7 (0x800822000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x801c9b000) libutil.so.9 => /lib/libutil.so.9 (0x801ea5000) libm.so.5 => /lib/libm.so.5 (0x8020b8000) At least for me, the Python _curses.so is linking against ncurses.so.8. -- Craig From owner-freebsd-python@freebsd.org Thu Nov 19 06:47:27 2015 Return-Path: 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 31CCBA325D2 for ; Thu, 19 Nov 2015 06:47:27 +0000 (UTC) (envelope-from raviqqe@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (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 F3DF31D26; Thu, 19 Nov 2015 06:47:26 +0000 (UTC) (envelope-from raviqqe@gmail.com) Received: by pabfh17 with SMTP id fh17so73655903pab.0; Wed, 18 Nov 2015 22:47:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type; bh=m4xpNCEeHYg1zpj7XMyZgz+mvlW9oalWZndid1ipJX4=; b=lD3VExqIg9wy0PeQ3FOjioX+dXKKGIcctMnISy8rCOxBTsuUraCuqdLb2mQ+sLrGdw 68flrl/c8eAyPmnA30H/6H4uUWaYn00lqVKxFgy2eG2wEOWftNyy3fJ4/kveaq/THcIH z4xEKwsubZuW7YDpIdNwH2IFeB2ZKlkv0b8J9wcjUrkmI5avyLloxS3isNusyRaE+MJ6 cGZQCyzurutSLAzxAlpcz61sEV1mhWfOGxvALbmfeA9H3So4m41HAoYJ9UEQDmFEfOQC GN/ydJfW3IkWy5b47LqbvseBJtejh8jYEqrUC5k1YgKggZEP1cCUJsdrbKTjlt+5q2d0 eXQw== X-Received: by 10.68.133.134 with SMTP id pc6mr8245658pbb.35.1447915646587; Wed, 18 Nov 2015 22:47:26 -0800 (PST) Received: from coronoides.lostwoods ([133.21.225.184]) by smtp.googlemail.com with ESMTPSA id ix2sm8195018pac.15.2015.11.18.22.47.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Nov 2015 22:47:26 -0800 (PST) Subject: Re: Python curses module does not print any attributed space character on FreeBSD 11-current To: Craig Rodrigues References: <564D4739.1090504@gmail.com> Cc: freebsd-python@freebsd.org From: raviqqe Message-ID: <564D6F37.7040804@gmail.com> Date: Thu, 19 Nov 2015 06:41:59 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 06:47:27 -0000 On 11/19/15 04:58 AM, Craig Rodrigues wrote: > On Wed, Nov 18, 2015 at 7:51 PM, raviqqe > wrote: > > Hello, > > TL;DR > I encountered a bug-like behavior of a Python built-in module. > Could you reproduce it in C? > > While working with Python and its curses module on FreeBSD > 11-current (x86_64), > I found a weird behavior of the module. The code below doesn't > print any character > although it should print a space on the upper-left corner. > > ``` > # test.py > > import curses > > window = curses.initscr() > window.attrset(curses.A_NORMAL) > window.addch(" ") > window.getch() > curses.endwin() > ``` > > The cause is `window.attrset()` and when I removed the line it > works just fine. > And, with the visible characters (such as 'A' and '?' except for ' > ' and '\t'), > it works fine even if window.attrset() is there. > > Hi, > > I have a: > * FreeBSD-CURRENT system: built from Subversion revision r290830 > * python27-2.710_1 (installed with pkg install lang/python ) > * python35-3.5.0 (installed with pkg install lang/python35 ) > > I ran your test case, and did not encounter your problem. > For me, a space is printed in the top left. > > Also, I see: > > > # ldd /usr/local/lib/python2.7/lib-dynload/_curses.so > /usr/local/lib/python2.7/lib-dynload/_curses.so: > libthr.so.3 => /lib/libthr.so.3 (0x801212000) > libncurses.so.8 => /lib/libncurses.so.8 (0x801437000) > libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 > (0x80168a000) > libc.so.7 => /lib/libc.so.7 (0x800822000) > libintl.so.8 => /usr/local/lib/libintl.so.8 (0x801a48000) > libutil.so.9 => /lib/libutil.so.9 (0x801c52000) > libm.so.5 => /lib/libm.so.5 (0x801e65000) > # ldd /usr/local/lib/python3.5/lib-dynload/_curses.so > /usr/local/lib/python3.5/lib-dynload/_curses.so: > libthr.so.3 => /lib/libthr.so.3 (0x801214000) > libncurses.so.8 => /lib/libncurses.so.8 (0x801439000) > libpython3.5m.so.1.0 => /usr/local/lib/libpython3.5m.so.1.0 > (0x801800000) > libc.so.7 => /lib/libc.so.7 (0x800822000) > libintl.so.8 => /usr/local/lib/libintl.so.8 (0x801c9b000) > libutil.so.9 => /lib/libutil.so.9 (0x801ea5000) > libm.so.5 => /lib/libm.so.5 (0x8020b8000) > > At least for me, the Python _curses.so is linking against ncurses.so.8. > > -- > Craig I always build and install ports via the ports system using `portmaster` and never use `pkg`. Just now, I rebuilt lang/python27 and lang/python35. But, still on my machine, ``` % ldd /usr/local/lib/python2.7/lib-dynload/_curses.so /usr/local/lib/python2.7/lib-dynload/_curses.so: libthr.so.3 => /lib/libthr.so.3 (0x801212000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x801437000) libtinfo.so.5 => /usr/local/lib/libtinfo.so.5 (0x80168a000) libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x8018c0000) libc.so.7 => /lib/libc.so.7 (0x800822000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x801c7c000) libutil.so.9 => /lib/libutil.so.9 (0x801e87000) libm.so.5 => /lib/libm.so.5 (0x80209a000) % ldd /usr/local/lib/python3.5/lib-dynload/_curses.so /usr/local/lib/python3.5/lib-dynload/_curses.so: libthr.so.3 => /lib/libthr.so.3 (0x80121c000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x801441000) libtinfo.so.5 => /usr/local/lib/libtinfo.so.5 (0x801694000) libpython3.5dm.so.1.0 => /usr/local/lib/libpython3.5dm.so.1.0 (0x801a00000) libc.so.7 => /lib/libc.so.7 (0x800822000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x802057000) libutil.so.9 => /lib/libutil.so.9 (0x802262000) libm.so.5 => /lib/libm.so.5 (0x802475000) ``` And devel/ncurses is explicitly required by them. ``` % pkg info -r ncurses ncurses-5.9.20150214_2: sterm-0.6 python27-2.7.10_1 sqlite3-3.9.2 tmux-2.1 python34-3.4.3_1 python35-3.5.0_1 zsh-5.1.1 % pkg info -d python27 python27-2.7.10_1: openssl-1.0.2_4 readline-6.3.8 libffi-3.2.1 gettext-runtime-0.19.6 ncurses-5.9.20150214_2 % pkg info -d python35 python35-3.5.0_1: openssl-1.0.2_4 readline-6.3.8 libffi-3.2.1 gettext-runtime-0.19.6 ncurses-5.9.20150214_2 ``` What's happening on my machine? My uname is here. ``` % uname -a FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r291009: Wed Nov 18 06:47:11 UTC 2015 root@:/usr/obj/usr/src/sys/GENERIC amd64 ``` From owner-freebsd-python@freebsd.org Thu Nov 19 07:00:52 2015 Return-Path: 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 791D2A327E3 for ; Thu, 19 Nov 2015 07:00: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 5D561120B for ; Thu, 19 Nov 2015 07:00:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5D284A327E2; Thu, 19 Nov 2015 07:00: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 5CCB2A327E1 for ; Thu, 19 Nov 2015 07:00: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 4844A120A for ; Thu, 19 Nov 2015 07:00: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 tAJ70qJ2086624 for ; Thu, 19 Nov 2015 07:00:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Thu, 19 Nov 2015 07:00:51 +0000 X-Bugzilla-Reason: CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 07:00:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2040 | |75 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 14:22:30 2015 Return-Path: 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 E3DAAA324E4 for ; Thu, 19 Nov 2015 14:22:30 +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 C7EA81FAF for ; Thu, 19 Nov 2015 14:22:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id C7234A324E3; Thu, 19 Nov 2015 14:22:30 +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 C6BB2A324E1 for ; Thu, 19 Nov 2015 14:22:30 +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 B279B1FAE for ; Thu, 19 Nov 2015 14:22:30 +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 tAJEMUAf024272 for ; Thu, 19 Nov 2015 14:22:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 203120] [NEW PORT] mail/py-fuglu: Mail content scanner Date: Thu, 19 Nov 2015 14:22:30 +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-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ports@caomhin.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 attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 14:22:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203120 Kevin Golding changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #161050|0 |1 is obsolete| | --- Comment #1 from Kevin Golding --- Created attachment 163330 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163330&action=edit New shar for the latest release https://github.com/gryphius/fuglu/blob/master/fuglu/doc/CHANGELOG Removes patch as now included upstream -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 15:27:28 2015 Return-Path: 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 D7CC4A332C0 for ; Thu, 19 Nov 2015 15:27:28 +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 BC9D312C7 for ; Thu, 19 Nov 2015 15:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B9AB3A332BF; Thu, 19 Nov 2015 15:27: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 B94AEA332BE for ; Thu, 19 Nov 2015 15:27:28 +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 8B20C12C5 for ; Thu, 19 Nov 2015 15:27:28 +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 tAJFRSxh033761 for ; Thu, 19 Nov 2015 15:27:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Thu, 19 Nov 2015 15:27:28 +0000 X-Bugzilla-Reason: CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 15:27:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org --- Comment #13 from Ruslan Makhmatkhanov --- (In reply to Antoine Brodin from comment #11) - deskutils/alacarte/pkg-plist (this one installs versioned files in an unversioned lib/python directory) alacarte is broken anyway. I got this why running it: [rm@smsh-zfs ~]> alacarte Traceback (most recent call last): File "/usr/local/bin/alacarte", line 21, in from Alacarte.MainWindow import main ImportError: No module named 'Alacarte' I have a fix to make it build with python3 and to install it into correct directory layout, but it still fails to run: [rm@smsh-zfs ~]> alacarte /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: invalid (NULL) pointer instance self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) Segmentation fault (core dumped) So I believe you may just mark it uncoditionally broken and exclude from exp-run. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 16:28:05 2015 Return-Path: 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 7C4A9A33CB6 for ; Thu, 19 Nov 2015 16:28: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 603DC1E7B for ; Thu, 19 Nov 2015 16:28:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5DAA2A33CB5; Thu, 19 Nov 2015 16:28: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 5C51CA33CB4 for ; Thu, 19 Nov 2015 16:28: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 4064F1E78 for ; Thu, 19 Nov 2015 16:28: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 tAJGS5Lh091884 for ; Thu, 19 Nov 2015 16:28:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Thu, 19 Nov 2015 16:28:04 +0000 X-Bugzilla-Reason: CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 16:28:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 --- Comment #14 from Ruslan Makhmatkhanov --- Here is standalone chunk. Just run this in python3.5 interpreter: >>> import gi >>> gi.require_version('Gtk', '3.0') >>> from gi.repository import Gtk >>> >>> tree = Gtk.Builder() >>> tree.add_from_file('/usr/local/share/alacarte/alacarte.ui') __main__:1: Warning: invalid (NULL) pointer instance __main__:1: Warning: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed __main__:1: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed Segmentation fault (core dumped) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 18:37:40 2015 Return-Path: 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 1F0C8A337AC for ; Thu, 19 Nov 2015 18:37: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 0319A1392 for ; Thu, 19 Nov 2015 18:37:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 00A3AA337AB; Thu, 19 Nov 2015 18:37: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 003DAA337AA for ; Thu, 19 Nov 2015 18:37: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 E02141391 for ; Thu, 19 Nov 2015 18:37: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 tAJIbduZ064763 for ; Thu, 19 Nov 2015 18:37:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 18:37: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 18:37:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: rm Date: Thu Nov 19 18:36:59 UTC 2015 New revision: 401958 URL: https://svnweb.freebsd.org/changeset/ports/401958 Log: math/py-networkx: update to 1.10 - update to 1.10 - add YAML option (on by default) - remove gratuitous word from option descriptions - USE_PYTHON=concurrent instead of setting EXAMPLESDIR - alphabetize USE_PYTHON - discard pkg-message given all options are enabled by default While here limit python version to 2.x, because it's dependencies graphics/py-graphviz and math/py-matplotlib failed to configure with python3. PR: 204594 Submitted by: John W. O'Brien Approved by: dikshie@sfc.wide.ad.jp (maintainer) Changes: head/math/py-networkx/Makefile head/math/py-networkx/distinfo head/math/py-networkx/files/patch-setup.py head/math/py-networkx/pkg-descr head/math/py-networkx/pkg-message -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 19:24:45 2015 Return-Path: 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 C94FBA33229 for ; Thu, 19 Nov 2015 19:24: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 ADB0B1FB9 for ; Thu, 19 Nov 2015 19:24:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AB650A33228; Thu, 19 Nov 2015 19:24: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 AA0A5A33225 for ; Thu, 19 Nov 2015 19:24: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 8B8041FB7 for ; Thu, 19 Nov 2015 19:24: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 tAJJOjTo094789 for ; Thu, 19 Nov 2015 19:24:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 19:24: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 19:24:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #9 from Ruslan Makhmatkhanov --- Committed, thank you! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 20:13:13 2015 Return-Path: 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 5248CA33C88 for ; Thu, 19 Nov 2015 20:13:13 +0000 (UTC) (envelope-from rsmith@xs4all.nl) 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 36D031D3B for ; Thu, 19 Nov 2015 20:13:13 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 35FA6A33C87; Thu, 19 Nov 2015 20:13: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 3593BA33C86 for ; Thu, 19 Nov 2015 20:13:13 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from lb2-smtp-cloud2.xs4all.net (lb2-smtp-cloud2.xs4all.net [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B25B11D39 for ; Thu, 19 Nov 2015 20:13:12 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.erewhon.home ([83.162.243.5]) by smtp-cloud2.xs4all.net with ESMTP id jYBx1r00607iGuj01YByKx; Thu, 19 Nov 2015 21:11:58 +0100 Received: by slackbox.erewhon.home (Postfix, from userid 1001) id 3DB241255A; Thu, 19 Nov 2015 21:11:57 +0100 (CET) Date: Thu, 19 Nov 2015 21:11:57 +0100 From: Roland Smith To: Vladimir Bogrecov Cc: python@freebsd.org Subject: Re: Python on FreeBSD is slower than on Linux Message-ID: <20151119201157.GA68473@slackbox.erewhon.home> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 20:13:13 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 12, 2015 at 10:26:22PM +0300, Vladimir Bogrecov wrote: > Hello, >=20 > I'm developing a little project on Python 3.5. The server's operating > system is FreeBSD 10.2. Today I decided to do a little test "just for fun" > and the result has confused me. I ran the following code >=20 > import random > import time >=20 >=20 > def test_sort(size): > sequence =3D [i for i in range(0, size)] > random.shuffle(sequence) > start =3D time.time() > ordered_sequence =3D sorted(sequence) > print(time.time() - start) >=20 >=20 > if __name__ =3D=3D '__main__': > test_sort(1000000) On my FreeBSD 10.2 STABLE AMD64 system (Intel Core2 quad Q9300 2.5 GHz, 4 GB RAM) the code prints 1.17 seconds for Python 3.5.0 and 1.21 seconds for Python 2.7.10. Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --zhXaljGHf11kAtnf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJWTi0EAAoJEED21dyjijPgCrEP/RrGL2zekUquefcQaroN0hpx 8QfswlO9b+8HCT2sfZ4CGAOwzDEI8KWySvq80CaWAWeU1RAoLPBhX/HjX8LwIes6 0sy5QH9zY3iFt1bWOO2VOO9yx5Cqq1qP7OE7aBfM4Z202854KEWzCxFnhBZWzMxc BWsyLbEh9efgqK7ItN6o0A/o1764yhRWChwQ0DOfXOQtHI5y5FowrPzWXFRxi01c SK1hS2M3uW0OnYhj5a4wqS7QpNYXcnEPE20z1Z4s9778tbFJyrpVGxdMqseONjB+ jRdNCY+Nc4dfo5w+BIiz9EliCBfvh+rfInfjmkWGMVizIjWERoSG021jQHvkhWNC 1ztcnEbJWW8jNPCDD6R3swxiYyF9bZc7m4Bz4okBFFkQe6BZqNTfrpDA4s6JLu87 8ucv2jGtXa/4AC3LrUrIs2yOMon5vShqxGtrX5FO4VnXjv1uxpoEqG4Ad+M3w+YJ pGKXWD6JQk47EI8p+TTQ6rCNo7d3GJ9Ht3/4aLhP2S3E5qMM2o7kw4wJh5Gi81Q/ sUJ+6xkL74hWGGWP25F5JS08lun8fGlCmhEX4BDp+gBheKeBqy+cGraqmCzi1p4u PRk5gzTU3lYulXHJaJbHS1sOMftrktFZ79c39c/2jsfKZcToVKPLzG5ghpgIjnXu 5yfAHrx+koByvgVOAMO7 =spfo -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf-- From owner-freebsd-python@freebsd.org Thu Nov 19 21:08:29 2015 Return-Path: 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 0A4EDA33BC2 for ; Thu, 19 Nov 2015 21:08: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 E4E941317 for ; Thu, 19 Nov 2015 21:08:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E123AA33BC1; Thu, 19 Nov 2015 21:08: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 E0BE6A33BC0 for ; Thu, 19 Nov 2015 21:08:28 +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 CE2C01316 for ; Thu, 19 Nov 2015 21:08:28 +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 tAJL8Svd092677 for ; Thu, 19 Nov 2015 21:08:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 21:08:28 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 21:08:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #10 from John W. O'Brien --- rm@: Would you consider backing out the python2 limitation, or perhaps accepting a patch from me that automatically removes those options from OPTIONS_DEFAULT when being built under py3k? I had submitted bug #201349 for the express purpose of working around the dependencies that are not yet py3k-ready. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 21:29:11 2015 Return-Path: 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 338DAA33F7D for ; Thu, 19 Nov 2015 21:29:11 +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 19C061D30 for ; Thu, 19 Nov 2015 21:29:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 15FB9A33F7C; Thu, 19 Nov 2015 21:29: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 149CCA33F7A for ; Thu, 19 Nov 2015 21:29: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 EBED41D2F for ; Thu, 19 Nov 2015 21:29: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 tAJLTANc054261 for ; Thu, 19 Nov 2015 21:29:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 21:29: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 21:29:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|Closed |Open --- Comment #11 from Ruslan Makhmatkhanov --- Sure, would you provide me with the patch that eliminating failing dependencies when built with python3? I see no such patch in bug #201349, and it would be better to redo against the current port version anyway. PS. btw science/py-scikit-sparse builds fine with py34 in my test. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 21:35:09 2015 Return-Path: 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 ED7E1A330D1 for ; Thu, 19 Nov 2015 21:35: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 D325C10B0 for ; Thu, 19 Nov 2015 21:35:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CF40DA330D0; Thu, 19 Nov 2015 21:35: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 CED53A330CF for ; Thu, 19 Nov 2015 21:35: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 BC29910AF for ; Thu, 19 Nov 2015 21:35: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 tAJLZ9Oe068491 for ; Thu, 19 Nov 2015 21:35:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 21:35:09 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 21:35:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #12 from John W. O'Brien --- rm@ What I meant was that bug #201349 made the dependencies optional so that ports users interested in py3k could readily adapt and that math/py-networkx wouldn't necessarily have to encode knowledge about the py3k-readiness of other ports. However, if you prefer the latter, I'll be glad to put together a patch. Look for it over the weekend. re: science/py-scikit-sparse -- I know :) (see: bug 201346) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 21:37:04 2015 Return-Path: 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 00392A33181 for ; Thu, 19 Nov 2015 21:37: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 DAD2811F6 for ; Thu, 19 Nov 2015 21:37:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D6F80A33180; Thu, 19 Nov 2015 21:37: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 D6942A3317F for ; Thu, 19 Nov 2015 21:37: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 C415511F5 for ; Thu, 19 Nov 2015 21:37: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 tAJLb3bp071207 for ; Thu, 19 Nov 2015 21:37:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 21:37:03 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 21:37:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #13 from Ruslan Makhmatkhanov --- Ok, nevermind, I'll cook the patch myself now. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 22:09:42 2015 Return-Path: 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 C8FD0A33861 for ; Thu, 19 Nov 2015 22:09: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 AEB8E12A8 for ; Thu, 19 Nov 2015 22:09:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id ACFA0A3385F; Thu, 19 Nov 2015 22:09: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 ABAF6A3385E for ; Thu, 19 Nov 2015 22:09: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 9955312A7 for ; Thu, 19 Nov 2015 22:09:42 +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 tAJM9gLS070046 for ; Thu, 19 Nov 2015 22:09:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 22:09: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 22:09:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |201349 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 22:09:42 2015 Return-Path: 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 9C349A3385D for ; Thu, 19 Nov 2015 22:09: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 8142312A6 for ; Thu, 19 Nov 2015 22:09:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7D090A3385C; Thu, 19 Nov 2015 22:09: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 7C9EEA3385B for ; Thu, 19 Nov 2015 22:09: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 6932612A5 for ; Thu, 19 Nov 2015 22:09:42 +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 tAJM9gN5070027 for ; Thu, 19 Nov 2015 22:09:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 201349] math/py-networkx: Make run-time dependencies optional per upstream documentation Date: Thu, 19 Nov 2015 22:09: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: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 22:09:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201349 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |204594 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 22:10:20 2015 Return-Path: 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 7B12AA338B8 for ; Thu, 19 Nov 2015 22:10:20 +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 6197012FD for ; Thu, 19 Nov 2015 22:10:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5FDC6A338B7; Thu, 19 Nov 2015 22:10: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 5F869A338B6 for ; Thu, 19 Nov 2015 22:10:20 +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 4D05B12FC for ; Thu, 19 Nov 2015 22:10:20 +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 tAJMAKLQ071060 for ; Thu, 19 Nov 2015 22:10:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 22:10: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 22:10:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|201349 | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 22:10:19 2015 Return-Path: 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 A69A7A338B1 for ; Thu, 19 Nov 2015 22:10: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 8C3C212F5 for ; Thu, 19 Nov 2015 22:10:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8A92AA338B0; Thu, 19 Nov 2015 22:10: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 8A336A338AF for ; Thu, 19 Nov 2015 22:10: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 766E212F4 for ; Thu, 19 Nov 2015 22:10: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 tAJMAJg8071028 for ; Thu, 19 Nov 2015 22:10:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 201349] math/py-networkx: Make run-time dependencies optional per upstream documentation Date: Thu, 19 Nov 2015 22:10: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: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 22:10:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201349 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|204594 | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Thu Nov 19 22:59:17 2015 Return-Path: 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 05BBBA3236E for ; Thu, 19 Nov 2015 22:59: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 DF8AD1EF8 for ; Thu, 19 Nov 2015 22:59:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DBDC0A3236D; Thu, 19 Nov 2015 22:59:16 +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 DA95DA3236C for ; Thu, 19 Nov 2015 22:59:16 +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 C42D81EF7 for ; Thu, 19 Nov 2015 22:59:16 +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 tAJMxG6L067528 for ; Thu, 19 Nov 2015 22:59:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Thu, 19 Nov 2015 22:59: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dikshie@sfc.wide.ad.jp X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 22:59:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #14 from dikshie@sfc.wide.ad.jp --- (In reply to Ruslan Makhmatkhanov from comment #9) Many thanks! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Fri Nov 20 22:08:45 2015 Return-Path: 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 1EA12A345F2 for ; Fri, 20 Nov 2015 22:08: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 046971F20 for ; Fri, 20 Nov 2015 22:08:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 00B18A345F1; Fri, 20 Nov 2015 22:08: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 00474A345F0 for ; Fri, 20 Nov 2015 22:08: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 E15831F1F for ; Fri, 20 Nov 2015 22:08:44 +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 tAKM8ive007466 for ; Fri, 20 Nov 2015 22:08:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204594] math/py-networkx: Update to 1.10 Date: Fri, 20 Nov 2015 22:08: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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 22:08:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204594 --- Comment #15 from Ruslan Makhmatkhanov --- The sad news that I can't redefine OPTIONS_DEFAULT values depending on python version. I mean this is not working: .include .if ${PYTHON_REL} <= 3000 OPTIONS_DEFAULT+= MPL GRAPHVIZ .endif .include So, I'm not sure how to fix that properly. The only solution is to drop MPL and GRAPHVIZ options and make them uncoditional runtime dependencies for python2 build. This may be ok, because these options are default anyway. Is it applicable? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@freebsd.org Fri Nov 20 22:14:48 2015 Return-Path: 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 3EC73A34758 for ; Fri, 20 Nov 2015 22:14:48 +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 22F441532 for ; Fri, 20 Nov 2015 22:14:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1F7B9A34757; Fri, 20 Nov 2015 22:14:48 +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 1F122A34756 for ; Fri, 20 Nov 2015 22:14:48 +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 E6DD7152D for ; Fri, 20 Nov 2015 22:14: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 tAKMEl9N021488 for ; Fri, 20 Nov 2015 22:14:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204231] [patch] lang/jython: Fix numerous bugs and update to 2.7.0 Date: Fri, 20 Nov 2015 22:14:48 +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: commit-hook@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? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 22:14:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204231 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: rm Date: Fri Nov 20 22:14:01 UTC 2015 New revision: 402105 URL: https://svnweb.freebsd.org/changeset/ports/402105 Log: lang/jython: update to 2.7.0 - update to 2.7.0 - change MASTER_SITES to use https and modern mirror as suggested by [1] - Jython uses two licenses, indicate that in the port. Extract the licenses from the jar earlier so ports framework can find them - the port complains when trying to build with openjdk6, so set JAVA_VERSION to 1.7+ - mark NO_ARCH - null the PATH for installer invocation. If installer finds python2.7 in PATH it installs python wrapper script instead of bash one. [2] - exclude "ensurepip" module from the installation as it doesn't build on FreeBSD - change kinda dirty and not obvious replacement of "-cl"(asspath) to addition to JAVA_OPTS. This hack is needed to place jython cachedir into user's home directory, as it needs to be writable by the user invoking jython - write comments to not obvious parts of the installation - wrapper script is now placed in bin/ directory in JYTHON_PREFIX rather then in root, fix that - Jython uses *$py.class files as an analog for *.pyc ones in plain Python, installer puts pre-compiled *$py.class files into the STAGEDIR. We need to recompile that because, after installation: 1) If we invoke Jython as user - it can't use the *$py.class files as they have different source path inside, slowing down the startup; 2) If we invoke jython as root - it will recompile the *$py.class files breaking the de-installation process of the package. Compilation phase always have non-portrelated errors, so we need to ignore it's exit code - Don't ignore the exit code of symlink installation as we don't expect that to fail [1] https://central.maven.org/ [2] https://hg.python.org/jython/file/tip/installer/src/java/org/python/util/install/StartScriptGenerator.java#l22 PR: 204231 Submitted by: Sergey Kozlov Changes: head/lang/jython/Makefile head/lang/jython/distinfo head/lang/jython/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@freebsd.org Fri Nov 20 22:15:18 2015 Return-Path: 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 973CFA3479E for ; Fri, 20 Nov 2015 22:15: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 7C4E81576 for ; Fri, 20 Nov 2015 22:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7B085A34798; Fri, 20 Nov 2015 22:15: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 7AA97A34797 for ; Fri, 20 Nov 2015 22:15: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 66D561575 for ; Fri, 20 Nov 2015 22:15: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 tAKMFIMp022350 for ; Fri, 20 Nov 2015 22:15:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204231] [patch] lang/jython: Fix numerous bugs and update to 2.7.0 Date: Fri, 20 Nov 2015 22:15:18 +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: rm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 22:15:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204231 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed CC| |rm@FreeBSD.org --- Comment #4 from Ruslan Makhmatkhanov --- Excellent work, Sergey! Committed, thank you! -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@freebsd.org Sat Nov 21 00:23:35 2015 Return-Path: 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 1E4CDA2E626 for ; Sat, 21 Nov 2015 00:23: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 030BA1E1D for ; Sat, 21 Nov 2015 00:23:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 016CCA2E625; Sat, 21 Nov 2015 00:23: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 0107AA2E623 for ; Sat, 21 Nov 2015 00:23: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 E0AEE1E1C for ; Sat, 21 Nov 2015 00:23:34 +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 tAL0NYmY090588 for ; Sat, 21 Nov 2015 00:23:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204231] [patch] lang/jython: Fix numerous bugs and update to 2.7.0 Date: Sat, 21 Nov 2015 00:23:34 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: assigned_to flagtypes.name resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 00:23:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204231 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|python@FreeBSD.org |rm@FreeBSD.org Flags|maintainer-feedback?(python |maintainer-feedback+ |@FreeBSD.org) | Resolution|FIXED |--- Status|Closed |Open CC| |python@FreeBSD.org --- Comment #5 from Kubilay Kocak --- Assign to committer that resolved. @Ruslan Does this need to be merged (MFH) to quarterly. Please set merge-quarterly flag accordingly -- 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 Nov 21 11:41:33 2015 Return-Path: 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 2D7EBA347AA for ; Sat, 21 Nov 2015 11:41:33 +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 183501E99 for ; Sat, 21 Nov 2015 11:41:33 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 15D9EA347A8; Sat, 21 Nov 2015 11:41: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 14DEFA347A5; Sat, 21 Nov 2015 11:41:33 +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 B1CCB1E96; Sat, 21 Nov 2015 11:41: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 tALBfVkf093726; Sat, 21 Nov 2015 11:41: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 tALBfVnB093722; Sat, 21 Nov 2015 11:41:31 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 21 Nov 2015 11:41:31 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511211141.tALBfVnB093722@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 11:41:33 -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/402112/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=93i386-default&build=402112 Log: ====>> Building x11-toolkits/py-fltk build started at Sat Nov 21 11:41:08 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93i386-default-job-13 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 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-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93i386-default-job-13] Installing pkg-1.6.1_2... [93i386-default-job-13] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93i386-default-job-13] Installing py27-setuptools27-17.0... [93i386-default-job-13] `-- Installing python27-2.7.10_1... [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.10_1: .......... done [93i386-default-job-13] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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 =========================================================================== =================================================== ===> 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_1... [93i386-default-job-13] | | `-- Extracting freetype2-2.6_1: .......... 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-10.6.9... [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... [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.2_2... [93i386-default-job-13] | | | `-- Extracting mpfr-3.1.2_2: .......... 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: .......... 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-20151108... [93i386-default-job-13] | | | `-- Extracting pciids-20151108: ...... 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-10.6.9... [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-10.6.9: ... done [93i386-default-job-13] | `-- Extracting libGL-10.6.9: .......... done [93i386-default-job-13] `-- Extracting libGLU-9.0.0_2: ...... done [93i386-default-job-13] `-- Installing png-1.6.19... [93i386-default-job-13] `-- Extracting png-1.6.19: .......... done [93i386-default-job-13] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-i386-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-i386-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-i386-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Nov 21 12:11:22 2015 Return-Path: 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 0E0BDA32433 for ; Sat, 21 Nov 2015 12:11: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 ECDAC1DEC for ; Sat, 21 Nov 2015 12:11:21 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id E9B62A3242F; Sat, 21 Nov 2015 12:11: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 E8F72A3242D; Sat, 21 Nov 2015 12:11: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 96A971DE9; Sat, 21 Nov 2015 12:11: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 tALCBKeN084669; Sat, 21 Nov 2015 12:11: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 tALCBK83084661; Sat, 21 Nov 2015 12:11:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 21 Nov 2015 12:11:20 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201511211211.tALCBK83084661@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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 12:11: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: 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/402112/logs/py27-fltk-1.3.3.1.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=93amd64-default&build=402112 Log: ====>> Building x11-toolkits/py-fltk build started at Sat Nov 21 12:10:56 UTC 2015 port directory: /usr/ports/x11-toolkits/py-fltk building for: FreeBSD 93amd64-default-job-05 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 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.9 Host OSVERSION: 1100085 Jail OSVERSION: 903000 ---Begin Environment--- SHELL=/bin/csh OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p30 UNAME_r=9.3-RELEASE-p30 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.9 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 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--- =================================================== ===> License LGPL20 accepted by the user =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.6.1_2.txz [93amd64-default-job-05] Installing pkg-1.6.1_2... [93amd64-default-job-05] Extracting pkg-1.6.1_2: .......... done Message from pkg-1.6.1_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 =========================================================================== =================================================== =========================================================================== =================================================== ===> License LGPL20 accepted by the user ===> Fetching all distfiles required by py27-fltk-1.3.3.1 for building =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> 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. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-fltk-1.3.3.1 =========================================================================== =================================================== ===> py27-fltk-1.3.3.1 depends on package: py27-setuptools27>0 - not found ===> Installing existing package /packages/All/py27-setuptools27-17.0.txz [93amd64-default-job-05] Installing py27-setuptools27-17.0... [93amd64-default-job-05] `-- Installing python27-2.7.10_1... [93amd64-default-job-05] | `-- Installing libffi-3.2.1... [93amd64-default-job-05] | | `-- Installing indexinfo-0.2.4... [93amd64-default-job-05] | | `-- Extracting indexinfo-0.2.4: .... done [93amd64-default-job-05] | `-- Extracting libffi-3.2.1: .......... done [93amd64-default-job-05] | `-- Installing gettext-runtime-0.19.6... [93amd64-default-job-05] | | `-- Installing libiconv-1.14_9... [93amd64-default-job-05] | | `-- Extracting libiconv-1.14_9: .......... done [93amd64-default-job-05] | `-- Extracting gettext-runtime-0.19.6: .......... done [93amd64-default-job-05] `-- Extracting python27-2.7.10_1: .......... done [93amd64-default-job-05] Extracting py27-setuptools27-17.0: .......... done Message from python27-2.7.10_1: =========================================================================== 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-05] Installing libX11-1.6.3,1... [93amd64-default-job-05] `-- Installing xproto-7.0.28... [93amd64-default-job-05] `-- Extracting xproto-7.0.28: .......... done [93amd64-default-job-05] `-- Installing kbproto-1.0.7... [93amd64-default-job-05] `-- Extracting kbproto-1.0.7: .......... done [93amd64-default-job-05] `-- Installing libXdmcp-1.1.2... [93amd64-default-job-05] `-- Extracting libXdmcp-1.1.2: ......... done [93amd64-default-job-05] `-- Installing libxcb-1.11.1... [93amd64-default-job-05] | `-- Installing libxml2-2.9.3... [93amd64-default-job-05] | `-- Extracting libxml2-2.9.3: .......... done [93amd64-default-job-05] | `-- Installing libpthread-stubs-0.3_6... [93amd64-default-job-05] | `-- Extracting libpthread-stubs-0.3_6: ..... done [93amd64-default-job-05] | `-- Installing libXau-1.0.8_3... [93amd64-default-job-05] | `-- Extracting libXau-1.0.8_3: .......... done [93amd64-default-job-05] `-- Extracting libxcb-1.11.1: .......... done [93amd64-default-job-05] 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 =========================================================================== =================================================== ===> 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-05] Installing fltk-1.3.3_2... [93amd64-default-job-05] `-- Installing jpeg-turbo-1.4.2... [93amd64-default-job-05] `-- Extracting jpeg-turbo-1.4.2: .......... done [93amd64-default-job-05] `-- Installing libXft-2.3.2_1... [93amd64-default-job-05] | `-- Installing fontconfig-2.11.1_1,1... [93amd64-default-job-05] | | `-- Installing expat-2.1.0_3... [93amd64-default-job-05] | | `-- Extracting expat-2.1.0_3: .......... done [93amd64-default-job-05] | | `-- Installing freetype2-2.6_1... [93amd64-default-job-05] | | `-- Extracting freetype2-2.6_1: .......... done [93amd64-default-job-05] | `-- 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-05] | `-- Installing libXrender-0.9.9... [93amd64-default-job-05] | | `-- Installing renderproto-0.11.1... [93amd64-default-job-05] | | `-- Extracting renderproto-0.11.1: .... done [93amd64-default-job-05] | `-- Extracting libXrender-0.9.9: .......... done [93amd64-default-job-05] `-- Extracting libXft-2.3.2_1: ......... done [93amd64-default-job-05] `-- Installing libGLU-9.0.0_2... [93amd64-default-job-05] | `-- Installing libGL-10.6.9... [93amd64-default-job-05] | | `-- Installing dri2proto-2.8... [93amd64-default-job-05] | | `-- Extracting dri2proto-2.8: .... done [93amd64-default-job-05] | | `-- Installing libXdamage-1.1.4_3... [93amd64-default-job-05] | | `-- Installing libXfixes-5.0.1_3... [93amd64-default-job-05] | | | `-- Installing fixesproto-5.0... [93amd64-default-job-05] | | | `-- Extracting fixesproto-5.0: .... done [93amd64-default-job-05] | | `-- Extracting libXfixes-5.0.1_3: .......... done [93amd64-default-job-05] | | `-- Installing damageproto-1.2.1... [93amd64-default-job-05] | | `-- Extracting damageproto-1.2.1: .... done [93amd64-default-job-05] | | `-- Extracting libXdamage-1.1.4_3: ...... done [93amd64-default-job-05] | | `-- Installing libdevq-0.0.2_1... [93amd64-default-job-05] | | `-- Extracting libdevq-0.0.2_1: ..... done [93amd64-default-job-05] | | `-- Installing gcc-4.8.5... [93amd64-default-job-05] | | `-- Installing mpc-1.0.3... [93amd64-default-job-05] | | | `-- Installing gmp-5.1.3_2... [93amd64-default-job-05] | | | `-- Extracting gmp-5.1.3_2: .......... done [93amd64-default-job-05] | | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-05] | | | `-- Extracting mpfr-3.1.2_2: .......... done [93amd64-default-job-05] | | `-- Extracting mpc-1.0.3: ...... done [93amd64-default-job-05] | | `-- Installing gcc-ecj-4.5... [93amd64-default-job-05] | | `-- Extracting gcc-ecj-4.5: . done [93amd64-default-job-05] | | `-- Installing binutils-2.25.1... [93amd64-default-job-05] | | `-- Extracting binutils-2.25.1: .......... done [93amd64-default-job-05] | | `-- Extracting gcc-4.8.5: .......... done [93amd64-default-job-05] | | `-- Installing libXxf86vm-1.1.4_1... [93amd64-default-job-05] | | `-- Installing xf86vidmodeproto-2.3.1... [93amd64-default-job-05] | | `-- Extracting xf86vidmodeproto-2.3.1: .... done [93amd64-default-job-05] | | `-- Installing libXext-1.3.3_1,1... [93amd64-default-job-05] | | | `-- Installing xextproto-7.3.0... [93amd64-default-job-05] | | | `-- Extracting xextproto-7.3.0: .......... done [93amd64-default-job-05] | | `-- Extracting libXext-1.3.3_1,1: .......... done [93amd64-default-job-05] | | `-- Extracting libXxf86vm-1.1.4_1: .......... done [93amd64-default-job-05] | | `-- Installing libdrm-2.4.65_1,1... [93amd64-default-job-05] | | `-- Installing libpciaccess-0.13.4... [93amd64-default-job-05] | | | `-- Installing pciids-20151108... [93amd64-default-job-05] | | | `-- Extracting pciids-20151108: ...... done [93amd64-default-job-05] | | `-- Extracting libpciaccess-0.13.4: ...... done [93amd64-default-job-05] | | `-- Extracting libdrm-2.4.65_1,1: .......... done [93amd64-default-job-05] | | `-- Installing libxshmfence-1.2... [93amd64-default-job-05] | | `-- Extracting libxshmfence-1.2: ......... done [93amd64-default-job-05] | | `-- Installing libglapi-10.6.9... [93amd64-default-job-05] | | `-- Installing libXvMC-1.0.9... [93amd64-default-job-05] | | | `-- Installing libXv-1.0.10_3,1... [93amd64-default-job-05] | | | `-- Installing videoproto-2.3.2... [93amd64-default-job-05] | | | `-- Extracting videoproto-2.3.2: ...... done [93amd64-default-job-05] | | | `-- Extracting libXv-1.0.10_3,1: .......... done [93amd64-default-job-05] | | `-- Extracting libXvMC-1.0.9: .......... done [93amd64-default-job-05] | | `-- Extracting libglapi-10.6.9: ... done [93amd64-default-job-05] | `-- Extracting libGL-10.6.9: .......... done [93amd64-default-job-05] `-- Extracting libGLU-9.0.0_2: ...... done [93amd64-default-job-05] `-- Installing png-1.6.19... [93amd64-default-job-05] `-- Extracting png-1.6.19: .......... done [93amd64-default-job-05] Extracting fltk-1.3.3_2: .......... done Message from gcc-4.8.5: 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 =========================================================================== =================================================== ===> 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 =========================================================================== =================================================== ===> 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-p30-amd64-2.7 creating build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk copying fltk/__init__.py -> build/lib.freebsd-9.3-RELEASE-p30-amd64-2.7/fltk running build_ext building 'fltk._fltk' extension creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p30-amd64-2.7/python creating build/temp.freebsd-9.3-RELEASE-p30-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-p30-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 Nov 21 18:50:21 2015 Return-Path: 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 4AFE9A34FD2 for ; Sat, 21 Nov 2015 18:50:21 +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 2E618183E for ; Sat, 21 Nov 2015 18:50:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2C6D3A34FD1; Sat, 21 Nov 2015 18:50: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 2C064A34FD0 for ; Sat, 21 Nov 2015 18:50:21 +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 170C0183D for ; Sat, 21 Nov 2015 18:50:21 +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 tALIoKm8088903 for ; Sat, 21 Nov 2015 18:50:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204274] math/py-bottleneck: update to 1.0.0 Date: Sat, 21 Nov 2015 18:50:21 +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: john@saltant.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: skreuzer@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2015 18:50:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204274 --- Comment #5 from John W. O'Brien --- I believe we have a maintainer timeout and may proceed to commit this patch. -- You are receiving this mail because: You are on the CC list for the bug.