From owner-freebsd-python@FreeBSD.ORG Sun Apr 5 21:00:40 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99D28CCB for ; Sun, 5 Apr 2015 21:00:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F155D54 for ; Sun, 5 Apr 2015 21:00:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t35L0eQf091457 for ; Sun, 5 Apr 2015 21:00:40 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201504052100.t35L0eQf091457@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: python@FreeBSD.org Subject: Problem reports for python@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 05 Apr 2015 21:00:40 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 21:00:40 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 185884 | Miscellaneous ports fixes for Python 3 Open | 186316 | [NEW PORT] devel/spyder: Scientific PYthon Develo Open | 197226 | lang/python27: fix pyport.h _PY_PORT_CTYPE_UTF8_I 3 problems total for which you should take action. From owner-freebsd-python@FreeBSD.ORG Mon Apr 6 05:41:05 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1ACD32A6 for ; Mon, 6 Apr 2015 05:41:05 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id DFD2131A for ; Mon, 6 Apr 2015 05:41:04 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t365evGt048852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 5 Apr 2015 22:40:58 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <55221C68.8060206@rawbw.com> Date: Sun, 05 Apr 2015 22:40:56 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: Missing some socket.* setsockopt values Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 05:41:05 -0000 Both python 2 and 3 are missing some setsockopt values, for example in the code below: They all come from /usr/include/netinet/in.h, but IP_MULTICAST_LOOP=11 is still in python, but IP_ADD_MEMBERSHIP=12 isn't. import socket sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_UDP) sock.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_VIF, 1) sock.setsockopt(socket.IPPROTO_IP, socket.IP_RSVP_ON, 1) sock.setsockopt(socket.IPPROTO_IP, socket.IP_PORTRANGE, 1) sock.setsockopt(socket.IPPROTO_IP, socket.IP_RECVIF, 1) Yuri From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 10:01:36 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 950FBFD9 for ; Thu, 9 Apr 2015 10:01:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 799A6B67 for ; Thu, 9 Apr 2015 10:01:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39A1apO031843 for ; Thu, 9 Apr 2015 10:01:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 199162] [MAINTAINER] devel/dulwich: Update to 0.10.1a (Security Update) Date: Thu, 09 Apr 2015 10:01:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, security X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly+ X-Bugzilla-Changed-Fields: keywords cc short_desc 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.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 10:01:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199162 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, needs-qa, security CC| |python@FreeBSD.org Summary|[maintainer-update] [patch] |[MAINTAINER] devel/dulwich: |devel/dulwich: Security |Update to 0.10.1a (Security |update to 0.10.1a release |Update) Flags|merge-quarterly? |merge-quarterly+ --- Comment #2 from Kubilay Kocak --- Thanks for your submission Marco. Can you additionally please: * Attach portlint -AC output * Attach poudriere testport (or bulk -t) output * Attach `make validate` output for VuXML changes (See: 11.3.3 in Porters Handbook [1]) Also, can you explain why all of the changes are needed for SOURCES.txt and setup.py? [1] http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#security-notify -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 10:04:38 2015 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C29B0248; Thu, 9 Apr 2015 10:04:38 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CCD2C42; Thu, 9 Apr 2015 10:04:38 +0000 (UTC) Received: by pacyx8 with SMTP id yx8so144670836pac.1; Thu, 09 Apr 2015 03:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Usq6LaxPiuj0grNdGuUhP1tb60xYTOTyYtbVGTZVsus=; b=nBV+aQ8PQeoKjKFLwYUjZjcn6X4mY8rAZhLWDbtnfrvJfkItffAFpnxbCCwjv3DhD1 U95Qi0CoL0T0OSR/ghXO6KR7b72J0+0Q+2cgK04ziio5BVu6552H3ddrQeW/9MmRE9LH vSua6vw84TYc0EjGMS7fxSldHnz7WYWWs1Qm9BXnAsVQEZPBmqUVZysT2uCOTkbCIOti sU4RmpjQWk6CaS67hjEfepfB/fl3Ix/dNnn4yXTpC7PJPorlxtbGGHi5o7f4CGYVL/le WeQVaEldfIDLTpqHo+WwWodFWXzSIkDjBP4PgQI0LUCUMra8i7tljt+sogccbz82Ughv itFg== X-Received: by 10.70.45.16 with SMTP id i16mr23970758pdm.51.1428573878217; Thu, 09 Apr 2015 03:04:38 -0700 (PDT) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id qv9sm14172220pab.27.2015.04.09.03.04.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Apr 2015 03:04:37 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: [@ ports committers] Security update for devel/dulwich (Bugzilla 199162) references: <20150408142605.1ea9496c@localhost> To: marco.broeder@posteo.eu, freebsd-ports@freebsd.org From: Kubilay Kocak message-id: <55264EAD.3040604@FreeBSD.org> Date: Thu, 9 Apr 2015 20:04:29 +1000 user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Thunderbird/37.0 mime-version: 1.0 in-reply-to: <20150408142605.1ea9496c@localhost> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 10:04:38 -0000 On 8/04/2015 10:26 PM, Marco Bröder wrote: > Hi, > > could someone take it, please? It is a security update. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199162 > > I am uncertain about the vuxml entry correctness. > > Thanks! > Hi Marco, I've triaged the issue and added a few requests for additional QA results and information on how to validate VuXML. If you can take care of those, it should help in progressing it quickly. Thanks! ./koobs From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 15:28:06 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C735714A for ; Thu, 9 Apr 2015 15:28:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A98319E9 for ; Thu, 9 Apr 2015 15:28:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39FS60S064957 for ; Thu, 9 Apr 2015 15:28:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 199162] [MAINTAINER] devel/dulwich: Update to 0.10.1a (Security Update) Date: Thu, 09 Apr 2015 15:28:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, security X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marco.broeder@posteo.eu 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+ merge-quarterly+ X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: 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.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 15:28:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199162 --- Comment #3 from Marco Br=C3=B6der --- Created attachment 155369 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D155369&action= =3Dedit py27-dulwich-0.10a.log The changes to SOURCES.txt, MANIFEST.in and setup.py are there to disable building and installing all the tests. They are pointless to the user and several tests are broken even in upstream's environments. It does not make sense to install / run them at the moment. For the other things, see the attached log and posted output. # portlint -AC WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, = to make SVN happy. 0 fatal errors and 1 warning found. This is bogus. It is not a new port! portlint -C is more reasonable. # portlint -C looks fine. The poudriere testport log file is attached. I know the Porter's Handbook section about VuXML. There are already new ent= ries for other ports. So I guess the patch will not apply anymore. Btw, this whole VuXML procedure is a pain in the ass. Do not get me wrong b= ut I unless something changes there I do not care about it in the future. The make validate output is not attached (~ 14 MiB output), because it does= not validate and never has for me with or without my patch. I do not exactly kn= ow what is wrong with it. It fails to load the external schemes and cannot validate anything. But I guess my changes are fine. Some example output: =3D=3D=3D=3D http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd:41: warning: failed to load external entity "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-datatypes-1.mod" [...] http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd:82: warning: failed to load external entity "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" [...] vuln.xml:59: element vuxml: validity error : No declaration for attribute x= mlns of element vuxml ^ vuln.xml:60: element vuln: validity error : No declaration for attribute vi= d of element vuln [...] =3D=3D=3D=3D and so on for all lines of vuln.xml. Just wondering if it is a new requirement for a submission to post all the logs? A committer has to test it anyway and I never had to post logs / outp= ut before. ;-) Thank you and regards! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 20:48:57 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECF58ECF; Thu, 9 Apr 2015 20:48:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 D31B78EE; Thu, 9 Apr 2015 20:48:57 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t39KmvGg014016; Thu, 9 Apr 2015 20:48:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t39KmvxS013966; Thu, 9 Apr 2015 20:48:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 9 Apr 2015 20:48:57 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504092048.t39KmvxS013966@beefy1.isc.freebsd.org> To: python@FreeBSD.org Subject: [package - 93i386-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 20:48:58 -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: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/383569/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=383569 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Thu Apr 9 20:47:39 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 93i386-default-job-17 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.3 Host OSVERSION: 1100064 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p13 UNAME_r=9.3-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen 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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.3 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -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/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-17] Installing pkg-1.4.12... [93i386-default-job-17] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [93i386-default-job-17] Installing py27-setuptools27-5.5.1_1... [93i386-default-job-17] `-- Installing python27-2.7.9_1... [93i386-default-job-17] | `-- Installing gettext-runtime-0.19.4... [93i386-default-job-17] | | `-- Installing indexinfo-0.2.3... [93i386-default-job-17] | | `-- Extracting indexinfo-0.2.3... done [93i386-default-job-17] | | `-- Installing libiconv-1.14_6... [93i386-default-job-17] | | `-- Extracting libiconv-1.14_6... done [93i386-default-job-17] | `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-17] | `-- Installing libffi-3.2.1... [93i386-default-job-17] | `-- Extracting libffi-3.2.1... done [93i386-default-job-17] `-- Extracting python27-2.7.9_1... done [93i386-default-job-17] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93i386-default-job-17] Installing gettext-tools-0.19.4... [93i386-default-job-17] `-- Installing expat-2.1.0_2... [93i386-default-job-17] `-- Extracting expat-2.1.0_2... done [93i386-default-job-17] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [93i386-default-job-17] Installing pkgconf-0.9.8... [93i386-default-job-17] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [93i386-default-job-17] Installing wx30-gtk2-3.0.2_3... [93i386-default-job-17] `-- Installing ORBit2-2.14.19_1... [93i386-default-job-17] | `-- Installing glib-2.42.2... [93i386-default-job-17] | | `-- Installing pcre-8.35_2... [93i386-default-job-17] | | `-- Extracting pcre-8.35_2... done [93i386-default-job-17] | | `-- Installing perl5-5.18.4_11... [93i386-default-job-17] | | `-- Extracting perl5-5.18.4_11... done [93i386-default-job-17] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [93i386-default-job-17] | `-- Installing libIDL-0.8.14_2... [93i386-default-job-17] | `-- Extracting libIDL-0.8.14_2... done [93i386-default-job-17] `-- Extracting ORBit2-2.14.19_1... done [93i386-default-job-17] `-- Installing atk-2.14.0... [93i386-default-job-17] `-- Extracting atk-2.14.0... done [93i386-default-job-17] `-- Installing gcc-4.8.4_1... [93i386-default-job-17] | `-- Installing binutils-2.25... [93i386-default-job-17] | `-- Extracting binutils-2.25... done [93i386-default-job-17] | `-- Installing gcc-ecj-4.5... [93i386-default-job-17] | `-- Extracting gcc-ecj-4.5... done copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30. From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 22:35:38 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A00E1EF; Thu, 9 Apr 2015 22:35:38 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 139FA859; Thu, 9 Apr 2015 22:35:38 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t39MZbuP070622; Thu, 9 Apr 2015 22:35:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t39MZb4F070616; Thu, 9 Apr 2015 22:35:37 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 9 Apr 2015 22:35:37 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504092235.t39MZb4F070616@beefy2.isc.freebsd.org> To: python@FreeBSD.org Subject: [package - 93amd64-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 22:35: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: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/383569/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=383569 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Thu Apr 9 22:34:16 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 93amd64-default-job-02 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.3 Host OSVERSION: 1100064 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p13 UNAME_r=9.3-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen 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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.3 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -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/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --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 #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93amd64-default-job-02] Installing pkg-1.4.12... [93amd64-default-job-02] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [93amd64-default-job-02] Installing py27-setuptools27-5.5.1_1... [93amd64-default-job-02] `-- Installing python27-2.7.9_1... [93amd64-default-job-02] | `-- Installing gettext-runtime-0.19.4... [93amd64-default-job-02] | | `-- Installing indexinfo-0.2.3... [93amd64-default-job-02] | | `-- Extracting indexinfo-0.2.3... done [93amd64-default-job-02] | | `-- Installing libiconv-1.14_6... [93amd64-default-job-02] | | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-02] | `-- Extracting gettext-runtime-0.19.4... done [93amd64-default-job-02] | `-- Installing libffi-3.2.1... [93amd64-default-job-02] | `-- Extracting libffi-3.2.1... done [93amd64-default-job-02] `-- Extracting python27-2.7.9_1... done [93amd64-default-job-02] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93amd64-default-job-02] Installing gettext-tools-0.19.4... [93amd64-default-job-02] `-- Installing expat-2.1.0_2... [93amd64-default-job-02] `-- Extracting expat-2.1.0_2... done [93amd64-default-job-02] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [93amd64-default-job-02] Installing pkgconf-0.9.8... [93amd64-default-job-02] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [93amd64-default-job-02] Installing wx30-gtk2-3.0.2_3... [93amd64-default-job-02] `-- Installing ORBit2-2.14.19_1... [93amd64-default-job-02] | `-- Installing glib-2.42.2... [93amd64-default-job-02] | | `-- Installing pcre-8.35_2... [93amd64-default-job-02] | | `-- Extracting pcre-8.35_2... done [93amd64-default-job-02] | | `-- Installing perl5-5.18.4_11... [93amd64-default-job-02] | | `-- Extracting perl5-5.18.4_11... done [93amd64-default-job-02] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [93amd64-default-job-02] | `-- Installing libIDL-0.8.14_2... [93amd64-default-job-02] | `-- Extracting libIDL-0.8.14_2... done [93amd64-default-job-02] `-- Extracting ORBit2-2.14.19_1... done [93amd64-default-job-02] `-- Installing atk-2.14.0... [93amd64-default-job-02] `-- Extracting atk-2.14.0... done [93amd64-default-job-02] `-- Installing gcc-4.8.4_1... [93amd64-default-job-02] | `-- Installing binutils-2.25... [93amd64-default-job-02] | `-- Extracting binutils-2.25... done [93amd64-default-job-02] | `-- Installing gcc-ecj-4.5... [93amd64-default-job-02] | `-- Extracting gcc-ecj-4.5... done [93amd64-default-job-02] | `-- Installing gmp-5.1.3_2... [93amd64-default-job-02] | `-- Extracting gmp-5.1.3_2... done [93amd64-default-job-02] | `-- Installing mpc-1.0.3... [93amd64-default-job-02] | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-02] | | `-- Extracting mpfr-3.1.2_2... done copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30. From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 23:15:39 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99905D60; Thu, 9 Apr 2015 23:15:39 +0000 (UTC) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D1CFC6D; Thu, 9 Apr 2015 23:15:39 +0000 (UTC) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39NFch7083333; Thu, 9 Apr 2015 23:15:38 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.14.9/8.14.9/Submit) id t39NFc2f083328; Thu, 9 Apr 2015 23:15:38 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 9 Apr 2015 23:15:38 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504092315.t39NFc2f083328@beefy5.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 84i386-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 23:15:39 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy5.nyi.freebsd.org/data/84i386-default/383569/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=84i386-default&build=383569 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Thu Apr 9 23:14:18 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 84i386-default-job-10 8.4-RELEASE-p27 FreeBSD 8.4-RELEASE-p27 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.3 Host OSVERSION: 1100064 Jail OSVERSION: 804000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p27 UNAME_r=8.4-RELEASE-p27 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/84i386-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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84i386-default/ref/.p/pool MASTERNAME=84i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.3 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd8 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 PYTHON_VER=2.7 OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84i386-default-job-10] Installing pkg-1.4.12... [84i386-default-job-10] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [84i386-default-job-10] Installing py27-setuptools27-5.5.1_1... [84i386-default-job-10] `-- Installing python27-2.7.9_1... [84i386-default-job-10] | `-- Installing gettext-runtime-0.19.4... [84i386-default-job-10] | | `-- Installing indexinfo-0.2.3... [84i386-default-job-10] | | `-- Extracting indexinfo-0.2.3... done [84i386-default-job-10] | | `-- Installing libiconv-1.14_6... [84i386-default-job-10] | | `-- Extracting libiconv-1.14_6... done [84i386-default-job-10] | `-- Extracting gettext-runtime-0.19.4... done [84i386-default-job-10] | `-- Installing libffi-3.2.1... [84i386-default-job-10] | `-- Extracting libffi-3.2.1... done [84i386-default-job-10] `-- Extracting python27-2.7.9_1... done [84i386-default-job-10] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [84i386-default-job-10] Installing gettext-tools-0.19.4... [84i386-default-job-10] `-- Installing expat-2.1.0_2... [84i386-default-job-10] `-- Extracting expat-2.1.0_2... done [84i386-default-job-10] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [84i386-default-job-10] Installing pkgconf-0.9.8... [84i386-default-job-10] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [84i386-default-job-10] Installing wx30-gtk2-3.0.2_3... [84i386-default-job-10] `-- Installing ORBit2-2.14.19_1... [84i386-default-job-10] | `-- Installing glib-2.42.2... [84i386-default-job-10] | | `-- Installing pcre-8.35_2... [84i386-default-job-10] | | `-- Extracting pcre-8.35_2... done [84i386-default-job-10] | | `-- Installing perl5-5.18.4_11... [84i386-default-job-10] | | `-- Extracting perl5-5.18.4_11... done [84i386-default-job-10] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [84i386-default-job-10] | `-- Installing libIDL-0.8.14_2... [84i386-default-job-10] | `-- Extracting libIDL-0.8.14_2... done [84i386-default-job-10] `-- Extracting ORBit2-2.14.19_1... done [84i386-default-job-10] `-- Installing atk-2.14.0... [84i386-default-job-10] `-- Extracting atk-2.14.0... done [84i386-default-job-10] `-- Installing gcc-4.8.4_1... [84i386-default-job-10] | `-- Installing binutils-2.25... [84i386-default-job-10] | `-- Extracting binutils-2.25... done [84i386-default-job-10] | `-- Installing gcc-ecj-4.5... copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src creating build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-8.4-RELEASE-p27-i386-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-8.4-RELEASE-p27-i386-2.7 creating build/temp.freebsd-8.4-RELEASE-p27-i386-2.7/src creating build/temp.freebsd-8.4-RELEASE-p27-i386-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-8.4-RELEASE-p27-i386-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30. From owner-freebsd-python@FreeBSD.ORG Thu Apr 9 23:41:53 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB2FD36D; Thu, 9 Apr 2015 23:41:53 +0000 (UTC) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72914EE2; Thu, 9 Apr 2015 23:41:53 +0000 (UTC) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.14.9/8.14.9) with ESMTP id t39Nfqf5042252; Thu, 9 Apr 2015 23:41:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.14.9/8.14.9/Submit) id t39NfqoS042249; Thu, 9 Apr 2015 23:41:52 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 9 Apr 2015 23:41:52 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504092341.t39NfqoS042249@beefy6.nyi.freebsd.org> To: python@FreeBSD.org Subject: [package - 84amd64-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2015 23:41:53 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy6.nyi.freebsd.org/data/84amd64-default/383569/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=84amd64-default&build=383569 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Thu Apr 9 23:40:34 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 84amd64-default-job-05 8.4-RELEASE-p27 FreeBSD 8.4-RELEASE-p27 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.3 Host OSVERSION: 1100064 Jail OSVERSION: 804000 ---Begin Environment--- OSVERSION=804000 UNAME_v=FreeBSD 8.4-RELEASE-p27 UNAME_r=8.4-RELEASE-p27 FTP_PASSIVE_MODE=YES BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/84amd64-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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/84amd64-default/ref/.p/pool MASTERNAME=84amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.3 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd8 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 PYTHON_VER=2.7 OSREL=8.4 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --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 #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [84amd64-default-job-05] Installing pkg-1.4.12... [84amd64-default-job-05] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [84amd64-default-job-05] Installing py27-setuptools27-5.5.1_1... [84amd64-default-job-05] `-- Installing python27-2.7.9_1... [84amd64-default-job-05] | `-- Installing gettext-runtime-0.19.4... [84amd64-default-job-05] | | `-- Installing indexinfo-0.2.3... [84amd64-default-job-05] | | `-- Extracting indexinfo-0.2.3... done [84amd64-default-job-05] | | `-- Installing libiconv-1.14_6... [84amd64-default-job-05] | | `-- Extracting libiconv-1.14_6... done [84amd64-default-job-05] | `-- Extracting gettext-runtime-0.19.4... done [84amd64-default-job-05] | `-- Installing libffi-3.2.1... [84amd64-default-job-05] | `-- Extracting libffi-3.2.1... done [84amd64-default-job-05] `-- Extracting python27-2.7.9_1... done [84amd64-default-job-05] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [84amd64-default-job-05] Installing gettext-tools-0.19.4... [84amd64-default-job-05] `-- Installing expat-2.1.0_2... [84amd64-default-job-05] `-- Extracting expat-2.1.0_2... done [84amd64-default-job-05] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [84amd64-default-job-05] Installing pkgconf-0.9.8... [84amd64-default-job-05] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.3) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [84amd64-default-job-05] Installing wx30-gtk2-3.0.2_3... [84amd64-default-job-05] `-- Installing ORBit2-2.14.19_1... [84amd64-default-job-05] | `-- Installing glib-2.42.2... [84amd64-default-job-05] | | `-- Installing pcre-8.35_2... [84amd64-default-job-05] | | `-- Extracting pcre-8.35_2... done [84amd64-default-job-05] | | `-- Installing perl5-5.18.4_11... [84amd64-default-job-05] | | `-- Extracting perl5-5.18.4_11... done [84amd64-default-job-05] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [84amd64-default-job-05] | `-- Installing libIDL-0.8.14_2... [84amd64-default-job-05] | `-- Extracting libIDL-0.8.14_2... done [84amd64-default-job-05] `-- Extracting ORBit2-2.14.19_1... done [84amd64-default-job-05] `-- Installing atk-2.14.0... [84amd64-default-job-05] `-- Extracting atk-2.14.0... done [84amd64-default-job-05] `-- Installing gcc-4.8.4_1... [84amd64-default-job-05] | `-- Installing binutils-2.25... [84amd64-default-job-05] | `-- Extracting binutils-2.25... done [84amd64-default-job-05] | `-- Installing gcc-ecj-4.5... [84amd64-default-job-05] | `-- Extracting gcc-ecj-4.5... done [84amd64-default-job-05] | `-- Installing gmp-5.1.3_2... [84amd64-default-job-05] | `-- Extracting gmp-5.1.3_2... done [84amd64-default-job-05] | `-- Installing mpc-1.0.3... [84amd64-default-job-05] | | `-- Installing mpfr-3.1.2_2... copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src creating build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-8.4-RELEASE-p27-amd64-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-8.4-RELEASE-p27-amd64-2.7 creating build/temp.freebsd-8.4-RELEASE-p27-amd64-2.7/src creating build/temp.freebsd-8.4-RELEASE-p27-amd64-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-8.4-RELEASE-p27-amd64-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30. From owner-freebsd-python@FreeBSD.ORG Sat Apr 11 12:18:59 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 377D899E; Sat, 11 Apr 2015 12:18:59 +0000 (UTC) Received: from beefy2.isc.freebsd.org (beefy2.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:39]) (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 20D02BC0; Sat, 11 Apr 2015 12:18:59 +0000 (UTC) Received: from beefy2.isc.freebsd.org (localhost [127.0.0.1]) by beefy2.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BCIwss090642; Sat, 11 Apr 2015 12:18:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.isc.freebsd.org (8.14.9/8.14.9/Submit) id t3BCIwVl090572; Sat, 11 Apr 2015 12:18:58 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 11 Apr 2015 12:18:58 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504111218.t3BCIwVl090572@beefy2.isc.freebsd.org> To: python@FreeBSD.org Subject: [package - 93amd64-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 12:18:59 -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: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy2.isc.freebsd.org/data/93amd64-default/383772/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy2.isc.freebsd.org/build.html?mastername=93amd64-default&build=383772 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Sat Apr 11 12:17:38 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 93amd64-default-job-18 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 amd64 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.4 Host OSVERSION: 1100064 Jail OSVERSION: 903000 ---Begin Environment--- OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p13 UNAME_r=9.3-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen 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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93amd64-default/ref/.p/pool MASTERNAME=93amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1.4 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -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/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --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 #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93amd64-default-job-18] Installing pkg-1.4.12... [93amd64-default-job-18] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [93amd64-default-job-18] Installing py27-setuptools27-5.5.1_1... [93amd64-default-job-18] `-- Installing python27-2.7.9_1... [93amd64-default-job-18] | `-- Installing gettext-runtime-0.19.4... [93amd64-default-job-18] | | `-- Installing indexinfo-0.2.3... [93amd64-default-job-18] | | `-- Extracting indexinfo-0.2.3... done [93amd64-default-job-18] | | `-- Installing libiconv-1.14_6... [93amd64-default-job-18] | | `-- Extracting libiconv-1.14_6... done [93amd64-default-job-18] | `-- Extracting gettext-runtime-0.19.4... done [93amd64-default-job-18] | `-- Installing libffi-3.2.1... [93amd64-default-job-18] | `-- Extracting libffi-3.2.1... done [93amd64-default-job-18] `-- Extracting python27-2.7.9_1... done [93amd64-default-job-18] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93amd64-default-job-18] Installing gettext-tools-0.19.4... [93amd64-default-job-18] `-- Installing expat-2.1.0_2... [93amd64-default-job-18] `-- Extracting expat-2.1.0_2... done [93amd64-default-job-18] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [93amd64-default-job-18] Installing pkgconf-0.9.8... [93amd64-default-job-18] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [93amd64-default-job-18] Installing wx30-gtk2-3.0.2_3... [93amd64-default-job-18] `-- Installing ORBit2-2.14.19_1... [93amd64-default-job-18] | `-- Installing glib-2.42.2... [93amd64-default-job-18] | | `-- Installing pcre-8.35_2... [93amd64-default-job-18] | | `-- Extracting pcre-8.35_2... done [93amd64-default-job-18] | | `-- Installing perl5-5.18.4_12... [93amd64-default-job-18] | | `-- Extracting perl5-5.18.4_12... done [93amd64-default-job-18] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [93amd64-default-job-18] | `-- Installing libIDL-0.8.14_2... [93amd64-default-job-18] | `-- Extracting libIDL-0.8.14_2... done [93amd64-default-job-18] `-- Extracting ORBit2-2.14.19_1... done [93amd64-default-job-18] `-- Installing atk-2.14.0... [93amd64-default-job-18] `-- Extracting atk-2.14.0... done [93amd64-default-job-18] `-- Installing gcc-4.8.4_1... [93amd64-default-job-18] | `-- Installing binutils-2.25... [93amd64-default-job-18] | `-- Extracting binutils-2.25... done [93amd64-default-job-18] | `-- Installing gcc-ecj-4.5... [93amd64-default-job-18] | `-- Extracting gcc-ecj-4.5... done [93amd64-default-job-18] | `-- Installing gmp-5.1.3_2... [93amd64-default-job-18] | `-- Extracting gmp-5.1.3_2... done [93amd64-default-job-18] | `-- Installing mpc-1.0.3... [93amd64-default-job-18] | | `-- Installing mpfr-3.1.2_2... [93amd64-default-job-18] | | `-- Extracting mpfr-3.1.2_2... done copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-9.3-RELEASE-p13-amd64-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7 creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src creating build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-9.3-RELEASE-p13-amd64-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30. From owner-freebsd-python@FreeBSD.ORG Sat Apr 11 12:58:12 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 193B72AD; Sat, 11 Apr 2015 12:58:12 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (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 02881F42; Sat, 11 Apr 2015 12:58:12 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t3BCwBdV007188; Sat, 11 Apr 2015 12:58:11 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id t3BCwBqC007187; Sat, 11 Apr 2015 12:58:11 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Sat, 11 Apr 2015 12:58:11 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201504111258.t3BCwBqC007187@beefy1.isc.freebsd.org> To: python@FreeBSD.org Subject: [package - 93i386-default][x11-toolkits/py-wxPython30] Failed for py27-wxPython30-3.0.0.0_1 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 12:58:12 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: python@FreeBSD.org Last committer: mva@FreeBSD.org Ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Log URL: http://beefy1.isc.freebsd.org/data/93i386-default/383772/logs/py27-wxPython30-3.0.0.0_1.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=93i386-default&build=383772 Log: ====>> Building x11-toolkits/py-wxPython30 build started at Sat Apr 11 12:56:54 UTC 2015 port directory: /usr/ports/x11-toolkits/py-wxPython30 building for: FreeBSD 93i386-default-job-18 9.3-RELEASE-p13 FreeBSD 9.3-RELEASE-p13 i386 maintained by: python@FreeBSD.org Makefile ident: $FreeBSD: head/x11-toolkits/py-wxPython30/Makefile 371203 2014-10-19 18:16:15Z mva $ Poudriere version: 3.1.4 Host OSVERSION: 1100064 Jail OSVERSION: 903000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=903000 UNAME_v=FreeBSD 9.3-RELEASE-p13 UNAME_r=9.3-RELEASE-p13 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen 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-wxPython30-3.0.0.0_1 OLDPWD=/ PWD=/usr/local/poudriere/data/.m/93i386-default/ref/.p/pool MASTERNAME=93i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1.4 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" PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work HOME=/wrkdirs/usr/ports/x11-toolkits/py-wxPython30/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-3.0-config LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -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/wxPython" EXAMPLESDIR="share/examples/wxPython" DATADIR="share/wxPython" WWWDIR="www/wxPython" ETCDIR="etc/wxPython" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/wxPython DOCSDIR=/usr/local/share/doc/wxPython EXAMPLESDIR=/usr/local/share/examples/wxPython WWWDIR=/usr/local/www/wxPython ETCDIR=/usr/local/etc/wxPython --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 #### MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.4.12.txz [93i386-default-job-18] Installing pkg-1.4.12... [93i386-default-job-18] Extracting pkg-1.4.12... done Message for pkg-1.4.12: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Fetching all distfiles required by py27-wxPython30-3.0.0.0_1 for building ===> Extracting for py27-wxPython30-3.0.0.0_1 => SHA256 Checksum OK for python/wxPython-src-3.0.0.0.tar.bz2. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for py27-wxPython30-3.0.0.0_1 ===> Applying FreeBSD patches for py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /usr/ports/devel/py-setuptools27 ===> Installing existing package /packages/All/py27-setuptools27-5.5.1_1.txz [93i386-default-job-18] Installing py27-setuptools27-5.5.1_1... [93i386-default-job-18] `-- Installing python27-2.7.9_1... [93i386-default-job-18] | `-- Installing gettext-runtime-0.19.4... [93i386-default-job-18] | | `-- Installing indexinfo-0.2.3... [93i386-default-job-18] | | `-- Extracting indexinfo-0.2.3... done [93i386-default-job-18] | | `-- Installing libiconv-1.14_6... [93i386-default-job-18] | | `-- Extracting libiconv-1.14_6... done [93i386-default-job-18] | `-- Extracting gettext-runtime-0.19.4... done [93i386-default-job-18] | `-- Installing libffi-3.2.1... [93i386-default-job-18] | `-- Extracting libffi-3.2.1... done [93i386-default-job-18] `-- Extracting python27-2.7.9_1... done [93i386-default-job-18] Extracting py27-setuptools27-5.5.1_1... done Message for python27-2.7.9_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 ===================================================================== ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on file: /usr/local/bin/python2.7 - found ===> py27-wxPython30-3.0.0.0_1 depends on executable: msgfmt - not found ===> Verifying install for msgfmt in /usr/ports/devel/gettext-tools ===> Installing existing package /packages/All/gettext-tools-0.19.4.txz [93i386-default-job-18] Installing gettext-tools-0.19.4... [93i386-default-job-18] `-- Installing expat-2.1.0_2... [93i386-default-job-18] `-- Extracting expat-2.1.0_2... done [93i386-default-job-18] Extracting gettext-tools-0.19.4... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 ===> py27-wxPython30-3.0.0.0_1 depends on executable: pkgconf - not found ===> Verifying install for pkgconf in /usr/ports/devel/pkgconf ===> Installing existing package /packages/All/pkgconf-0.9.8.txz [93i386-default-job-18] Installing pkgconf-0.9.8... [93i386-default-job-18] Extracting pkgconf-0.9.8... done ===> Returning to build of py27-wxPython30-3.0.0.0_1 =========================================================================== =================================================== ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> py27-wxPython30-3.0.0.0_1 depends on shared library: libwx_baseu-3.0.so - not found ===> Verifying for libwx_baseu-3.0.so in /usr/ports/x11-toolkits/wxgtk30 ===> Installing existing package /packages/All/wx30-gtk2-3.0.2_3.txz [93i386-default-job-18] Installing wx30-gtk2-3.0.2_3... [93i386-default-job-18] `-- Installing ORBit2-2.14.19_1... [93i386-default-job-18] | `-- Installing glib-2.42.2... [93i386-default-job-18] | | `-- Installing pcre-8.35_2... [93i386-default-job-18] | | `-- Extracting pcre-8.35_2... done [93i386-default-job-18] | | `-- Installing perl5-5.18.4_12... [93i386-default-job-18] | | `-- Extracting perl5-5.18.4_12... done [93i386-default-job-18] | `-- Extracting glib-2.42.2... done No schema files found: doing nothing. [93i386-default-job-18] | `-- Installing libIDL-0.8.14_2... [93i386-default-job-18] | `-- Extracting libIDL-0.8.14_2... done [93i386-default-job-18] `-- Extracting ORBit2-2.14.19_1... done [93i386-default-job-18] `-- Installing atk-2.14.0... [93i386-default-job-18] `-- Extracting atk-2.14.0... done [93i386-default-job-18] `-- Installing gcc-4.8.4_1... [93i386-default-job-18] | `-- Installing binutils-2.25... [93i386-default-job-18] | `-- Extracting binutils-2.25... done [93i386-default-job-18] | `-- Installing gcc-ecj-4.5... [93i386-default-job-18] | `-- Extracting gcc-ecj-4.5... done copying wx/tools/Editra/src/ed_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_crypt.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/profiler.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_bookmark.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_art.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_cmdbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/doctools.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_toolbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src copying wx/tools/Editra/src/ed_i18n.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/pycomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/simplecomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/autocomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/htmlcomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/csscomp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp copying wx/tools/Editra/src/autocomp/completer.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/autocomp creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/eclutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/errdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecpickers.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_filetree.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/encdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/platebtn.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/choicedlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/outbuff.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/txtentry.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/auinavi.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/colorsetter.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ecbasewin.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/pstatbar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/segmentbk.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/infodlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/ctrlbox.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/finddlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistctrl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/elistmix.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filterdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/_infobar.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/panelbox.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib copying wx/tools/Editra/src/eclib/filemgrdlg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/eclib creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_trash.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/txtutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/efilehist.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/searcheng.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/backupmgr.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/histcache.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_threads.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/osutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/logfile.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/e_weblib.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/clipboard.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/cmenumgr.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_efactory.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fchecker.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_winrecycle.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/_dirmon.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/fileimpl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/calllock.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib copying wx/tools/Editra/src/ebmlib/miscutil.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/ebmlib creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/vertedit.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/flatnotebook.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/ez_setup.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/events.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcspellcheck.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/embeddedimage.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pkg_resources.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/pubsub.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/decorlib.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern copying wx/tools/Editra/src/extern/stcprint.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/extern creating build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ferite.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_caml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_diff.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sql.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pike.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_props.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_make.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ooc.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_masm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_editra_ss.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nsis.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haskell.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_inno.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mssql.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_perl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_d.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nasm.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_forth.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/__init__.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_django.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_css.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_pascal.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_verilog.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_issuelist.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_squirrel.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_php.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syntax.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lout.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_gui4cli.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_dot.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_boo.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_glsl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synglob.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lisp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vbscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_kix.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_sh.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/syndata.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ada.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_erlang.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cpp.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_smalltalk.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synextreg.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_javascript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_fortran.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/synxml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_eiffel.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_postscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_vhdl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_yaml.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_html.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_java.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_progress.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_ruby.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_xtext.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_python.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_tcl.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_cobra.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_latex.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_matlab.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_mako.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_haxe.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_flagship.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_nonmem.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_groovy.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_s.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_edje.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_apache.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_batch.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_asm68k.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_visualbasic.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_stata.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_lua.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax copying wx/tools/Editra/src/syntax/_actionscript.py -> build/lib.freebsd-9.3-RELEASE-p13-i386-2.7/wx/tools/Editra/src/syntax running build_ext building '_core_' extension creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7 creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src creating build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src/gtk cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DSWIG_PYTHON_OUTPUT_TUPLE -DWXP_USE_THREAD=1 -UNDEBUG -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -D_THREAD_SAFE -D_THREAD_SAFE -Iinclude -Isrc -I/usr/local/lib/wx/include/gtk2-unicode-3.0 -I/usr/local/include/wx-3.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng16 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/python2.7 -c src/helpers.cpp -o build/temp.freebsd-9.3-RELEASE-p13-i386-2.7/src/helpers.o -pthread -O3 -pthread In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory In file included from /usr/local/include/wx-3.0/wx/string.h:46, from /usr/local/include/wx-3.0/wx/memory.h:15, from /usr/local/include/wx-3.0/wx/object.h:19, from /usr/local/include/wx-3.0/wx/wx.h:15, from include/wx/wxPython/wxPython_int.h:35, from src/helpers.cpp:17: /usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration of 'is_enum' with no type /usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a nested-name-specifier /usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<' token /usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared in this scope /usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is invalid src/helpers.cpp: In member function 'void wxPyApp::_BootstrapApp()': src/helpers.cpp:559: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:568: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'PyObject* __wxPySetDictionary(PyObject*, PyObject*)': src/helpers.cpp:791: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:796: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In function 'void wxPyOORClientData_dtor(wxPyOORClientData*)': src/helpers.cpp:947: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBInputStream* wxPyCBInputStream::create(PyObject*, bool)': src/helpers.cpp:1423: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1424: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1425: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In static member function 'static wxPyCBOutputStream* wxPyCBOutputStream::create(PyObject*, bool)': src/helpers.cpp:1616: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1617: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1618: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp: In member function 'void wxPyCallback::EventThunker(wxEvent&)': src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' src/helpers.cpp:1822: warning: deprecated conversion from string constant to 'char*' error: command 'cc' failed with exit status 1 *** [do-build] Error code 1 Stop in /usr/ports/x11-toolkits/py-wxPython30.