From nobody Sat Jun 24 05:02:14 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qp25z3XCVz4h1RL
	for <python@mlmmj.nyi.freebsd.org>; Sat, 24 Jun 2023 05:02:15 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qp25z18R4z3GhF
	for <python@freebsd.org>; Sat, 24 Jun 2023 05:02:15 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687582935;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding;
	bh=TRXllPlR+Pqa6gOTNt2rF1ctImdWEQcN1By0c6koF04=;
	b=rFXO+oCIj6oddu/2ueNBNTZamu/UVeExWNx4xpdUGZaNzyxGSmXptTfTVI1dJQDf/1NCv+
	csa2nF+2MgbRUqP0i1dT/HVZmg3ZOkFnn9a9+PMzjcRwrcsDOSsCozCjdrbvNAZ+qRRgDp
	dB0DrhCbvHgoNgv1OLzazM3LBNOo1GsYw3QI4l2rVDX7axMoC7LKtYj4TjrF7Zr7w60gYz
	MrTUGGaRhO9eniZ8hRMY9zKslh+icpIc4ktVpMQ3xff2ftlRI8C2GaXlncfG+zyIbqHyuZ
	NtQPfXeK/5YLaWXdNTfN6/4WyAkrsX9VSO2hDDgBkMBX0ktnR97R/oyTBY892A==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687582935; a=rsa-sha256; cv=none;
	b=xSHEBsASBnM2GlWd5e8d54wE6z2JPQsvJuExlOzmiKkQ9Q6TSSMlt9+zOkWZ+B9Gv+Wls3
	IjNu9CfBkbg4hporwaCK0pn7Qg6nY5BR2yD9uatDPvZqEQU0IZDGuxFgbzrQM/1k2s+KEG
	QUuSH8z+wkBi/GZw9y37OIwpugozgvnKJGiC4dC94mu5zaf+NNyQrca40lWG3Ax+2DVJau
	0BGc5M1YR8T2eZuGlF3CEe6fPJ5xxTDMrB7RUcv4FtADQmU34LYTVqqN7jkVxVtJkzn2wv
	pJH/NqeIuCdM0MOLX54gDBFucTZ1B7Qt8gycqljprOl/J/TTuG+1ENX2spKLuQ==
Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qp25z0D39zYPl
	for <python@freebsd.org>; Sat, 24 Jun 2023 05:02:15 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org ([127.0.1.10])
	by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35O52EF0011279
	for <python@freebsd.org>; Sat, 24 Jun 2023 05:02:14 GMT
	(envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
	by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 35O52E4Y011278;
	Sat, 24 Jun 2023 05:02:14 GMT
	(envelope-from portscout@FreeBSD.org)
Message-Id: <202306240502.35O52E4Y011278@portscout.nyi.freebsd.org>
X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
Date: Sat, 24 Jun 2023 05:02:14 +0000
From: portscout@FreeBSD.org
To: python@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-ThisMailContainsUnwantedMimeParts: N

Dear port maintainer,

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

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

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


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
devel/py-pytest                                 | 7.3.1           | 7.4.0
------------------------------------------------+-----------------+------------


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

Reported by:	portscout!

From nobody Sun Jun 25 20:35:34 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qq2mR2f19z4hyrf
	for <python@mlmmj.nyi.freebsd.org>; Sun, 25 Jun 2023 20:35:35 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qq2mQ6s0yz3s1Y
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 20:35:34 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687725334;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=dfrKZ9ly8RNX10Hfxjct1NjQRHJpHrhEPOPi/LKyYuI=;
	b=bfWZ90pmzGBpcvzIG5Ua+zuQD2Rk2uJr60TvMvVRxE5ZsCUwhK2/LFBKGKAlOdyVileaZF
	r7rtYvNJc4gHohrjEGXK47l3FoYu4/5fsHvR7FOFo6Pof7q0IkcfZrsY4B9Uxf/L9IqHqU
	7jlwMEkpom/jwIHLHDsfvsEOwerJzqE7JGy9XYi0nYT82IOxyt0YTVUpdqLk2KSbmv0rxp
	e6gEMCON72GaZy8JL9zQDhqUlDqYlH7yTjoBjtQyovztmmSSD/CBg1QPX9FtW5en6Drep6
	2najNK934kNXj8VSv5kGbQPxUgAVScMpYXC9rl8ZQRuEObZESAoCCkDa1FALqw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687725334; a=rsa-sha256; cv=none;
	b=Z/VdTU4w0xzDK7G1d3C+hmmLWaho2rtT9AoRtGheLbQqRq9xD4MwItpu5hDW7KHw0Of9/F
	yEQ7A+Zvm4fHXknD2nVM/GsiNaoNJPxk0tWZvcsaaY75Y7/K2mNQdsA9xCM1HO7WDYmGVv
	W+qs1ho5R/SaYc30HlC621SVUYAGqep+UxSrjlYxl/pBBWbS28r+K2gjEaywhX6unrh5VS
	AE7eRlO4GJf+xHjLThTAByTmzlQVYiHTB3j/AVD1xPGDU0ioY3sDwcRaiQfnGdJAXC9hYe
	wY/0SoCtOl6TLD6fO4/beUfMJZPzvHkNe/W0n7ZRJtYrBcBgNbgYHEdpA3EfVQ==
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Qq2mQ5wwgzhT0
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 20:35:34 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 2d06
	by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org);
	Sun, 25 Jun 2023 20:35:34 +0000
To: python@FreeBSD.org
Subject: [package - main-i386-default][x11-toolkits/py-fltk] Failed for py39-fltk-1.3.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Sun, 25 Jun 2023 20:35:34 +0000
Message-Id: <6498a516.2d06.771a5e69@beefy17.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p4785b313b958_se8efee297c/logs/py39-fltk-1.3.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p4785b313b958_se8efee297c
Log:

=>> Building x11-toolkits/py-fltk
build started at Sun Jun 25 20:35:24 UTC 2023
port directory: /usr/ports/x11-toolkits/py-fltk
package name: py39-fltk-1.3.4.1
building for: FreeBSD main-i386-default-job-07 14.0-CURRENT FreeBSD 14.0-CURRENT 1400091 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400091
Job Id: 07




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



---Begin Environment---
SHELL=/bin/sh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400091
UNAME_v=FreeBSD 14.0-CURRENT 1400091
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-fltk-1.3.4.1:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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  -DFL_LIBRARY -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector-strong -fno-s
trict-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--
PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py-fltk"  EXAMPLESDIR="share/examples/py-fltk"  DATADIR="share/fltk"  WWWDIR="www/fltk"  ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/fltk DOCSDIR=/usr/local/share/doc/py-fltk EXAMPLESDIR=/usr/local/share/examples/py-fltk  WWWDIR=/usr/local/www/fltk ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400091
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_1.pkg
[main-i386-default-job-07] Installing pkg-1.19.1_1...
[main-i386-default-job-07] Extracting pkg-1.19.1_1: .......... done
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-fltk-1.3.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===>  Extracting for py39-fltk-1.3.4.1
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4635:14: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
   result =  PyEval_CallObject(func, arglist);
             ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4704:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(registeredDoIDle, arglist);   // Call Python
                 ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4791:12: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  result = PyEval_CallObject(cb->func, args);     // Call Python
           ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4944:10: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
         PyEval_CallObject(hl->func, args);     // Call Python
         ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5066:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5180:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5356:14: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
    status = fl_ask("%s", text);
             ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:5824:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6188:16: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
     result =  PyEval_CallObject(func, arglist);
               ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6269:15: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
    result =  PyEval_CallObject(func, arglist);
              ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:39152:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:60475:17: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
  result = (int)fl_ask((char const *)arg1,arg2);
                ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:61333:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:78967:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:79075:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:83811:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj3,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:87374:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:99539:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj2,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
19 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-toolkits/py-fltk

From nobody Sun Jun 25 21:00:31 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qq3KC71JMz4j3bF
	for <python@mlmmj.nyi.freebsd.org>; Sun, 25 Jun 2023 21:00:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qq3KC4jZpz3xgQ
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 21:00:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687726831;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding;
	bh=1DeeK9pdonJndPvbtoJdsqgr1Uu/1JJGt6wZJBu4aJs=;
	b=W7SLC0VxsvnwD9pYtXKsXRENBiRWn4tH9iaUqlHqEyGEibszGj1Q3VxwP4kFlUmkrXOWK3
	nsCzrFhVstOJJrVOFIIgjG5FXJjZ6Rix68jV69wnYl3ukzWNsO30mCSe9ZXnPA23GW2RKL
	J6TELOGjkXxfO+I6L0d544owcoiM4d/SduSv1gAOxxwg6clCyA+sjbP1UNZhXrzYeQSaXt
	+T0MNZrMtxLx5qn7vu+FNRJsiadGRwRknTnIveALZ+jthLxZatFpN3lLRgJDz4Fp9DKSHq
	pnuwEyUpjlBZAxV4ob1kDoGLQIWCu1kiKChcyjJdZSrERBHvQGDdxWjTovd8xA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687726831; a=rsa-sha256; cv=none;
	b=jMR65NSv28TpDFyr+NcJMXk/shvDo5pRvXeNvn+tGJG79aPH78gleotEWbOXoSnGu/Z3J0
	h2xRy2Ra7+kFRfbiFnY5K7EzHKzjApG1mOeJcnwiAjgIVUA2ei/844gMzyckJjzs0qzGXS
	5YlpuMdXBmvzdwlOevzHXqx/NpTAUgetdKNpPN330LQVWLQ2DzwF7qazCOqcPquUPKvPZt
	sT3fqfiWFNoc36Z9EKx07SB8PChYObcsv9uyue9GTZ/2EmsHWOydTdt+NABU/thUh8p0rz
	qbXGvDP3M2Z96pua7rzjjg4Lyr+j5j60X6WDfwnMsnMa+PQHUXWCvtRx6dqqYw==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qq3KC3r2yzhqT
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 21:00:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35PL0VQT068444
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 21:00:31 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35PL0VGA068443
	for python@FreeBSD.org; Sun, 25 Jun 2023 21:00:31 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Message-Id: <202306252100.35PL0VGA068443@kenobi.freebsd.org>
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f
From: bugzilla-noreply@FreeBSD.org
To: python@FreeBSD.org
Subject: Problem reports for python@FreeBSD.org that need special attention
Date: Sun, 25 Jun 2023 21:00:31 +0000
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="16877268311.C71dd52.66237"
Content-Transfer-Encoding: 7bit
X-ThisMailContainsUnwantedMimeParts: N


--16877268311.C71dd52.66237
Date: Sun, 25 Jun 2023 21:00:31 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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        |    205308 | devel/py-pip and devel/py-virtualenv don't aggree 
Open        |    240343 | x11-themes/plasma5-breeze-gtk: Fails to build if  
Open        |    242896 | lang/python*: Fail to package in poudriere (testp 
Open        |    258192 | devel/py-pyinstaller: Fails to run on 3.8+. Fix i 
Open        |    262759 | Python ports that install conflicting files in ge 
Open        |    257353 | lang/python38: Intermittently fails to build unde 
Open        |    234981 | graphics/py-wand: Add DOCS option Pass MAINTAINER 
Open        |    224115 | devel/py-babel directory name != port name        
In Progress |    258195 | lang/python38: Update to 3.8.12                   
In Progress |    255025 | textproc/py-chardet: Update to 4.0.0              
New         |    272058 | math/py-numpy: Update to 1.25.0                   
Open        |    268043 | devel/py-twisted: Consumer ports fail to run: mod 
Open        |    264426 | www/mitmproxy: Update to 8.0.0 (<=7.0.4 vulnerabl 
Open        |    264993 | www/mitmproxy: Update to 9.0.1                    
Open        |    260448 | [NEW] devel/py-aiosignal: Project to manage callb 

15 problems total for which you should take action.

--16877268311.C71dd52.66237
Date: Sun, 25 Jun 2023 21:00:31 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"

<pre style="font-family: monospace;">
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        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205308">205308</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205308">devel/py-pip and devel/py-virtualenv don't aggree</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240343">240343</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240343">x11-themes/plasma5-breeze-gtk: Fails to build if </a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242896">242896</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242896">lang/python*: Fail to package in poudriere (testp</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258192">258192</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258192">devel/py-pyinstaller: Fails to run on 3.8+. Fix i</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262759">262759</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262759">Python ports that install conflicting files in ge</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257353">257353</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257353">lang/python38: Intermittently fails to build unde</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234981">234981</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234981">graphics/py-wand: Add DOCS option Pass MAINTAINER</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224115">224115</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224115">devel/py-babel directory name != port name</a>
In Progress |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258195">258195</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258195">lang/python38: Update to 3.8.12</a>
In Progress |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255025">255025</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255025">textproc/py-chardet: Update to 4.0.0</a>
New         |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272058">272058</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272058">math/py-numpy: Update to 1.25.0</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268043">268043</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268043">devel/py-twisted: Consumer ports fail to run: mod</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264426">264426</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264426">www/mitmproxy: Update to 8.0.0 (&lt;=7.0.4 vulnerabl</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264993">264993</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264993">www/mitmproxy: Update to 9.0.1</a>
Open        |    <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260448">260448</a> | <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260448">[NEW] devel/py-aiosignal: Project to manage callb</a>

15 problems total for which you should take action.
</pre>
--16877268311.C71dd52.66237--

From nobody Sun Jun 25 22:32:18 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qq5M63qnpz4htdD
	for <python@mlmmj.nyi.freebsd.org>; Sun, 25 Jun 2023 22:32:18 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qq5M62nlQz3NTx
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 22:32:18 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687732338;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=+13dyukmH6Zs8cfTcYwxjTATE7S6Sm7//LwYdPhdARU=;
	b=B4F9PQfPLHX/iKC+QHJa1WRmcwewcy7GbnT/yTwKKt89MEb73Vwh/+4XxD+eVlM9muGUUZ
	K+Eg+5ck/8qGwb7T3CwAEXz9dj1dZcrE1d7OxEL0Ehe3ISWuNvK48UDUW/QbiHPu80g9Bl
	WR47iJMBoaGairIeV0aI42VAHD3Wh7geHTPOGv85zzgaXvxbcYLkNSStd9QgO09y7eqjXe
	J0F3erP9eOBiuP63/R9cTeEDt7aLbLSQsht+1I2jS9MTqJ5Z6bxHwEbE5pIspodQjaBM0O
	7q5Fel68B/bP1oSF2oJfTx6A8mp+7V/AoHbg4iaGD4JxHFYszjB+QRFsMVbz9Q==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687732338; a=rsa-sha256; cv=none;
	b=H01CfP2PkUkNKx/xZWwe02WmihHmOfM3uFQYJZQS1MxuNdQSD3q1Gy2KTHwPTeLrtI3a04
	TEjGYq0Gr4ms94ndokOjZOYMY0y2HVjE0B7KOB9IKMuOsS4YfatlSA2YZ/j30E0A7yQm0s
	wtKgPm30CHQrPOibOA79StD+xtOz8neyUWx+aIBukJkhFrfJBHMn2Z69kOqlC+HWzmvZ2v
	WHZTeTMn9t2pMEJF5vhYjdLmro3O54xV7Cta7uklvv5uY8kk4HLAbaewVwRcOzJavq6yLW
	MsM92TSrLDLI+iFgV05eYX8gm3mESi3c+u5KxW0X8CDS1KcWxlEfvjnCYmiDHA==
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:21])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Qq5M61RcWzlNr
	for <python@FreeBSD.org>; Sun, 25 Jun 2023 22:32:18 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 1ab5
	by beefy18.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy18.nyi.freebsd.org);
	Sun, 25 Jun 2023 22:32:18 +0000
To: python@FreeBSD.org
Subject: [package - main-amd64-default][x11-toolkits/py-fltk] Failed for py39-fltk-1.3.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Sun, 25 Jun 2023 22:32:18 +0000
Message-Id: <6498c072.1ab5.1fe435f4@beefy18.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p4785b313b958_se8efee297c/logs/py39-fltk-1.3.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy18/build.html?mastername=main-amd64-default&build=p4785b313b958_se8efee297c
Log:

=>> Building x11-toolkits/py-fltk
build started at Sun Jun 25 22:32:09 UTC 2023
port directory: /usr/ports/x11-toolkits/py-fltk
package name: py39-fltk-1.3.4.1
building for: FreeBSD main-amd64-default-job-02 14.0-CURRENT FreeBSD 14.0-CURRENT 1400091 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400091
Job Id: 02




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



---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400091
UNAME_v=FreeBSD 14.0-CURRENT 1400091
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-fltk-1.3.4.1:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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  -DFL_LIBRARY -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector-strong -fno-s
trict-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--
PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py-fltk"  EXAMPLESDIR="share/examples/py-fltk"  DATADIR="share/fltk"  WWWDIR="www/fltk"  ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/fltk DOCSDIR=/usr/local/share/doc/py-fltk EXAMPLESDIR=/usr/local/share/examples/py-fltk  WWWDIR=/usr/local/www/fltk ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400091
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_1.pkg
[main-amd64-default-job-02] Installing pkg-1.19.1_1...
[main-amd64-default-job-02] Extracting pkg-1.19.1_1: .......... done
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-fltk-1.3.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===>  Extracting for py39-fltk-1.3.4.1
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py39-fltk-1.3.4.1
===>  Applying FreeBSD patches for py39-fltk-1.3.4.1 from /usr/ports/x11-toolkits/py-fltk/files
===========================================================================
=======================<phase: build-depends  >============================
<snip>
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4635:14: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
   result =  PyEval_CallObject(func, arglist);
             ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4704:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(registeredDoIDle, arglist);   // Call Python
                 ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4791:12: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  result = PyEval_CallObject(cb->func, args);     // Call Python
           ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4944:10: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
         PyEval_CallObject(hl->func, args);     // Call Python
         ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5066:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5180:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5356:14: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
    status = fl_ask("%s", text);
             ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:5824:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6188:16: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
     result =  PyEval_CallObject(func, arglist);
               ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6269:15: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
    result =  PyEval_CallObject(func, arglist);
              ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:39152:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:60475:17: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
  result = (int)fl_ask((char const *)arg1,arg2);
                ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:61333:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:78967:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:79075:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:83811:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj3,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:87374:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:99539:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj2,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
19 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-toolkits/py-fltk

From nobody Mon Jun 26 02:16:00 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QqBKD6dVMz4j38Q
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jun 2023 02:16:00 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QqBKD3YMJz3lmL
	for <python@FreeBSD.org>; Mon, 26 Jun 2023 02:16:00 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687745760;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=Zvz+HT6zTFArKrJn0vECjchGCBAsKIu92jl+GF8WfVY=;
	b=BG5KxMttMjWWvuqEkeE7Wp1gF6t+F96ceTeI+opqMuZAIguFIRP96Z59PoERyMsB7eoIEk
	NfEsL/IAvDrkZjSL3fNwltkB2wRbmxV+R6KJoyX+jSZuLvVate40Jxfc12Y8RzuAe52N77
	13uydaAAsxmXQBQvojgsdkrfpc6iHKOw7+FHjCjXYs7koUcko9ZGS+B0Nx91ZEuvNk9/et
	6dRgUktql0DCjvPLlotSpYhy5WRVl0EQ/YQtU1dfL4dkSMb7u199AwCNzWj3Xkcp4K4mvS
	5P206d9Z7wyawPeJ2t9aet4j4FpxCmOKzkLi1OsY1uNEHxNaIV5gEHuOFyCXSA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687745760; a=rsa-sha256; cv=none;
	b=ImNZxQS5qXSkFx8uK03CeiDPHpnIj35zKWd/QNF3IHGwbFO2ubsi6EXoA73ixdWkn2JtCH
	ACUwwLUeC+OMI0uDIjY5PanTiYPopL+fMXokxiDZCC9wHyq8lV520cJYifi227YMvSqVis
	h+YFTQ01eDXKzhY16DH3Lat50I1Y91nMNUIT2EcjbdqLmHXzSGc5jTOhKKLmmifzNptc1V
	Fmw/CxVkWt0xr0Qx2mqJ8upwja9EiyBW9pQ30q1sD9al7S4faIONUZiU5dd8bpDQ/Blx0G
	wLkeZvs/jjN/N3pEGFwKSS88oo734ckzKVvD0XQ3+2VPkMtUufLnumBEg9vSHg==
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4QqBKD2G71zs1s
	for <python@FreeBSD.org>; Mon, 26 Jun 2023 02:16:00 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 2d0d
	by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org);
	Mon, 26 Jun 2023 02:16:00 +0000
To: python@FreeBSD.org
Subject: [package - main-i386-default][devel/py-pyyaml5] Failed for py39-pyyaml5-5.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Mon, 26 Jun 2023 02:16:00 +0000
Message-Id: <6498f4e0.2d0d.6d4585fc@beefy17.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p4785b313b958_se8efee297c/logs/py39-pyyaml5-5.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p4785b313b958_se8efee297c
Log:

=>> Building devel/py-pyyaml5
build started at Mon Jun 26 02:15:54 UTC 2023
port directory: /usr/ports/devel/py-pyyaml5
package name: py39-pyyaml5-5.4.1
building for: FreeBSD main-i386-default-job-04 14.0-CURRENT FreeBSD 14.0-CURRENT 1400091 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400091
Job Id: 04




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



---Begin Environment---
SHELL=/bin/sh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400091
UNAME_v=FreeBSD 14.0-CURRENT 1400091
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-pyyaml5-5.4.1:
     EXAMPLES=on: Build and/or install examples
     LIBYAML=on: Use textproc/libyaml for faster parsing
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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--
PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py39-pyyaml"  EXAMPLESDIR="share/examples/py39-pyyaml"  DATADIR="share/py39-pyyaml"  WWWDIR="www/py39-pyyaml"  ETCDIR="etc/py39-pyyaml"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py39-pyyaml DOCSDIR=/usr/local/share/doc/py39-pyyaml EXAMPLESDIR=/usr/local/share/examples/py39-pyyaml  WWWDIR=/usr/local/www/py39-pyyaml ETCDIR=/usr/local/etc/py39-pyyaml
--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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400091
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_1.pkg
[main-i386-default-job-04] Installing pkg-1.19.1_1...
[main-i386-default-job-04] Extracting pkg-1.19.1_1: .......... done
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===>  Extracting for py39-pyyaml5-5.4.1
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
    __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9462:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9503:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9735:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9776:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11473:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11793:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11849:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11905:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12566:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12789:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13330:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13958:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:14782:87: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
  __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~
yaml/_yaml.c:15307:53: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned int)') to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned int)') [-Wincompatible-function-pointer-types]
  yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_4yaml_5_yaml_output_handler, ((void *)__pyx_v_self));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1844:31: note: passing argument to parameter 'handler' here
        yaml_write_handler_t *handler, void *data);
                              ^
yaml/_yaml.c:16665:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:16780:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:17117:62: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
                                                             ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:17832:63: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                              ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:17832:79: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                              ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:17832:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:18266:71: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                      ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18266:87: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                      ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:18700:70: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                     ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18700:86: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                     ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:20282:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:20397:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:21260:65: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
                                                                ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:22071:68: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                   ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:22071:84: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                   ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:22071:97: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                                ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:22458:76: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                           ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22458:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:22988:75: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                          ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22988:91: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                          ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
49 warnings and 2 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

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

From nobody Mon Jun 26 06:34:19 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QqJ3H6WV6z4hncP
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jun 2023 06:34:19 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QqJ3H3Z8Pz3hJx
	for <python@FreeBSD.org>; Mon, 26 Jun 2023 06:34:19 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687761259;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=WBhnVuDSWc7s6/Hrtca2s8y6LdafW8ac4fe2kksLSH4=;
	b=bh27OxiWqd8I73w8AbKDmLxsyUBlb1uT+JzMP/hL3QS+v8cAIHJ0nmTNgq/9zyN4N8bkcs
	l+NinSMdqmVvTYDg8buwDdWy+fhaMYk3jfi106P3e0pHc09WfZ/f47+F1ndMYrdrTlu8YQ
	gb9zxzoOQ56Ma1QNMBF0Ubt3vclHeGCo5dInczfGd5gCgQ7k1UStUMRV5026bPmSUhl8zR
	qenpkqOCwQA+Fg35tx96xvMHxsX1uvNjDtmChcYmt1Gjno1JFBH4yLsqdRgfMvcIdd05H3
	Dc9RIT0k+TKx8oPB9CmdSPOTjEvZz0c8J4tO4NZsHYxZ33B+26qFn6xxgkKBmA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687761259; a=rsa-sha256; cv=none;
	b=q63UThuDoDghW29fYkLt1H6S8al2WER+GjQlpRvDthIWIQxbJeREFfUz2QAGmjzQXztB6V
	J4YzLeQiwwubbvI7nX2J3X+Br0l2Qk46+xgxvYBA4lDRhMJS/UaHLmHVSNby+w4dkHEWt/
	qvR983SjY8lytulrWwyfMjxVUVkIFpml9buFARopayoyhTzqSrLP406Vo+EUet/lRowK7I
	BFAyCxP0KOhT/jz6nmaT+MPj+k+Ec2z1nM1ZVL+fJt6h9cKPSZptUN4rkSA+k+9SkVgIU/
	3QmVsuL8LqPzJE3jxLp8oi7Zf0Snxz29yAlvWDHq50b0m7tittGBbdc08zJvug==
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:21])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4QqJ3H2J1Mzylg
	for <python@FreeBSD.org>; Mon, 26 Jun 2023 06:34:19 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 1b1e
	by beefy18.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy18.nyi.freebsd.org);
	Mon, 26 Jun 2023 06:34:19 +0000
To: python@FreeBSD.org
Subject: [package - main-amd64-default][devel/py-pyyaml5] Failed for py39-pyyaml5-5.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Mon, 26 Jun 2023 06:34:19 +0000
Message-Id: <6499316b.1b1e.c84aec1@beefy18.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p4785b313b958_se8efee297c/logs/py39-pyyaml5-5.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy18/build.html?mastername=main-amd64-default&build=p4785b313b958_se8efee297c
Log:

=>> Building devel/py-pyyaml5
build started at Mon Jun 26 06:34:13 UTC 2023
port directory: /usr/ports/devel/py-pyyaml5
package name: py39-pyyaml5-5.4.1
building for: FreeBSD main-amd64-default-job-03 14.0-CURRENT FreeBSD 14.0-CURRENT 1400091 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400091
Job Id: 03




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



---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400091
UNAME_v=FreeBSD 14.0-CURRENT 1400091
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-pyyaml5-5.4.1:
     EXAMPLES=on: Build and/or install examples
     LIBYAML=on: Use textproc/libyaml for faster parsing
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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--
PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py39-pyyaml"  EXAMPLESDIR="share/examples/py39-pyyaml"  DATADIR="share/py39-pyyaml"  WWWDIR="www/py39-pyyaml"  ETCDIR="etc/py39-pyyaml"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py39-pyyaml DOCSDIR=/usr/local/share/doc/py39-pyyaml EXAMPLESDIR=/usr/local/share/examples/py39-pyyaml  WWWDIR=/usr/local/www/py39-pyyaml ETCDIR=/usr/local/etc/py39-pyyaml
--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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400091
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_1.pkg
[main-amd64-default-job-03] Installing pkg-1.19.1_1...
[main-amd64-default-job-03] Extracting pkg-1.19.1_1: .......... done
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===>  Extracting for py39-pyyaml5-5.4.1
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py39-pyyaml5-5.4.1 depends on executable: cython-3.9 - not found
<snip>
    __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9462:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9503:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9735:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9776:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11473:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11793:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11849:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11905:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12566:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12789:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13330:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13958:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:14782:87: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~
yaml/_yaml.c:15307:53: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-function-pointer-types]
  yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_4yaml_5_yaml_output_handler, ((void *)__pyx_v_self));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1844:31: note: passing argument to parameter 'handler' here
        yaml_write_handler_t *handler, void *data);
                              ^
yaml/_yaml.c:16665:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:16780:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:17117:62: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
                                                             ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:17832:63: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                              ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:17832:79: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                              ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:17832:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:18266:71: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                      ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18266:87: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                      ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:18700:70: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                     ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18700:86: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                     ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:20282:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:20397:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:21260:65: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
                                                                ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:22071:68: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                   ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:22071:84: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                   ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:22071:97: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                                ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:22458:76: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                           ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22458:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:22988:75: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                          ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22988:91: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                          ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
49 warnings and 2 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

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

From nobody Tue Jun 27 20:00:54 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrFvV3Y5kz4kgXl
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jun 2023 20:00:54 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrFvT6Tnsz41d7
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:00:53 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687896053;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=V9eaB2w9xxeFq2OqzdmEP2rD+8BW4Ni3WJAKzlCwjS4=;
	b=BBHP5g0anhMAs6lQBvZf9/o9eUpbd8i4bDwV2CtUuw62kgjXuL84KRWQwZpcRfnF7m7Jaq
	Ft/DMXwVlQJBeHS1h7xBHOjoh/CTAWT1O1F0rGhZZA2XvAs4xF90FZhlnNO3tMdswAKBIu
	vwaeOgOgfmgnoSDlcXNQ/asf7z5/jSfe0VcTrLjpUFeeEV4IA0tOaoey+3ltOBS9QJXf+Z
	TPcEQ61V0RJdDubtEvxc5DqEo/bjaW7ofFHCXxUXJIRazzjxTl7B6Y0bbRBvDipjRch2OO
	NNUwQG6QJYFHf7cm97P10dodQrRjufmb46oi9j/2ObSBzog6qSc9bUW+P7P2OA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687896053; a=rsa-sha256; cv=none;
	b=ZRFAb4MAes7dDTLlrmUfjCE/6BLRaOUZpOpZj/4i38m50lfcpuHSVXGBSDfJdLH+f0GbiD
	2lDhcatcCzpTv0lgz/5s+fmIl68JZE20Xc/DBKNEFWjfxWe0JEQpXjGoSm0M+/IvTYy2iu
	/zJjcl0ktVAwrzZOexAlOufOWZWOjkPJKrXl2baQoDqBcYQyQoDMQyVN0ol/ABOzLac2Yk
	D9juSgmfzuD3oAzwAcSQ45oIgOSj/RpYBU45i5YqeydIh95W7939NIJ3zaFXhYBt6YRu3T
	fez/g3BAZaF2b3xjFSrsXVpzzmQ0uIX+iyfVSEnPBarGzCv6lFhpNHHO0nslbQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QrFvT5bnlz14kD
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:00:53 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35RK0reV078998
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:00:53 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35RK0rVD078997
	for python@FreeBSD.org; Tue, 27 Jun 2023 20:00:53 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272252] security/py-pycryptodome-test-vectors: Update to 1.0.12
Date: Tue, 27 Jun 2023 20:00:54 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: john@saltant.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-272252-21822-HFzKuOE7Co@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

John W. O'Brien <john@saltant.com> changed:

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

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

From nobody Tue Jun 27 20:07:35 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrG3C6zxPz4knd0
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jun 2023 20:07:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrG3C4yDKz44y1
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:07:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687896455;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=+10wZR8VPZjmKzQ5Z9CtYUCOwM5S+NueGk7/CzjLLEs=;
	b=vOTr8KAco2Y+7JOxsAmNiAVLWfguGwOyH+PZaEfpgQ7fmJWda9gzob7Admn1XBtndzbatw
	/iK1Yesf6vML/nRUL376/ED0Ri/YbLkWQ1kZWRHHlXaeXUgq5Y1V/jhthDqvClqXSRbXyg
	EeZDHX3jvVhClCvYdH2vrNEj+BFh506eDbvdjQBbPd+g1SAtsXEsA2VLBK4oR/TSpBikid
	vLcY6jFU5ul/ljyVtCS6TgWCHpgxaZw6rxoMxTOdEsOHqffBgs5T/eUxm4a+K3ySMOf6Ay
	bYX8c0zsp/8WYS9osw0RQ6LCBrPUiE05NHMwvsN4CsynoBsI588p9SvzZPSOTA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687896455; a=rsa-sha256; cv=none;
	b=tfqOinrzRGX1eAwNYQT4BT29z8GKQdbf7Xw9ys0gSDS6dlM1bUAA1B1r14PaAZ/feyrR8D
	XyX038QjibDYSIZsa2xdgw+C53ve46YST24uNIwjHrFskt8optzQkQxulVB/VgbEmVKEvV
	C4jPhNfhlyUtB6f+Ny5MkwHwhX8TKpqy9pX21qq2V5OEEGVBin4rsXVbkpDvaD7LnnyQlL
	hYVDY49+gASuqtY+PZyyOvVSI6s8697W2DPpY6qvpWbOshh7TtdSJXAO1uih4NWwXOL0gt
	Gaqo0nJ4lubU6o4WMjDQhu/cAwMJPVeNn3c5qddwzlHGNtGSyupv3puTusbvGA==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QrG3C40l3z15YD
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:07:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35RK7ZVp087943
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 20:07:35 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35RK7ZHw087942
	for python@FreeBSD.org; Tue, 27 Jun 2023 20:07:35 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272253] security/py-pycryptodome{,x}: Update to 3.18.0
Date: Tue, 27 Jun 2023 20:07: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: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: john@saltant.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_file_loc cc
Message-ID: <bug-272253-21822-2DpwaG7ZTR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

John W. O'Brien <john@saltant.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://github.com/Legrandi
                   |                            |n/pycryptodome/blob/v3.18.0
                   |                            |/Changelog.rst
                 CC|                            |python@FreeBSD.org

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

From nobody Tue Jun 27 22:59:27 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrKsW75Xnz4kHy4
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jun 2023 22:59:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrKsW5Qltz4C91
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 22:59:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687906767;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=Mpam6+/4WhIrRkiuzR/X2gT5pSbri7DOeJbMBisR7iE=;
	b=fvErdn4g0qVzSbE8C5Yo6cko3v4dpKdFtOII3dpJzv2tFUC+qplBZMOu4a04gSU6EIIwhK
	xCVvX4zkYj4Ef6VTwW6dBTSH6s76C650o5fRDLy0gRK31f2/IImvgVY6ZDR29RumJzf1WW
	NpbQcNyDHyS+Dcn/GEWSeEPptjsrVdh+WZXTVYjmMdG/ANHZPXbwHWCLGn8KjCnAIaY6my
	o1JpNlbanTC1m+fMenIw0zQYR28sanmUWio4/WrlHdRTUsTAdl5+Px57LCUgHO5QtmcXB1
	TVCk+ZqkuyI32ujyJB4obWtn6a4KC2TdOrZzF1f0f62c6GcRA930RfGEcvqfww==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687906767; a=rsa-sha256; cv=none;
	b=YHgOdB+aoM7uE1OSqlIF/LhvkC8BZWaxvITN6a6OHPwzfJ9GK++MHL0HOgKCtKgs8VBnfg
	AS9J3etFHgMPdM0xOgJPNfPHeZjPaXNd9YlG8+R+xPuYEYfWnkI4xUOjIA5mbarL4I0w27
	I25NMKtEE/GE4TaJP0QxFiw6UJwg1ULu0/1GyPQfx/wUy1mSVZnCvXBjCEqOfk3ktdTGjj
	XspOQVibji18ELqPmQWQdmAFvu9Ut052jQ3SyLmbfcSsVfFrs+qiI0GxbxcXg+So/C9Mjb
	9KCExvEBh3b6USGgb3FomSsUHR4byJ8olmFdR5T8oKbP+jw7ouvOqVW2B2WDpQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QrKsW4Xsyz190r
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 22:59:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35RMxRvM046908
	for <python@FreeBSD.org>; Tue, 27 Jun 2023 22:59:27 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35RMxRS3046907
	for python@FreeBSD.org; Tue, 27 Jun 2023 22:59:27 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 257133] [NEW-PORT] devel/py-celery-progress: Drop in,
 configurable, dependency-free progress bars for your Django/Celery
 applications.
Date: Tue, 27 Jun 2023 22:59:27 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: dvl@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: dvl@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257133-21822-uAHURE6s2R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257133-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257133-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #5 from Dan Langille <dvl@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #4)

I don't see what to do next.  Shall we close this ticket?

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

From nobody Wed Jun 28 07:16:34 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrXv718Cbz4jwLD
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jun 2023 07:16:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrXv62htzz3rtl
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 07:16:34 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687936594;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=/NVLujPdfI42hG32upcHDdg/fkmLEgk7KgSf7pU5nHY=;
	b=aN9f7mV70SBUNOUbb3D7g4IJ8LLlhi3HIWo2zd1YCTeoTsB/YxasfrgRcuQKwsiaVSetaU
	yYeHLjdDdSlHlnJk3RNMgxUS8CrmsWHaEFny6RFmEK9uXsAxJMowxpHtVAH+4N0MhcU1vG
	gl29tQSuxdX2H/WoEzTt3rtS6LCPwKQSwVNfm32WdO1bDKxt5t2ouxA4iCxzdIzTbn3REM
	yHnYWSIkO4d61DBqMPtWKw1K3SwVJ4fimMJOVbxnMgIvmleDguGZkY5m+46p8RDhvsbU8t
	XFpzLYR4eFkLK3ItODEq+xFkhWJSptKAxIcQZnGCCBR2OGybtSlSw0sX/lXeyA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687936594; a=rsa-sha256; cv=none;
	b=Pa6N2zOL45kymZ8Y157s0Heodnd4KSU7HEApzn2MqYNA6UWXKG7x/nPvHAbqCfA8zeJ8IZ
	F8ZQUgZ8dMXOSXEBN7bENQ6SHL2NyJQtIEegCqf5mqqOjRtzo9gfljgQmHT42fwn2k2qPv
	53En2w2Pj+L+/SqAWTtqX13UBC1LtgsphzFlYpICQc2VE36I59pQuA+ueUz9zT47kLHgFX
	MU6aF7GpOtJUTKAKcI29br+YdPdGkEwk9LcIy/qB5XGX0UKeGfwr6aRaNAC3v1epKNPHgD
	H4oXu1kuPcs01MIkIQLP7TCEzSKSyzoK1gg96i5RIaDvYUJ/eB0X85U9wEQf4A==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QrXv61gKLzQ33
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 07:16:34 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35S7GXHK000044
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 07:16:33 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35S7GXP5000043
	for python@FreeBSD.org; Wed, 28 Jun 2023 07:16:33 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 253513] Remove unnecessary '3.[0-6]+' argument of 'USES=python'
 from Makefiles
Date: Wed, 28 Jun 2023 07:16:34 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yasu@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: Overcome By Events
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: exp-run?
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-253513-21822-r3LuUh30mP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-253513-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Yasuhiro Kimura <yasu@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Overcome By Events
             Status|New                         |Closed

--- Comment #4 from Yasuhiro Kimura <yasu@freebsd.org> ---
Similar changes are made with ports 3d9a815d9c5a.

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

From nobody Wed Jun 28 11:11:03 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qrf5h0vgVz4klnZ
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jun 2023 11:11:04 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qrf5g3srRz3ldj
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 11:11:03 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687950663;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=otELRUM8JT9TnyDRFZWzNwj5EsLxUTJL/ugWE6Ztm+g=;
	b=KM9on4y05O52KyrjqzL4QUcVAaygxdIkrX2nC5/8lwloVm7ObAItgR0eQ9bj2V4CkWd3K8
	/WRNfet7BrsuqAp5n2RPHBVJA5geqP8WVjP2hK3pTH04YcRQ1kUaMAFry8UiMbXyJvC7Vc
	KNyAmaDdH0w8JOajDxQDTGleTJ7ez18NGwKmhN8KWNF9CzIrfoWhBBjp0Vh6hvxkR6W4/b
	ksWDof0hXwh/DnTvDnFtO4k1AhpH5CM03ooxdgMLO0KgnqEHNZYKKDVRaEDRc2H166FS8f
	X7j9O3kxSj5YtpNdnqlBdmxVOGvBcj2jCf8eL9q3DiIlnpwWkquutKcwCAAV9g==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687950663; a=rsa-sha256; cv=none;
	b=VkYmSlyGAB3INblUjmcubN+cTMNAEBsIrBHaUTgZsx32xakkxnKUtVL0OY/hLXEpOjXwyT
	cRGSPhKKm27sGC7VWP2XkCKPTy/XKIVpAYq7E8gfw6QiMa0mnUOWOEGxYtWZrPXMibHEg+
	xN6ugqCOdX/8ZYV2O7U2lCqTBFt/o71hKDCPStSNzpuQeEyEibG0gU/iuW8Jh6kMG/QjPk
	hQcABHE3iItlGG1lS4RJWJ/UMqJEDx2V8dpu4R/vz6OuTZvaMMA/Jsz6dv9TW9vCfthrGF
	EnFeF12DZsoC51LCT5zzEC/Y/t48eqcNJErbg1tFrJUY0K9yn1mbnWH8wIL+HQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qrf5g2yGrzWyd
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 11:11:03 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35SBB3kw051825
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 11:11:03 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35SBB3Ld051824
	for python@FreeBSD.org; Wed, 28 Jun 2023 11:11:03 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272253] security/py-pycryptodome{,x}: Update to 3.18.0
Date: Wed, 28 Jun 2023 11:11:03 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: eduardo@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc attachments.ispatch
Message-ID: <bug-272253-21822-tm6eYk752O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org
 Attachment #243044|0                           |1
           is patch|                            |

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

From nobody Wed Jun 28 15:03:54 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrlGL6mL1z4kY65
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jun 2023 15:03:54 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrlGL3n0kz3wvl
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 15:03:54 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687964634;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=iZPbNv4CaVIbMWLz42NmWfvdyG280rVJMmxi4qegBIg=;
	b=thyV/jSlaia8qsiukHbzlvtGp97Wk7hAm3hDoJeBr6v+RSohTDQvW/gX9IIQutkktu4dxK
	4xuhM2Tzym1etqVzlFYYn+L0CPzIA+vgk1qeebjPoFP0X9ufc3wxLEcHYVsuw1PPQHkfTO
	0tT2gtpZuKYgZfO8bQ2R2v/ZLlD2KRo1Qdn9JVcZnZlkkG0GGl9/6KV4qpEUuK1OLO+5ho
	R6rsine407ltmAZLQZ09gDDErdHc6Gai2Gyn78pVYJG0SfniEbeqyzrnSu5qeMsxYrmP7U
	QcGQ5vOTy0NNNa0liOqbn47SNlEwyl9XLBqQLFu0smamv+m7RSaEiyQAI/eweQ==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687964634; a=rsa-sha256; cv=none;
	b=aKKy5Cp7NOmBi8PJ+USFAZBtbP2SVEg582y2FSLiSs6POcCtuL4VaNcpyWEbxp6EgnOUfT
	GKQP+amyfn5aKyozWb/6Wc+rJuFl6mURlIgZ9CFNgL8HRUT7ItTp3OLXhTADljZbIFBJw0
	TkDdPLcoWvQS1oQJiOe02rWEsSDlJ59p2Ad4Zd8cf2qay9LuDJTmU1caZteFMvlTgkpCsE
	mU4v2g80WQouXSOAg5IiErdVsHG8OK/g8zGpRCL2/nFHTvKCcBAJatlGYtC+jDuC/Gf+X6
	Hye3pXC4l7ZktUQVc33b6+UzvfWLYF4gftQsauKnKCzllY32un7H16ZNiTJz0A==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QrlGL2ZC2zdL0
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 15:03:54 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35SF3sgg004696
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 15:03:54 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35SF3sg8004695
	for python@FreeBSD.org; Wed, 28 Jun 2023 15:03:54 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 271698] devel/py-pymarc: update to 5.1.0
Date: Wed, 28 Jun 2023 15:03:54 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: m.ne@gmx.net
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-271698-21822-Z2bVVM2fmB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271698-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-271698-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Martin Neubauer <m.ne@gmx.net> changed:

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

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

From nobody Wed Jun 28 21:03:40 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QrvFS5GVlz4kl72
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jun 2023 21:03:40 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QrvFS3cLJz3twW
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 21:03:40 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1687986220;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=jpHK2ilxV8E0WaZvhQWCrR3+s/tgLe2KUx2g88oFEgU=;
	b=uzZ3zc69z2vxCltAW0/UJ8+i2JJ+EzVVYvsKS5xO0yA0b6UGAYTZk7WFXLhVTc695pBjRH
	fzGIjuGSEuiEOd5zhmLVm9GyEhGYMqzyOlYlGB7RI03A3jpx2UmPoBlkNCflEeIsmBZYHH
	GK65cAhzbSL/nMMTTK9kpgljEwmoTzF7KRxsWeg/AbOdhcfnqvWh1EzavL2U20J/i5pL2J
	VqvX0n7wsJjXzKnvv9nG08BttAtg23BahHIA788eRomO0GQBm1YvTHdcPsLvTf8ROcRjqD
	yYo7vrHmr13o9gcuFlkr/XbkwwrHyjOtkG+Yo0Q7vUlhfE2GkJfZohJjcJZ5Mg==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1687986220; a=rsa-sha256; cv=none;
	b=pqsBhCUSmuyE40cHpLoTthSjofPZgLch7Kl/0mE0KH8fDr2sthA/8uKlFRi6vhnlB9mJol
	bgeUXJjIykBH4VtyJASKffoy1WVv93o7fVgF6RxRb6QW5SqpGa1xl/x/uCxQGm7gdOQWTw
	pzUrJYFjsJFMxCuRrZnP2Y2vCaeMirfd/oUoodCiQ1ZOSJQgMOPXEBT15LUe8CoXuUx94f
	VVIKiqGc26SZ/B1WBWDBzPz6msok2gRFEcVYO7tPh46E7TKGon5Ib4qjUffyJB8Fqyvmds
	l2Nb8qjDErpuyp/3UtoIcWqMW/ETj7YkxpdWKKVkB6Z2jjkC8YmDzPvfzKMgog==
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4QrvFS2hF4zphf
	for <python@FreeBSD.org>; Wed, 28 Jun 2023 21:03:40 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 3027
	by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org);
	Wed, 28 Jun 2023 21:03:40 +0000
To: python@FreeBSD.org
Subject: [package - main-i386-default][x11-toolkits/py-fltk] Failed for py39-fltk-1.3.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Wed, 28 Jun 2023 21:03:40 +0000
Message-Id: <649ca02c.3027.7c5a7575@beefy17.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p8c7f3e19a83a_se495600ce3/logs/py39-fltk-1.3.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p8c7f3e19a83a_se495600ce3
Log:

=>> Building x11-toolkits/py-fltk
build started at Wed Jun 28 21:03:30 UTC 2023
port directory: /usr/ports/x11-toolkits/py-fltk
package name: py39-fltk-1.3.4.1
building for: FreeBSD main-i386-default-job-11 14.0-CURRENT FreeBSD 14.0-CURRENT 1400092 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400092
Job Id: 11




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



---Begin Environment---
SHELL=/bin/sh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400092
UNAME_v=FreeBSD 14.0-CURRENT 1400092
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-fltk-1.3.4.1:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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  -DFL_LIBRARY -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector-strong -fno-s
trict-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--
PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py-fltk"  EXAMPLESDIR="share/examples/py-fltk"  DATADIR="share/fltk"  WWWDIR="www/fltk"  ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/fltk DOCSDIR=/usr/local/share/doc/py-fltk EXAMPLESDIR=/usr/local/share/examples/py-fltk  WWWDIR=/usr/local/www/fltk ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400092
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_2.pkg
[main-i386-default-job-11] Installing pkg-1.19.1_2...
[main-i386-default-job-11] Extracting pkg-1.19.1_2: .......... done
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-fltk-1.3.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===>  Extracting for py39-fltk-1.3.4.1
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4635:14: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
   result =  PyEval_CallObject(func, arglist);
             ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4704:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(registeredDoIDle, arglist);   // Call Python
                 ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4791:12: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  result = PyEval_CallObject(cb->func, args);     // Call Python
           ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4944:10: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
         PyEval_CallObject(hl->func, args);     // Call Python
         ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5066:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5180:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5356:14: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
    status = fl_ask("%s", text);
             ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:5824:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6188:16: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
     result =  PyEval_CallObject(func, arglist);
               ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6269:15: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
    result =  PyEval_CallObject(func, arglist);
              ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:39152:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:60475:17: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
  result = (int)fl_ask((char const *)arg1,arg2);
                ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:61333:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:78967:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:79075:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:83811:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj3,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:87374:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:99539:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj2,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
19 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-toolkits/py-fltk

From nobody Thu Jun 29 02:59:43 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qs38J020Bz4jtGg
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jun 2023 02:59:44 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qs38H4pYzz4J9L
	for <python@FreeBSD.org>; Thu, 29 Jun 2023 02:59:43 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688007583;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=wOCtgfTzVBYhTH72iJfYRwGhs7mKo93fgcx8ancTnhY=;
	b=WUHvnSFtnJS4NmHjQzRD95e2NFsIfRS/WHKazSMbiA/B+ddy2sB8u9z6ePSJI23Spp+RRx
	RKZ+4VBnngBShb4hSuJbqN8+ac6J3fYCoOHbl0wOkymHOWKEXAC+DJXprbUcZwFaa9TEBL
	Gjl9kgJtwq+q5fZmG2TMbk9bZg24HaltAVJQ61DgpuX3cg8O/H36UrlrOsUH2ua0T38N7t
	kDpP8NRUtIkZi7/PcC4wqf2OE4KduHXEqmQQn/J6pwIAejiD/7YWgg3YTXkvkcGuGgMhRc
	WD+x5sL/pcMy8JLJbjE3YQyhbKXbqz+woj8UEMjhEbLer6UyVpzosRHjEuL81A==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688007583; a=rsa-sha256; cv=none;
	b=k4Jm9/euaWwrr0GEnFmLIAj5QiYWP2FnXeOMNQjT319wyPG/8uhd99MuAkIgNjL4zKILJZ
	lowC0Yprx3Wn2+6dlmZqa5TRKJBg4fVoxz2WAN1KsTDmR2/1GHSN00fYP6L0zpjXWNWUtF
	3agQ5ucpaDAxwHEemScOrX6LKWmrjrbVK65NgagEccYuNXKectt0+z6JUJ+vQhMSk974KZ
	cdJ8EaEpgVGXZTRTx0/CGko0Z/1coC7l5YAdG0T8bAQjEFa8G2YVIgmlEldHdb1FR8pW3Q
	6DhFPQwCudW67A9DS55eZYZWV63ZAkYY9P6cSgYHVp/7IdLBKqpNiL9C7rsJ/w==
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4Qs38H3vytz109F
	for <python@FreeBSD.org>; Thu, 29 Jun 2023 02:59:43 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 3215
	by beefy17.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy17.nyi.freebsd.org);
	Thu, 29 Jun 2023 02:59:43 +0000
To: python@FreeBSD.org
Subject: [package - main-i386-default][devel/py-pyyaml5] Failed for py39-pyyaml5-5.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Thu, 29 Jun 2023 02:59:43 +0000
Message-Id: <649cf39f.3215.1919855a@beefy17.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p8c7f3e19a83a_se495600ce3/logs/py39-pyyaml5-5.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy17/build.html?mastername=main-i386-default&build=p8c7f3e19a83a_se495600ce3
Log:

=>> Building devel/py-pyyaml5
build started at Thu Jun 29 02:59:37 UTC 2023
port directory: /usr/ports/devel/py-pyyaml5
package name: py39-pyyaml5-5.4.1
building for: FreeBSD main-i386-default-job-05 14.0-CURRENT FreeBSD 14.0-CURRENT 1400092 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400092
Job Id: 05




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



---Begin Environment---
SHELL=/bin/sh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400092
UNAME_v=FreeBSD 14.0-CURRENT 1400092
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-pyyaml5-5.4.1:
     EXAMPLES=on: Build and/or install examples
     LIBYAML=on: Use textproc/libyaml for faster parsing
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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--
PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py39-pyyaml"  EXAMPLESDIR="share/examples/py39-pyyaml"  DATADIR="share/py39-pyyaml"  WWWDIR="www/py39-pyyaml"  ETCDIR="etc/py39-pyyaml"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py39-pyyaml DOCSDIR=/usr/local/share/doc/py39-pyyaml EXAMPLESDIR=/usr/local/share/examples/py39-pyyaml  WWWDIR=/usr/local/www/py39-pyyaml ETCDIR=/usr/local/etc/py39-pyyaml
--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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400092
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_2.pkg
[main-i386-default-job-05] Installing pkg-1.19.1_2...
[main-i386-default-job-05] Extracting pkg-1.19.1_2: .......... done
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===>  Extracting for py39-pyyaml5-5.4.1
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
    __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9462:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9503:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9735:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9776:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11473:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11793:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11849:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11905:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12566:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12789:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13330:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13958:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:14782:87: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
  __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~
yaml/_yaml.c:15307:53: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned int)') to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned int)') [-Wincompatible-function-pointer-types]
  yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_4yaml_5_yaml_output_handler, ((void *)__pyx_v_self));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1844:31: note: passing argument to parameter 'handler' here
        yaml_write_handler_t *handler, void *data);
                              ^
yaml/_yaml.c:16665:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:16780:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:17117:62: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
                                                             ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:17832:63: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                              ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:17832:79: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                              ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:17832:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:18266:71: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                      ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18266:87: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                      ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:18700:70: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                     ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18700:86: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                     ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:20282:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:20397:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:21260:65: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
                                                                ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:22071:68: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                   ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:22071:84: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                   ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:22071:97: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                                ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:22458:76: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                           ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22458:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:22988:75: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                          ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22988:91: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                          ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
49 warnings and 2 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

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

From nobody Fri Jun 30 07:24:26 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsmzH6HGgz4ksVT
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:24:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsmzG5drZz47Rt
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688109866;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=eQRi2C4rZDP1ymJGdWVdcnXMXGpZGSGI6bGoxLD/ouk=;
	b=B9OP4YH0aLbwKTMsHmQ2i0asuY7UWRmFtqvojAEiwhvY8knBePTS8HxRxOCiI8B7GMqY1z
	kM6DUyK4rNBrQHJ5ynqWD9FHHNAB7ZemJ4pFfeXGPCdUxkBzKX7qjvPm/mmszNhkTw2Wpq
	x5mdtshGsKnTKe5ETRxBr6xrl93r1342eknJNs4gqg/uKCCIs1IpgK9lhGl6b6g7VLfZtC
	d15F7mqEQL5kvpoc8hqDvZu9eWvYW26/hC1k2wahtj8A6zvXR4D2den/y5IY2iaLvNebdd
	prD0o/gT5pZNT2hLWSFlGxWHp6ssUNnLIjxTPVSYO14wk4IcLcJtC92LrVtX2w==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688109866; a=rsa-sha256; cv=none;
	b=cpKoyiKFP0R7SnnLaKG3IPSPcOFo8uCyHP0t9nPLgkaDxtoPmoIP6X23MFg+jSNCvSuAFv
	nCZXS9wffQr5odsz23edbvj/MCC97xO/9Vsw5X8afeYMYMbWmuD+Uiw1pSIJA8+uhHy7Im
	JsAl+Up3hJWPvj80Bwv+xp1o1R2H/tvH8CmiGzy4VSAG311LQN7jqXSxn0fU2Al4qwzhqV
	E+WLjGYc9p09HhXOA83PpOV35L3H8ZtCCdQlcchToB9mzVwfnyR1m1Z7UkRoJgkrvkRrJC
	3WTvoereevT8M/po+zBlwBWKp9/WUAW3DrXF6xsZ+b3plPTLmX2T4Y3KwcmBBQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsmzG413zzq81
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7OQLR014165
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:26 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7OQct014164
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:24:26 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 07:24:26 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263956-21822-06aMPu4WQx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D36a2aa69d4205e5a9f6fd2804e75399=
188a42cad

commit 36a2aa69d4205e5a9f6fd2804e75399188a42cad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:24 +0000

    devel/py-mrkd: Allow build with py-mistune installed

    - Bump PORTREVISION for package change

    PR:             263956

 devel/py-mrkd/Makefile                  |  3 +--
 devel/py-mrkd/files/patch-mistune (new) | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

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

From nobody Fri Jun 30 07:24:27 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsmzJ3HQnz4ksFC
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:24:28 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsmzH6c9pz47C3
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688109867;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=OjliY4BaAugGiURdZ9wX21jmQsWKbnM3RFEj5+tk2r8=;
	b=sIUn/jZfntVbZp3g8I1ZpRtykCHqeglYKJ40AD3TUaKO7kf2G3G0WqBNbsxkXgvnhiZPaW
	OQarzqQxyxGPSVpfbpY4i18R5QHBeAmTjF9q/8AdiewVg5LEi6yEd+00SdK1WeRlp0DNq4
	2bNh20YDZ0g0T5CU8zgLkNF9fz1ueD6bwuHVopPYFGUrcBWuxFN88iJKFj+V2NsiXAp84U
	h53TyhzEwzR9+a4Nwg9T9AdRGIZUVoluSdtU/4DJ8DCuTQYOPi1tTB8pfhcVCdDnr0XRwx
	HzJ7TWmw5VlYKk7dtiSYeFrCy3D1czQ0FnCmUbBzo9e1zqhzZinzmvggF3SylA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688109867; a=rsa-sha256; cv=none;
	b=LUcKcT2dEbYVnAvjnQPVXlv26uqyILux7OUBqom6f/1Rmpa2H5a5O31emQZ0HaQ2im+QRk
	J8sX17gdAOzhlIo1LliXkHxdBX2Uc6AR0+ZvHGqWLM5GOmOVb6lb6K4TNUJ6/+gn6V/rU8
	eMjirRNxEFvsf8arupE1wAny+E3NsbySzhuVQT4OxYnr6TLgIjpI+e7Pe7a0bnFkKCFi9c
	WsENMe98KY0RhQv2bRiHkj7lnJULJ2u7xt7/pUknKPxfN1d+hOSmk2C/SRtW/LVJR2TNiB
	OSU3REO4mRf3RTMdr2Fr5rJo9uoD6kUNyjLBsCUDogoii3atN9mq07kXNRBI2Q==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsmzH5hYDzqSg
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7ORAr014191
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:27 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7ORev014190
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:24:27 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 07:24:27 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263956-21822-KvipAZzvsk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2ceae76cdadfe9823c92051904a6f99=
29a02181f

commit 2ceae76cdadfe9823c92051904a6f9929a02181f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:52 +0000

    textproc/lookatme: Allow build with py-mistune installed

    - Bump PORTREVISION for package change

    PR:             263956

 textproc/lookatme/Makefile                  |  1 +
 textproc/lookatme/files/patch-mistune (new) | 32 +++++++++++++++++++++++++=
++++
 2 files changed, 33 insertions(+)

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

From nobody Fri Jun 30 07:24:29 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsmzK311jz4ksH4
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:24:29 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsmzK1cF7z47VT
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:29 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688109869;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=w4EDLttF9ex7ZUUzG0whhuvbfwsikMmQbVZCYUkgJc4=;
	b=DMvzExeo5OjKFn2R0qvMTl4+FK5u4hCq00mN2V1LPE3gv7yypzQS5aazCJVSPjNl8K193P
	8gq3J/ogm23NXDYuvK52Dhxs+438mNttsEyNzI5PcM5/9DZGYuVjcJwqVSt2Y6DlE/0Ynf
	HLW0fOgu8+7kBu5zv6C/T+8CW1wr5wJTdBtX3SmPF/thT6LAYa+LsAp2f2w9yayYO9N1Xy
	jTavKQLFuQuUb//byACs8/3P9x1R3DeTjsB/BZtMCV90ZtMDkrjajsNy0FVNmLAzWP4/uk
	lvmOWQYF2pQ9W8WpD1D9z9+2UD/wW0PmMw/UaspWSeq99RKiuZw23MbAMdj1Yw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688109869; a=rsa-sha256; cv=none;
	b=KR6K5dhzwDA2P6ECjbbCd08D1+glhYgQceSGDeZCP3e5/tRJzw54Q7xZZ7eaGFpVPoOt3k
	beRhP/T/m1ZgATiFJ5U7/vo7nGw+9TFtUFRa6QzM5jD5ohYeTdUzPuLIQMB24/hX4G/JN1
	uzOBYgT4rxoUwtMXuK3OYBH7d0NziVPXhuanje+YgO9Y7iLSdSj4wU+ozM8/j5R2WEacJX
	y+I31989OyAZ/9adDbNUjuxHqFVnymkIrldkMdyT18wjvkj8G5iuljhBzGaF+dDMWTwtr7
	+rF94abkweMuwlllEOdzGDAYZNs2ntmXnmdfZ7ZzlF8YP+7mFU2MOjdEnqG7bg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsmzK0gVCzqf9
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:29 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7OTq4014220
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:29 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7OT2t014219
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:24:29 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 07:24:29 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263956-21822-pVAEugo3zt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Da5789ccf779d5adcb9e384f0c5e4712=
b6acc6d37

commit a5789ccf779d5adcb9e384f0c5e4712b6acc6d37
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:57 +0000

    textproc/py-m2r: Allow build with py-mistune installed

    - Bump PORTREVISION for package change

    PR:             263956

 textproc/py-m2r/Makefile                  |  1 +
 textproc/py-m2r/files/patch-mistune (new) | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

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

From nobody Fri Jun 30 07:24:30 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsmzL1wCcz4ksVf
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:24:30 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsmzL0Gnqz47LR
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:30 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688109870;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=P2OyrwQF6Bt5oOf6BeyIQoi9nP083XDAh4lHhK85Nj4=;
	b=tiNT8f2IIOrZm9gh3NxCrnJnds3XssFwWmM+4vz8j7mmccOwmeaY4E0cuQ5WSW2Mw1td5q
	oxjVjVguCmjQ14VK+7Ar1QDP3r3i/QB4Y6JhkGffBsbrn16z+a7rSjyR94Bn6QJFGXnPEY
	+NTbje8S5f6G0mUODHU0HETTLESkf2JRSlrh6d8CJTJOkFGZrV+U7dNNxk6OY4Nc0bsczG
	ZNUbAU+vPF+zY+GyocHaagzxC9NaEKNVkU1juQABGvZg/dwVyXO11a54UfMEn77sjGngAm
	FaJw/CdN/oMg4e/6H5P5KNXqfFDf8o2EH4yBWklT/+dFbgOt1T+DeEaO0sRNmg==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688109870; a=rsa-sha256; cv=none;
	b=IpVus+b3VatkesBTx4fqYlejgyyX+FkMoa8LwSL/9usC9fo+0xAzhapkqrmtrIb0opyeuJ
	96KxSqEViFQKsMMegeGa6s/q6Q8skFqS8lbR36MQQguvrTcWIDMF1pikPyYRlEujJw55zi
	QwK4dLADpYfKDsTA9G+vfylacyW0M7wwI4es7WMFPShe+D9Q2Il04E8FJid2d0GCIDu55W
	LBQWiTFIhZzG+gcaj8HrBFQ7wheL/dkP3qrVvzPaD+bewLT8L7IWlZMviLsCL5UVUkrkFm
	zSsfszPzPe8QURVbKoiLbyFnZxxGU/8ff3OypYzudegMweOTo2UVEsNfI4Tt+Q==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsmzK6KGHzqgx
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:29 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7OTTd014227
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:29 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7OT0c014226
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:24:29 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 07:24:30 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263956-21822-1wsqsMUMrb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd208a99b094e8a040a533fdd38d649a=
b5e4d15c3

commit d208a99b094e8a040a533fdd38d649ab5e4d15c3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:09:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:09:05 +0000

    www/py-lektor: Allow build with py-mistune installed

    - Bump PORTREVISION for package change

    PR:             263956

 www/py-lektor/Makefile                  |  1 +
 www/py-lektor/files/patch-mistune (new) | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

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

From nobody Fri Jun 30 07:24:31 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsmzM67Gzz4ksQF
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:24:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsmzM2Dktz47WM
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688109871;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=MiNvdfo1tRx0ceKh7WW2o+7petEakMo3eLuuJa989jE=;
	b=XlkBH8YdMB8mJDVWiycb7/F1rctpP2dufP2xkbHSjWfAsBfL4y2TS1Z1r1jd4LF/FVD5Ix
	fJPcso8fexcek1jozuIlRYAIgf4ENKK6Ba5DimCUfWbreYi/7by1zD6hYdJXTmzNIKr2BA
	kk3Y/wyHp8kZBtLpMpa6SqyfvMPnS3/JCLgJwwsAoZYbnJ1c/TNGst/Zyc8Vpj75PCSErW
	MbmvPqmmsjj69tAj+s21wpQg4/nO+iMDAc75TT7zEkvRrBtgmS8+Z82nkQBVvNoAzzRNTR
	8epekTcBaHQeF7E6rOckWaSIa9wB4nwCvmr8woPKzWZIo0F0b7zpM5YvZjEQKw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688109871; a=rsa-sha256; cv=none;
	b=iXkteJ5XjdMFQnj7+qa1NBmEajyYfCvbz3hvWeAD4TN46pfbR5GA/TjgTP7ZTnCSVtMIQL
	e2dM6KrFJ3w8pfBMvqgrrtm+za2f3D4kKVyw5dTpLNOajA7K2QqH9249Se1jKhd6WeZTSn
	mWJOtUII201ZLmLIjnQitGe1yWpCjDYRyHN7TDT1SLMk7yrHW/bPexc4kP7k0i0WhibOmZ
	+5vbdjvnJMwZXJ10XcUiBFOgckkVjE0C1yQGv4WM7HdOdzvnZULLrDtYhzgBE+uibWh91k
	cv8R72Dqtu1dWJI/OPJlrXWuWg4b7BzCvX8Gkec/7kf/kgKxYN8ecaHYBz/wNg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsmzM140HzqWd
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7OVWg014254
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:24:31 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7OVg3014253
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:24:31 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 07:24:31 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263956-21822-3hJj6iCuQC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3De62ba962ba4d0186ab1dbdbef7863d9=
fab1dfd46

commit e62ba962ba4d0186ab1dbdbef7863d9fab1dfd46
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:05:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:05:10 +0000

    textproc/py-mistune0: Avoid runtime conflict with py-mistune

    - Build and install mistune as mistune0
    - Bump PORTREVISION for package change

    PR:             263956

 textproc/py-mistune0/Makefile                   |  4 ++++
 textproc/py-mistune0/files/patch-setup.py (new) | 29 +++++++++++++++++++++=
++++
 2 files changed, 33 insertions(+)

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

From nobody Fri Jun 30 07:31:58 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qsn7y66Chz4kv5w
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:31:58 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qsn7y4szlz4GK5
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:31:58 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688110318;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=4zD+ojPAKMhLOHtJRZYonROS6f0CFkZsJoL9yrtpQx0=;
	b=K9aa+e1rgnzVnT2GFIaWZcQIse7D6BxnwI3FDqI3hDB+FKtqj3SGvQjqVxed3fnnhnn2yw
	otk7CFnHURQSg8yHw9V/WF6nUfr2F/Liujf44EV8PKxuewzzw4+v2mUVRX2R2mMheG6v/C
	owRCOQwfDgyRSGOFlkhaBHCnuSWbk2/oSdOMktGzE4nDzZLeRNQXmNYnnOJoDla2V8MvZb
	47HouSMf++e5wqiqg7VVF9YLk/XFuotOaeYJ8ppdgp5UyXlWBraC824gesbPkK9ds6VB2w
	UW+3qzmsx3S/DVUiiPFSR3iSGfzn8hL+p6LIRC46aRxtRnom2UEEFIFz1XZWAw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688110318; a=rsa-sha256; cv=none;
	b=QBeMOjSFKyPiyG0b3aNj7uk7RgeSZD1psa2pEnJB/yEmNqeMUb/Ln9BqdDU7t7ZQqJV768
	r4Oh8QvLMqAwaSLfg+TXwCL3j4X3bjqfqreRr3aMApdG1S3kRobXvkK5MWkNB8EYTjMN+L
	79CqTTmMBJI3SUUQbKzsmREOCxJA/vNHTJ3khRoKIDF4mB11ZkFKtilQcYXbW164Fe5MGJ
	obXfqf6wZ7VeRtxVXqCZr5ncMOHm6HEt6Ioj90KCUUZSsiKiu5f3zPHQSCdIcfzZBOFW91
	dgxxaZsdxeniKpPA3Vnq/dvB1ulrX90ps72p+6JkYzCkZa66n0PfYR2dGrGJ9w==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qsn7y3z1MzqYS
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:31:58 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7VwUM028745
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:31:58 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7VwHE028726
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:31:58 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272253] security/py-pycryptodome{,x}: Update to 3.18.0
Date: Fri, 30 Jun 2023 07:31:58 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: fuz@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to bug_status
Message-ID: <bug-272253-21822-1HkHxlrpz2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress

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

From nobody Fri Jun 30 07:33:50 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsnB62PZqz4kvdn
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 07:33:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsnB61GHsz4HyL
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:33:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688110430;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=WKdEgyEh5FMxzdbt6UcozH13AadzCp5SlpbjiV+d2nM=;
	b=pZcfjrvEgpQxqX6df9HF+7OgnPWk3PehpdRXiJL83WjNwqzmHomkE1LmMaqzugOZMTGARP
	8iE5uOjF8s24sJzVTqVOF1tmW90yZDEYltQFUuo06BiLGSP49WOR8/4fOKLjRNbgGnwras
	fQmfY06tOTC9O0X5jDZfUcOZ7RtNXZzG5R3LGn1tGGDlv1A2SR46PGLSfGrNAWAuCXOthP
	Nf6B2hrlgkbd3U7YkOT6KmEi7QPw305QauMtkGHWGneTlF4CIevboTKODR0XUb1SpEJy3v
	PrLF60VRIobgGmgbJHCyzpNoBOSoqH+wHF/5noCB5qEV5up4ssCxK8KumQR5Zg==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688110430; a=rsa-sha256; cv=none;
	b=kjseNkJB0I2fTLQeZkBJqSQRv4pzWKkyPQb1R6KGRbR9fBEwGfU5gdLvnaUZSmpzhZnECI
	wV9NTXQbxeJ1lnjkGYjtL099ZlawbKeI4frjwnzLKRjrupIPgRMCuHLtNzIXKaXzERPqla
	WOlmiiuLbi7xznALh+g6brUyLIWKHrnE7+iKo0fUW4LhFdekLKmY58SXaXTq877xqiFDDO
	DS1YbLLH5E7njONN/aojvnc8RBtp/WQkSmjbexTin/OE3t828KdlbtRpt74UbVIZw9sArp
	KTwcI/hPPDMZ1hTUvZNPPr2/Rh5vvSjPhnftVAqwbKSOAGKcfb9EQpACLZ7Qyg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsnB60LyZzqTb
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:33:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U7XnpC031235
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 07:33:49 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U7XnIO031234
	for python@FreeBSD.org; Fri, 30 Jun 2023 07:33:49 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272252] security/py-pycryptodome-test-vectors: Update to 1.0.12
Date: Fri, 30 Jun 2023 07:33:50 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: fuz@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to bug_status
Message-ID: <bug-272252-21822-YDXXbSBwEN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Is there a changelog for this update?

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

From nobody Fri Jun 30 08:45:18 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QspmZ1v2lz4k1Rf
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 08:45:18 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QspmZ0dxbz4VB7
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 08:45:18 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688114718;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=2zX7b6cVKPu4lwgqbnZFKwYzi+fCIrkXYu7liSoligM=;
	b=iP7tshlhJp507BgUrCjlR7pMUTYGelilgnTYz+mnCZC7JBKpuudnocce8VSoNeRCbmxj9w
	FcCMVhrly4sm6O8WyP2VrDA+rNS3ir5BHZRjTicAsV+DzD8RDvQ67NeMiufq9ao0gqZZ7+
	LTGKumSVRU4RM/VuEKT3yD2FGmb5gV6mIZgNBbJilpV1gF6W+5jDl41J56WD35Lq+crewm
	XeNSbvqUzUoYd8KmorRR2mJz0Pailh7Fqoxx8V9T5scIBSrN6/YRwiGnEGZwNfXQmXs1+0
	l3S4kfmBzWmOBYoriuU7g7b9M2hJ5LGOj7TQ/CJ59H0hpmE9WyGq25MO+t460Q==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688114718; a=rsa-sha256; cv=none;
	b=xYaJ1XmIEgKR5J33sScoRxVB2nq5siX1geJOD2rnzDKknbIBlToQ5wFXhben1tgjNxF//t
	vJgTd205t4DOqzszqBFC6aOz61Cjiy1WXheKu22JlSuweoiDE/aMCCYEFZirZSJn0zzJaz
	9tnZJkupHI4OyFPqJpzlYD6WYfzEnnmZIYvWfNSxbhcJ8BoWGwg3YBMuzglMmZRqp8b+zj
	GykJdVzJLB16S/iHdZIC1BAv6DFdO7LDQwt0o26WREV0bQpKNHW94++JisSRjV6PNUG1ku
	r/QZmPnsJcj5UrMP+emmUMd6yU29Hjghk6sgMlOm8Hrt8SgyW05wR2ph/6pGWA==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QspmY6kXHzsc5
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 08:45:17 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35U8jH4f039157
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 08:45:17 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35U8jHX8039156
	for python@FreeBSD.org; Fri, 30 Jun 2023 08:45:17 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 08:45:18 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: sunpoet@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-263956-21822-uYJru6e4Ww@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

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

--- Comment #9 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
There are 5 consumers of py-mistune0 and 4 of them are fixed to use py-mist=
une0
correctly. math/sage was left untouched because of the following reasons:
- It is broken now.
- Its dependency list, including both py-mistune and py-mistune0, seems to =
be
incorrect.

I believe the issue is fixed now.

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

From nobody Fri Jun 30 11:33:21 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QstVT0y1Lz4khVh
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 11:33:21 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QstVS6P0Mz41Bj
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 11:33:20 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688124800;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=Zxc9/8wY3DvBksFPKuyizmdTvyI86HsSbiRuqBlRE74=;
	b=SyUVynX1Ge5wuOX9Y6vcJ+GHkzmwou7qnkUu0zscEDDSX/Xug4xp3isyRpNBgW8XjBMJSq
	M/c88hqoMD1AsIeX0jyLdg+apRKzX2LcArI/4XKSgqSwfNYqkK1gOIRP/aPMvCltGrXhEC
	CA2kdCJl4TSvwxpcd6yFGLGsYVG67R46zDr0ndLaRN9ExmAyr0uf5CNyqDOx4ZXIACKnp6
	On/L4vRVWqfBpYOyzXWQrRkEp2/YpQEF6wtCTEyiDq3aVrNM7w2KXPr5rBSY/e/VBt2m2O
	LW72j1qKHd/IYqLFl+3n4wK6MBHVDn3+PyfSk20yQ1o6OcS6iv4rx8h36rdaGw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688124800; a=rsa-sha256; cv=none;
	b=rTfnlexqJIeu/59JZspR0CoUnJX9rs6C+W69ZLZYYPCV3PALobyJNsqEC5s85P2ICmBTAA
	UgWRWRbrPLLKtpWCb0f7hyu/EMm5VQiTPDYeOEatIOwIy/1orT3K+r8whFpf+OLOY3Y7tR
	jDInQ2QX9u0D8iOuNVAbXrzPsx3VjfEy4NYX1yz9rHs5ZS0V4ai4amjNKh6wZun+Mk/K1h
	TOmx0CKitJx4JigD9sP7g9FmbbP5+Ly+SKqih64HZ5kDBseCUCWS2jYAQgRG2mpFbpBD27
	wGBNlb0ODXDFxboU3t8Zdfi0jg7JvrS+iOJd9qAeTGrLhsOFuTF8PQDNWK2RCg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QstVS5W75zxkZ
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 11:33:20 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UBXKo9087979
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 11:33:20 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UBXKuX087978
	for python@FreeBSD.org; Fri, 30 Jun 2023 11:33:20 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272252] security/py-pycryptodome-test-vectors: Update to 1.0.12
Date: Fri, 30 Jun 2023 11:33:21 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: john@saltant.com
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-272252-21822-kH4wyLQlBn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #2 from John W. O'Brien <john@saltant.com> ---
(In reply to Robert Clausecker from comment #1)

The test vectors are maintained in the same repository as pycryptodome(x)
itself [0]. While they are separately versioned, there is no separate chang=
elog
for the test vectors beyond the commit log [1]. The commits since 1.0.10 ar=
e:

    9abdf1a More test vectors from https://gitlab.com/dkg/ocb-test-vectors
    6e8cfe0 Add support for SP 800 108 Counter mode KDF

[0] https://github.com/Legrandin/pycryptodome
[1] https://github.com/Legrandin/pycryptodome/commits/v3.18.0/test_vectors

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

From nobody Fri Jun 30 12:01:48 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qsv7J6J4sz4l1DW
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 12:01:48 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qsv7J37Cnz4BYp
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:48 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688126508;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=xSecogEOdagtK1AP8raULpBYO4LPjtYqobjW1sJ/kRA=;
	b=d4pG5DyzUBnlZToj5eEEtXV6rTlXfNXo+PRPJQN3fxT3WUn16Gg0Gby6MJjQb0wmKIL+XU
	bjL8AHJ5cfCL9IOLDjrKP9ZfGUco6Itv01+ALkYtpZBOhQoAtKWRhtdjibjlF4qMT9WJN8
	yDI5HgOQRgyOGeQ2+LATb54Ndb4RSOBsvcrxBsKKKESz3DkQdANAVsn8fGkAx15FQGpMX3
	yL/IJiIeA0l4Gf7HeMHbyWxSzjY+byfQ2h1r+I4c0MEjHXG9SOK8CmBbtoOdPdTtY+QrsL
	NtuhKw3+v0LYUoy0sznu2/I4cmjnDGYTJtXXPlY1NVjGoE1kMlLA8RwgX4A9ng==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688126508; a=rsa-sha256; cv=none;
	b=vdhaYtgO3tM28JacagMwo2nTWa+IXanvfK6xDtI4RlnyVgDwcyagmNvANM9XefPeqzBijs
	3UYt5E8h1jgv0PwxXx9Elom6HXzdl5vAKU8vwJmss5CnY4Mu05NaUd/CY5MaKJp3p0fv8L
	7Uf1VF+5zeno2uKIh7TWBHYxxpbGTWv5hSmQ5UtFLugFSw/m7gFNGs+DANiE75nRisxaGV
	EIH8PEeHuDAJfaAJWgstYWxr/41NoxQbC0gZsFH75g3D184ChkYYl9vw/OYWgNX2dc66G7
	84pcO30r2tC+JZ0+MQEWk8OjQB+BtvvGISgM9izWyJQsss6QiTRCpNbvRsbuKg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qsv7J2DQvzyJy
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:48 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UC1mrN027921
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:48 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UC1ma4027920
	for python@FreeBSD.org; Fri, 30 Jun 2023 12:01:48 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272252] security/py-pycryptodome-test-vectors: Update to 1.0.12
Date: Fri, 30 Jun 2023 12:01:48 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-272252-21822-yPMfSIok3n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3De84ab85b50dc688e0eee7b6d936e7d3=
f226e4fb6

commit e84ab85b50dc688e0eee7b6d936e7d3f226e4fb6
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2023-06-30 07:33:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-30 12:00:29 +0000

    security/py-pycryptodome-test-vectors: update to 1.0.12

    PR:             272252

 security/py-pycryptodome-test-vectors/Makefile | 6 +++---
 security/py-pycryptodome-test-vectors/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

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

From nobody Fri Jun 30 12:01:50 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qsv7M2Bvcz4l1P0
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 12:01:51 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qsv7L1yHjz4BnP
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688126510;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=4dDtTahYEVKbAvI7hdL8U9cEdddjRb2N6lNTqAwBytk=;
	b=uQPFujZwJVnrh3MDtekOGDJFGoRRSm+sv0Of1A1f0OBtWJK0/GxRYxzmEDd7v6LiUuSfZm
	xHJuvnt2T0y/3513jZJgueX/3+cGWeVwZQgQf7Oagpqrsmhu90nxAm6piUwpIYHkvJCf/G
	pi3jsOTWSp4ROwMS7dTAfjuUp7vUZapi5/Rn9/acGd4SXuVjrJ3r5H7rRVzu3xR11Rl61f
	gHjBq1ck/Gxo6EFlLzdgO6SZRD+qOFpkCQLNNi2+pEd/yu23dW1hAmiQPq+bJG2ssT7QOn
	kCwukQd36nSF1DNdpQ1XzfDXucx31RiiBglXUaJdL/hvF6vuX3BYGcPaPJVgKA==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688126510; a=rsa-sha256; cv=none;
	b=Z9myzgUdLyNHzzdUSCLxFSIosmXENG7piZHnYJsDMbB0AhhPgzudyRf6gjcGll3IbtdU5w
	82sZKwL/DL588/aSOX6PeVSpmr1TCOj0GkC0hDQxnvCeMkLmpJCDBXiPZac4ijxNahtm1V
	ZHBYoO7ZHAXnsgHpKpHB8QPJL9p2pWPuRSDb4f3T2FnV/21FBKA1OFLuYwrJa1u9YKXfW5
	tQGspYpVmpS2uW60PkEDo9oB9bWOK4Xkv1TTEC1Q+bKSptLEXt+pat9v3rOo9JOtxaaxXV
	dfl+fG2tREQfo1Ng14hv70hRi7hr3jfiQ2JEkxQsSa6N/g/EZoCxKUNXa/9Ncw==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qsv7L0z6pzyCf
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UC1oZJ027948
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:01:50 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UC1o4P027947
	for python@FreeBSD.org; Fri, 30 Jun 2023 12:01:50 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272253] security/py-pycryptodome{,x}: Update to 3.18.0
Date: Fri, 30 Jun 2023 12:01:50 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-272253-21822-pWIUgMyj5t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D179ad0e3d817f4bcd45c11c9dc5413a=
1fd974e87

commit 179ad0e3d817f4bcd45c11c9dc5413a1fd974e87
Author:     John W. O'Brien <john@saltant.com>
AuthorDate: 2023-06-30 07:31:07 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-30 12:00:29 +0000

    security/py-pycryptodome{,x}: update to 3.18.0

    Changelog:
https://github.com/Legrandin/pycryptodome/blob/v3.18.0/Changelog.rst

    PR:             272253

 security/py-pycryptodome/Makefile | 4 ++--
 security/py-pycryptodome/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

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

From nobody Fri Jun 30 12:02:23 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qsv7z1s7Qz4l1md
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 12:02:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qsv7z0Xfkz4C8r
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688126543;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=AlJLK+LfoB9uOIirPRsLHOzjIq0L+8tbqgtQf2tEk4M=;
	b=u40+1kzhqOznJ/B3SHlQFhkt4cNZgTrRt6PFL7kH2V3tx6MewndTF1ZvfOGCUVVaPtk8bg
	rwdg/6J3x9zP7JZN1JTZBjalTMy+GlgYmZFPfvFXvPgxcttCBEeGqQZrQvLsBpc88VO/9+
	2uEFvYCioM3ubRLVHtnGrn7+RBKhmc6BXPZixRF/5LodQKNvJaDneVYhmOW6g6wG3BrTLn
	jioApJ2L751QYgltgLWJBRZIpefWt4eS+hE9FevxeA7azRFQW565EMGhJQTiclq0WNW6Wn
	KCcxbCTZWMg1dfVohrZDvR3WpYUbGYXtsiXHy+lycM3olF2aqeu6BKlaQi+ovg==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688126543; a=rsa-sha256; cv=none;
	b=nuRmp2XvbxTsHZH11eaznFfmE9wAsWQ4b4s3/z1rFq7mZc7z8E1s+vNrn/kNoxXmsOWQYN
	G2YQOy0WUfUI1mBs3YpnVQO8mLaE/4jnJvEm9GX9J36nNDoKFtiQLHFmlr0EKsgro+Rb1J
	wngisTLL1of/ukqN4TcSXeHKRugdyFD357wF2yXNIur0ebvTTYNK0cio7kXZsNj0nROaai
	Dsp4keFzqsDEIxhyZb//zSBE50VcKCENtecOrA7ZCCnVKfZvas+3jH0DW5vLmm5MKLIwe6
	cDKPkBugWFCq3WZo3ErSG+xCbhLeRlFCCRiRpJAqELbDardcDyaDF/PgbTYx0g==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qsv7y6jFvzyCt
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:22 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UC2Mwo031763
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:22 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UC2Mc6031762
	for python@FreeBSD.org; Fri, 30 Jun 2023 12:02:22 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272252] security/py-pycryptodome-test-vectors: Update to 1.0.12
Date: Fri, 30 Jun 2023 12:02:23 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: fuz@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-272252-21822-QJgRZTpouC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272252-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your contribution.

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

From nobody Fri Jun 30 12:02:37 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qsv8F5xJGz4l1cJ
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 12:02:37 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qsv8F44vlz4BtD
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:37 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688126557;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=bBCKCfkvdeblI1Sas2lm37nHbqnnE+Uyiqdp7uXeN2c=;
	b=C38OB6oLOoWt14qckBB2XxsZJH38ksED1s/ytJyqR7giYH7FgpDOZNJijfuYHaKehYfQw9
	eEXqWxHUeKh0kj+H13qYFqwrwOvk8zXT6Zc3HBnuiN0s/6qIKY+cn0SKFtnxX9O7Zl2OCk
	hfkJlzasE7yInPal7HlutrwXhuXKAQiFF9iAkwxsJUHJRJX9FrrnKsmOGDoC2j6GMZzSFw
	UHU0iDsygiw+x695wRElWxXnbtFsK8ZlBaHIqkcwb46I7vTHDzYjh+R0VbaBz4+8Da2693
	jBE9ZVhWs6vBdjgAZl91jFRaBR+22LjhIp6vC8duDBa3wDwjiFH8UUcsPNDgqQ==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688126557; a=rsa-sha256; cv=none;
	b=lFK1olyAmrQvpiwjj4bvyOqAxJGurRt4J1kXVg9ybfYjqrmV9y+QvG4Atx+QF6JUBlHys9
	lHXee3eilkmQgodTzh/dU3+OzQun6Z+jqrOPoana9o3QTvrfvhEEiGPr3YAuBImBUCRU8o
	JfWCEM1tPSU6xnmQGe1IEnBQCUpFI1KDrkJbZJ1bkCuE0PuHlVDegmv1kIlHDjptM593ki
	xtck0Es09399flv6ML55OGv36en52yF+GMehfHR3axQX39Cn50V/pjBARAQ50cIdraDhiL
	MiVpIlA69QJmeyqhv8a801ZbTPriDeQXcYtRmpZFW18Z4wX/SNe6Tzw1HW2oxg==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qsv8F3Bfhzy9C
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:37 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UC2bYp031823
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 12:02:37 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UC2b59031822
	for python@FreeBSD.org; Fri, 30 Jun 2023 12:02:37 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 272253] security/py-pycryptodome{,x}: Update to 3.18.0
Date: Fri, 30 Jun 2023 12:02:37 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: fuz@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: fuz@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-272253-21822-6w6OYaqbGC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-272253-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|In Progress                 |Closed

--- Comment #2 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your contribution.

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

From nobody Fri Jun 30 14:02:26 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QsxpW2nlGz4lGS0
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 14:02:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QsxpV438Lz3nLP
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 14:02:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688133746;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=XYyfTDntLS7Yp6ZBtLpuFnqPUx+KLcBMNzR4f2C7JNo=;
	b=wn7mI6oE+o2wJkctm08zmKf97azjINr2zc00JChTZ5Yc02NP9tmRtoEIN7/fe32dClBrm0
	Ho1/63mMPglNilhI0OJDssZ10zUMtMW+fplsEPO8ccSMdA7iUdpiNchalztcwh0p+Zv4Rj
	5oGRVhiiRw6cKpaoy0xkWVmZK3HMevX/6PeScRJN1u5t6c2ag96N0wbz5A2vuopUFSJNNX
	ct8i8mSy88WgpxxlqJRUuPjIck4t6VFFGRcSnU3XA5qAqz/CQzVeWj0jzyIwPBC3E0/PFV
	uFS3yOMQ3k3tu4r9HOm97e4Gfel6YqtFXACpw90UHM7wbS/Z2YHNiXcs9w2SwQ==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688133746; a=rsa-sha256; cv=none;
	b=Ls3ye5/4DZDDm73JfQCQADh63DkwUPrN4qM+PYK7dJvqQCAcDW5wwvQDAtlVEyVm8Xy6rP
	h3IZPujluna6GIHCCzz1LeglZ4Ifno+1cCHkp1U67FjY0NLPbdNg8nrIeOHeqTPUQFOFG4
	6liGQS0txppUfTb32+lftKFmFQ+VGTZ/G76D1cwvaQ4cjmnEqYLII7HdgHYNTa/zQ2xB9p
	Hm66P4JcYeSz81cK4byhzGOIe0EX8kJd0Ur4xwmTIqDkOnu+CE//dFbryaO2gecHiSHjo8
	dPuFrmJIqiYcmXfE6vWGkc3BJBMA+GMFP281LvQ34juTxtrjfg4GlSzARNW5jA==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QsxpV31mpz125m
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 14:02:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UE2QRq010296
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 14:02:26 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UE2QSl010267
	for python@FreeBSD.org; Fri, 30 Jun 2023 14:02:26 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module
 'mistune' has no attribute 'BlockGrammar (textproc/py-mistune0)
Date: Fri, 30 Jun 2023 14:02:26 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: john@saltant.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-267188-21822-4GP6wqfjnL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267188-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-267188-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #5 from John W. O'Brien <john@saltant.com> ---
This bug is now OBE due to the fix for bug #263956.

$ pkg info -x m2r mistune
py310-m2r-0.3.1_1
py311-m2r-0.3.1_1
py38-m2r-0.3.1_1
py39-m2r-0.3.1_1
py310-mistune-3.0.1
py310-mistune0-0.8.4_1
py311-mistune-3.0.1
py311-mistune0-0.8.4_1
py38-mistune-3.0.1
py38-mistune0-0.8.4_1
py39-mistune-3.0.1
py39-mistune0-0.8.4_1
$ for v in 8 9 10 11; do python3.$v -c 'import m2r' && echo py3$v OK; done
py38 OK
py39 OK
py310 OK
py311 OK

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

From nobody Fri Jun 30 15:39:01 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qszxx3N6Fz4l3cF
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 15:39:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qszxx1jgYz4MlD
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688139541;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=hI9m7kBd34l7abnU1pHJbALCW4fGxhU833njTw0Or4M=;
	b=OBM0fygGdvF+cd6v2SROm2UrAu/+wICL9oPie0EHHapDIastMQf228MHxaB8SKwByfPfFV
	8dly+AmNDbS8vXR6s4ZFNTYT1n7x+Qeda+eKwyCi4Pygeb31Q7+hMjCCZ4dXk1ZKToBIFr
	ZOIiqspSU1kqpnAhfQsSMgW+D5Pg1aYcebCmloS9Awn/GwI4mw+FxvTWG7Qo0rcq/ta+4G
	r81kARfmSoTYUlL0Hp3yuloG+QhEuxBZg3jpRvqyclzgCnY1S29vnbyuRhQ6Xp+AGRmWYq
	KmotQsqx60QPsU3lLKWnsdoJMAPPeZARZE1CCT/tz9APqw0FWvTjPsCPZ+BAcg==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688139541; a=rsa-sha256; cv=none;
	b=cPYAjuzLt32yQpsJvuhhxBcVJYqLJKFlujgFpcLTxM/fRt4Q1iMqo+88saV+Z0PdTdK8gP
	lsqrtnVXYjCWVeP1Q+NmuCWeObQgy5bQJ/Tw2qtitD+FMsYVKntRbBW/PfHpVNOOTEbmp0
	kjk6bkOw++FgPJEKQeCdgw66N2JJLpVbna9VCLpvOLAqc9egMnR1nVyX/USiqsqLDOY0AH
	oSa0VM7tBF0YMyHj8yb1S80NuBuwcyuR1tDCjGT6v5uSnOkBKQnoZjGFr6st09B1Xi945j
	9WkOCLWHJKhWLHqqHbKptpaQVj5Zf9ROWkle9QqyNHN6tSkipD+YesyitmV7rQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qszxx0jYPz14Rj
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UFd15v058638
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UFd1db058634
	for python@FreeBSD.org; Fri, 30 Jun 2023 15:39:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module
 'mistune' has no attribute 'BlockGrammar (textproc/py-mistune0)
Date: Fri, 30 Jun 2023 15:39:01 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: sunpoet@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: Overcome By Events
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: assigned_to bug_status resolution dependson
 flagtypes.name
Message-ID: <bug-267188-21822-tY6KYfmsvW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267188-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-267188-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |sunpoet@FreeBSD.org
             Status|Open                        |Closed
         Resolution|---                         |Overcome By Events
         Depends on|                            |263956
              Flags|maintainer-feedback?(sunpoe |
                   |t@FreeBSD.org)              |


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263956
[Bug 263956] textproc/py-mistune0: Add CONFLICTS with text/py-mistune
--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From nobody Fri Jun 30 15:39:01 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Qszxy2q0hz4l3cH
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jun 2023 15:39:02 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4Qszxy1ctpz4Mnn
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:02 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688139542;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=Y9lOknC4MbF+XmihwGXkRNBUYujoiT7ERr4o55FqEoM=;
	b=RqA0E9wecSsMyK4kVjZfuGA/xL9HYuoD2QNx284y10NpZkdSH7SZJRy/y34hLzw3IqDAhX
	nTz1R3DPaPaggbsn8B0/D5aDCdBrmBOkPFMRXsxVuo/Yjzo+qdya6zfCZ61ECFYUKoLnkk
	ieIs9hkHhggiK8AP7aJl9mXyhlB5GMFVnbzU7gXQE8Sfj9Ez4aUrCp3fxp+ulkBkEP2UVc
	rIfdkiwIpU8qaRPdnbudJQ3M9eI4wBu91u5aBn2Bjq+8MsOuS2KArHWUeqfdoHyjg8Q4Jo
	ICW0TSw6MAvhD6fJB53aIRBXdSEHM9ob/Tdf0hdcrv+oFohN72HsX5xZDomrpQ==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688139542; a=rsa-sha256; cv=none;
	b=vHWGNI7bw9+B3z/NH28KOw6h0wARwN9528t8RKMsCFmWXtMFnJ0CqcRKwhSSunMr9WVDRr
	gjraS0zvb6qLNzvhgdOByTW0wQjBUBbEKOdrHMt92Jlp8gCU/cP5fpVAvo7UnjRfeW+X6x
	ljzpDjkcM/W+iGsNxFc9M7bwq7HEbR2WU14m208hom0ARHNOPt4Dvz6YhH5VvlbKYQrwoY
	BSMrs1vnpAsIQBHHohra+HLoa9Kq9TmsIxm+ETQWKy6Go/3xYqvFDrKEByS3UtkZ9AoYqs
	rXswobVDznQMK38G3MjDfoSwtxkSAY5GyQMLbDe/DFCPiEWgeo2BTKnN7yjAaQ==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Qszxy0Z34z14CX
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:02 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 35UFd2Qb058682
	for <python@FreeBSD.org>; Fri, 30 Jun 2023 15:39:02 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 35UFd2P5058681
	for python@FreeBSD.org; Fri, 30 Jun 2023 15:39:02 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263956] textproc/py-mistune0: Add CONFLICTS with
 text/py-mistune
Date: Fri, 30 Jun 2023 15:39:01 +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-patch
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: sunpoet@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: blocked
Message-ID: <bug-263956-21822-WOvl0YjDog@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263956-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |267188


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267188
[Bug 267188] textproc/py-m2r: Fails to build: AttributeError: module 'mistu=
ne'
has no attribute 'BlockGrammar (textproc/py-mistune0)
--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From nobody Sat Jul  1 01:23:02 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QtDvq03VMz4CZSy
	for <python@mlmmj.nyi.freebsd.org>; Sat,  1 Jul 2023 01:23:03 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QtDvp5k8Zz45dx
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 01:23:02 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688174582;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=0F/yHa7rYu+OllCGn39K0ZKXvl8Ie5J4uLIOO9pRZWw=;
	b=vFWOll67HvpnJ3DisGBsg794TJ2z15uibkJLf30KiZIRPWK080AhSeh3iVoHQRfU6u5i6M
	JAHWeGniaI89+obKs5qbWbun5ykpaNVNKn/m1A8amRSDypnM45iBaeF/xdfuQ9mxwX+Xp9
	GJUzoLL8MmeDi5qq4+1v/uqliuZBmzC+6G+FRJ+BZfEQE5D8ij6QHkwPpZcVbsWG1jQ1fW
	0Z4x5L+JVyOS8FmjAqE07tC/1iMfVW0+6psoB/Sx+7BZOL8CdGpz1/Z+n81LLnMsowxn8z
	hMxRkiP3WVGUk0q9MwAJ2VhPqz+WI/inIcIFHlSDpFmxvu6fdtxxfjxkFV6P7A==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688174582; a=rsa-sha256; cv=none;
	b=q+2HcmbIeODTvtWm5NYrxFHBAtw/hToN9nNy8RmOS1s90jCipJ5V2qFqdC2TAcDqsl7TKX
	xKGLTI6pjL7igGQbjejJSXM0qEKuZE6rc2Di6eNZw4+a6SR+ssCDBGrcN43UI3xp4SEpnE
	keyC71vvwMSfJ64DmbtgJbPquHQmBfC11qIr2QKcQA36VPsxB0RcGcP6bNDgvPeS9CUh1+
	ASFjW0cqHq1N7OZZsB0EIOQgAdvLJ1CVFzNuIZfoWeuD0nBe4qb81G0rqD/IjIywq88mvS
	Ox8tjSIFvAo8NgVegyk+l49CHfVTDRKfhY4OfhIh2aI/X0sR7xf2yCF8MyKzQQ==
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:21])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4QtDvp4gLDz1LVC
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 01:23:02 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 1dfb
	by beefy18.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy18.nyi.freebsd.org);
	Sat, 01 Jul 2023 01:23:02 +0000
To: python@FreeBSD.org
Subject: [package - main-amd64-default][x11-toolkits/py-fltk] Failed for py39-fltk-1.3.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Sat, 01 Jul 2023 01:23:02 +0000
Message-Id: <649f7ff6.1dfb.4364abf7@beefy18.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p7520ea4fbadd_sfd774e065c/logs/py39-fltk-1.3.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy18/build.html?mastername=main-amd64-default&build=p7520ea4fbadd_sfd774e065c
Log:

=>> Building x11-toolkits/py-fltk
build started at Sat Jul  1 01:22:52 UTC 2023
port directory: /usr/ports/x11-toolkits/py-fltk
package name: py39-fltk-1.3.4.1
building for: FreeBSD main-amd64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400092 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400092
Job Id: 01




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



---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400092
UNAME_v=FreeBSD 14.0-CURRENT 1400092
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-fltk-1.3.4.1:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
FLTK_HOME=/usr/local/bin XDG_DATA_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.cache  HOME=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/x11-toolkits/py-fltk/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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  -DFL_LIBRARY -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -DFL_LIBRARY -fstack-protector-strong -fno-s
trict-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--
PORTDOCS="" PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py-fltk"  EXAMPLESDIR="share/examples/py-fltk"  DATADIR="share/fltk"  WWWDIR="www/fltk"  ETCDIR="etc/fltk"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/fltk DOCSDIR=/usr/local/share/doc/py-fltk EXAMPLESDIR=/usr/local/share/examples/py-fltk  WWWDIR=/usr/local/www/fltk ETCDIR=/usr/local/etc/fltk
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400092
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License LGPL20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_3.pkg
[main-amd64-default-job-01] Installing pkg-1.19.1_3...
[main-amd64-default-job-01] Extracting pkg-1.19.1_3: .......... done
===>   py39-fltk-1.3.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-fltk-1.3.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL20 accepted by the user
===> Fetching all distfiles required by py39-fltk-1.3.4.1 for building
===>  Extracting for py39-fltk-1.3.4.1
=> SHA256 Checksum OK for pyFltk-1.3.4.1_py3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py39-fltk-1.3.4.1
===>  Applying FreeBSD patches for py39-fltk-1.3.4.1 from /usr/ports/x11-toolkits/py-fltk/files
===========================================================================
=======================<phase: build-depends  >============================
<snip>
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4635:14: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
   result =  PyEval_CallObject(func, arglist);
             ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4704:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(registeredDoIDle, arglist);   // Call Python
                 ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4791:12: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  result = PyEval_CallObject(cb->func, args);     // Call Python
           ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:4944:10: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
         PyEval_CallObject(hl->func, args);     // Call Python
         ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5066:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5180:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
       result = PyEval_CallObject(hl->handle, args);     // Call Python
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:5356:14: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
    status = fl_ask("%s", text);
             ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:5824:17: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
      result =  PyEval_CallObject(func, arglist);
                ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6188:16: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
     result =  PyEval_CallObject(func, arglist);
               ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:6269:15: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
    result =  PyEval_CallObject(func, arglist);
              ^
/usr/local/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:39152:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:60475:17: warning: 'fl_ask' is deprecated [-Wdeprecated-declarations]
  result = (int)fl_ask((char const *)arg1,arg2);
                ^
/usr/local/include/FL/fl_ask.H:55:82: note: 'fl_ask' has been explicitly marked deprecated here
FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__));
                                                                                 ^
./python/fltk_wrap.cpp:61333:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj1,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:78967:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:79075:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:83811:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj3,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:87374:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj0,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
./python/fltk_wrap.cpp:99539:19: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
    int failure = PyObject_AsReadBuffer(obj2,&buffer,&size_buffer);
                  ^
/usr/local/include/python3.9/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
Py_DEPRECATED(3.0)
^
/usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
19 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-toolkits/py-fltk

From nobody Sat Jul  1 04:03:37 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QtJT65DBpz4kk8y
	for <python@mlmmj.nyi.freebsd.org>; Sat,  1 Jul 2023 04:03:38 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QtJT60WsBz3pp2
	for <python@freebsd.org>; Sat,  1 Jul 2023 04:03:38 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688184218;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding;
	bh=iipJQLkS/bAx5XhIa2R+6tfeQboGXuwuNdGn+QNuxXg=;
	b=ILYci3LKgwrZ+hq5Bs9qMuugNcIGmvH4KuKiA3NjYCvHoHWfeSHLGrfblR/rmB674AFIcA
	aMkhc1ienYgaaP05D0tvELYbTA7U3LwmKRIFBR38Pcb78AG+VRCZEXzgrymhS+msZp8WnE
	wK5zaoYxe0QhHt3GTwUicpdn5Wvmalnq7SZvEhQKxj5CJ9QWMoeUiKRom+4nlgxGH/gaRk
	wyNQXdv0bpZOtvDCdDLyRfMyDB0XDnuCuvZYz0b/uZvPVvBYD17kYQUOnkWYcHTL3FN3eo
	4GseUsmBZrwih++WnKv0/vo2vnzpGeKJ8BOiySfK23PUW1uLwuBggItbdI1sTQ==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688184218; a=rsa-sha256; cv=none;
	b=ra9AQbKWbRMGRDUgwagdUaOyO67bUQX6mVRWtiH/YgyDSRoEYwfsnomdiTgAW4EoqiS1Jl
	TsjInEgh71h1iMQNzSX/7kmwwvXk1VSE6ZSg+peAzaCCsCCRLmYrfXmPTNP07ZATbrUn+F
	qJzBsdboGlq1wSSfBGxmmgjNLB2NP2NM35jymi2nM3O777oyhjV0gBxjDw8hxG/0742lZh
	TxP7qpAmTu287wSmfeF3PmvcjW/o87NMD5p2nt/9f4a+m5ycE+PYTCjQ4je27VlGtYqqER
	U4Xami9xlSNx17j6ApcGQoD/Z8URsNB423olJpTQBfqkC/CtfN+40RA//w7aTA==
Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QtJT56kH2z1QGX
	for <python@freebsd.org>; Sat,  1 Jul 2023 04:03:37 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org ([127.0.1.10])
	by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 36143bk4099927
	for <python@freebsd.org>; Sat, 1 Jul 2023 04:03:37 GMT
	(envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
	by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 36143bPA099926;
	Sat, 1 Jul 2023 04:03:37 GMT
	(envelope-from portscout@FreeBSD.org)
Message-Id: <202307010403.36143bPA099926@portscout.nyi.freebsd.org>
X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
Date: Sat, 1 Jul 2023 04:03:37 +0000
From: portscout@FreeBSD.org
To: python@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-ThisMailContainsUnwantedMimeParts: N

Dear port maintainer,

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

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

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


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
devel/py-nbconvert                              | 7.4.0           | 7.5.0
------------------------------------------------+-----------------+------------


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

Reported by:	portscout!

From nobody Sat Jul  1 09:38:57 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QtRw15yL5z4kryd
	for <python@mlmmj.nyi.freebsd.org>; Sat,  1 Jul 2023 09:38:57 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QtRw14cRjz4ZJR
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 09:38:57 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688204337;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:cc; bh=SSRjRLcXYtAUo0yYqMxtT6+y4d4zV4EMj5fOdU8PZAU=;
	b=BC3HEjvE7kSadG5XXSWjRcYmoXQrx4f5gounRVW6nv+oct6sG5A3+Q22vnFkSQcgVJKkCX
	pM43BE9UWoyYzcfPX3IzhwSZP5YdWRmNL7JZ/bGvS0miBa913+0M7rWCmmKHdAcSFz8YN/
	OM2qWly6Q5+0UMl68zJ/97s/LYnQstXHl0JtB3Ll0HpTacYSkzUPg7a2FmAFrSuhBiEkuv
	niF5iVN8NqkUu7dAe8+cXTJoxcIFWNeJ+mTg/kfD9fmRqS65i1ArK1CwDs5zkRbS8hXtpk
	tZhv8f9Unmtk18zlDeYrQnRrpEtHrWm4fMVdvjRdrWchln6+Wjs41i5w50Hb9g==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688204337; a=rsa-sha256; cv=none;
	b=j52phGbV7mvsqrJSEYNMxA7TSx9oHdcrMGGjbJDccSCjlOm+kzEftiU/yMe0i9NJXM+qS3
	u6IGXerbJhobp/Kq/gej0cLj6eSOOBRnbM3/7/aox3QFvJDVpF4w2gqG5HL7MTQcEd7Yju
	fwV2pXnLJ9+OXC1UJpKQdUyt/9ss8X45AUB3ENtwUObLkBU2qa1NjPreIP3riq5LuL+/SH
	VTzd8HH6/N4aY0JxSWZ11uKinp5Vux9ZvQlDZ8NIveMjSBUN0QGqkd8pw1peEDkXSf9sn6
	tzsh8KpKuc02i6I9VAJngE4sxHY56pZ2H6tjiHpBqMmfmIes3yanQA9MHXl7Ag==
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:21])
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4QtRw13jhPzLh5
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 09:38:57 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from root (uid 0)
	(envelope-from pkg-fallout@FreeBSD.org)
	id 2eaf
	by beefy18.nyi.freebsd.org (DragonFly Mail Agent v0.13+ on beefy18.nyi.freebsd.org);
	Sat, 01 Jul 2023 09:38:57 +0000
To: python@FreeBSD.org
Subject: [package - main-amd64-default][devel/py-pyyaml5] Failed for py39-pyyaml5-5.4.1 in build
Cc: pkg-fallout@FreeBSD.org
Date: Sat, 01 Jul 2023 09:38:57 +0000
Message-Id: <649ff431.2eaf.559e19a7@beefy18.nyi.freebsd.org>
From: <pkg-fallout@FreeBSD.org>
X-ThisMailContainsUnwantedMimeParts: N
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org

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
Log URL:        https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p7520ea4fbadd_sfd774e065c/logs/py39-pyyaml5-5.4.1.log
Build URL:      https://pkg-status.freebsd.org/beefy18/build.html?mastername=main-amd64-default&build=p7520ea4fbadd_sfd774e065c
Log:

=>> Building devel/py-pyyaml5
build started at Sat Jul  1 09:38:51 UTC 2023
port directory: /usr/ports/devel/py-pyyaml5
package name: py39-pyyaml5-5.4.1
building for: FreeBSD main-amd64-default-job-11 14.0-CURRENT FreeBSD 14.0-CURRENT 1400092 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1400089
Jail OSVERSION: 1400092
Job Id: 11




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



---Begin Environment---
SHELL=/bin/sh
OSVERSION=1400092
UNAME_v=FreeBSD 14.0-CURRENT 1400092
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
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-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/main-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-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=py39
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py39
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py39-pyyaml5-5.4.1:
     EXAMPLES=on: Build and/or install examples
     LIBYAML=on: Use textproc/libyaml for faster parsing
===> Use 'make config' to modify these settings
---End OPTIONS List---

--MAINTAINER--
python@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.9" XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39  XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.cache  HOME=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/py-pyyaml5/work-py39/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig 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-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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--
PORTEXAMPLES="" PYTHON_INCLUDEDIR=include/python3.9  PYTHON_LIBDIR=lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py39-pyyaml"  EXAMPLESDIR="share/examples/py39-pyyaml"  DATADIR="share/py39-pyyaml"  WWWDIR="www/py39-pyyaml"  ETCDIR="etc/py39-pyyaml"
--End PLIST_SUB--

--SUB_LIST--
PYTHON_INCLUDEDIR=/usr/local/include/python3.9  PYTHON_LIBDIR=/usr/local/lib/python3.9  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=/usr/local/lib/python3.9/site-packages  PYTHON_SUFFIX=39  PYTHON_EXT_SUFFIX=.cpython-39  PYTHON_VER=3.9  PYTHON_VERSION=python3.9 PYTHON2="@comment " PYTHON3="" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py39-pyyaml DOCSDIR=/usr/local/share/doc/py39-pyyaml EXAMPLESDIR=/usr/local/share/examples/py39-pyyaml  WWWDIR=/usr/local/www/py39-pyyaml ETCDIR=/usr/local/etc/py39-pyyaml
--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 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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400092
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.19.1_3.pkg
[main-amd64-default-job-11] Installing pkg-1.19.1_3...
[main-amd64-default-job-11] Extracting pkg-1.19.1_3: .......... done
===>   py39-pyyaml5-5.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT accepted by the user
===> Fetching all distfiles required by py39-pyyaml5-5.4.1 for building
===>  Extracting for py39-pyyaml5-5.4.1
=> SHA256 Checksum OK for PyYAML-5.4.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py39-pyyaml5-5.4.1
===========================================================================
=======================<phase: build-depends  >============================
===>   py39-pyyaml5-5.4.1 depends on executable: cython-3.9 - not found
<snip>
    __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9462:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9503:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9735:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:9776:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11473:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11793:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11849:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:11905:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12566:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:452:17: note: passing argument to parameter 'string' here
    const char *string,         /* UTF-8 encoded string */
                ^
yaml/_yaml.c:12789:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13330:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:13958:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/python3.9/unicodeobject.h:138:17: note: passing argument to parameter 'u' here
    const char *u              /* UTF-8 encoded string */
                ^
yaml/_yaml.c:14782:87: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0);
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~
yaml/_yaml.c:15307:53: error: incompatible function pointer types passing 'int (void *, char *, size_t)' (aka 'int (void *, char *, unsigned long)') to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, unsigned long)') [-Wincompatible-function-pointer-types]
  yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_4yaml_5_yaml_output_handler, ((void *)__pyx_v_self));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/yaml.h:1844:31: note: passing argument to parameter 'handler' here
        yaml_write_handler_t *handler, void *data);
                              ^
yaml/_yaml.c:16665:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:16780:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:17117:62: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0);
                                                             ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:17832:63: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                              ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:17832:79: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                              ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:17832:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:18266:71: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                      ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18266:87: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                      ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:18700:70: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                     ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:18700:86: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                     ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:20282:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:20397:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix);
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yaml/_yaml.c:21260:65: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
    __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0);
                                                                ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:555:69: note: passing argument to parameter 'anchor' here
yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor);
                                                                    ^
yaml/_yaml.c:22071:68: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                   ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:581:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                           ^
yaml/_yaml.c:22071:84: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                   ^~~~~~~~~~~
/usr/local/include/yaml.h:581:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag,
                                                      ^
yaml/_yaml.c:22071:97: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0);
                                                                                                ^~~~~~~~~~~~~
/usr/local/include/yaml.h:582:28: note: passing argument to parameter 'value' here
        const yaml_char_t *value, int length,
                           ^
yaml/_yaml.c:22458:76: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                           ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:604:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22458:92: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0);
                                                                                           ^~~~~~~~~~~
/usr/local/include/yaml.h:604:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
yaml/_yaml.c:22988:75: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                          ^~~~~~~~~~~~~~
/usr/local/include/yaml.h:636:28: note: passing argument to parameter 'anchor' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                           ^
yaml/_yaml.c:22988:91: warning: passing 'char *' to parameter of type 'const yaml_char_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
      __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0);
                                                                                          ^~~~~~~~~~~
/usr/local/include/yaml.h:636:55: note: passing argument to parameter 'tag' here
        const yaml_char_t *anchor, const yaml_char_t *tag, int implicit,
                                                      ^
49 warnings and 2 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

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

From nobody Sat Jul  1 13:41:35 2023
X-Original-To: python@mlmmj.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
	by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QtYHz6JDtz4kkcl
	for <python@mlmmj.nyi.freebsd.org>; Sat,  1 Jul 2023 13:41:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
	 client-signature RSA-PSS (4096 bits) client-digest SHA256)
	(Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 4QtYHz4dfpz3LDB
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 13:41:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org;
	s=dkim; t=1688218895;
	h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
	 to:to:cc:mime-version:mime-version:content-type:content-type:
	 content-transfer-encoding:content-transfer-encoding:
	 in-reply-to:in-reply-to:references:references;
	bh=kKzYDElOAwMD6YTSpvb8KZpoVMLm0N2JyFs44K8Ana8=;
	b=lcUZ1n03mXGAjNJzPhHF33WoLXQNdJs0bWM2Rb7XLd+Dl27tX1XfNET7KkIpCfpi9X5LUS
	HTenXogYs+czHgFf19tXwlCapf35uv7RoUlsldz1UUS+iHfskJqb7U9TEG0jFmp4VwcGZ1
	izl3cIG5NHReaKqDoBrb1Y8s0gaoqfGWMSz/nGzYg/06vNS44wuOXAxE9dHy81BQrn/laz
	YSdhPbHXpNZJ/CVxGRLskBOFyj7Bg6iEjp8s5huZIgUX8JZW+cDgodihRmzBzx8TJmj1QY
	fqV+TXQkhQ6ydDLWaf0Z58rleKcV4WUsASIN6eNCXn7NsgHZiHzAo7UfTST3Qw==
ARC-Authentication-Results: i=1;
	mx1.freebsd.org;
	none
ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1688218895; a=rsa-sha256; cv=none;
	b=LyBFzRlrcpdpCwPBeFqxSO0Q9HlnEggI2Iqf32C+9Z5rQN1KwrKHYN5+hWr3NbukBe1hMv
	TplQS8x9u2CR0/ACjpxWbqRZaNhB6tbGgSuyYpkLWgBqipyFelqLcbrH5k0YSWu2U2zIdH
	tU55LjcaCWQ7sWxv3M8nMQiGAI3N6QSsHyAi4W9u32JBNTdB56azLxCqNdn8ZZX5us3WzX
	2BgrTQ/b5hxm0r0Kdf/REg/4BPCrfUe1IrqawXB+8xdHk1BXE/2g6StQdrPPZPZGxTWm1O
	YrtphyL0a8dGLRHvPD8zn31zaKlkUMCQsoB7aS+/kh0MtM2Dys3LnM+jF/jAMA==
Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(Client did not present a certificate)
	by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4QtYHz3jz3zSkw
	for <python@FreeBSD.org>; Sat,  1 Jul 2023 13:41:35 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org ([127.0.1.5])
	by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 361DfZ8Q045957
	for <python@FreeBSD.org>; Sat, 1 Jul 2023 13:41:35 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 361DfZSB045956
	for python@FreeBSD.org; Sat, 1 Jul 2023 13:41:35 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 263862] www/py-tvdb_api: Fails to run after
 www/py-requests-cache update: ImportError: cannot import name '_to_bytes'
 from 'requests_cache.backends.base
Date: Sat, 01 Jul 2023 13:41: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: regression
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: huber.georg@gmail.com
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: bofh@freebsd.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-263862-21822-QxTZqaFt7m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263862-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-263862-21822@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Archive: https://lists.freebsd.org/archives/freebsd-python
List-Help: <mailto:python+help@freebsd.org>
List-Post: <mailto:python@freebsd.org>
List-Subscribe: <mailto:python+subscribe@freebsd.org>
List-Unsubscribe: <mailto:python+unsubscribe@freebsd.org>
Sender: owner-freebsd-python@freebsd.org
X-BeenThere: freebsd-python@freebsd.org
MIME-Version: 1.0
X-ThisMailContainsUnwantedMimeParts: N

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

--- Comment #24 from huber.georg@gmail.com ---
Hi,

I just received a notification from github that they have fixed the
requests_cache issue below.

https://github.com/dbr/tvdb_api/pull/105/commits/a4e4060d8d8f6b8ff9c9cd2ebc=
73ad5a9a39c263

Will this "automatically" arrive in the ports tree or will you have to
implement this manually (in which case I kindly ask you to fix it and I
apologize for the trouble I caused).

Thank you thank you thank you, I hope I can finally put this issue to rest =
(not
that it deprived me of sleep, but still I knew something wasn't working rig=
ht
on my system).

Georg

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