FreeBSD ports you maintain which are out of date

2018-10-29 Thread portscout
Dear port maintainer,

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

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

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


Port| Current version | New version
+-+
devel/ipython   | 6.5.0   | 7.1.1
+-+


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

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

Thanks.
___
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 232510] lang/python37: Python 3.7.1 fails to build (upgrade) with 3.7.0 installed

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510

jsml4thwwbid6...@protonmail.com changed:

   What|Removed |Added

 CC||jSML4ThWwBID69YC@protonmail
   ||.com

--- Comment #24 from jsml4thwwbid6...@protonmail.com ---
I have a similar issue upgrading from 3.7 to 3.7.1. 

5 warnings generated.
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.c:283:
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.h:66:
In file included from /usr/include/bluetooth.h:51:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:246:2: warning: "Make
sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
 ^
1 warning generated.
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/_ssl.c:38:
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.h:66:
In file included from /usr/include/bluetooth.h:51:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:246:2: warning: "Make
sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
 ^
1 warning generated.

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm _tkinter  spwd   
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc  atexitpwd
time   

install  -m 0644 ./Tools/gdb/libpython.py python-gdb.py
cc -pthread -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG
-O2 -pipe  -fstack-protector -fno-strict-aliasing   -std=c99 -Wextra
-Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers
-Wstrict-prototypes -Werror=implicit-function-declaration   -I. -I./Include
-I/usr/local/include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o
Programs/_testembed.o ./Programs/_testembed.c
cc -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector 
-Wl,--export-dynamic -o Programs/_testembed Programs/_testembed.o -L.
-lpython3.7 -lintl -ldl -L/usr/local/lib -lintl -lutil   -lm  
Programs/_testembed.o: In function `test_init_from_config':
_testembed.c:(.text+0xd28): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_dev_mode':
_testembed.c:(.text+0xe0f): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_isolated':
_testembed.c:(.text+0xeb3): undefined reference to `_Py_InitializeFromConfig'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

A 'make deinstall', 'make install' in /usr/ports/lang/python37 resolved it.

-- 
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 232182] sysutils/py-pyznap: Add tests to the port

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232182

--- Comment #5 from Dries Michiels  ---
I did some further research and its like Mateusz said; in a Poudriere
enviroment the other tests fail too. ZFS isn't available in a Poudriere jail.
When I execute "poudriere testport -i -o sysutils/py-pyznap -j head -p head"
and then try to exectute a ZFS command in interactive mode it sais this every
time:

root@head-head:~ # zfs
internal error: failed to initialize ZFS library

root@head-default:~ # zpool
internal error: failed to initialize ZFS library


Should I create a PR for the above issue?

When the ZFS/zpool command isn't available in a Poudriere jail, tests that use
the ZFS/ZPOOL command will have a hard time passing.  The tests do pass when
not in a Poudriere jail, simply on the host with root privileges. Then all the
standard ZFS tests pass.

Are there any examples in the ports tree where tests are skipped based on env
variables? I would like to check if executed from poudriere jail or host if
thats possible?

-- 
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 232266] textproc/py-m2r: Update to 0.2.1

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232266

Steve Wills  changed:

   What|Removed |Added

 CC||swi...@freebsd.org
Summary|testproc/py-m2r: Update to  |textproc/py-m2r: Update to
   |0.2.1   |0.2.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 232266] textproc/py-m2r: Update to 0.2.1

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232266

Steve Wills  changed:

   What|Removed |Added

   Assignee|ports-b...@freebsd.org  |swi...@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 232266] textproc/py-m2r: Update to 0.2.1

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232266

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: swills
Date: Mon Oct 29 17:43:23 UTC 2018
New revision: 483390
URL: https://svnweb.freebsd.org/changeset/ports/483390

Log:
  textproc/py-m2r: Update to 0.2.1

  PR:   232266
  Submitted by: John W. O'Brien  (maintainer)

Changes:
  head/textproc/py-m2r/Makefile
  head/textproc/py-m2r/distinfo

-- 
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 232266] textproc/py-m2r: Update to 0.2.1

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232266

Steve Wills  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #2 from Steve Wills  ---
Committed, 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 232792] Namespace pollution in all python ports

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232792

w.schwarzenf...@utanet.at changed:

   What|Removed |Added

 CC||w.schwarzenf...@utanet.at
   Assignee|ports-b...@freebsd.org  |pyt...@freebsd.org

-- 
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 232795] lang/python37: incorrect -L argument order makes python37 build fail in presence of (older) python37

2018-10-29 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 232795: lang/python37: incorrect -L argument order makes python37 build
fail in presence of (older) python37
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232795



--- Description ---
Python37 can't be upgraded from 3.7.0 to 3.7.1, because build fails:

--- Programs/_testembed ---
cc -pthread  -L/usr/local/lib  -fstack-protector  -Wl,--export-dynamic -o
Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -ldl  -lutil   -lm  

Programs/_testembed.o: In function `test_init_from_config':
_testembed.c:(.text+0xd28): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_dev_mode':
_testembed.c:(.text+0xe0f): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_isolated':
_testembed.c:(.text+0xeb3): undefined reference to `_Py_InitializeFromConfig'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

This is caused by -L/usr/local/lib present in the linker invocation before -L.,
so libraries from systemwide installed python (previous version) are picked up.
I've solved this by remivong /usr/local/lib/libpython*, but the port should be
fixed.
___
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 232795] lang/python37: incorrect -L argument order makes python37 build fail in presence of (older) python37

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232795

Bug ID: 232795
   Summary: lang/python37: incorrect -L argument order makes
python37 build fail in presence of (older) python37
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: amd...@freebsd.org
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

Python37 can't be upgraded from 3.7.0 to 3.7.1, because build fails:

--- Programs/_testembed ---
cc -pthread  -L/usr/local/lib  -fstack-protector  -Wl,--export-dynamic -o
Programs/_testembed Programs/_testembed.o -L. -lpython3.7m -ldl  -lutil   -lm   
Programs/_testembed.o: In function `test_init_from_config':
_testembed.c:(.text+0xd28): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_dev_mode':
_testembed.c:(.text+0xe0f): undefined reference to `_Py_InitializeFromConfig'
Programs/_testembed.o: In function `test_init_isolated':
_testembed.c:(.text+0xeb3): undefined reference to `_Py_InitializeFromConfig'
cc: error: linker command failed with exit code 1 (use -v to see invocation)

This is caused by -L/usr/local/lib present in the linker invocation before -L.,
so libraries from systemwide installed python (previous version) are picked up.
I've solved this by remivong /usr/local/lib/libpython*, but the port should be
fixed.

-- 
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"


[package - 104i386-quarterly][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build

2018-10-29 Thread pkg-fallout
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: sunp...@freebsd.org
Ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 480413 
2018-09-22 16:44:58Z sunpoet $
Log URL:
http://beefy4.nyi.freebsd.org/data/104i386-quarterly/483320/logs/py36-pyopencl-2018.2.log
Build URL:  
http://beefy4.nyi.freebsd.org/build.html?mastername=104i386-quarterly&build=483320
Log:

=>> Building devel/py-pyopencl
build started at Tue Oct 30 01:10:20 UTC 2018
port directory: /usr/ports/devel/py-pyopencl
package name: py36-pyopencl-2018.2
building for: FreeBSD 104i386-quarterly-job-14 10.4-RELEASE-p13 FreeBSD 
10.4-RELEASE-p13 i386
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 
480413 2018-09-22 16:44:58Z sunpoet $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 1004000
Job Id: 14

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1004000
UNAME_v=FreeBSD 10.4-RELEASE-p13
UNAME_r=10.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/104i386-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/104i386-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=104i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/104i386-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=py36
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py36
---End Poudriere Port Flags/Env---

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

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
BOOST_INC_DIR="/usr/local/include"  BOOST_LIB_DIR="/usr/local/lib"  
BOOST_PYTHON_LIBNAME=boost_python36  CL_INC_DIR="/usr/local/include"  
CL_LIB_DIR="/usr/local/lib"  USE_SHIPPED_BOOST=False
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.6" 
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -fstack-protector " 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector 
-isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include " 
 MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DA
 TA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python3.6m  PYTHON_LIBDIR=lib/python3.6  
PYTHON_PLATFORM=freebsd10  PYTHON_PYOEXTENSION=opt-1.pyc  
PYTHON_SITELIBDIR=lib/python3.6/site-packages  PYTHON_SUFFIX=36  PYTHON_VER=3.6 
 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D 
LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/pyopencl"  EXAMPLESDIR="share/examples/pyopencl"  
DATADIR="share/pyopencl"  WWWDIR="www/pyopencl"  ETCDIR="etc/pyopencl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
 /usr/local/etc/poudriere.d/ma

[package - 104amd64-quarterly][devel/py-pyopencl] Failed for py36-pyopencl-2018.2 in build

2018-10-29 Thread pkg-fallout
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: sunp...@freebsd.org
Ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 480413 
2018-09-22 16:44:58Z sunpoet $
Log URL:
http://beefy2.nyi.freebsd.org/data/104amd64-quarterly/483320/logs/py36-pyopencl-2018.2.log
Build URL:  
http://beefy2.nyi.freebsd.org/build.html?mastername=104amd64-quarterly&build=483320
Log:

=>> Building devel/py-pyopencl
build started at Tue Oct 30 01:09:51 UTC 2018
port directory: /usr/ports/devel/py-pyopencl
package name: py36-pyopencl-2018.2
building for: FreeBSD 104amd64-quarterly-job-11 10.4-RELEASE-p13 FreeBSD 
10.4-RELEASE-p13 amd64
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 
480413 2018-09-22 16:44:58Z sunpoet $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 1004000
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1004000
UNAME_v=FreeBSD 10.4-RELEASE-p13
UNAME_r=10.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/104amd64-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/104amd64-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=104amd64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/104amd64-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=py36
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py36
---End Poudriere Port Flags/Env---

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

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
BOOST_INC_DIR="/usr/local/include"  BOOST_LIB_DIR="/usr/local/lib"  
BOOST_PYTHON_LIBNAME=boost_python36  CL_INC_DIR="/usr/local/include"  
CL_LIB_DIR="/usr/local/lib"  USE_SHIPPED_BOOST=False
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.6" 
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py36/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -fstack-protector " 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector 
-isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include " 
 MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DA
 TA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
PYTHON_INCLUDEDIR=include/python3.6m  PYTHON_LIBDIR=lib/python3.6  
PYTHON_PLATFORM=freebsd10  PYTHON_PYOEXTENSION=opt-1.pyc  
PYTHON_SITELIBDIR=lib/python3.6/site-packages  PYTHON_SUFFIX=36  PYTHON_VER=3.6 
 PYTHON_VERSION=python3.6 PYTHON2="@comment " PYTHON3="" OSREL=10.4 PREFIX=%D 
LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/pyopencl"  EXAMPLESDIR="share/examples/pyopencl"  
DATADIR="share/pyopencl"  WWWDIR="www/pyopencl"  ETCDIR="etc/pyopencl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
 /usr/local/etc/poudriere.d/make.conf 
# XXX: We really need this but cannot use it while 'make 

[package - 104amd64-quarterly][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build

2018-10-29 Thread pkg-fallout
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: sunp...@freebsd.org
Ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 480413 
2018-09-22 16:44:58Z sunpoet $
Log URL:
http://beefy2.nyi.freebsd.org/data/104amd64-quarterly/483320/logs/py27-pyopencl-2018.2.log
Build URL:  
http://beefy2.nyi.freebsd.org/build.html?mastername=104amd64-quarterly&build=483320
Log:

=>> Building devel/py-pyopencl
build started at Tue Oct 30 01:09:50 UTC 2018
port directory: /usr/ports/devel/py-pyopencl
package name: py27-pyopencl-2018.2
building for: FreeBSD 104amd64-quarterly-job-18 10.4-RELEASE-p13 FreeBSD 
10.4-RELEASE-p13 amd64
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 
480413 2018-09-22 16:44:58Z sunpoet $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 1004000
Job Id: 18

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1004000
UNAME_v=FreeBSD 10.4-RELEASE-p13
UNAME_r=10.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/104amd64-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/104amd64-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=104amd64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/104amd64-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=py27
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py27
---End Poudriere Port Flags/Env---

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

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
BOOST_INC_DIR="/usr/local/include"  BOOST_LIB_DIR="/usr/local/lib"  
BOOST_PYTHON_LIBNAME=boost_python27  CL_INC_DIR="/usr/local/include"  
CL_LIB_DIR="/usr/local/lib"  USE_SHIPPED_BOOST=False
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -fstack-protector " 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector 
-isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include " 
 MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DA
 TA="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_PYOEXTENSION=pyo  
PYTHON_SITELIBDIR=lib/python2.7/site-packages  PYTHON_SUFFIX=27  PYTHON_VER=2.7 
 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D 
LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/pyopencl"  EXAMPLESDIR="share/examples/pyopencl"  
DATADIR="share/pyopencl"  WWWDIR="www/pyopencl"  ETCDIR="etc/pyopencl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
 /usr/local/etc/poudriere.d/make.conf 
# XXX: We really need this but cannot use it while 'make checksu

[package - 104i386-quarterly][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build

2018-10-29 Thread pkg-fallout
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: sunp...@freebsd.org
Ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 480413 
2018-09-22 16:44:58Z sunpoet $
Log URL:
http://beefy4.nyi.freebsd.org/data/104i386-quarterly/483320/logs/py27-pyopencl-2018.2.log
Build URL:  
http://beefy4.nyi.freebsd.org/build.html?mastername=104i386-quarterly&build=483320
Log:

=>> Building devel/py-pyopencl
build started at Tue Oct 30 01:10:19 UTC 2018
port directory: /usr/ports/devel/py-pyopencl
package name: py27-pyopencl-2018.2
building for: FreeBSD 104i386-quarterly-job-19 10.4-RELEASE-p13 FreeBSD 
10.4-RELEASE-p13 i386
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: branches/2018Q4/devel/py-pyopencl/Makefile 
480413 2018-09-22 16:44:58Z sunpoet $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 1004000
Job Id: 19

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1004000
UNAME_v=FreeBSD 10.4-RELEASE-p13
UNAME_r=10.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/104i386-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/104i386-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=104i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/104i386-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=py27
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py27
---End Poudriere Port Flags/Env---

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

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
BOOST_INC_DIR="/usr/local/include"  BOOST_LIB_DIR="/usr/local/lib"  
BOOST_PYTHON_LIBNAME=boost_python27  CL_INC_DIR="/usr/local/include"  
CL_LIB_DIR="/usr/local/lib"  USE_SHIPPED_BOOST=False
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -fstack-protector " 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector 
-isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include " 
 MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DA
 TA="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_PYOEXTENSION=pyo  
PYTHON_SITELIBDIR=lib/python2.7/site-packages  PYTHON_SUFFIX=27  PYTHON_VER=2.7 
 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D 
LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/pyopencl"  EXAMPLESDIR="share/examples/pyopencl"  
DATADIR="share/pyopencl"  WWWDIR="www/pyopencl"  ETCDIR="etc/pyopencl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
 /usr/local/etc/poudriere.d/make.conf

[Bug 232795] lang/python37: incorrect -L argument order makes python37 build fail in presence of (older) python37

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232795

Kubilay Kocak  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #1 from Kubilay Kocak  ---


*** This bug has been marked as a duplicate of bug 232510 ***

-- 
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"


[Bug 232510] lang/python37: -L argument order causes build failure in presence of (installed, olrder) python37

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510

Kubilay Kocak  changed:

   What|Removed |Added

Summary|lang/python37: Python 3.7.1 |lang/python37: -L argument
   |fails to build (upgrade)|order causes build failure
   |with 3.7.0 installed|in presence of (installed,
   ||olrder) python37

-- 
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 232510] lang/python37: Python 3.7.1 fails to build (upgrade) with 3.7.0 installed

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510

Kubilay Kocak  changed:

   What|Removed |Added

 CC||amd...@freebsd.org

--- Comment #25 from Kubilay Kocak  ---
*** Bug 232795 has been marked as a duplicate of this bug. ***

-- 
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"


[package - head-i386-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-10-29 Thread pkg-fallout
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: to...@freebsd.org
Ident:  $FreeBSD: head/lang/python34/Makefile 475350 2018-07-26 
08:58:50Z tobik $
Log URL:
http://beefy11.nyi.freebsd.org/data/head-i386-default/p483439_s339902/logs/python34-3.4.9_1.log
Build URL:  
http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p483439_s339902
Log:

=>> Building lang/python34
build started at Tue Oct 30 02:56:59 UTC 2018
port directory: /usr/ports/lang/python34
package name: python34-3.4.9_1
building for: FreeBSD head-i386-default-job-11 13.0-CURRENT FreeBSD 
13.0-CURRENT 132 i386
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: head/lang/python34/Makefile 475350 2018-07-26 
08:58:50Z tobik $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 132
Job Id: 11




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=132
UNAME_v=FreeBSD 13.0-CURRENT 132
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for python34-3.4.9_1:
 DEBUG=off: Build with debugging support
 IPV6=on: IPv6 protocol support
 LIBFFI=on: Use libffi from ports instead of bundled version
 NLS=on: Enable gettext support for the locale module
 PYMALLOC=on: Enable specialized mallocs
 THREADS=on: Threading support
 TSC=off: Enable processor timestamp counter profiling
> Hash Algorithm (PEP-456): you can only select none or one of them
 FNV=off: Modified Fowler-Noll-Vo Algorithm
 SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--enable-shared --without-ensurepip --without-pydebug --enable-ipv6 
--with-system-ffi --with-pymalloc --with-threads --without-tsc 
--prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
OPT="" DISABLED_EXTENSIONS="_sqlite3 _tkinter _gdbm" PKG_CONFIG=pkgconf 
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python34/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python34/work  
HOME=/wrkdirs/usr/ports/lang/python34/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/python34/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh 
CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include 
OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python34/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python34/work  
HOME=/wrkdirs/usr/ports/lang/python34/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/python34/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-I/usr/local/include -I/usr/local/include"  LDFLAGS=" -lpthread 
-L/usr/local/lib  -fstack-protector " LIBS="-L/usr/local/lib -lintl"  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 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
ABI=m  XY=34  XYDOT=3.4  XYZDOT=3.4.9  OSMAJOR=13 DEBUG="@comment " NO_DEBUG="" 
FNV="@comment " NO_FNV="" IPV6="" NO_IPV6="@comment " LIBFFI="" 
NO_LIBFFI="@comment " NLS="" NO_NLS="@comment " PYMALLOC="" 
NO_PYMALLOC="@comment " SIPHASH="@comment " NO_SIPHASH="" THREADS="" 
NO_THREADS="@comment " TSC="@comment " NO_TSC="" NO_

[package - head-amd64-default][lang/python34] Failed for python34-3.4.9_1 in package

2018-10-29 Thread pkg-fallout
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: to...@freebsd.org
Ident:  $FreeBSD: head/lang/python34/Makefile 475350 2018-07-26 
08:58:50Z tobik $
Log URL:
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p483439_s339902/logs/python34-3.4.9_1.log
Build URL:  
http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p483439_s339902
Log:

=>> Building lang/python34
build started at Tue Oct 30 03:11:27 UTC 2018
port directory: /usr/ports/lang/python34
package name: python34-3.4.9_1
building for: FreeBSD head-amd64-default-job-21 13.0-CURRENT FreeBSD 
13.0-CURRENT 132 amd64
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: head/lang/python34/Makefile 475350 2018-07-26 
08:58:50Z tobik $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 132
Job Id: 21




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



---Begin Environment---
SHELL=/bin/csh
OSVERSION=132
UNAME_v=FreeBSD 13.0-CURRENT 132
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for python34-3.4.9_1:
 DEBUG=off: Build with debugging support
 IPV6=on: IPv6 protocol support
 LIBFFI=on: Use libffi from ports instead of bundled version
 NLS=on: Enable gettext support for the locale module
 PYMALLOC=on: Enable specialized mallocs
 THREADS=on: Threading support
 TSC=off: Enable processor timestamp counter profiling
> Hash Algorithm (PEP-456): you can only select none or one of them
 FNV=off: Modified Fowler-Noll-Vo Algorithm
 SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--enable-shared --without-ensurepip --without-pydebug --enable-ipv6 
--with-system-ffi --with-pymalloc --with-threads --without-tsc 
--prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
OPT="" DISABLED_EXTENSIONS="_sqlite3 _tkinter _gdbm" PKG_CONFIG=pkgconf 
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python34/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python34/work  
HOME=/wrkdirs/usr/ports/lang/python34/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/python34/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh 
CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include 
OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/python34/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/python34/work  
HOME=/wrkdirs/usr/ports/lang/python34/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/python34/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-I/usr/local/include -I/usr/local/include"  LDFLAGS=" -lpthread 
-L/usr/local/lib  -fstack-protector " LIBS="-L/usr/local/lib -lintl"  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 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
ABI=m  XY=34  XYDOT=3.4  XYZDOT=3.4.9  OSMAJOR=13 DEBUG="@comment " NO_DEBUG="" 
FNV="@comment " NO_FNV="" IPV6="" NO_IPV6="@comment " LIBFFI="" 
NO_LIBFFI="@comment " NLS="" NO_NLS="@comment " PYMALLOC="" 
NO_PYMALLOC="@comment " SIPHASH="@comment " NO_SIPHASH="" THREADS="" 
NO_THREADS="@comment " TSC="@comment " NO_TSC="" NO_NIS="" OSREL=13.0 

[Bug 232792] Namespace pollution in all python ports

2018-10-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232792

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||needs-qa

--- Comment #1 from Kubilay Kocak  ---
Thank you for your report.

Could you please submit this as an upstream bug (at https://bugs.python.org/)
and add the resulting issue URL to this bugs URL field please.

-- 
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"


[package - 104i386-default][devel/py-pyopencl] Failed for py27-pyopencl-2018.2 in build

2018-10-29 Thread pkg-fallout
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: sunp...@freebsd.org
Ident:  $FreeBSD: head/devel/py-pyopencl/Makefile 480413 2018-09-22 
16:44:58Z sunpoet $
Log URL:
http://beefy5.nyi.freebsd.org/data/104i386-default/483439/logs/py27-pyopencl-2018.2.log
Build URL:  
http://beefy5.nyi.freebsd.org/build.html?mastername=104i386-default&build=483439
Log:

=>> Building devel/py-pyopencl
build started at Tue Oct 30 06:34:19 UTC 2018
port directory: /usr/ports/devel/py-pyopencl
package name: py27-pyopencl-2018.2
building for: FreeBSD 104i386-default-job-21 10.4-RELEASE-p13 FreeBSD 
10.4-RELEASE-p13 i386
maintained by: pyt...@freebsd.org
Makefile ident:  $FreeBSD: head/devel/py-pyopencl/Makefile 480413 
2018-09-22 16:44:58Z sunpoet $
Poudriere version: 3.2.8
Host OSVERSION: 130
Jail OSVERSION: 1004000
Job Id: 21

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1004000
UNAME_v=FreeBSD 10.4-RELEASE-p13
UNAME_r=10.4-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/104i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=104i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/104i386-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=py27
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py27
---End Poudriere Port Flags/Env---

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

--MAINTAINER--
pyt...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--
BOOST_INC_DIR="/usr/local/include"  BOOST_LIB_DIR="/usr/local/lib"  
BOOST_PYTHON_LIBNAME=boost_python27  CL_INC_DIR="/usr/local/include"  
CL_LIB_DIR="/usr/local/lib"  USE_SHIPPED_BOOST=False
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python2.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27  
HOME=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27 TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/devel/py-pyopencl/work-py27/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector -isystem /usr/local/include -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS="-isystem /usr/local/include"  LDFLAGS=" -fstack-protector " 
LIBS="-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector 
-isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include " 
 MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DA
 TA="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_PYOEXTENSION=pyo  
PYTHON_SITELIBDIR=lib/python2.7/site-packages  PYTHON_SUFFIX=27  PYTHON_VER=2.7 
 PYTHON_VERSION=python2.7 PYTHON2="" PYTHON3="@comment " OSREL=10.4 PREFIX=%D 
LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/pyopencl"  EXAMPLESDIR="share/examples/pyopencl"  
DATADIR="share/pyopencl"  WWWDIR="www/pyopencl"  ETCDIR="etc/pyopencl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
 /usr/local/etc/poudriere.d/make.conf 
# XXX: We really need this but