[Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 --- Comment #11 from Kubilay Kocak --- (In reply to Kurt Jaeger from comment #10) Probably [1] another case of "Resolve Distutils install_data command contains directories in --record " [2] [1] https://github.com/enthought/mayavi/blob/master/setup.py#L406 [2] https://wiki.freebsd.org/Python Options: 1) Try to patch out the above line from setup.py 2) Create the directory post-install: Former is preferred over the latter unless the directory isn't empty (I'm guessing it is?) Can you add this port to the examples in in the Wiki [2] so that we can chase them up if needed later It would be nice to resolve this upstream ultimately, so please report the bug/issue -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 208561] [NEW PORT] sysutils/datadog: Datadog Cloud-Scale Monitoring agent
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208561 Bug 208561 depends on bug 208560, which changed state. Bug 208560 Summary: [NEW PORT] sysutils/py-uptime: Cross-platform uptime library https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208560 What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 vladimir.chukha...@gmail.com changed: What|Removed |Added Attachment #173306||maintainer-approval+ Flags|| --- Comment #12 from vladimir.chukha...@gmail.com --- Created attachment 173306 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173306&action=edit New files/patch-setup.py This changed patch file fixes plist for me. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210589] databases/py-sqlalchemy-migrate: Update to 0.10.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210589 Kubilay Kocak changed: What|Removed |Added CC||lw...@freebsd.org, ||pyt...@freebsd.org -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210589] databases/py-sqlalchemy-migrate: Update to 0.10.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210589 Kubilay Kocak changed: What|Removed |Added Severity|Affects Only Me |Affects Some People -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 --- Comment #13 from vladimir.chukha...@gmail.com --- The updated application needs a Python3 style print function instead of a print statement. The (recursively) updated mayavi2 app passes all my tests with this change applied. I will contact upstream about the patch. Thanks! -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 Kubilay Kocak changed: What|Removed |Added Flags|maintainer-feedback?(python |maintainer-feedback+, |@FreeBSD.org) |maintainer-feedback?(portmg ||r...@freebsd.org) Severity|Affects Only Me |Affects Many People CC||pyt...@freebsd.org Assignee|pyt...@freebsd.org |port...@freebsd.org Keywords||patch Priority|--- |Normal --- Comment #13 from Kubilay Kocak --- (In reply to Fukang Chen from comment #10) Escalating to portmgr@ (see below) @portmgr please advise if/what workarounds might be available to python@ to resolve the issue in lang/python* ports until the root cause can be fixed permanently. @Fukang, can you include that test matrix (pastebin) as an attachment so it doesn't get lost (or missed) please. Notes: The CFLAGS modification workaround is not a root-cause fix, as it doesn't resolve the expected/actual runtime library discrepancy (uses base, not ports). To be clear, it appears thus far from the evidence provided, that this is the result of a conflict caused by the interaction between framework ncurses/ssl bits, relating to base vs ports rpath arguments, exposed by the move from Mk/bsd.foo.mk to Uses/foo.mk. It also appears that this is not strictly, or in principle limited to python, nor ssl and ncurses only, but has a much wider potential for impact. Q: What other existing base vs ports cases could highlight the same issue? Q: Does swapping ssl/ncurses in USES not just reverse the problem in the case of base ssl and ports ncurses? If not, why not? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 --- Comment #14 from Mathieu Arnold --- Looking at ncurses.mk, its use of rpath is really wrong, there are three cases, and and it should never add /usr/lib to rpath: 1) USES=ncurses or USES=ncurses:base and devel/ncurses is not present: use base, no need to add rpath as there is only one libncurses.so present, in /usr/lib 2) USES=ncurses and devel/ncurses is present or USES=ncurses:port: use ports, and add rpath to LOCALBASE/lib so that the right one is picked 3) USES=ncurses:base and devel/ncurses is present fail (it would warrant using -rpath /usr/lib, but it error's out during the sanity stage) I'd say ncurses.mk needs to be patched to not add -rpath in case 1 -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 --- Comment #15 from Mathieu Arnold --- Created attachment 173310 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173310&action=edit ncurses.mk.diff Something like that -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 Kubilay Kocak changed: What|Removed |Added Depends on||211592 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211592 [Bug 211592] bsd.ssl.mk migration to USES exposed conflict between ncurses/ssl rpaths (base vs ports) -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 Kubilay Kocak changed: What|Removed |Added Assignee|port...@freebsd.org |pyt...@freebsd.org --- Comment #16 from Kubilay Kocak --- Take back assignment of this issue, in favour of newly created blocking bug 211592 assigned to portmgr. @Fukang can you please attach your test matrix and proposed patch to bsd.port.mk there please -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210820] lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210820 Kubilay Kocak changed: What|Removed |Added Flags|maintainer-feedback?(portmg | |r...@freebsd.org) | --- Comment #17 from Kubilay Kocak --- Any workaround short-term patches to fix the issue in lang/python* ports can be attached here. For any in /usr/port/Mk/, please attach them in bug 211592 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[exp - 103i386-default-build-as-user][www/py-imdbpy] Failed for py27-imdbpy-5.0_1 in run-depends
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: pyt...@freebsd.org Last committer: matt...@freebsd.org Ident: $FreeBSD: head/www/py-imdbpy/Makefile 415627 2016-05-22 10:52:44Z matthew $ Log URL: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/419663/logs/py27-imdbpy-5.0_1.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as-user&build=419663 Log: >> Building www/py-imdbpy build started at Fri Aug 5 16:22:57 UTC 2016 port directory: /usr/ports/www/py-imdbpy building for: FreeBSD 103i386-default-build-as-user-job-23 10.3-RELEASE-p6 FreeBSD 10.3-RELEASE-p6 i386 maintained by: pyt...@freebsd.org Makefile ident: $FreeBSD: head/www/py-imdbpy/Makefile 415627 2016-05-22 10:52:44Z matthew $ Poudriere version: 3.1.14 Host OSVERSION: 121 Jail OSVERSION: 1003000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 10.3-RELEASE-p6 UNAME_r=10.3-RELEASE-p6 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 LINUX_OSRELEASE=2.6.32 SAVED_TERM= MASTERMNT=/poudriere/data/.m/103i386-default-build-as-user/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=py27-imdbpy-5.0_1 OSREL=10.3 _OSRELEASE=10.3-RELEASE-p6 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=32 PWD=/poudriere/data/.m/103i386-default-build-as-user/ref/.p/pool MASTERNAME=103i386-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1003000 ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for py27-imdbpy-5.0_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/www/py-imdbpy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/py-imdbpy/work HOME=/wrkdirs/usr/ports/www/py-imdbpy/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/py-imdbpy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/py-imdbpy/work HOME=/wrkdirs/usr/ports/www/py-imdbpy/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VER=2.7 PYTHON_VERSION=python2.7 OSREL=10.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/py-imdbpy" EXAMPLESDIR="share/examples/imdbpy" DATADIR="share/imdbpy" WWWDIR="www/imdbpy" ETCDIR="etc/imdbpy" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/imdbpy DOCSDIR=/usr/local/share/doc/py-imdbpy EXAMPLESDIR=/usr/local/share/examples/imdbpy WWWDIR=/usr/local/www/imdbpy ETCDIR=/usr/local/etc/imdbpy --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 WITH_PKGNG=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License GPLv2 GPLv3 accepted by the user === === ===> py27-imdbpy-5.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_1.txz [103i386-default-build-as-user-job-23] Installing pkg-1.8.7_1... [103i386-default-build-as-user-job-23] Extracting pkg-1.8.7_1: .. done ===> py27-imdbpy-5.0_1 depends on file: /usr/local/sbin/pkg
[Bug 204435] [NEW PORT] graphics/py-mayavi: Application and library for 3D visualization and plotting in Python
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204435 --- Comment #14 from Kurt Jaeger --- testbuilds look fine. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 211616] lang/python27: missing dependency bsddb
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211616 Bug ID: 211616 Summary: lang/python27: missing dependency bsddb Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: pyt...@freebsd.org Reporter: y...@rawbw.com Flags: maintainer-feedback?(pyt...@freebsd.org) Assignee: pyt...@freebsd.org The file references bsddb: /usr/local/lib/python2.7/bsddb/__init__.py:67: import _bsddb python27 is probably missing this dependency: py27-bsddb. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
maintainer-feedback requested: [Bug 211616] lang/python27: missing dependency bsddb
y...@rawbw.com has reassigned Bugzilla Automation 's request for maintainer-feedback to FreeBSD Python : Bug 211616: lang/python27: missing dependency bsddb https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211616 --- Description --- The file references bsddb: /usr/local/lib/python2.7/bsddb/__init__.py:67: import _bsddb python27 is probably missing this dependency: py27-bsddb. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[Bug 210589] databases/py-sqlalchemy-migrate: Update to 0.10.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210589 --- Comment #6 from Kurt Jaeger --- If you change the dependency from sqlalchemy07 to sqlalchemy10, does buildbot still work ? -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
[exp - 103i386-default-build-as-user][lang/pypy] Failed for pypy-5.3.1 in package
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: pyt...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Log URL: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/419717/logs/pypy-5.3.1.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=103i386-default-build-as-user&build=419717 Log: >> Building lang/pypy build started at Sat Aug 6 00:20:50 UTC 2016 port directory: /usr/ports/lang/pypy building for: FreeBSD 103i386-default-build-as-user-job-27 10.3-RELEASE-p6 FreeBSD 10.3-RELEASE-p6 i386 maintained by: pyt...@freebsd.org Makefile ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 121 Jail OSVERSION: 1003000 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 10.3-RELEASE-p6 UNAME_r=10.3-RELEASE-p6 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 LINUX_OSRELEASE=2.6.32 SAVED_TERM= MASTERMNT=/poudriere/data/.m/103i386-default-build-as-user/ref FORCE_PACKAGE=yes PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=pypy-5.3.1 OSREL=10.3 _OSRELEASE=10.3-RELEASE-p6 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=32 PWD=/poudriere/data/.m/103i386-default-build-as-user/ref/.p/pool MASTERNAME=103i386-default-build-as-user SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1003000 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- PYPY_LOCALBASE=/usr/local OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYPY_DIR=pypy-5.3 PYPY_CFFI_VER=pypy-41 PYPY_BITS="32" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VER=2.7 PYTHON_VERSION=python2.7 OSREL=10.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/pypy" EXAMPLESDIR="share/examples/pypy" DATADIR="share/pypy" WWWDIR="www/pypy" ETCDIR="etc/pypy" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pypy DOCSDIR=/usr/local/share/doc/pypy EXAMPLESDIR=/usr/local/share/examples/pypy WWWDIR=/usr/local/www/pypy ETCDIR=/usr/local/etc/pypy --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 WITH_PKGNG=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License MIT PSFL accepted by the user === === ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_1.txz [103i386-default-build-as-user-job-27] Installing pkg-1.8.7_1... [103i386-default-build-as-user-job-27] Extracting pkg-1.8.7_1: .. done ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pypy-5.3.1 === ===
[package - 110i386-default][lang/pypy] Failed for pypy-5.3.1 in package
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: pyt...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Log URL: http://beefy10.nyi.freebsd.org/data/110i386-default/419723/logs/pypy-5.3.1.log Build URL: http://beefy10.nyi.freebsd.org/build.html?mastername=110i386-default&build=419723 Log: >> Building lang/pypy build started at Sat Aug 6 01:40:11 UTC 2016 port directory: /usr/ports/lang/pypy building for: FreeBSD 110i386-default-job-10 11.0-BETA4 FreeBSD 11.0-BETA4 r303787 i386 maintained by: pyt...@freebsd.org Makefile ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 121 Jail OSVERSION: 1100120 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 UNAME_v=FreeBSD 11.0-BETA4 r303787 UNAME_r=11.0-BETA4 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=i386 LINUX_OSRELEASE=2.6.32 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/110i386-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=pypy-5.3.1 OSREL=11.0 _OSRELEASE=11.0-BETA4 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/110i386-default/ref/.p/pool MASTERNAME=110i386-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1100120 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- PYPY_LOCALBASE=/usr/local OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYPY_DIR=pypy-5.3 PYPY_CFFI_VER=pypy-41 PYPY_BITS="32" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VER=2.7 PYTHON_VERSION=python2.7 OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/pypy" EXAMPLESDIR="share/examples/pypy" DATADIR="share/pypy" WWWDIR="www/pypy" ETCDIR="etc/pypy" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pypy DOCSDIR=/usr/local/share/doc/pypy EXAMPLESDIR=/usr/local/share/examples/pypy WWWDIR=/usr/local/www/pypy ETCDIR=/usr/local/etc/pypy --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 # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License MIT PSFL accepted by the user === === ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_1.txz [110i386-default-job-10] Installing pkg-1.8.7_1... [110i386-default-job-10] Extracting pkg-1.8.7_1: .. done ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - found ===> Returning to buil
[package - 110amd64-default][lang/pypy] Failed for pypy-5.3.1 in package
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: pyt...@freebsd.org Last committer: d...@freebsd.org Ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Log URL: http://beefy9.nyi.freebsd.org/data/110amd64-default/419723/logs/pypy-5.3.1.log Build URL: http://beefy9.nyi.freebsd.org/build.html?mastername=110amd64-default&build=419723 Log: >> Building lang/pypy build started at Sat Aug 6 01:45:54 UTC 2016 port directory: /usr/ports/lang/pypy building for: FreeBSD 110amd64-default-job-18 11.0-BETA4 FreeBSD 11.0-BETA4 r303787 amd64 maintained by: pyt...@freebsd.org Makefile ident: $FreeBSD: head/lang/pypy/Makefile 419600 2016-08-04 08:43:36Z dbn $ Poudriere version: 3.1.14 Host OSVERSION: 121 Jail OSVERSION: 1100120 ---Begin Environment--- SHELL=/bin/csh UNAME_v=FreeBSD 11.0-BETA4 r303787 UNAME_r=11.0-BETA4 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=amd64 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/110amd64-default/ref UID=0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin _JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+ POUDRIERE_BUILD_TYPE=bulk PKGNAME=pypy-5.3.1 OSREL=11.0 _OSRELEASE=11.0-BETA4 PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/110amd64-default/ref/.p/pool HAVE_COMPAT_IA32_KERN=YES LINUX_OSRELEASE=2.6.32 MASTERNAME=110amd64-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh CONFIGURE_MAX_CMD_LEN=262144 LIBEXECPREFIX=/usr/local/libexec/poudriere LOCALBASE=/usr/local PACKAGE_BUILDING=yes _JAVA_OS_LIST_REGEXP=native\|linux OSVERSION=1100120 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake PYTHON="/usr/local/bin/python2.7" XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- PYPY_LOCALBASE=/usr/local OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/pypy/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/pypy/work HOME=/wrkdirs/usr/ports/lang/pypy/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYPY_DIR=pypy-5.3 PYPY_CFFI_VER=pypy-41 PYPY_BITS="64" PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd11 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VER=2.7 PYTHON_VERSION=python2.7 OSREL=11.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/pypy" EXAMPLESDIR="share/examples/pypy" DATADIR="share/pypy" WWWDIR="www/pypy" ETCDIR="etc/pypy" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pypy DOCSDIR=/usr/local/share/doc/pypy EXAMPLESDIR=/usr/local/share/examples/pypy WWWDIR=/usr/local/www/pypy ETCDIR=/usr/local/etc/pypy --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 # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- === ===> License MIT PSFL accepted by the user === === ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_1.txz [110amd64-default-job-18] Installing pkg-1.8.7_1... [110amd64-default-job-18] Extracting pkg-1.8.7_1: .. done ===> pypy-5.3.1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pypy-5.3.1