From nobody Mon Jul 26 01:08:47 2021
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 F12EB12BFC3D
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:08:47 +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 4GY1yl6C6bz53YW
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:08:47 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 BAC2A5AC2
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:08:47 +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 16Q18ltB044041
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:08:47 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q18lsm044040
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:08:47 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 257421] [NEW PORT] textproc/py-charset-normalizer: Universal
 Charset Detector. Open, modern alternative to Chardet
Date: Mon, 26 Jul 2021 01:08:47 +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: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: keywords bug_status cc flagtypes.name short_desc
Message-ID: <bug-257421-21822-6vbrXOsdv6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257421-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257421-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=3D257421

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
             Status|New                         |Open
                 CC|                            |0xdutra@gmail.com,
                   |                            |python@FreeBSD.org
              Flags|                            |maintainer-feedback?(0xdutr
                   |                            |a@gmail.com)
            Summary|[New Port]                  |[NEW PORT]
                   |textproc/py-charset-normali |textproc/py-charset-normali
                   |zer: Package for encoding & |zer: Universal Charset
                   |language detection          |Detector. Open, modern
                   |                            |alternative to Chardet

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thank you for submitting a new port Gabriel.

Some review review items:

 - Match upstream short name / summary / show description, modulo portlint
requirements. Suggested COMMENT change is this issues current summary (upda=
te
if required).

 - Match USES=3Dpython version spec to upstream (setup.py:REQUIRES in this =
case)

 - Upstream defines no RUN_DEPENDS (install_requires) (setup.py: REQUIRED =
=3D [])

Be careful just copying requirements.txt.

Upstream should have this as a test_requirements.txt  and/or (better):
extras_require [ devreqs =3D { ... , ... } ] so people can just `pip install
charset-normalizer[devreqs]`

 - Upstream defines an extras_require, add an OPTION for this, named
appropriately (the feature it provides)

 - The package provides tests. Add TEST_DEPENDS and do-test target accordin=
gly.

Tip: For pytest based tests, use the following invocation, which overrides =
any
'extra stuff' set in setup.cfg:[tool:pytest] and other places. This will re=
move
the need for pycov, in this case:

 do-test:
   @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=3D

Have a run through our Python Packaging guidelines, and confirm if the test
suite and poudriere tests pass:

  * https://wiki.freebsd.org/Python/PortsPolicy
  https://docs.freebsd.org/en/books/porters-handbook/testing-poudriere.html

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

From nobody Mon Jul 26 01:23:32 2021
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 D663C12D35B8
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:23:32 +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 4GY2Hm5Rlkz566f
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:32 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A13405AF4
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:32 +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 16Q1NWwP051804
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:32 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q1NWs1051803
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:23:32 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 257400] science/py-scipy add option for Atlas blas
Date: Mon, 26 Jul 2021 01:23:32 +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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback?
X-Bugzilla-Changed-Fields: cc flagtypes.name bug_status keywords
Message-ID: <bug-257400-21822-12btE7P22A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alt2600@icloud.com
              Flags|                            |maintainer-feedback?(alt260
                   |                            |0@icloud.com)
             Status|New                         |Open
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thank you for your patch. Can you provide your changes as a single diff aga=
inst
the port? You can use `git diff > patch`.

For updating/patching WRKSRC (upstream sources) files, you can use the `make
makepatch method` outlined here:

=20
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-pat=
ch.html

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

From nobody Mon Jul 26 01:23:46 2021
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 E237E12D3738
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:23:46 +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 4GY2J25vtPz565F
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:46 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 B24BA6417
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:46 +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 16Q1NkWX051867
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:23:46 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q1Nk99051866
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:23:46 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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Mon, 26 Jul 2021 01:23:46 +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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback?
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-257400-21822-Z6ykYwwM4F@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|science/py-scipy add option |science/py-scipy Add OPTION
                   |for Atlas blas              |for Atlas blas

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

From nobody Mon Jul 26 01:55:21 2021
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 9F754127BD33
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:55: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 4GY30T2MRDz3DfK
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55:21 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 32D0B67BA
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55:21 +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 16Q1tLIm067850
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55:21 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q1tLcW067849
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:55:21 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 257362] lang/python3: Add link for python3-embed.pc where
 applicable
Date: Mon, 26 Jul 2021 01:55:21 +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: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: keywords
Message-ID: <bug-257362-21822-eZ7aVenVFP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257362-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257362-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=3D257362

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-qa                    |

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

From nobody Mon Jul 26 01:55:37 2021
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 BF6B7127BF61
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:55: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 4GY30n4m4Cz3Dx3
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55:37 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 8BEF86A0A
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55: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 16Q1tbfK067927
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:55:37 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q1tbO0067926
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:55: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 257362] lang/python3: Add link for python3-embed.pc where
 applicable
Date: Mon, 26 Jul 2021 01:55:37 +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: easy
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: keywords bug_severity
Message-ID: <bug-257362-21822-DV9bQm1v3Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257362-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257362-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=3D257362

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy
           Severity|Affects Only Me             |Affects Some People

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

From nobody Mon Jul 26 01:56:24 2021
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 E3944127C279
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 01:56:24 +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 4GY31h3jKkz3FBk
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:56:24 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 607076A0C
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:56:24 +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 16Q1uON4068130
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 01:56:24 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q1uOpl068129
	for python@FreeBSD.org; Mon, 26 Jul 2021 01:56:24 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 257362] lang/python3: Add link for python3-embed.pc where
 applicable
Date: Mon, 26 Jul 2021 01:56:24 +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: easy
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-257362-21822-YBkTwNutid@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257362-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257362-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=3D257362

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226675|                            |maintainer-approval+
              Flags|                            |

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Comment on attachment 226675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226675
updated patch

Reviewed by: koobs, sunpoet (python, maintainer)
Approved by: koobs (python, maintainer)
MFH: 2020Q3 (blanket: bugfix, missing file)

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

From nobody Mon Jul 26 03:24:55 2021
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 34CBC12BB5BC;
	Mon, 26 Jul 2021 03:24:56 +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 4GY4zr0vVVz3mtc;
	Mon, 26 Jul 2021 03:24:56 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f])
	(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 0668C7562;
	Mon, 26 Jul 2021 03:24:56 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16Q3OtD1061176;
	Mon, 26 Jul 2021 03:24:55 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16Q3OtRf061172;
	Mon, 26 Jul 2021 03:24:55 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 26 Jul 2021 03:24:55 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107260324.16Q3OtRf061172@beefy16.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_1,1 in build
Cc: 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:        http://beefy16.nyi.freebsd.org/data/130amd64-default/e8cfea34d340/logs/py310-numpy-1.16.6_1,1.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=e8cfea34d340
Log:

=>> Building math/py-numpy
build started at Mon Jul 26 03:23:44 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_1,1
building for: FreeBSD 130amd64-default-job-07 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 07

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-8-gaf08dbda
MASTERMNT=/usr/local/poudriere/data/.m/130amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_1,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[130amd64-default-job-07] Installing pkg-1.17.0...
[130amd64-default-job-07] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_1,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===>  Extracting for py310-numpy-1.16.6_1,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_1,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_1,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_1,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[130amd64-default-job-07] Installing gcc10-10.3.0...
[130amd64-default-job-07] `-- Installing binutils-2.33.1_4,1...
[130amd64-default-job-07] |   `-- Installing gettext-runtime-0.21...
<snip>
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/temp_elide.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/usertypes.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/npymath/halffloat.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Mon Jul 26 03:49:50 2021
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 82AE7127AB50
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:49: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 4GY5Xb0Z7Hz3tFP
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:49:51 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 F04DB10418
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:49: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 16Q3nov6029011
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:49:50 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3no5X029010
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:49:50 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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Mon, 26 Jul 2021 03:49:50 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc bug_status short_desc keywords flagtypes.name
Message-ID: <bug-256925-21822-fu9thGStjV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ports@nicandneal.net,
                   |                            |python@FreeBSD.org
             Status|New                         |Open
            Summary|[NEW PORT]: devel/py-cymbal |[NEW PORT]:
                   |- Add functionality missing |devel/py-cymbal: Helps you
                   |from libclang Python        |add functionality missing
                   |binding                     |from libclang Python
                   |                            |bindings
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
              Flags|                            |maintainer-feedback?(ports@
                   |                            |nicandneal.net)

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

From nobody Mon Jul 26 03:50:53 2021
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 BD824127AFC7
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:50:53 +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 4GY5Yn2yXWz3tKW
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:50:53 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4DE0D7FD8
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:50: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 16Q3orxF030048
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:50:53 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3orDc030046
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:50: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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Mon, 26 Jul 2021 03:50:53 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-257369-21822-wXRwIBr7Ce@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lwhsu@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org

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

From nobody Mon Jul 26 03:51:11 2021
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 F0BD7127B2FB
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:51:11 +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 4GY5Z75hBvz3tcc
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:51:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A02441042B
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:51:11 +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 16Q3pBRi031021
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:51:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3pB3M031020
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:51:11 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 257370] [NEW PORT] databases/py-ormar: Simple async ORM with
 fastapi in mind and pydantic validation
Date: Mon, 26 Jul 2021 03:51:11 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-257370-21822-NCWu5zTkMy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257370-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=3D257370

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lwhsu@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org

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

From nobody Mon Jul 26 03:56:10 2021
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 91AB0127CE1A
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:56:10 +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 4GY5gt3QlDz3vc5
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:10 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 568B110494
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:10 +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 16Q3uAqC034915
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:10 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3uAp0034914
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:56:10 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 257332] [NEWPORT] devel/py-aiocontextvars: Asyncio support for
 PEP-567 contextvars backport
Date: Mon, 26 Jul 2021 03:56:10 +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: lwhsu@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-257332-21822-tSTFso1xXV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257332-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257332-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=3D257332

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lwhsu@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org

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

From nobody Mon Jul 26 03:56:12 2021
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 20467127D085
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:56:13 +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 4GY5gw5L5jz3vds
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 99C0810495
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:12 +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 16Q3uCt8034934
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:12 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3uC8C034933
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:56:12 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 257333] [NEWPORT] devel/py-async-exit-stack: AsyncExitStack
 backport for Python 3.5+
Date: Mon, 26 Jul 2021 03:56:12 +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: lwhsu@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: assigned_to cc
Message-ID: <bug-257333-21822-2EG00K68Tp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257333-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257333-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=3D257333

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org
                 CC|                            |lwhsu@FreeBSD.org

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

From nobody Mon Jul 26 03:56:16 2021
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 E4402127CDF1
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:56:15 +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 4GY5gz5bTSz3vkv
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:15 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A75B910704
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:15 +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 16Q3uFpx034959
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:56:15 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3uF5k034957
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:56:15 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 257334] [NEWPORT] devel/py-asgi-lifespan: Programmatic
 startup/shutdown of ASGI apps
Date: Mon, 26 Jul 2021 03:56:16 +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: lwhsu@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-257334-21822-umDdJtrvpN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257334-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257334-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=3D257334

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lwhsu@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org

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

From nobody Mon Jul 26 03:57:23 2021
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 9EC91127D8AC
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 03:57: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 4GY5jH3Spcz4Qnk
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:57:23 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 5B9C210475
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:57:23 +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 16Q3vNLu035194
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 03:57:23 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q3vNok035193
	for python@FreeBSD.org; Mon, 26 Jul 2021 03:57:23 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 257313] [NEW PORT] databases/py-databases: Async database
 support for Python
Date: Mon, 26 Jul 2021 03:57:23 +0000
X-Bugzilla-Reason: CC 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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc assigned_to
Message-ID: <bug-257313-21822-viik8i0eFx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257313-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257313-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=3D257313

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lwhsu@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |python@FreeBSD.org

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

From nobody Mon Jul 26 04:49:41 2021
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 E569012B3185
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 04:49:41 +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 4GY6sd5tZtz4b8T
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 04:49:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 AD37E10C5F
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 04:49:41 +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 16Q4nfjb064391
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 04:49:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q4nfmt064390
	for python@FreeBSD.org; Mon, 26 Jul 2021 04:49:41 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 257421] [NEW PORT] textproc/py-charset-normalizer: Universal
 Charset Detector. Open, modern alternative to Chardet
Date: Mon, 26 Jul 2021 04:49:41 +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: 0xdutra@gmail.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name
 attachments.created
Message-ID: <bug-257421-21822-qzMTV88Ui6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257421-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257421-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=3D257421

Gabriel Dutra <0xdutra@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226694|0                           |1
        is obsolete|                            |
 Attachment #226700|                            |maintainer-approval+
              Flags|                            |

--- Comment #2 from Gabriel Dutra <0xdutra@gmail.com> ---
Created attachment 226700
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226700&action=
=3Dedit
fixes applied

Hi,

I applied the suggested fixes.

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

From nobody Mon Jul 26 05:05:12 2021
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 C3B6312B8030
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 05:05:12 +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 4GY7CX4vdBz4g5R
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 05:05:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 860151123C
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 05:05:12 +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 16Q55Cwa073597
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 05:05:12 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q55CCH073596
	for python@FreeBSD.org; Mon, 26 Jul 2021 05:05:12 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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Mon, 26 Jul 2021 05:05:12 +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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: alt2600@icloud.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257400-21822-dCTnlkos9E@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

--- Comment #5 from alt2600@icloud.com ---
(In reply to Kubilay Kocak from comment #4)

that is the first attachment.

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

From nobody Mon Jul 26 06:47:18 2021
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 144BB12AC15B
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 06:47: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 4GY9TL00tBz3KjB
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:47:18 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D73FA128F2
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:47: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 16Q6lHNL028625
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:47:17 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q6lHrS028624
	for python@FreeBSD.org; Mon, 26 Jul 2021 06:47: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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Mon, 26 Jul 2021 06:47:18 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name keywords
Message-ID: <bug-257400-21822-JjUGFCiv9h@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(python |maintainer-feedback+
                   |@FreeBSD.org)               |
           Keywords|needs-patch                 |

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to alt2600 from comment #5)

If the other patches duplicate the one you refer to, just separated, please
obsolete them, otherwise include their changes into a single diff

Thanks!

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

From nobody Mon Jul 26 06:51:26 2021
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 48FBC12AD6CA
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 06:51:26 +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 4GY9Z60vYlz3M7V
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:51:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 06FBE129E5
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:51: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 16Q6pPVM031426
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:51:25 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q6pP8I031425
	for python@FreeBSD.org; Mon, 26 Jul 2021 06:51:25 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 257421] [NEW PORT] textproc/py-charset-normalizer: Universal
 Charset Detector. Open, modern alternative to Chardet
Date: Mon, 26 Jul 2021 06:51: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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257421-21822-aZwhAE6Ace@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257421-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257421-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=3D257421

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Gabriel Dutra from comment #2)

Thanks for the update Gabriel.

- You'll need pytest in TEST_DEPENDS (so its installed at test target time),
and=20
- Remove the pycov args from addopts=3D (leaving it empty, ie: '-o addopts=
=3D'), as
we dont want or need coverage tests run downstream.

  cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o oddopts=3D

Is sufficient.

PS: When you're done providing feedback, set the maintainer-feedback flag (=
from
? -> +), so you don't get reminder emails  that somethings waiting from you=
 :)

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

From nobody Mon Jul 26 06:53:41 2021
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 BB75F12AE487
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 06:53:41 +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 4GY9cj3f5qz3Mpn
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:53:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 645A812C5C
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:53:41 +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 16Q6rfA5032799
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 06:53:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q6rfcu032798
	for python@FreeBSD.org; Mon, 26 Jul 2021 06:53:41 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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Mon, 26 Jul 2021 06:53:41 +0000
X-Bugzilla-Reason: CC 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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257369-21822-chRP24xJYb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Goran Meki=C4=87 from comment #2)

As far as I know both >x,<y and x<y 'work', but there 'may' (still?) be cav=
eats
with the first (comma) one, even though its the better syntax.

What symptoms do you see with the former?

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

From nobody Mon Jul 26 07:17:26 2021
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 475BF12B4929
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 07:17:26 +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 4GYB861Qssz3hSZ
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:17:26 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 14241127F0
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:17: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 16Q7HQIK043919
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:17:26 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q7HQSw043918
	for python@FreeBSD.org; Mon, 26 Jul 2021 07:17: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 256995] textproc/py-pygments: Update to 2.9.0
Date: Mon, 26 Jul 2021 07:17:26 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: thierry@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback- merge-quarterly- exp-run?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-256995-21822-cDEQfn5nyF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256995-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256995-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=3D256995

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback+        |maintainer-feedback-

--- Comment #5 from Thierry Thomas <thierry@FreeBSD.org> ---
maintainer-feedback set to - after maintainer=E2=80=99s time-out, see Comme=
nt 1.
Please do not set it back.

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

From nobody Mon Jul 26 07:51:37 2021
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 8322A12BD5BB
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 07:51: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 4GYBvY2zSQz3pBX
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:51:37 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 451AB1381D
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:51: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 16Q7pbQa062273
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 07:51:37 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q7pbLU062272
	for python@FreeBSD.org; Mon, 26 Jul 2021 07:51: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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Mon, 26 Jul 2021 07:51: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: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: ports@nicandneal.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-256925-21822-UcoXBgFUDQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

Neal Nelson <ports@nicandneal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226393|0                           |1
        is obsolete|                            |

--- Comment #4 from Neal Nelson <ports@nicandneal.net> ---
Created attachment 226704
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226704&action=
=3Dedit
Git diff of new port.

Oops, sorry about that. I have a few ports in the air at the moment, and mo=
re
to come. Hopefully this is the right diff now.

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

From nobody Mon Jul 26 08:02:50 2021
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 8692F12A8618
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 08:02: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 4GYC8V17y9z3rM7
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:02:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 0BC781365B
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:02: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 16Q82n7T067264
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:02:49 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q82nYO067263
	for python@FreeBSD.org; Mon, 26 Jul 2021 08:02: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 256995] textproc/py-pygments: Update to 2.9.0
Date: Mon, 26 Jul 2021 08:02: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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback- merge-quarterly- exp-run?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-256995-21822-G0Ts87UjQG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256995-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256995-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=3D256995

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226682|                            |maintainer-approval+
              Flags|                            |

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
Comment on attachment 226682
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226682
textproc/py-pygments: upgrade to 2.9.0

^Triage:=20

Approved by: portmgr (maintainer timeout)

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

From nobody Mon Jul 26 08:03:35 2021
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 2BB7412A84E6
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 08:03:36 +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 4GYC9N0Ln7z3rgp
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:03:36 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 DD69813B09
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:03: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 16Q83Z5E067444
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 08:03:35 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q83Z0M067443
	for python@FreeBSD.org; Mon, 26 Jul 2021 08:03: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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Mon, 26 Jul 2021 08:03: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: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: flagtypes.name keywords
Message-ID: <bug-256925-21822-SOJL5kjSVS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(ports@ |maintainer-feedback+
                   |nicandneal.net)             |
           Keywords|needs-patch                 |

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

From nobody Mon Jul 26 09:15:08 2021
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 73A3112BCE17
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 09:15:09 +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 4GYDlx0tw4z4dK7
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 09:15:09 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 E24781486A
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 09:15:08 +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 16Q9F88H005256
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 09:15:08 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16Q9F82Z005255
	for python@FreeBSD.org; Mon, 26 Jul 2021 09:15:08 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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Mon, 26 Jul 2021 09:15:08 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: meka@tilda.center
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257369-21822-xTHAHqNr9r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226646|0                           |1
        is obsolete|                            |

--- Comment #4 from Goran Meki=C4=87 <meka@tilda.center> ---
Created attachment 226710
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226710&action=
=3Dedit
fastapi-users.diff

It works now. No idea what was wrong but I probably made some typo (or I sh=
ould
blame LSD in the water pipes :o). Anyway, here's the revised patch.

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

From nobody Mon Jul 26 10:09:50 2021
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 5FDC912DAE7E;
	Mon, 26 Jul 2021 10:09:50 +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 4GYFz22J7sz4qWw;
	Mon, 26 Jul 2021 10:09:50 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:18])
	(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 37A9D14D73;
	Mon, 26 Jul 2021 10:09:50 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16QA9oB3070369;
	Mon, 26 Jul 2021 10:09:50 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16QA9ose070368;
	Mon, 26 Jul 2021 10:09:50 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 26 Jul 2021 10:09:50 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107261009.16QA9ose070368@beefy9.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_1,1 in build
Cc: 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:        http://beefy9.nyi.freebsd.org/data/114amd64-default/e8cfea34d340/logs/py310-numpy-1.16.6_1,1.log
Build URL:      http://beefy9.nyi.freebsd.org/build.html?mastername=114amd64-default&build=e8cfea34d340
Log:

=>> Building math/py-numpy
build started at Mon Jul 26 10:08:19 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_1,1
building for: FreeBSD 114amd64-default-job-11 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-8-gaf08dbda
MASTERMNT=/usr/local/poudriere/data/.m/114amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_1,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[114amd64-default-job-11] Installing pkg-1.17.0...
[114amd64-default-job-11] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_1,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===>  Extracting for py310-numpy-1.16.6_1,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_1,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_1,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_1,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114amd64-default-job-11] Installing gcc10-10.3.0...
[114amd64-default-job-11] `-- Installing binutils-2.33.1_4,1...
[114amd64-default-job-11] |   `-- Installing gettext-runtime-0.21...
[114amd64-default-job-11] |   | `-- Installing indexinfo-0.3.1...
[114amd64-default-job-11] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
cc: numpy/core/src/umath/umathmodule.c
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/npymath/npy_math.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/s
 rc/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Mon Jul 26 10:32:04 2021
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 6F8C012785E1
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 10:32: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 4GYGSh2R6bz4vhd
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:32:04 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 3A33615919
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:32:04 +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 16QAW4Gg047920
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:32:04 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QAW4C4047919
	for python@FreeBSD.org; Mon, 26 Jul 2021 10:32:04 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 257370] [NEW PORT] databases/py-ormar: Simple async ORM with
 fastapi in mind and pydantic validation
Date: Mon, 26 Jul 2021 10:32:04 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: meka@tilda.center
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257370-21822-QSg96E6Byl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257370-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=3D257370

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226647|0                           |1
        is obsolete|                            |

--- Comment #3 from Goran Meki=C4=87 <meka@tilda.center> ---
Created attachment 226712
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226712&action=
=3Dedit
ormar.diff

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

From nobody Mon Jul 26 10:44:34 2021
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 2612D127C24F
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 10:44:34 +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 4GYGl60QT2z3DW3
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:44:34 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 E421515CF1
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:44:33 +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 16QAiXRw053505
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 10:44:33 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QAiXCi053504
	for python@FreeBSD.org; Mon, 26 Jul 2021 10:44: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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Mon, 26 Jul 2021 10:44:34 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: meka@tilda.center
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257369-21822-QVFsQAXOMY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226710|0                           |1
        is obsolete|                            |

--- Comment #5 from Goran Meki=C4=87 <meka@tilda.center> ---
Created attachment 226713
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226713&action=
=3Dedit
fastapi-users.diff

Added transient dependency and figured out what was wrong with min,max
versions. Max can only have <max, not <=3Dmax.

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

From nobody Mon Jul 26 11:01:02 2021
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 1FB9612A89AE
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 11:01: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 4GYH660Czgz3H4P
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 11:01:02 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 E32A815D1E
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 11:01: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 16QB11Aq059904
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 11:01:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QB11kU059903
	for python@FreeBSD.org; Mon, 26 Jul 2021 11:01: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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Mon, 26 Jul 2021 11:01:02 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: meka@tilda.center
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257369-21822-6tNX9aDTvj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226713|0                           |1
        is obsolete|                            |

--- Comment #6 from Goran Meki=C4=87 <meka@tilda.center> ---
Created attachment 226715
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226715&action=
=3Dedit
fastapi-users.diff

Added optional and transitional dependencies.

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

From nobody Mon Jul 26 12:28:07 2021
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 4668A1279340;
	Mon, 26 Jul 2021 12:28:08 +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 4GYK2c1H2Bz3rvl;
	Mon, 26 Jul 2021 12:28:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:607e::16:7])
	(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 14A9817193;
	Mon, 26 Jul 2021 12:28:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from package19.nyi.freebsd.org (localhost [127.0.0.1])
	by package19.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16QCS8Ak031163;
	Mon, 26 Jul 2021 12:28:08 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by package19.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16QCS7t6031159;
	Mon, 26 Jul 2021 12:28:07 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 26 Jul 2021 12:28:07 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107261228.16QCS7t6031159@package19.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [exp - 122amd64-default-build-as-user][math/py-numpy] Failed for py310-numpy-1.16.6_1,1 in build
Cc: 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:        http://package19.nyi.freebsd.org/data/122amd64-default-build-as-user/fb9ade3c4413/logs/py310-numpy-1.16.6_1,1.log
Build URL:      http://package19.nyi.freebsd.org/build.html?mastername=122amd64-default-build-as-user&build=fb9ade3c4413
Log:

=>> Building math/py-numpy
build started at Mon Jul 26 12:25:57 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_1,1
building for: FreeBSD 122amd64-default-build-as-user-job-11 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-8-gaf08dbda
MASTERMNT=/poudriere/data/.m/122amd64-default-build-as-user/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
GID=0
UID=0
PWD=/poudriere/data/.m/122amd64-default-build-as-user/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122amd64-default-build-as-user
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/poudriere/data/.m/122amd64-default-build-as-user/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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_1,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
FORCE_PACKAGE=yes
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[122amd64-default-build-as-user-job-11] Installing pkg-1.17.0...
[122amd64-default-build-as-user-job-11] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_1,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===>  Extracting for py310-numpy-1.16.6_1,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_1,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_1,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_1,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122amd64-default-build-as-user-job-11] Installing gcc10-10.3.0...
[122amd64-default-build-as-user-job-11] `-- Installing binutils-2.33.1_4,1...
[122amd64-default-build-as-user-job-11] |   `-- Installing gettext-runtime-0.21...
[122amd64-default-build-as-user-job-11] |   | `-- Installing indexinfo-0.3.1...
[122amd64-default-build-as-user-job-11] |   | `-- Extracting indexinfo-0.3.1: .... done
[122amd64-default-build-as-user-job-11] |   `-- Extracting gettext-runtime-0.21: .......... done
[122amd64-default-build-as-user-job-11] `-- Extracting binutils-2.33.1_4,1: .......... done
[122amd64-default-build-as-user-job-11] `-- Installing gmp-6.2.1...
[122amd64-default-build-as-user-job-11] `-- Extracting gmp-6.2.1: .......... done
[122amd64-default-build-as-user-job-11] `-- Installing mpc-1.2.0...
<snip>
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/temp_elide.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/nditer_pywrap.c
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/loops.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Mon Jul 26 12:31:17 2021
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 CFD40127A0D9
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 12:31:17 +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 4GYK6F4qt6z3sMQ
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:31:17 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 89CC916F43
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:31: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 16QCVHlH008130
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:31:17 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QCVH1j008129
	for python@FreeBSD.org; Mon, 26 Jul 2021 12:31: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 257332] [NEW PORT] devel/py-aiocontextvars: Asyncio support for
 PEP-567 contextvars backport
Date: Mon, 26 Jul 2021 12:31:17 +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: meka@tilda.center
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-257332-21822-1zWbxfC4H4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257332-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257332-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=3D257332

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[NEWPORT]                   |[NEW PORT]
                   |devel/py-aiocontextvars:    |devel/py-aiocontextvars:
                   |Asyncio support for PEP-567 |Asyncio support for PEP-567
                   |contextvars backport        |contextvars backport

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

From nobody Mon Jul 26 12:33:51 2021
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 4D362127B122
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 12:33: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 4GYK9C1dQWz3swH
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:33:51 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 21A1216DE2
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:33:51 +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 16QCXpbu009320
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:33:51 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QCXpba009319
	for python@FreeBSD.org; Mon, 26 Jul 2021 12:33:51 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 257333] [NEW PORT] devel/py-async-exit-stack: AsyncExitStack
 backport for Python 3.5+
Date: Mon, 26 Jul 2021 12:33:51 +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: meka@tilda.center
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-257333-21822-xc0CQolpzc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257333-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257333-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=3D257333

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[NEWPORT]                   |[NEW PORT]
                   |devel/py-async-exit-stack:  |devel/py-async-exit-stack:
                   |AsyncExitStack backport for |AsyncExitStack backport for
                   |Python 3.5+                 |Python 3.5+

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

From nobody Mon Jul 26 12:36:12 2021
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 16004127B9F0
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 12:36:12 +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 4GYKCw03YGz3tDt
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:36:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D879917484
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:36:11 +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 16QCaBPG009750
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 12:36:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QCaB0a009749
	for python@FreeBSD.org; Mon, 26 Jul 2021 12:36:11 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 257334] [NEW PORT] devel/py-asgi-lifespan: Programmatic
 startup/shutdown of ASGI apps
Date: Mon, 26 Jul 2021 12:36:12 +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: meka@tilda.center
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-257334-21822-n1R5lAgxOO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257334-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257334-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=3D257334

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[NEWPORT]                   |[NEW PORT]
                   |devel/py-asgi-lifespan:     |devel/py-asgi-lifespan:
                   |Programmatic                |Programmatic
                   |startup/shutdown of ASGI    |startup/shutdown of ASGI
                   |apps                        |apps

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

From nobody Mon Jul 26 12:49:20 2021
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 0292B127FB67
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 12:49:22 +0000 (UTC)
	(envelope-from erwin@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 4GYKW56b8mz4R6q;
	Mon, 26 Jul 2021 12:49:21 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 C95D6171C1;
	Mon, 26 Jul 2021 12:49:21 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16QCnL7D044912;
	Mon, 26 Jul 2021 12:49:21 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16QCnKuq044905;
	Mon, 26 Jul 2021 12:49:20 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Mon, 26 Jul 2021 12:49:20 GMT
Message-Id: <202107261249.16QCnKuq044905@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Mon Jul 26 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Mon Jul 26 14:13:25 2021
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 AC2D312BE4FB
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 14:13:25 +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 4GYMN53mNZz4kWK
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 14:13:25 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 5D43118798
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 14:13:25 +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 16QEDPhH063750
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 14:13:25 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QEDPcN063749
	for python@FreeBSD.org; Mon, 26 Jul 2021 14:13:25 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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Mon, 26 Jul 2021 14:13:25 +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: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: alt2600@icloud.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257400-21822-t6BWLNPSsM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

alt2600@icloud.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226666|0                           |1
        is obsolete|                            |
 Attachment #226667|0                           |1
        is obsolete|                            |
 Attachment #226668|0                           |1
        is obsolete|                            |
 Attachment #226669|0                           |1
        is obsolete|                            |

--- Comment #7 from alt2600@icloud.com ---
Created attachment 226716
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226716&action=
=3Dedit
git-diff-scipy-add-atlas

obsoleting redundant attachments

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

From nobody Mon Jul 26 21:16:53 2021
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 6401E12D57B1;
	Mon, 26 Jul 2021 21:16:53 +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 4GYXmj2BBRz4hG9;
	Mon, 26 Jul 2021 21:16:53 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:14])
	(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 31B281E354;
	Mon, 26 Jul 2021 21:16:53 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16QLGrE1078183;
	Mon, 26 Jul 2021 21:16:53 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16QLGrYp078182;
	Mon, 26 Jul 2021 21:16:53 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Mon, 26 Jul 2021 21:16:53 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107262116.16QLGrYp078182@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_1,1 in build
Cc: 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:        http://beefy5.nyi.freebsd.org/data/122i386-default/e8cfea34d340/logs/py310-numpy-1.16.6_1,1.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=122i386-default&build=e8cfea34d340
Log:

=>> Building math/py-numpy
build started at Mon Jul 26 21:15:34 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_1,1
building for: FreeBSD 122i386-default-job-08 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 08

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-8-gaf08dbda
MASTERMNT=/usr/local/poudriere/data/.m/122i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_1,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[122i386-default-job-08] Installing pkg-1.17.0...
[122i386-default-job-08] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_1,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===>  Extracting for py310-numpy-1.16.6_1,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_1,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_1,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_1,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122i386-default-job-08] Installing gcc10-10.3.0...
<snip>
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/temp_elide.c
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/nditer_pywrap.c
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/usertypes.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/reduction.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/extobj.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/npymath/halffloat.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/mapping.c
4 warnings generated.
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Mon Jul 26 22:19:02 2021
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 F32CD12B1FA0
	for <python@mlmmj.nyi.freebsd.org>; Mon, 26 Jul 2021 22:19: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 4GYZ8P6Gk2z3FYk
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 22:19:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A1E861EFAA
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 22:19: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 16QMJ1B6018758
	for <python@FreeBSD.org>; Mon, 26 Jul 2021 22:19:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16QMJ1GJ018757
	for python@FreeBSD.org; Mon, 26 Jul 2021 22:19: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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Mon, 26 Jul 2021 22:19:02 +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: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: alt2600@icloud.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257400-21822-Z3blL8PIVt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

--- Comment #8 from alt2600@icloud.com ---
(In reply to Kubilay Kocak from comment #6)

sorry, if this notified already, not sure if it only sends email when its a
reply or if just posting does it. not trying to be bothersome, just didn't =
want
you waiting on me doing this earlier. I plan to stand up a bhyve to make
testing easier when options are system breaking for my setup, ie openblas. =
in
case there are issues with the patch and openblas.

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

From nobody Tue Jul 27 03:40:28 2021
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 7A6AC12B43C6
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 03:40: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 4GYjHJ2H9Mz3vDw
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 03:40:28 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 2C96E230ED
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 03:40:28 +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 16R3eSkl085378
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 03:40:28 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16R3eS75085377
	for python@FreeBSD.org; Tue, 27 Jul 2021 03:40:28 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 257421] [NEW PORT] textproc/py-charset-normalizer: Universal
 Charset Detector. Open, modern alternative to Chardet
Date: Tue, 27 Jul 2021 03:40:28 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: 0xdutra@gmail.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name
 attachments.created
Message-ID: <bug-257421-21822-fNysgnvYvl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257421-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257421-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=3D257421

Gabriel Dutra <0xdutra@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226700|0                           |1
        is obsolete|                            |
 Attachment #226726|                            |maintainer-approval+
              Flags|                            |

--- Comment #4 from Gabriel Dutra <0xdutra@gmail.com> ---
Created attachment 226726
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226726&action=
=3Dedit
Added OPTIONS and TEST_DEPENDS

Kocak,

I removed the arguments for 'pycov'. Added OPTIONS to install unicodedata2
library.

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

From nobody Tue Jul 27 05:20:14 2021
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 9A73E12ACBA3
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 05:20:14 +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 4GYlVQ1Vcfz4q4f
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 05:20:14 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 0838724B31
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 05:20:14 +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 16R5KDaq036601
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 05:20:13 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16R5KDex036600
	for python@FreeBSD.org; Tue, 27 Jul 2021 05:20:13 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 257436] [NEW PORT] textproc/py-sphinxext-opengraph: Sphinx
 extension to generate OpenGraph metadata
Date: Tue, 27 Jul 2021 05:20:14 +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: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: short_desc flagtypes.name see_also cc keywords
 bug_status blocked
Message-ID: <bug-257436-21822-GJLX6kEWjG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257436-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257436-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=3D257436

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[NEW PORT]                  |[NEW PORT]
                   |textproc/py-sphinxext-openg |textproc/py-sphinxext-openg
                   |raph                        |raph: Sphinx extension to
                   |                            |generate OpenGraph metadata
              Flags|                            |maintainer-feedback?(alexis
                   |                            |.praga@free.fr)
           See Also|https://bugs.freebsd.org/bu |
                   |gzilla/show_bug.cgi?id=3D2574 |
                   |38                          |
                 CC|                            |python@FreeBSD.org
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
             Status|New                         |Open
             Blocks|                            |257438

--- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thanks for submitting a new port Alexis.

Some review items:

 - Upstream declares: install_requires=3D["sphinx>=3D2.0"], *_DEPENDS shoul=
d match
(3,1 doesnt match and looks odd)

 - Ask upstream to package a LICENSE file (and tests), so we can add
LICENSE_FILE and test/qa support to the port. In the meantime add
#LICENSE_FILE=3D Not packaged yet with sdist so its clear for our future se=
lves.
An alternative is to USE_GITHUB temporarily until they are packaged.

Bonus points: QA against non-default Python version, and Python versions ev=
en
upstream doesn't test against (python 3.10 at least), and cap
USE_PYTHON=3D<version-spec> accordingly (or not).

See Also: https://wiki.freebsd.org/Python/PortsPolicy


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257438
[Bug 257438] x11/kitty: Update to 0.22.0
--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From nobody Tue Jul 27 07:32:03 2021
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 0018E12B3910
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 07:32:03 +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 4GYpQW5rdxz4SRH
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 07:32:03 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 AC4752684D
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 07:32: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 16R7W3QO005775
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 07:32:03 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16R7W3vd005774
	for python@FreeBSD.org; Tue, 27 Jul 2021 07:32: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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Tue, 27 Jul 2021 07:32: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: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: ports@nicandneal.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-256925-21822-0uHxHgmp5i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

Neal Nelson <ports@nicandneal.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback+        |

--- Comment #5 from Neal Nelson <ports@nicandneal.net> ---
I see that you've flagged this for maintainer feedback, after I updated the
patch. What else do I need to do?

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

From nobody Tue Jul 27 07:57:02 2021
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 54DB312BC074
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 07:57:02 +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 4GYpzL1ysHz4ZL5
	for <python@freebsd.org>; Tue, 27 Jul 2021 07:57:02 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
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 2621C26DAA
	for <python@freebsd.org>; Tue, 27 Jul 2021 07:57:02 +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 16R7v2ob006258
	for <python@freebsd.org>; Tue, 27 Jul 2021 07:57:02 GMT
	(envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
	by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16R7v2tT006257;
	Tue, 27 Jul 2021 07:57:02 GMT
	(envelope-from portscout@FreeBSD.org)
Message-Id: <202107270757.16R7v2tT006257@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: Tue, 27 Jul 2021 07:57:02 +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
------------------------------------------------+-----------------+------------
textproc/py-sphinx                              | 3.5.2           | 4.1.2
------------------------------------------------+-----------------+------------


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 Tue Jul 27 10:17:12 2021
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 3350B12AA7FA
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 10:17:12 +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 4GYt536spkz3h8T
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 10:17:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D0EE4C35
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 10:17:11 +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 16RAHBFq091440
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 10:17:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16RAHBa4091439
	for python@FreeBSD.org; Tue, 27 Jul 2021 10:17:11 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 256995] textproc/py-pygments: Update to 2.9.0
Date: Tue, 27 Jul 2021 10:17:12 +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 Some People
X-Bugzilla-Who: antoine@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback- merge-quarterly- exp-run?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256995-21822-uV8fRU4bFN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256995-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256995-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=3D256995

--- Comment #7 from Antoine Brodin <antoine@FreeBSD.org> ---
New failure log:

http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-07-26_10h19=
m12s/logs/errors/openage-0.3.0.1262_5.log

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

From nobody Tue Jul 27 11:21:27 2021
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 3AAAA12B63CE;
	Tue, 27 Jul 2021 11:21:27 +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 4GYvWC1Dxdz3rBD;
	Tue, 27 Jul 2021 11:21:27 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	(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 1289A1A8F;
	Tue, 27 Jul 2021 11:21:27 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16RBLRdI067489;
	Tue, 27 Jul 2021 11:21:27 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16RBLRYG067487;
	Tue, 27 Jul 2021 11:21:27 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 11:21:27 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271121.16RBLRYG067487@beefy17.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - main-i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy17.nyi.freebsd.org/data/main-i386-default/p7129d8928446_s4783fb730f/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy17.nyi.freebsd.org/build.html?mastername=main-i386-default&build=p7129d8928446_s4783fb730f
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 11:20:01 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD main-i386-default-job-04 14.0-CURRENT FreeBSD 14.0-CURRENT 1400026 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1400026
Job Id: 04




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400026
UNAME_v=FreeBSD 14.0-CURRENT 1400026
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-16-g00a37fcb
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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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=1400026
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[main-i386-default-job-04] Installing pkg-1.17.0...
[main-i386-default-job-04] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
<snip>
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/npy_math.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/ieee754.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/nditer_api.c
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/getset.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-
 CURRENT-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 12:38:38 2021
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 8D6E112B9CF4;
	Tue, 27 Jul 2021 12:38:38 +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 4GYxDG3Ksfz3wLM;
	Tue, 27 Jul 2021 12:38:38 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (beefy10.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:19])
	(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 5A93D28DF;
	Tue, 27 Jul 2021 12:38:38 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16RCccs9074977;
	Tue, 27 Jul 2021 12:38:38 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16RCccKK074976;
	Tue, 27 Jul 2021 12:38:38 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 12:38:38 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271238.16RCccKK074976@beefy10.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy10.nyi.freebsd.org/data/114i386-default/7129d8928446/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy10.nyi.freebsd.org/build.html?mastername=114i386-default&build=7129d8928446
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 12:37:28 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114i386-default-job-08 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 08

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-16-g00a37fcb
MASTERMNT=/usr/local/poudriere/data/.m/114i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[114i386-default-job-08] Installing pkg-1.17.0...
[114i386-default-job-08] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114i386-default-job-08] Installing gcc10-10.3.0...
<snip>
                                                     ^
cc: numpy/core/src/multiarray/temp_elide.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/usertypes.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
cc: numpy/core/src/umath/override.c
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/multiarray/nditer_api.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/mapping.c
4 warnings generated.
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 12:49:22 2021
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 88C7C12BA7DB
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 12:49:23 +0000 (UTC)
	(envelope-from erwin@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 4GYxSg359mz4RJ2;
	Tue, 27 Jul 2021 12:49:23 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 534BF24DF;
	Tue, 27 Jul 2021 12:49:23 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16RCnN3e005209;
	Tue, 27 Jul 2021 12:49:23 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16RCnMgo005204;
	Tue, 27 Jul 2021 12:49:22 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Tue, 27 Jul 2021 12:49:22 GMT
Message-Id: <202107271249.16RCnMgo005204@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Tue Jul 27 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Tue Jul 27 13:03:27 2021
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 68A2C12BB482;
	Tue, 27 Jul 2021 13:03:27 +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 4GYxmv2LQnz4Rtk;
	Tue, 27 Jul 2021 13:03:27 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e])
	(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 389543297;
	Tue, 27 Jul 2021 13:03:27 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16RD3R9p046479;
	Tue, 27 Jul 2021 13:03:27 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16RD3RpW046478;
	Tue, 27 Jul 2021 13:03:27 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 13:03:27 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271303.16RD3RpW046478@beefy15.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy15.nyi.freebsd.org/data/130i386-default/7129d8928446/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=130i386-default&build=7129d8928446
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 13:02:34 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130i386-default-job-03 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-16-g00a37fcb
MASTERMNT=/usr/local/poudriere/data/.m/130i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[130i386-default-job-03] Installing pkg-1.17.0...
[130i386-default-job-03] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
<snip>
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/loops.c
14 warnings and 7 errors generated.
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/npymath/halffloat.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/mapping.c
4 warnings generated.
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 14:17:54 2021
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 9FDA512D039B;
	Tue, 27 Jul 2021 14:17:54 +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 4GYzQp3bw2z4ZLg;
	Tue, 27 Jul 2021 14:17:54 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:15])
	(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 634D143C2;
	Tue, 27 Jul 2021 14:17:54 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16REHsDF052676;
	Tue, 27 Jul 2021 14:17:54 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16REHsrP052675;
	Tue, 27 Jul 2021 14:17:54 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 14:17:54 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271417.16REHsrP052675@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_1,1 in build
Cc: 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:        http://beefy6.nyi.freebsd.org/data/122amd64-default/e8cfea34d340/logs/py310-numpy-1.16.6_1,1.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=122amd64-default&build=e8cfea34d340
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 14:15:56 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_1,1
building for: FreeBSD 122amd64-default-job-07 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-8-gaf08dbda
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 07

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-8-gaf08dbda
MASTERMNT=/usr/local/poudriere/data/.m/122amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_1,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[122amd64-default-job-07] Installing pkg-1.17.0...
[122amd64-default-job-07] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_1,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_1,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_1,1 for building
===>  Extracting for py310-numpy-1.16.6_1,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_1,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_1,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_1,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122amd64-default-job-07] Installing gcc10-10.3.0...
[122amd64-default-job-07] `-- Installing binutils-2.33.1_4,1...
[122amd64-default-job-07] |   `-- Installing gettext-runtime-0.21...
[122amd64-default-job-07] |   | `-- Installing indexinfo-0.3.1...
[122amd64-default-job-07] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/loops.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 14:27:12 2021
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 B47D812D098F;
	Tue, 27 Jul 2021 14:27:12 +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 4GYzdX4Qhdz4Zh0;
	Tue, 27 Jul 2021 14:27:12 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16: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 7BAD73F71;
	Tue, 27 Jul 2021 14:27:12 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy18.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy18.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16RERCGG064248;
	Tue, 27 Jul 2021 14:27:12 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy18.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16RERCYt064247;
	Tue, 27 Jul 2021 14:27:12 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 14:27:12 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271427.16RERCYt064247@beefy18.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - main-amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy18.nyi.freebsd.org/data/main-amd64-default/p7129d8928446_s4783fb730f/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy18.nyi.freebsd.org/build.html?mastername=main-amd64-default&build=p7129d8928446_s4783fb730f
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 14:25:37 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD main-amd64-default-job-04 14.0-CURRENT FreeBSD 14.0-CURRENT 1400026 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1400026
Job Id: 04




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



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1400026
UNAME_v=FreeBSD 14.0-CURRENT 1400026
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-16-g00a37fcb
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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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=1400026
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[main-amd64-default-job-04] Installing pkg-1.17.0...
[main-amd64-default-job-04] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
numpy/core/src/multiarray/scalartypes.c.src:481:11: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
    new = PyUnicode_FromUnicode(ip, len);
          ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/nditer_api.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Ibuild/src.freebs
 d-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-14.0-CURRENT-amd64-3.10/build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-14.0-CURRENT-amd64-3.10/build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 14:56:08 2021
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 6BFE912D1FC3;
	Tue, 27 Jul 2021 14:56:08 +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 4GZ0Gw2dx2z4cGV;
	Tue, 27 Jul 2021 14:56:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f])
	(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 431DC4956;
	Tue, 27 Jul 2021 14:56:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16REu8Pr083884;
	Tue, 27 Jul 2021 14:56:08 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16REu87q083883;
	Tue, 27 Jul 2021 14:56:08 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 14:56:08 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271456.16REu87q083883@beefy16.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy16.nyi.freebsd.org/data/130amd64-default/7129d8928446/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=7129d8928446
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 14:54:59 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130amd64-default-job-05 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 05

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-16-g00a37fcb
MASTERMNT=/usr/local/poudriere/data/.m/130amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[130amd64-default-job-05] Installing pkg-1.17.0...
[130amd64-default-job-05] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[130amd64-default-job-05] Installing gcc10-10.3.0...
[130amd64-default-job-05] `-- Installing binutils-2.33.1_4,1...
[130amd64-default-job-05] |   `-- Installing gettext-runtime-0.21...
<snip>
numpy/core/src/multiarray/scalartypes.c.src:481:11: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
    new = PyUnicode_FromUnicode(ip, len);
          ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/nditer_api.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 16:45:22 2021
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 8A20D12D78E4;
	Tue, 27 Jul 2021 16:45:22 +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 4GZ2hy3XcJz4l5f;
	Tue, 27 Jul 2021 16:45:22 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:18])
	(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 618755BFC;
	Tue, 27 Jul 2021 16:45:22 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16RGjMiG021119;
	Tue, 27 Jul 2021 16:45:22 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16RGjMpo021118;
	Tue, 27 Jul 2021 16:45:22 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Tue, 27 Jul 2021 16:45:22 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107271645.16RGjMpo021118@beefy9.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy9.nyi.freebsd.org/data/114amd64-default/7129d8928446/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy9.nyi.freebsd.org/build.html?mastername=114amd64-default&build=7129d8928446
Log:

=>> Building math/py-numpy
build started at Tue Jul 27 16:43:44 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114amd64-default-job-03 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-16-g00a37fcb
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-16-g00a37fcb
MASTERMNT=/usr/local/poudriere/data/.m/114amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.0.pkg
[114amd64-default-job-03] Installing pkg-1.17.0...
[114amd64-default-job-03] Extracting pkg-1.17.0: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114amd64-default-job-03] Installing gcc10-10.3.0...
[114amd64-default-job-03] `-- Installing binutils-2.33.1_4,1...
[114amd64-default-job-03] |   `-- Installing gettext-runtime-0.21...
[114amd64-default-job-03] |   | `-- Installing indexinfo-0.3.1...
[114amd64-default-job-03] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/temp_elide.c
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/multiarray/usertypes.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/umath/cpuid.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/npy_math.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/multiarray/flagsobject.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/s
 rc/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Tue Jul 27 18:52:20 2021
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 CFFE58D7CA3
	for <python@mlmmj.nyi.freebsd.org>; Tue, 27 Jul 2021 18:52:20 +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 4GZ5WS53J4z4vmw
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 18:52:20 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 7D9E1776D
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 18:52: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 16RIqKpQ057802
	for <python@FreeBSD.org>; Tue, 27 Jul 2021 18:52:20 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16RIqK35057800
	for python@FreeBSD.org; Tue, 27 Jul 2021 18:52: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 257116] textproc/py-sphinx: Update to 4.0.3
Date: Tue, 27 Jul 2021 18:52:20 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: dep_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: arrowd@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? exp-run?
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-257116-21822-T4VSyZ0uaI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257116-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257116-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=3D257116
Bug 257116 depends on bug 257411, which changed state.

Bug 257411 Summary: lang/ghc: Doesn't build with newer Sphinx
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257411

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

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

From nobody Wed Jul 28 02:20:11 2021
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 8D4F012D2F8F
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:20:11 +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 4GZHSC3QSTz3lkd
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 5A64916103
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:11 +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 16S2KBB5096422
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2KBRd096421
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:20:11 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 257313] [NEW PORT] databases/py-databases: Async database
 support for Python
Date: Wed, 28 Jul 2021 02:20:11 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: keywords flagtypes.name assigned_to
Message-ID: <bug-257313-21822-jK2aVodJXQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257313-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257313-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=3D257313

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-patch                 |
              Flags|maintainer-feedback?(meka@t |maintainer-feedback+
                   |ilda.center)                |
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:20:31 2021
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 5E60A12D3333
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:20: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 4GZHSb1zqHz3m1v
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 2D2CD15D2B
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20: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 16S2KVAt096476
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:31 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2KV8A096475
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:20:31 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 257332] [NEW PORT] devel/py-aiocontextvars: Asyncio support for
 PEP-567 contextvars backport
Date: Wed, 28 Jul 2021 02:20:31 +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: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_status assigned_to keywords
Message-ID: <bug-257332-21822-Qlj7bCO6NG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257332-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257332-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=3D257332

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org
           Keywords|                            |feature

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:20:49 2021
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 DE34E12D3265
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:20:49 +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 4GZHSx5sKFz3mX6
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:49 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 B085115DBA
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:49 +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 16S2Knud096543
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:20:49 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2Kn2Z096542
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:20: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 257333] [NEW PORT] devel/py-async-exit-stack: AsyncExitStack
 backport for Python 3.5+
Date: Wed, 28 Jul 2021 02:20:49 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_status assigned_to cc keywords
Message-ID: <bug-257333-21822-wfWMCX0bOT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257333-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257333-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=3D257333

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org
                 CC|                            |python@FreeBSD.org
           Keywords|                            |feature

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:21:05 2021
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 B427B12D369C
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:21:05 +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 4GZHTF4RQrz3mMW
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:05 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 8051D15EA9
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:05 +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 16S2L5vN096619
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:05 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2L5Bb096618
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:21:05 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 257334] [NEW PORT] devel/py-asgi-lifespan: Programmatic
 startup/shutdown of ASGI apps
Date: Wed, 28 Jul 2021 02:21:05 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc assigned_to bug_status keywords
Message-ID: <bug-257334-21822-mzSwkjhXKJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257334-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257334-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=3D257334

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |python@FreeBSD.org
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org
             Status|New                         |Open
           Keywords|                            |feature

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:21:30 2021
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 CC87412D3851
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:21: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 4GZHTk5KGBz3mjf
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:30 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 9F2861629A
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:30 +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 16S2LUff097512
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:30 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2LUIh097511
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:21:30 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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Wed, 28 Jul 2021 02:21:30 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: assigned_to keywords
Message-ID: <bug-257369-21822-xCFuGH5Zhp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org
           Keywords|needs-patch, needs-qa       |

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

From nobody Wed Jul 28 02:21:36 2021
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 CD88312D3928
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:21:36 +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 4GZHTr4hltz3mps
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:36 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 8743E15EB4
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:36 +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 16S2Laco097545
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:21:36 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2Lao2097544
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:21:36 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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Wed, 28 Jul 2021 02:21:36 +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
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257369-21822-NNG9kIE22R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

--- Comment #7 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:22:01 2021
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 78A9C12D3D97
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:22: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 4GZHVK2q6kz3nCY
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4A122160AF
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22: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 16S2M1JO098507
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2M1Cs098506
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:22: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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Wed, 28 Jul 2021 02:22: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: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-257369-21822-9iv7pC1cxr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|merge-quarterly?            |

--- Comment #8 from Kubilay Kocak <koobs@FreeBSD.org> ---
Not sure why i merge-quarterly'd (?) this

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

From nobody Wed Jul 28 02:22:22 2021
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 32FBF12D3F87
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:22:22 +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 4GZHVk0kXRz3nV3
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22:22 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 020E2160B7
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22: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 16S2MLmZ099358
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:22:21 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2MLJ1099357
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:22:21 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 257370] [NEW PORT] databases/py-ormar: Simple async ORM with
 fastapi in mind and pydantic validation
Date: Wed, 28 Jul 2021 02:22:22 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: flagtypes.name assigned_to keywords
Message-ID: <bug-257370-21822-kIcSDeJQeL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257370-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=3D257370

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(python |
                   |@FreeBSD.org)               |
           Assignee|python@FreeBSD.org          |ports-bugs@FreeBSD.org
           Keywords|needs-patch                 |

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Python doesn't need to block / be assignee on new ports

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

From nobody Wed Jul 28 02:32:52 2021
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 3F0A412D4744
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:32:52 +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 4GZHkr0yvSz3p6Z
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:32:52 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 F359C15DFC
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:32:51 +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 16S2WpbX005894
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:32:51 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2WpIL005893
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:32:51 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 238368] devel/mercurial: hg-ssh is not executable, and not
 available
Date: Wed, 28 Jul 2021 02:32:52 +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 Many People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: Works As Intended
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: koobs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: flagtypes.name assigned_to bug_status resolution
Message-ID: <bug-238368-21822-Y59QfjZOoo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238368-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-238368-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=3D238368

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(python |maintainer-feedback+
                   |@FreeBSD.org)               |
           Assignee|python@FreeBSD.org          |koobs@FreeBSD.org
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Apologies for the delay responding to this issue.

Mercurials setup.py doesn't include contrib/hg-ssh in its 'scripts' list, w=
hich
is what tells setuptools to install things in LOCALBASE/bin.=20

My take on this is that things in contrib/* are 'extra' conveniences, to be
used directly by end users, and not necessary to be installed in an integra=
ted
manner on end user systems in the same manner 'hg' is.

In this case you are able at any time to invoke hg-ssh from the location it=
 is
installed, and my understanding of the `env python3` shebang is that is it =
is
the appropriate PEP-394 compatible invocation.

Users may install the lang/python3 port to install the Python convenience
symlinks.

If you believe hg-ssh warrants inclusion as a 'scripts' for integrated
installation like `hg`, I'd suggest opening an issue upstream and making th=
at
case

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

From nobody Wed Jul 28 02:37:56 2021
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 81E8212D49F8
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 02:37:56 +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 4GZHrh34l1z3p71
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:37:56 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4E48316046
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:37:56 +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 16S2bu6D006684
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 02:37:56 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S2buDN006683
	for python@FreeBSD.org; Wed, 28 Jul 2021 02:37:56 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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Wed, 28 Jul 2021 02:37:56 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-256925-21822-1D9qLg7oZM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback+

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
@Neal

  ? =3D feedback requested / needed
  + =3D acknowledged (feedback sent/received) (after your comment 4)

Settinng it from ? to + ensures you dont receive continued email reminders =
to
'ack  outstanding requests'

Confirmation that the port passes QA (portlint, poudriere at least, package
test suite ideally as well), would be great.

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

From nobody Wed Jul 28 07:59:31 2021
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 B5C9112AB09E
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 07:59: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 4GZQzl4SdSz4Xnq
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 07:59:31 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 7DE181A4D3
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 07:59: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 16S7xV7A075570
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 07:59:31 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S7xV4m075569
	for python@FreeBSD.org; Wed, 28 Jul 2021 07:59:31 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 256925] [NEW PORT]: devel/py-cymbal: Helps you add
 functionality missing from libclang Python bindings
Date: Wed, 28 Jul 2021 07:59: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: feature, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: ports@nicandneal.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256925-21822-duqOiiUROV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256925-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256925-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=3D256925

--- Comment #7 from Neal Nelson <ports@nicandneal.net> ---
(In reply to Kubilay Kocak from comment #6)

As usual, and as specified in the porter's handbook, I have run the usual
tests, portlinted and a poudriere testport. I have no idea what the package
test suite is though. Is it documented in the porter's handbook?

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

From nobody Wed Jul 28 09:16:11 2021
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 0D03312AFEB9
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 09:16:12 +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 4GZShC6jchz4fWv
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 09:16:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 CE1011B5F5
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 09:16:11 +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 16S9GBX8015764
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 09:16:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16S9GBNE015763
	for python@FreeBSD.org; Wed, 28 Jul 2021 09:16:11 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 256995] textproc/py-pygments: Update to 2.9.0
Date: Wed, 28 Jul 2021 09:16:11 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: thierry@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: portmgr@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback- merge-quarterly- exp-run?
X-Bugzilla-Changed-Fields: dependson
Message-ID: <bug-256995-21822-F7cCGzvc82@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256995-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256995-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=3D256995

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |257471


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257471
[Bug 257471] games/openage: failure with recent textproc/py-pygments
--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From nobody Wed Jul 28 12:49:18 2021
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 6D96312BC155
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 12:49:19 +0000 (UTC)
	(envelope-from erwin@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 4GZYQ72fknz4vVv;
	Wed, 28 Jul 2021 12:49:19 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 435E21E59A;
	Wed, 28 Jul 2021 12:49:19 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16SCnJgB012217;
	Wed, 28 Jul 2021 12:49:19 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16SCnIkY012211;
	Wed, 28 Jul 2021 12:49:18 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Wed, 28 Jul 2021 12:49:18 GMT
Message-Id: <202107281249.16SCnIkY012211@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: kde@FreeBSD.org, koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Wed Jul 28 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0

- *sysutils/plasma5-ksysguard* <kde@FreeBSD.org>: plasma5-ksysguard-5.22.0 < plasma5-ksysguard-5.22.0_1



From nobody Wed Jul 28 20:05:00 2021
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 D6FE612B13AB
	for <python@mlmmj.nyi.freebsd.org>; Wed, 28 Jul 2021 20:05: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 4GZl4s3thXz3Mgt
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 20:05:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4400724549
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 20:05: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 16SK51bT040739
	for <python@FreeBSD.org>; Wed, 28 Jul 2021 20:05:01 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16SK51DK040738
	for python@FreeBSD.org; Wed, 28 Jul 2021 20:05: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 251626] math/py-numpy: Update to 1.20.3 (compatible with Python
 3.9)
Date: Wed, 28 Jul 2021 20:05:00 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: yuri@freebsd.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? exp-run?
X-Bugzilla-Changed-Fields: blocked
Message-ID: <bug-251626-21822-NXgscPrEN5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251626-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-251626-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=3D251626

Yuri Victorovich <yuri@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |257476


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257476
[Bug 257476] New port: math/py-nifty7: Numerical Information Field Theory
--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=

From nobody Thu Jul 29 02:26:28 2021
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 711E312A8820
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 02:26: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 4GZvY02krSz4l17
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:26:28 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4671911D4
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:26:28 +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 16T2QSnB046337
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:26:28 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T2QSEu046336
	for python@FreeBSD.org; Thu, 29 Jul 2021 02:26:28 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 257362] lang/python3: Add link for python3-embed.pc where
 applicable
Date: Thu, 29 Jul 2021 02:26:28 +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: easy
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-257362-21822-DCvf3GcmUa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257362-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257362-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=3D257362

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(python |maintainer-feedback+
                   |@FreeBSD.org)               |

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

From nobody Thu Jul 29 02:28:11 2021
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 EB09712A8775
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 02:28:11 +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 4GZvZz6G7Mz4kyJ
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:28:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 C00C21783
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:28:11 +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 16T2SBuB046733
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 02:28:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T2SBb2046732
	for python@FreeBSD.org; Thu, 29 Jul 2021 02:28:11 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 257476] [NEW PORT] math/py-nifty7: Numerical Information Field
 Theory
Date: Thu, 29 Jul 2021 02:28:11 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: yuri@freebsd.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: short_desc assigned_to cc bug_status keywords
Message-ID: <bug-257476-21822-1XUPHeNJro@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257476-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257476-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=3D257476

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|New port: math/py-nifty7:   |[NEW PORT] math/py-nifty7:
                   |Numerical Information Field |Numerical Information Field
                   |Theory                      |Theory
           Assignee|ports-bugs@FreeBSD.org      |yuri@freebsd.org
                 CC|                            |python@FreeBSD.org
             Status|New                         |Open
           Keywords|                            |feature

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
^Triage: Reporter is committer, assign accordingly

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

From nobody Thu Jul 29 05:48:50 2021
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 9B46012B3811
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 05:48: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 4Gb02V3Tpcz3DHK
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 5BD0E43B1
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48: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 16T5moHc050871
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48:50 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T5mo86050870
	for python@FreeBSD.org; Thu, 29 Jul 2021 05:48:50 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 254993] science/py-scipy: Fix incorrect Python <version-spec>
Date: Thu, 29 Jul 2021 05:48:50 +0000
X-Bugzilla-Reason: CC 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 Some People
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly?
X-Bugzilla-Changed-Fields: bug_status cc see_also resolution
Message-ID: <bug-254993-21822-yMSniMv3nY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254993-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-254993-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=3D254993

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
                 CC|                            |lwhsu@FreeBSD.org
           See Also|                            |https://bugs.freebsd.org/bu
                   |                            |gzilla/show_bug.cgi?id=3D2=
560
                   |                            |83
         Resolution|---                         |FIXED

--- Comment #6 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
Fixed in
https://cgit.freebsd.org/ports/commit/?id=3D7a75d1c97ab2c2b41d32490b31ffb07=
c55800ee7

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

From nobody Thu Jul 29 05:48:50 2021
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 CE78D12B359B
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 05:48: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 4Gb02V5D8Gz3DHL
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48:50 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 992514592
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48: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 16T5moIJ050883
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 05:48:50 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T5moOX050882
	for python@FreeBSD.org; Thu, 29 Jul 2021 05:48:50 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 256083] science/py-scipy: Fix incorrect <version-spec>
 (Requires 3.7+)
Date: Thu, 29 Jul 2021 05:48:50 +0000
X-Bugzilla-Reason: AssignedTo CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: see_also
Message-ID: <bug-256083-21822-aolXNdaIuW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256083-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256083-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=3D256083

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freebsd.org/bu
                   |                            |gzilla/show_bug.cgi?id=3D2=
549
                   |                            |93

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

From nobody Thu Jul 29 08:49:02 2021
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 10EC412A8BCC
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 08:49:03 +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 4Gb42Q6xJbz3m4K
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49:02 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D7FF86A2C
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49: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 16T8n2rk047133
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49:02 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T8n2J0047132
	for python@FreeBSD.org; Thu, 29 Jul 2021 08:49: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 256962] devel/py-ciso8601: Strip shared library, reset
 MAINTAINER
Date: Thu, 29 Jul 2021 08:49:02 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: yuri@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: yuri@freebsd.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: assigned_to resolution cc bug_status
Message-ID: <bug-256962-21822-4VOXWs0Da6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256962-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256962-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=3D256962

Yuri Victorovich <yuri@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ygy@freebsd.org             |yuri@freebsd.org
         Resolution|---                         |FIXED
                 CC|                            |yuri@freebsd.org
             Status|Open                        |Closed

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

From nobody Thu Jul 29 08:49:25 2021
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 9110212A8A56
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 08:49:25 +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 4Gb42s2Zbnz3lnN
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49:25 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 4223A69D1
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49:25 +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 16T8nPOI047209
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 08:49:25 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16T8nPh4047208
	for python@FreeBSD.org; Thu, 29 Jul 2021 08:49:25 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 256962] devel/py-ciso8601: Strip shared library, reset
 MAINTAINER
Date: Thu, 29 Jul 2021 08:49:25 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: easy, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: yuri@freebsd.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256962-21822-qDqGdjpdCd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256962-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256962-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=3D256962

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Da8e389247152fc266f1e5ed4b3da905=
8ff8f4278

commit a8e389247152fc266f1e5ed4b3da9058ff8f4278
Author:     Ivan Rozhuk <rozhuk.im@gmail.com>
AuthorDate: 2021-07-29 08:48:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-07-29 08:49:02 +0000

    devel/py-ciso8601: Strip shared library, reset MAINTAINER

    PR:             256962

 devel/py-ciso8601/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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

From nobody Thu Jul 29 10:02:10 2021
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 F3A7412AE424;
	Thu, 29 Jul 2021 10:02:10 +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 4Gb5fp6WpGz3vL0;
	Thu, 29 Jul 2021 10:02:10 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (beefy10.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:19])
	(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 C8C4576D1;
	Thu, 29 Jul 2021 10:02:10 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16TA2AFa025816;
	Thu, 29 Jul 2021 10:02:10 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16TA2ABU025815;
	Thu, 29 Jul 2021 10:02:10 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 29 Jul 2021 10:02:10 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107291002.16TA2ABU025815@beefy10.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy10.nyi.freebsd.org/data/114i386-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy10.nyi.freebsd.org/build.html?mastername=114i386-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Thu Jul 29 10:01:00 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114i386-default-job-06 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 06

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/114i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[114i386-default-job-06] Installing pkg-1.17.1...
[114i386-default-job-06] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114i386-default-job-06] Installing gcc10-10.3.0...
<snip>
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/nditer_api.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/common/array_assign.c
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/numpyos.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Thu Jul 29 12:35:12 2021
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 6B79412B88F7;
	Thu, 29 Jul 2021 12:35:12 +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 4Gb93N259yz4cw1;
	Thu, 29 Jul 2021 12:35:12 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:18])
	(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 2FEAA11EFD;
	Thu, 29 Jul 2021 12:35:12 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16TCZCjv034986;
	Thu, 29 Jul 2021 12:35:12 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16TCZCMS034985;
	Thu, 29 Jul 2021 12:35:12 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 29 Jul 2021 12:35:12 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107291235.16TCZCMS034985@beefy9.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy9.nyi.freebsd.org/data/114amd64-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy9.nyi.freebsd.org/build.html?mastername=114amd64-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Thu Jul 29 12:33:34 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114amd64-default-job-03 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/114amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[114amd64-default-job-03] Installing pkg-1.17.1...
[114amd64-default-job-03] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114amd64-default-job-03] Installing gcc10-10.3.0...
[114amd64-default-job-03] `-- Installing binutils-2.33.1_4,1...
[114amd64-default-job-03] |   `-- Installing gettext-runtime-0.21...
[114amd64-default-job-03] |   | `-- Installing indexinfo-0.3.1...
[114amd64-default-job-03] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/temp_elide.c
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/npy_math.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/common/array_assign.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/s
 rc/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Thu Jul 29 12:49:09 2021
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 21F0312B9919
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 12:49:10 +0000 (UTC)
	(envelope-from erwin@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 4Gb9MV0Twwz4dnk;
	Thu, 29 Jul 2021 12:49:10 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 EDB8412115;
	Thu, 29 Jul 2021 12:49:09 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16TCn9lM004654;
	Thu, 29 Jul 2021 12:49:09 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16TCn9iW004649;
	Thu, 29 Jul 2021 12:49:09 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Thu, 29 Jul 2021 12:49:09 GMT
Message-Id: <202107291249.16TCn9iW004649@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Thu Jul 29 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Thu Jul 29 13:46:03 2021
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 EBFB912BBBEC;
	Thu, 29 Jul 2021 13:46: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 4GbBd75sQmz4gvS;
	Thu, 29 Jul 2021 13:46:03 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e])
	(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 B10B312F84;
	Thu, 29 Jul 2021 13:46:03 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16TDk3oE049702;
	Thu, 29 Jul 2021 13:46:03 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16TDk3x9049701;
	Thu, 29 Jul 2021 13:46:03 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 29 Jul 2021 13:46:03 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107291346.16TDk3x9049701@beefy15.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy15.nyi.freebsd.org/data/130i386-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=130i386-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Thu Jul 29 13:45:07 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130i386-default-job-10 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 10

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/130i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[130i386-default-job-10] Installing pkg-1.17.1...
[130i386-default-job-10] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
<snip>
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/loops.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/umath/override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Thu Jul 29 16:32:13 2021
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 12E4D12DE779;
	Thu, 29 Jul 2021 16:32:14 +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 4GbGJs6rwdz3Mvy;
	Thu, 29 Jul 2021 16:32:13 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f])
	(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 D361814B65;
	Thu, 29 Jul 2021 16:32:13 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16TGWDGw076121;
	Thu, 29 Jul 2021 16:32:13 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16TGWD0x076113;
	Thu, 29 Jul 2021 16:32:13 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Thu, 29 Jul 2021 16:32:13 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107291632.16TGWD0x076113@beefy16.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy16.nyi.freebsd.org/data/130amd64-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Thu Jul 29 16:31:08 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130amd64-default-job-08 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 08

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/130amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[130amd64-default-job-08] Installing pkg-1.17.1...
[130amd64-default-job-08] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[130amd64-default-job-08] Installing gcc10-10.3.0...
[130amd64-default-job-08] `-- Installing binutils-2.33.1_4,1...
[130amd64-default-job-08] |   `-- Installing gettext-runtime-0.21...
<snip>
numpy/core/src/multiarray/scalartypes.c.src:481:11: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
    new = PyUnicode_FromUnicode(ip, len);
          ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Thu Jul 29 22:20:53 2021
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 DE81512A999E
	for <python@mlmmj.nyi.freebsd.org>; Thu, 29 Jul 2021 22:20:53 +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 4GbQ395kB8z4nQb
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 22:20:53 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 AD1BA19CC5
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 22:20: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 16TMKrTi074025
	for <python@FreeBSD.org>; Thu, 29 Jul 2021 22:20:53 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16TMKrxX074024
	for python@FreeBSD.org; Thu, 29 Jul 2021 22:20: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 257400] science/py-scipy Add OPTION for Atlas blas
Date: Thu, 29 Jul 2021 22:20:53 +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: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: alt2600@icloud.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257400-21822-6uD7PQK7Im@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257400-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257400-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=3D257400

alt2600@icloud.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226716|0                           |1
        is obsolete|                            |

--- Comment #9 from alt2600@icloud.com ---
Created attachment 226789
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226789&action=
=3Dedit
git-diff-scipy-add-atlas-rev1

confirmed under openblas based bhyve to configure and build correctly. Noti=
ced
under PR 251718 and from the configure this wants both openblas and blas so=
 I
added back a LIB_DEPENDS for the OPENBLAS option to include it, but otherwi=
se
the uses blaslapack:openblas caused no issue. not sure if in the end this p=
ort
wants cblas or how applicable that is with openblas but I just wanted to
confirm no breakage, not extend features. This patch will allow ATLAS or
OpenBLAS use, maintaining OpenBLAS as the default. I consider this patch to=
 now
be tested and complete.

it should work for Netlib case, but if Atlas is installed it will bring in =
an
Atlas dependency, despite possibly not linking to it in reality. If someone
wants to get netlib I'm sure they can explore the syntax further. I can con=
firm
it appears to configure for it, build, and install, but still shows an Atlas
pkg dependency once installed so it remains excluded. see math/py-numpy if
someone really wanted to take the time for netlib.=20


### make configure tail excerpt
creating /tmp/tmpqmtazvj7/tmp
creating /tmp/tmpqmtazvj7/tmp/tmpqmtazvj7
compile options: '-MMD -MF /tmp/tmpqmtazvj7/file.c.d -c'
cc: /tmp/tmpqmtazvj7/file.c
  FOUND:
    libraries =3D ['openblas', 'blas']
    library_dirs =3D ['/usr/local/lib']
    include_dirs =3D ['/usr/include', '/usr/local/include']
    language =3D c
    define_macros =3D [('HAVE_CBLAS', None)]

  FOUND:
    define_macros =3D [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)]
    libraries =3D ['openblas', 'blas']
    library_dirs =3D ['/usr/local/lib']
    include_dirs =3D ['/usr/include', '/usr/local/include']
    language =3D c

non-existing path in 'scipy/signal/windows': 'tests'
non-existing path in 'scipy/sparse': 'sparsetools/sparsetools_impl.h'
non-existing path in 'scipy/sparse': 'sparsetools/bsr_impl.h'
non-existing path in 'scipy/sparse': 'sparsetools/csc_impl.h'
non-existing path in 'scipy/sparse': 'sparsetools/csr_impl.h'
non-existing path in 'scipy/sparse': 'sparsetools/other_impl.h'
[makenpz] scipy/special/tests/data/boost.npz not rebuilt
[makenpz] scipy/special/tests/data/gsl.npz not rebuilt
[makenpz] scipy/special/tests/data/local.npz not rebuilt
running config



/usr/ports/science/py-scipy $ sudo make install clean
Password:
=3D=3D=3D>  Installing for py38-scipy-1.6.0
=3D=3D=3D>  Checking if py38-scipy is already installed
=3D=3D=3D>   Registering installation for py38-scipy-1.6.0
Installing py38-scipy-1.6.0...


/usr/ports/science/py-scipy $ pkg info -dr py38-scipy
py38-scipy-1.6.0
Depends on     :
        py38-numpy-1.16.6_2,1
        openblas-0.3.16,1
        blas-3.10.0
        python38-3.8.11
        gcc10-10.3.0
        py38-setuptools-57.0.0

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

From nobody Fri Jul 30 00:40:56 2021
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 4CC2612B0B13
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 00:40:56 +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 4GbT8m1Bzcz4vwn
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:40:56 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 1250B1B8B8
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:40:56 +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 16U0euvJ049903
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:40:56 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16U0euFc049902
	for python@FreeBSD.org; Fri, 30 Jul 2021 00:40:56 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 255721] X11/guake: Fails to run on Python 3.8
Date: Fri, 30 Jul 2021 00:40:56 +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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: see_also
Message-ID: <bug-255721-21822-hVqekG7UXv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://launchpad.net/bugs/
                   |                            |1862701

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

From nobody Fri Jul 30 00:44:10 2021
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 4C27212B10CE
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 00:44:11 +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 4GbTDV69VQz3Cc4
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:44:10 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 94CAB1BB26
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:44:10 +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 16U0iARc051329
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 00:44:10 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16U0iAf7051328
	for python@FreeBSD.org; Fri, 30 Jul 2021 00:44:10 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 255721] X11/guake: Fails to run on Python 3.8
Date: Fri, 30 Jul 2021 00:44:10 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: see_also
Message-ID: <bug-255721-21822-tnW6C90bvq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://github.com/Guake/gu
                   |                            |ake/issues/1511

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

From nobody Fri Jul 30 02:40:38 2021
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 9309A12B77AA
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 02:40:38 +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 4GbWpt3f8nz3L3T
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 02:40:38 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 6611F1D049
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 02:40:38 +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 16U2ecwG010673
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 02:40:38 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16U2ecF3010672
	for python@FreeBSD.org; Fri, 30 Jul 2021 02:40:38 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 257496] [NEW PORT] security/py-django-pam: PAM backend for
 Django authentication
Date: Fri, 30 Jul 2021 02:40:38 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: keywords cc short_desc bug_status bug_severity
 flagtypes.name
Message-ID: <bug-257496-21822-u8Ne2ONvN9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257496-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257496-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=3D257496

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
                 CC|                            |amijaresp@gmail.com,
                   |                            |python@FreeBSD.org
            Summary|[New Port]                  |[NEW PORT]
                   |devel/py-django-pam: PAM    |security/py-django-pam: PAM
                   |backend for django          |backend for Django
                   |authentication              |authentication
             Status|New                         |Open
           Severity|Affects Some People         |Affects Only Me
              Flags|                            |maintainer-feedback?(amijar
                   |                            |esp@gmail.com)

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thank you for submitting a new port Alberto.

Review items:

  - We try to use devel as a last report, unless the best and only category=
 is
devel. I'd suggest security/ here for this port, which is where other PAM
related ports exist.=20

  - COMMENT is too long (Running QA with portlint would pick this up. use
upstreams shorter description: "Django PAM authentication backend
implementation". Bonus: Ask upstream to change their setup.py:description to
the shorter version :)

  - Uncomment LICENSE (portlint would have picked this up)
  - Add LICENSE_FILE if one is shipped with the PyPI sdist
  - Clean up and format the pkg-descr (78 char columns). The following is
enough:

  Django PAM can be used in an SSO (Single Sign On) environment or just wit=
h a=20
  single box where you want to log into a Django app with your UNIX login.

Highly recommend running the port through QA (portlint and poudriere at lea=
st).
For information on how to do this, see:=20

  https://docs.freebsd.org/en/books/porters-handbook/testing/

Jump on #freebsd-ports or #freebsd-python on Libera Chat IRC if you need he=
lp
:)

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

From nobody Fri Jul 30 09:58:41 2021
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 367F212DFBCA;
	Fri, 30 Jul 2021 09:58:42 +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 4GbjXL18sKz4YNk;
	Fri, 30 Jul 2021 09:58:42 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:14])
	(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 0C2CF22B42;
	Fri, 30 Jul 2021 09:58:42 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16U9wfZN002526;
	Fri, 30 Jul 2021 09:58:41 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16U9wfZb002525;
	Fri, 30 Jul 2021 09:58:41 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Fri, 30 Jul 2021 09:58:41 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107300958.16U9wfZb002525@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy5.nyi.freebsd.org/data/122i386-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=122i386-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Fri Jul 30 09:57:18 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 122i386-default-job-03 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 03

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/122i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[122i386-default-job-03] Installing pkg-1.17.1...
[122i386-default-job-03] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122i386-default-job-03] Installing gcc10-10.3.0...
<snip>
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/numpyos.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Fri Jul 30 11:02:59 2021
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 5661512AAE98;
	Fri, 30 Jul 2021 11:03: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 4GbkyX1pr4z4cMM;
	Fri, 30 Jul 2021 11:03:00 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from package19.nyi.freebsd.org (package19.nyi.freebsd.org [IPv6:2610:1c1:1:607e::16:7])
	(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 2695523B73;
	Fri, 30 Jul 2021 11:03:00 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from package19.nyi.freebsd.org (localhost [127.0.0.1])
	by package19.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16UB303M090820;
	Fri, 30 Jul 2021 11:03:00 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by package19.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16UB2xdg090764;
	Fri, 30 Jul 2021 11:02:59 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Fri, 30 Jul 2021 11:02:59 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107301102.16UB2xdg090764@package19.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [exp - 122amd64-default-build-as-user][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://package19.nyi.freebsd.org/data/122amd64-default-build-as-user/a641a8b38c0d/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://package19.nyi.freebsd.org/build.html?mastername=122amd64-default-build-as-user&build=a641a8b38c0d
Log:

=>> Building math/py-numpy
build started at Fri Jul 30 11:00:57 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 122amd64-default-build-as-user-job-02 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-18-gabdb380e
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 02

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-18-gabdb380e
MASTERMNT=/poudriere/data/.m/122amd64-default-build-as-user/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
GID=0
UID=0
PWD=/poudriere/data/.m/122amd64-default-build-as-user/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122amd64-default-build-as-user
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/poudriere/data/.m/122amd64-default-build-as-user/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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
FORCE_PACKAGE=yes
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[122amd64-default-build-as-user-job-02] Installing pkg-1.17.1...
[122amd64-default-build-as-user-job-02] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122amd64-default-build-as-user-job-02] Installing gcc10-10.3.0...
[122amd64-default-build-as-user-job-02] `-- Installing binutils-2.33.1_4,1...
[122amd64-default-build-as-user-job-02] |   `-- Installing gettext-runtime-0.21...
[122amd64-default-build-as-user-job-02] |   | `-- Installing indexinfo-0.3.1...
[122amd64-default-build-as-user-job-02] |   | `-- Extracting indexinfo-0.3.1: .... done
[122amd64-default-build-as-user-job-02] |   `-- Extracting gettext-runtime-0.21: .......... done
[122amd64-default-build-as-user-job-02] `-- Extracting binutils-2.33.1_4,1: .......... done
[122amd64-default-build-as-user-job-02] `-- Installing gmp-6.2.1...
[122amd64-default-build-as-user-job-02] `-- Extracting gmp-6.2.1: .......... done
[122amd64-default-build-as-user-job-02] `-- Installing mpc-1.2.0...
<snip>
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Fri Jul 30 12:49:15 2021
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 EF26712B1C02
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 12:49:16 +0000 (UTC)
	(envelope-from erwin@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 4GbnK869vgz4lN0;
	Fri, 30 Jul 2021 12:49:16 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 B7BFA2551A;
	Fri, 30 Jul 2021 12:49:16 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16UCnGMd071457;
	Fri, 30 Jul 2021 12:49:16 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16UCnFIr071452;
	Fri, 30 Jul 2021 12:49:15 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Fri, 30 Jul 2021 12:49:15 GMT
Message-Id: <202107301249.16UCnFIr071452@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Fri Jul 30 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Fri Jul 30 13:58:13 2021
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 EA3BA12B558C;
	Fri, 30 Jul 2021 13:58:13 +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 4Gbprj6K15z4py5;
	Fri, 30 Jul 2021 13:58:13 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	(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 C182D263A0;
	Fri, 30 Jul 2021 13:58:13 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16UDwDo4090516;
	Fri, 30 Jul 2021 13:58:13 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16UDwDkh090514;
	Fri, 30 Jul 2021 13:58:13 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Fri, 30 Jul 2021 13:58:13 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107301358.16UDwDkh090514@beefy17.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - main-i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy17.nyi.freebsd.org/data/main-i386-default/pd69639d824b8_s7cbf1de38e/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy17.nyi.freebsd.org/build.html?mastername=main-i386-default&build=pd69639d824b8_s7cbf1de38e
Log:

=>> Building math/py-numpy
build started at Fri Jul 30 13:56:47 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD main-i386-default-job-05 14.0-CURRENT FreeBSD 14.0-CURRENT 1400027 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1400027
Job Id: 05




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400027
UNAME_v=FreeBSD 14.0-CURRENT 1400027
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-20-g137a4a48
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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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=1400027
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-i386-default-job-05] Installing pkg-1.17.1...
[main-i386-default-job-05] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
<snip>
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/multiarray/getset.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-
 CURRENT-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Fri Jul 30 14:58:07 2021
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 9879512B8C24
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 14:58:07 +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 4Gbr9q3kRDz4stV
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 14:58:07 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 67AA526777
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 14:58:07 +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 16UEw7l9099095
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 14:58:07 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16UEw71T099094
	for python@FreeBSD.org; Fri, 30 Jul 2021 14:58:07 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 256187] [NEW-PORT] www/py-django-ckeditor: Django ckeditor
 version 6
Date: Fri, 30 Jul 2021 14:58:07 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: gettoknowmi@yahoo.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256187-21822-1r4Ak9MDLA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256187-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256187-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=3D256187

--- Comment #2 from gettoknowmi <gettoknowmi@yahoo.com> ---
do i need to provide anything else to get this in the port tree?

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

From nobody Fri Jul 30 17:10:41 2021
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 4BC6E12D0B5D
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 17:10:41 +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 4Gbv6n1YNRz3JVl
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 17:10:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 1D7E8B27
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 17:10:41 +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 16UHAf0N068078
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 17:10:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16UHAfdC068077
	for python@FreeBSD.org; Fri, 30 Jul 2021 17:10:41 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 257496] [NEW PORT] security/py-django-pam: PAM backend for
 Django authentication
Date: Fri, 30 Jul 2021 17:10:41 +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: amijaresp@gmail.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257496-21822-zAUZyRp1Ah@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257496-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257496-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=3D257496

Alberto Mijares <amijaresp@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226791|0                           |1
        is obsolete|                            |

--- Comment #2 from Alberto Mijares <amijaresp@gmail.com> ---
Created attachment 226805
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226805&action=
=3Dedit
shar file for port with fixed issues

I fixed everything from koobs review suggestions. portlint complains only a=
bout
only 2 lines in pkg-descr but koobs proposed the current text. I'm not sure=
 if
LICENSE_FILE is needed because the Makefile already says the right one.

poudriere passes on 11.4-RELEASE with latest ports tree.

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

From nobody Fri Jul 30 19:37:42 2021
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 CDE7212D8A2F;
	Fri, 30 Jul 2021 19:37:42 +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 4GbyNQ5Y65z3jFT;
	Fri, 30 Jul 2021 19:37:42 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:15])
	(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 A67FB2AF0;
	Fri, 30 Jul 2021 19:37:42 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16UJbgxm030665;
	Fri, 30 Jul 2021 19:37:42 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16UJbgho030664;
	Fri, 30 Jul 2021 19:37:42 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Fri, 30 Jul 2021 19:37:42 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107301937.16UJbgho030664@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy6.nyi.freebsd.org/data/122amd64-default/d69639d824b8/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=122amd64-default&build=d69639d824b8
Log:

=>> Building math/py-numpy
build started at Fri Jul 30 19:35:49 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 122amd64-default-job-14 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 14

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-20-g137a4a48
MASTERMNT=/usr/local/poudriere/data/.m/122amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[122amd64-default-job-14] Installing pkg-1.17.1...
[122amd64-default-job-14] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122amd64-default-job-14] Installing gcc10-10.3.0...
[122amd64-default-job-14] `-- Installing binutils-2.33.1_4,1...
[122amd64-default-job-14] |   `-- Installing gettext-runtime-0.21...
[122amd64-default-job-14] |   | `-- Installing indexinfo-0.3.1...
[122amd64-default-job-14] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Fri Jul 30 20:31:26 2021
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 7F25412DB436;
	Fri, 30 Jul 2021 20:31:26 +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 4GbzZQ38THz3ldG;
	Fri, 30 Jul 2021 20:31:26 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16: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 53B373893;
	Fri, 30 Jul 2021 20:31:26 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy18.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy18.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16UKVQHa064815;
	Fri, 30 Jul 2021 20:31:26 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy18.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16UKVQ9W064811;
	Fri, 30 Jul 2021 20:31:26 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Fri, 30 Jul 2021 20:31:26 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107302031.16UKVQ9W064811@beefy18.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - main-amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy18.nyi.freebsd.org/data/main-amd64-default/pd69639d824b8_s7cbf1de38e/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy18.nyi.freebsd.org/build.html?mastername=main-amd64-default&build=pd69639d824b8_s7cbf1de38e
Log:

=>> Building math/py-numpy
build started at Fri Jul 30 20:29:54 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD main-amd64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400027 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-20-g137a4a48
Host OSVERSION: 1400008
Jail OSVERSION: 1400027
Job Id: 01




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



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1400027
UNAME_v=FreeBSD 14.0-CURRENT 1400027
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-20-g137a4a48
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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: x86_64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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=1400027
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-amd64-default-job-01] Installing pkg-1.17.1...
[main-amd64-default-job-01] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
    new = PyUnicode_FromUnicode(ip, len);
          ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/typeinfo.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/umath/umathmodule.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath/ieee754.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/common -Ibuild/src.freebs
 d-14.0-CURRENT-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-14.0-CURRENT-amd64-3.10/build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-14.0-CURRENT-amd64-3.10/build/src.freebsd-14.0-CURRENT-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Fri Jul 30 23:28:58 2021
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 CCB6811D3E0A
	for <python@mlmmj.nyi.freebsd.org>; Fri, 30 Jul 2021 23:28:59 +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 4Gc3WH5Mg3z3wFf
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 23:28:59 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A0A535DAF
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 23:28:59 +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 16UNSxHe068267
	for <python@FreeBSD.org>; Fri, 30 Jul 2021 23:28:59 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16UNSx5n068266
	for python@FreeBSD.org; Fri, 30 Jul 2021 23:28:59 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 257513] www/uwsgi: Fails to build with py310
Date: Fri, 30 Jul 2021 23:28:58 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: john@saltant.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter cc
 flagtypes.name attachments.created
Message-ID: <bug-257513-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=3D257513

            Bug ID: 257513
           Summary: www/uwsgi: Fails to build with py310
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: john@saltant.com
                CC: eugene@zhegan.in, python@FreeBSD.org
                CC: eugene@zhegan.in
             Flags: maintainer-feedback?(eugene@zhegan.in)
             Flags: maintainer-feedback?

Created attachment 226810
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226810&action=
=3Dedit
www/uwsgi@py310 poudriere build log as of git c6c6359b96

www/uwsgi@py310 fails (on 12.2R amd64) in the poudriere build phase upon "*=
**
uWSGI linking ***".

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

From nobody Sat Jul 31 00:16:00 2021
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 104DD11D6AF7
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:16: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 4Gc4YX6rv8z4TKh
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16:00 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D25016C89
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16:00 +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 16V0G0v3093878
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16:00 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0G07l093877
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:16:00 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 256187] [NEW-PORT] www/py-django-ckeditor: Django admin
 CKEditor integration
Date: Sat, 31 Jul 2021 00:16:00 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name short_desc keywords cc bug_severity
Message-ID: <bug-256187-21822-h0nE2khwmS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256187-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256187-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=3D256187

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback?(gettok
                   |                            |nowmi@yahoo.com)
            Summary|[NEW-PORT]                  |[NEW-PORT]
                   |www/py-django-ckeditor:     |www/py-django-ckeditor:
                   |Django ckeditor version 6   |Django admin CKEditor
                   |                            |integration
           Keywords|                            |needs-patch
                 CC|                            |gettoknowmi@yahoo.com
           Severity|Affects Some People         |Affects Only Me

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
Review items:

 - Latest upstream version is 6.1.0
 - Add python to CATEGORIES
 - Match COMMENT to upstream description (setup.py:description). "Django ad=
min
CKEditor integration"
 - Match upstream dependency <versions-specs> ("django-js-asset>=3D1.2.2",)
 - ",run" is incorrect for most python package cases. It excludes "build" (=
'run
time *only*), which is required to compile py files to pyo pyc counterparts=
.=20
 - Upstream is only testing Python 3.6+, this port declares 3.4+ support. T=
his
isd fine if the packages tests pass with all allowed versions.
 - Upstream ships tests. Add TEST_DEPENDS and a test-target for comprehensi=
ve
QA:

Note #1: we don't need to run tox, coverage or lint tests, the following two
should be sufficient:

TEST_ENV+=3DDJANGO_SETTINGS_MODULE=3Dckeditor_demo.settings

  ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test ckeditor_demo=20
  ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py validate_templates

Note 2: There are a few more dependencies for tests (pillow,
django_extensions). Only add compulsory ones. Interesting to note that these
deps arent in install_requires. Are they 'optional' ? Maybe its worth having
OPTIONS for these.

Confirmation that the port passes tests (portlint, poudriere) would also be
great.

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

From nobody Sat Jul 31 00:16:28 2021
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 0692D11D6E68
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:16: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 4Gc4Z36ghnz4TZc
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16:27 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 CD5496C11
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16: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 16V0GRYc093928
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:16:27 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0GRpD093927
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:16: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 256187] [NEW-PORT] www/py-django-ckeditor: Django admin
 CKEditor integration
Date: Sat, 31 Jul 2021 00:16:28 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-256187-21822-k6oNKvSzMn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256187-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256187-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=3D256187

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
See Also: https://wiki.freebsd.org/Python/PortsPolicy

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

From nobody Sat Jul 31 00:18:10 2021
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 2374A11D7427
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:18:10 +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 4Gc4c200y4z4ThZ
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:10 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 DD82A6B92
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:09 +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 16V0I9Fj094189
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:09 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0I9un094188
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:18:09 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 257496] [NEW PORT] security/py-django-pam: PAM backend for
 Django authentication
Date: Sat, 31 Jul 2021 00:18:10 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257496-21822-Z3OnMnBr8Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257496-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257496-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=3D257496

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Alberto Mijares from comment #2)

What are the portlint warnings?

The guidelines on LICENSE_FILE are to include it when a file is provided in=
 the
DISTFILES. While license texts can be similar identical, often times they a=
re
not, and copyrights are unique

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

From nobody Sat Jul 31 00:18:32 2021
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 C112411D71F4
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:18:32 +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 4Gc4cS522Sz4TwR
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:32 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 9543668DC
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:32 +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 16V0IWNY094265
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:18:32 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0IWPJ094264
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:18:32 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 257513] www/uwsgi: Fails to build with py310
Date: Sat, 31 Jul 2021 00:18:32 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-257513-21822-AVqRrCE80a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257513-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=3D257513

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?        |

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

From nobody Sat Jul 31 00:19:33 2021
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 0C7F211D7766
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:19:33 +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 4Gc4dc6rdYz4VLW
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:19:32 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 D42A26B96
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:19:32 +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 16V0JWpV094447
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:19:32 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0JWSZ094446
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:19:32 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 257513] www/uwsgi: Fails to link with Python 3.10: ld: error:
 undefined symbol: PyParser_SimpleParseString |  ld: error: undefined symbol:
 PyNode_Compile
Date: Sat, 31 Jul 2021 00:19:33 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: short_desc bug_status bug_severity keywords
Message-ID: <bug-257513-21822-XqlIYyARIZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257513-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=3D257513

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|www/uwsgi: Fails to build   |www/uwsgi: Fails to link
                   |with py310                  |with Python 3.10: ld:
                   |                            |error: undefined symbol:
                   |                            |PyParser_SimpleParseString
                   |                            ||  ld: error: undefined
                   |                            |symbol: PyNode_Compile
             Status|New                         |Open
           Severity|Affects Only Me             |Affects Some People
           Keywords|                            |needs-qa

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
Does upstream support and test against Python 3.10 yet?

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

From nobody Sat Jul 31 00:30:19 2021
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 2E0D212706E8
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:30:20 +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 4Gc4t40Xc7z4XHv
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:30:20 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 EC0436A6D
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:30:19 +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 16V0UJM1098666
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:30:19 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0UJ1P098665
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:30:19 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 255547] devel/py-twisted: Update to 21.2.0
Date: Sat, 31 Jul 2021 00:30:19 +0000
X-Bugzilla-Reason: CC 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: needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255547-21822-FB3ZVVTuj3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255547-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255547-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=3D255547

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3De211e1e5a8d5d7534e14b6f85c6a137=
31cebffd8

commit e211e1e5a8d5d7534e14b6f85c6a13731cebffd8
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2021-07-31 00:27:51 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2021-07-31 00:27:51 +0000

    devel/py-twisted: Update to 21.2.0

    - Update DEPENDS
    PR:             255547
    Reported by:    ports@skyforge.at

 devel/py-twisted/Makefile | 18 +++++++++---------
 devel/py-twisted/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

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

From nobody Sat Jul 31 00:31:13 2021
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 F267F127075F
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:31:12 +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 4Gc4v46JB4z4XfZ
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31:12 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 C029C6F00
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31:12 +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 16V0VC9H000559
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31:12 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0VCeC000558
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:31:12 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 255547] devel/py-twisted: Update to 21.2.0
Date: Sat, 31 Jul 2021 00:31:13 +0000
X-Bugzilla-Reason: CC 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: needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: wen@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: wen@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: assigned_to cc
Message-ID: <bug-255547-21822-7nHAdksU4H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255547-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255547-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=3D255547

Wen Heping <wen@FreeBSD.org> changed:

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

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

From nobody Sat Jul 31 00:31:23 2021
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 05ED91270B98
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:31: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 4Gc4vG6gL7z4Xd4
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31:22 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 CD5A66A76
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31: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 16V0VMSc000604
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:31:22 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0VMqP000603
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:31: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 255547] devel/py-twisted: Update to 21.2.0
Date: Sat, 31 Jul 2021 00:31: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: needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: wen@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: wen@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: resolution bug_status
Message-ID: <bug-255547-21822-rkobQqmPG4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255547-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255547-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=3D255547

Wen Heping <wen@FreeBSD.org> changed:

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

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

From nobody Sat Jul 31 00:36:19 2021
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 A109E1270CC3
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:36:19 +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 4Gc50z43z5z4YGV
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:36:19 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 710B76CC7
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:36:19 +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 16V0aJ9v002360
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:36:19 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0aJt4002359
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:36:19 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 257513] www/uwsgi: Fails to link with Python 3.10: ld: error:
 undefined symbol: PyParser_SimpleParseString |  ld: error: undefined symbol:
 PyNode_Compile
Date: Sat, 31 Jul 2021 00:36:19 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa
X-Bugzilla-Severity: Affects Some 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?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257513-21822-cHUWzxbJfM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257513-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=3D257513

--- Comment #2 from John W. O'Brien <john@saltant.com> ---
(In reply to Kubilay Kocak from comment #1)
Evidently not as of this moment [0].

[0]
https://github.com/unbit/uwsgi/blob/a04820f092aafc8a8807769fe179757ee8337b5=
b/setup.py#L136-L150

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

From nobody Sat Jul 31 00:37:18 2021
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 D416612711BC
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:37: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 4Gc5265Z23z4YHS
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:37:18 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A75FF7094
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:37:18 +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 16V0bIoD002529
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:37:18 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0bIHe002528
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:37:18 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 255547] devel/py-twisted: Update to 21.2.0
Date: Sat, 31 Jul 2021 00:37:18 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: wen@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly-
X-Bugzilla-Changed-Fields: keywords flagtypes.name
Message-ID: <bug-255547-21822-EEqLUCGrvi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255547-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255547-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=3D255547

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-qa                    |
              Flags|maintainer-feedback?(python |maintainer-feedback+,
                   |@FreeBSD.org),              |merge-quarterly-
                   |maintainer-feedback?(ports@ |
                   |skyforge.at),               |
                   |merge-quarterly?            |

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

From nobody Sat Jul 31 00:40:40 2021
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 988CE12714BE
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 00:40:40 +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 4Gc5603WSpz4YTD
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:40:40 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 622936EBF
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:40:40 +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 16V0eevW003043
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 00:40:40 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V0eeKp003042
	for python@FreeBSD.org; Sat, 31 Jul 2021 00:40:40 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 257513] www/uwsgi: Fails to link with Python 3.10: ld: error:
 undefined symbol: PyParser_SimpleParseString |  ld: error: undefined symbol:
 PyNode_Compile
Date: Sat, 31 Jul 2021 00:40:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257513-21822-93rRGy7HLy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257513-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257513-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=3D257513

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to John W. O'Brien from comment #2)

If there's no a) upstream tests against 3.10, and its not declared as
supported, and there's no existing issues and patches (merged or not) to
address the issue, we should cap version-spec to only the declared supported
versions (this is an 'across the python ports board problem')

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

From nobody Sat Jul 31 01:25:54 2021
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 964CE12768E3;
	Sat, 31 Jul 2021 01:25:54 +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 4Gc66B3tXtz4fh0;
	Sat, 31 Jul 2021 01:25:54 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f])
	(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 6EBD37C01;
	Sat, 31 Jul 2021 01:25:54 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V1PsOB017912;
	Sat, 31 Jul 2021 01:25:54 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16V1Ps8i017911;
	Sat, 31 Jul 2021 01:25:54 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 31 Jul 2021 01:25:54 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107310125.16V1Ps8i017911@beefy16.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy16.nyi.freebsd.org/data/130amd64-default/e777a21158a3/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=e777a21158a3
Log:

=>> Building math/py-numpy
build started at Sat Jul 31 01:24:46 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130amd64-default-job-06 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 06

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/130amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[130amd64-default-job-06] Installing pkg-1.17.1...
[130amd64-default-job-06] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[130amd64-default-job-06] Installing gcc10-10.3.0...
[130amd64-default-job-06] `-- Installing binutils-2.33.1_4,1...
[130amd64-default-job-06] |   `-- Installing gettext-runtime-0.21...
<snip>
          ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
cc: numpy/core/src/multiarray/usertypes.c
14 warnings and 7 errors generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/umathmodule.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/multiarray/mapping.c
4 warnings generated.
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sat Jul 31 01:29:40 2021
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 B9FE81276FE4;
	Sat, 31 Jul 2021 01:29: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 4Gc6BX4gpPz4g4f;
	Sat, 31 Jul 2021 01:29:40 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (beefy15.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1e])
	(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 889247C0A;
	Sat, 31 Jul 2021 01:29:40 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy15.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V1Teq6026823;
	Sat, 31 Jul 2021 01:29:40 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy15.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16V1Tes1026808;
	Sat, 31 Jul 2021 01:29:40 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 31 Jul 2021 01:29:40 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107310129.16V1Tes1026808@beefy15.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy15.nyi.freebsd.org/data/130i386-default/e777a21158a3/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=130i386-default&build=e777a21158a3
Log:

=>> Building math/py-numpy
build started at Sat Jul 31 01:28:46 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130i386-default-job-13 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 13

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/130i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[130i386-default-job-13] Installing pkg-1.17.1...
[130i386-default-job-13] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
<snip>
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/loops.c
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/number.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/common/array_assign.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-i386-3.10/build/src.freebsd-13.0-RELEASE-p3-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sat Jul 31 01:38:08 2021
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 A5DDF1277CE3;
	Sat, 31 Jul 2021 01:38:08 +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 4Gc6NJ4KStz4gtR;
	Sat, 31 Jul 2021 01:38:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:18])
	(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 7D1F77F8C;
	Sat, 31 Jul 2021 01:38:08 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V1c8H3024284;
	Sat, 31 Jul 2021 01:38:08 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy9.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16V1c8nW024283;
	Sat, 31 Jul 2021 01:38:08 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 31 Jul 2021 01:38:08 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107310138.16V1c8nW024283@beefy9.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy9.nyi.freebsd.org/data/114amd64-default/e777a21158a3/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy9.nyi.freebsd.org/build.html?mastername=114amd64-default&build=e777a21158a3
Log:

=>> Building math/py-numpy
build started at Sat Jul 31 01:36:34 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114amd64-default-job-11 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/114amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: x86_64-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[114amd64-default-job-11] Installing pkg-1.17.1...
[114amd64-default-job-11] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114amd64-default-job-11] Installing gcc10-10.3.0...
[114amd64-default-job-11] `-- Installing binutils-2.33.1_4,1...
[114amd64-default-job-11] |   `-- Installing gettext-runtime-0.21...
[114amd64-default-job-11] |   | `-- Installing indexinfo-0.3.1...
[114amd64-default-job-11] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/nditer_pywrap.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/scalarmath.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/npymath/npy_math.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/mem_overlap.c
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
cc: numpy/core/src/multiarray/flagsobject.c
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/s
 rc/common -Ibuild/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-amd64-3.10/build/src.freebsd-11.4-RELEASE-p12-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sat Jul 31 01:45:55 2021
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 47E1112A87AB;
	Sat, 31 Jul 2021 01:45:55 +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 4Gc6YH1bp0z4hKF;
	Sat, 31 Jul 2021 01:45:55 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (beefy10.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:19])
	(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 1F3127E52;
	Sat, 31 Jul 2021 01:45:55 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy10.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V1jtPF050136;
	Sat, 31 Jul 2021 01:45:55 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy10.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16V1jtp7050135;
	Sat, 31 Jul 2021 01:45:55 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 31 Jul 2021 01:45:55 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107310145.16V1jtp7050135@beefy10.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 114i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy10.nyi.freebsd.org/data/114i386-default/e777a21158a3/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy10.nyi.freebsd.org/build.html?mastername=114i386-default&build=e777a21158a3
Log:

=>> Building math/py-numpy
build started at Sat Jul 31 01:44:31 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 114i386-default-job-11 11.4-RELEASE-p12 FreeBSD 11.4-RELEASE-p12 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1104001
Job Id: 11

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1104001
UNAME_v=FreeBSD 11.4-RELEASE-p12
UNAME_r=11.4-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/114i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/114i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=114i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/114i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd11  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=11.4 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b) Target: i386-unknown-freebsd11.4 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=11.4-RELEASE-p12
OSREL=11.4
OSVERSION=1104001
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[114i386-default-job-11] Installing pkg-1.17.1...
[114i386-default-job-11] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[114i386-default-job-11] Installing gcc10-10.3.0...
<snip>
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/usertypes.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
14 warnings and 7 errors generated.
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/umath/extobj.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacosl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacosl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacosl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'cacoshl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = cacoshl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'cacoshl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'casinhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = casinhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'casinhl'
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: warning: implicitly declaring library function 'catanhl' with type '_Complex long double (_Complex long double)' [-Wimplicit-function-declaration]
    ret.c99_z = catanhl(z1.c99_z);
                ^
numpy/core/src/npymath/npy_math_complex.c.src:1804:17: note: include the header <complex.h> or explicitly provide a declaration for 'catanhl'
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/umath/override.c
6 warnings generated.
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/common/ucsnarrow.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-11.4-RELEASE-p12-i386-3.10/build/src.freebsd-11.4-RELEASE-p12-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sat Jul 31 02:12:25 2021
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 979F812AA164;
	Sat, 31 Jul 2021 02:12:25 +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 4Gc77s3v02z4k4Q;
	Sat, 31 Jul 2021 02:12:25 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:20])
	(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 6DB107D7B;
	Sat, 31 Jul 2021 02:12:25 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy17.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 16V2CPvN049913;
	Sat, 31 Jul 2021 02:12:25 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy17.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 16V2CPC2049912;
	Sat, 31 Jul 2021 02:12:25 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sat, 31 Jul 2021 02:12:25 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202107310212.16V2CPC2049912@beefy17.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - main-i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy17.nyi.freebsd.org/data/main-i386-default/pe777a21158a3_s155f15118a/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy17.nyi.freebsd.org/build.html?mastername=main-i386-default&build=pe777a21158a3_s155f15118a
Log:

=>> Building math/py-numpy
build started at Sat Jul 31 02:10:50 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD main-i386-default-job-06 14.0-CURRENT FreeBSD 14.0-CURRENT 1400027 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1400027
Job Id: 06




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1400027
UNAME_v=FreeBSD 14.0-CURRENT 1400027
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-21-g883afb07
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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd14  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: i386-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) 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=1400027
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-i386-default-job-06] Installing pkg-1.17.1...
[main-i386-default-job-06] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
<snip>
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/multiarray/temp_elide.c
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/vdot.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/multiarray/number.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/npymath/npy_math.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/multiarray/flagsobject.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/multiarray/getset.c
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-14.0-
 CURRENT-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-14.0-CURRENT-i386-3.10/build/src.freebsd-14.0-CURRENT-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sat Jul 31 09:02:22 2021
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 F2F4612B47BF
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:02:22 +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 4GcJDt600mz3kxw
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:02:22 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 B59E516308
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09: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 16V92MZu065912
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09: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 16V92Mrj065901
	for python@FreeBSD.org; Sat, 31 Jul 2021 09: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 255721] X11/guake: Fails to run on Python 3.8
Date: Sat, 31 Jul 2021 09:02:22 +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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-255721-21822-TY9S2pm4Ka@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edsonwolf@vivaldi.net

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
*** Bug 257519 has been marked as a duplicate of this bug. ***

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

From nobody Sat Jul 31 09:02:52 2021
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 22DA812B4AEA
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:02:52 +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 4GcJFS0Rkrz3lPs
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:02:52 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 EC59D16381
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:02:51 +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 16V92pNu068988
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:02:51 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V92pF5068987
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:02:51 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 255721] X11/guake: Fails to run on Python 3.8
Date: Sat, 31 Jul 2021 09:02:52 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-K8fT6zTBxx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #4 from Kubilay Kocak <koobs@FreeBSD.org> ---
Workaround in bug 257519 comment 0

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

From nobody Sat Jul 31 09:04:41 2021
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 6854212B4F49
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:04:41 +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 4GcJHY2MVxz3lcG
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:04:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 3A30B15F46
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:04:41 +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 16V94fUF069326
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:04:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V94f3P069325
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:04:41 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 255721] X11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:04:41 +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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-255721-21822-8XQh9zuXlC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|X11/guake: Fails to run on  |X11/guake: Fails to run on
                   |Python 3.8                  |Python 3.8:
                   |                            |dbus.exceptions.DBusExcepti
                   |                            |on:
                   |                            |org.freedesktop.DBus.Error.
                   |                            |NameHasNoOwner |
                   |                            |ServiceUnknown

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

From nobody Sat Jul 31 09:07:04 2021
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 D454D12B5321
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:07: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 4GcJLJ5NpYz3ltX
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:07:04 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A1C1016312
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:07:04 +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 16V9746G069809
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:07:04 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V974LX069808
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:07:04 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:07:04 +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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: short_desc
Message-ID: <bug-255721-21822-VKEQ1Z4YeE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|X11/guake: Fails to run on  |x11/guake: Fails to run on
                   |Python 3.8:                 |Python 3.8:
                   |dbus.exceptions.DBusExcepti |dbus.exceptions.DBusExcepti
                   |on:                         |on:
                   |org.freedesktop.DBus.Error. |org.freedesktop.DBus.Error.
                   |NameHasNoOwner |            |NameHasNoOwner |
                   |ServiceUnknown              |ServiceUnknown

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

From nobody Sat Jul 31 09:20:01 2021
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 1F8A312B6225
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:20: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 4GcJdF0FmQz3mZy
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:20:01 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 E559A163AD
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:20:00 +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 16V9K0uS075096
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:20:00 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9K0P8075095
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:20:00 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:20: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 Some People
X-Bugzilla-Who: daniel@shafer.cc
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-JyjNV2vOwK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #5 from Daniel Shafer <daniel@shafer.cc> ---
So I can literally say I had spent over 100 hours (not consecutively obviou=
sly)
trying to update this port.  It has been a real pain.=20=20

I submitted the bug https://github.com/Guake/guake/issues/1621 which was the
major issue on why the port was not updated.

Honestly, I gave up.  The lead dev admitted he doesn't have time for Guake
anymore so it's all but abandoned, at least on halt for now.  The last rele=
ase
was February of 2020.

After speaking with koobs on IRC, we agreed to try and work on it this week=
end
to try and find a solution.

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

From nobody Sat Jul 31 09:22:15 2021
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 DCDEA12B65FC
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:22:15 +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 4GcJgq5nSPz3mg9
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:22:15 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 AFEF0163D5
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:22:15 +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 16V9MFdE078129
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:22:15 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9MFXS078128
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:22:15 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:22:15 +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 Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: see_also
Message-ID: <bug-255721-21822-saeRJVjVqv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://github.com/Guake/gu
                   |                            |ake/issues/1621

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

From nobody Sat Jul 31 09:30:11 2021
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 9CEFC12B6F53
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:30:11 +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 4GcJrz3rzMz3nBX
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:30:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 68F5F163D8
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:30:11 +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 16V9UBpl079700
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:30:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9UBeS079699
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:30:11 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:30:11 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-ryQ7Whb1QQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Xevi from comment #0)

The mentioned links points to an entire file. Can you clarify what exactly =
it
was seen/observed regarding "On the last guake release on github it's fixed=
 "
that made you believe this specific issue was resolved upstream, and in a
release?

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

From nobody Sat Jul 31 09:45:06 2021
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 BF75712B7F5D
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:45:06 +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 4GcKBB4rcPz3p6S
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:45:06 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 8B2FB16835
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:45:06 +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 16V9j6El089878
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:45:06 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9j68s089877
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:45:06 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:45:06 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: edsonwolf@vivaldi.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-hjVqvYRYaT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #7 from edsonwolf@vivaldi.net <edsonwolf@vivaldi.net> ---
Solution:

https://www.reddit.com/r/freebsd/comments/ool9e0/cant_start_guake_python_pr=
oblem/

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

From nobody Sat Jul 31 09:47:40 2021
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 8623A12B81BF
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:47:40 +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 4GcKF83Fnhz3pBW
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:47:40 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 5433A16C08
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:47:40 +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 16V9leFG090391
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:47:40 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9leHc090390
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:47:40 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:47:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: daniel@shafer.cc
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-pdNxl0Cpkj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #8 from Daniel Shafer <daniel@shafer.cc> ---
(In reply to edsonwolf@vivaldi.net from comment #7)

This is a solution to a problem, but the bigger problem lies in why the por=
t is
not updated as described in my bug report to the project.

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

From nobody Sat Jul 31 09:51:06 2021
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 D683112B871A
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:51:07 +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 4GcKK74NVHz3pTX
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:07 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 7F17C16755
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:07 +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 16V9p7RU091966
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:07 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9p77w091965
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:51:07 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:51:06 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: edsonwolf@vivaldi.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-RSl0VGFAHN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #9 from edsonwolf@vivaldi.net <edsonwolf@vivaldi.net> ---
I understood

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

From nobody Sat Jul 31 09:51:45 2021
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 EAAFC12B8C8A
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:51:44 +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 4GcKKr66FRz3pb5
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:44 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 BA675169F0
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:44 +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 16V9piea092908
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:51:44 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9piJN092907
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:51:44 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 256885] [NEW PORT] www/py-homeassistant: Open-source home
 automation platform
Date: Sat, 31 Jul 2021 09:51:45 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: dep_changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: ygy@freebsd.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ygy@freebsd.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-256885-21822-cOkos6HhLa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256885-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256885-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=3D256885
Bug 256885 depends on bug 252081, which changed state.

Bug 252081 Summary: new port: devel/py-pycognito: Makes working with AWS Co=
gnito easier for Python developers
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252081

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

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

From nobody Sat Jul 31 09:52:21 2021
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 CE30012B8B37
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:52:20 +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 4GcKLX5P8cz3q5Y
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52:20 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 A308E16C41
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52: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 16V9qKvX093026
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52:20 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9qKMp093024
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:52: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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 09:52: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: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: daniel@shafer.cc
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-ofoJJhbEHI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #10 from Daniel Shafer <daniel@shafer.cc> ---
(In reply to edsonwolf@vivaldi.net from comment #9)

Sorry it's late and I'm not trying to sound rude.  The frustration this gav=
e me
when it happened was pretty bad.  Let me work with koobs this weekend and I=
'll
see if I can find a solution

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

From nobody Sat Jul 31 09:52:40 2021
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 A090212B8BF7
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 09:52:40 +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 4GcKLw45QLz3qCV
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52:40 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 7553216A56
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52:40 +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 16V9qeJ2093900
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 09:52:40 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16V9qese093899
	for python@FreeBSD.org; Sat, 31 Jul 2021 09:52:40 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 256885] [NEW PORT] www/py-homeassistant: Open-source home
 automation platform
Date: Sat, 31 Jul 2021 09:52:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: ygy@freebsd.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: assigned_to
Message-ID: <bug-256885-21822-tjXw8iqnFl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256885-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-256885-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=3D256885

Guangyuan Yang <ygy@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ygy@freebsd.org             |ports-bugs@FreeBSD.org

--- Comment #7 from Guangyuan Yang <ygy@freebsd.org> ---
Currently don't have the capacity to test this - back to pool.

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

From nobody Sat Jul 31 10:08:09 2021
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 F333112B9D12
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 10:08:08 +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 4GcKhm69Qwz3qWj
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 10:08:08 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 BB41616EB8
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 10:08:08 +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 16VA88di099433
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 10:08:08 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16VA88Gp099432
	for python@FreeBSD.org; Sat, 31 Jul 2021 10:08:08 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 10:08:09 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: edsonwolf@vivaldi.net
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-iqfXmShJMX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #11 from edsonwolf@vivaldi.net <edsonwolf@vivaldi.net> ---
Don't be rude, you're upset, I understand you.

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

From nobody Sat Jul 31 11:04:16 2021
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 5271112BC38F
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 11:04:16 +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 4GcLxX1k9Xz3tBq
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 11:04:16 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 23C4817D29
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 11:04:16 +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 16VB4G3l032173
	for <python@FreeBSD.org>; Sat, 31 Jul 2021 11:04:16 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16VB4GS7032172
	for python@FreeBSD.org; Sat, 31 Jul 2021 11:04:16 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sat, 31 Jul 2021 11:04:16 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: xbarnada@protonmail.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-czyNTsnZd0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #12 from Xevi <xbarnada@protonmail.com> ---
(In reply to Kubilay Kocak from comment #1)

I said that its related with the python version due the initial error of the
stack trace is "platform module has no attribute linux_distribution".
The last python version that has suport for "linux_distrubution" was 3.7
https://docs.python.org/3.7/library/platform.html#platform.linux_distributi=
on

If you check the last version of the utils file it don't have any reference=
s to
"linux_distribution" https://github.com/Guake/guake/blob/master/guake/utils=
.py

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

From nobody Sat Jul 31 12:49:16 2021
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 B055512D06E0
	for <python@mlmmj.nyi.freebsd.org>; Sat, 31 Jul 2021 12:49:17 +0000 (UTC)
	(envelope-from erwin@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 4GcPGj4Vfjz4S0X;
	Sat, 31 Jul 2021 12:49:17 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 7F68318EA5;
	Sat, 31 Jul 2021 12:49:17 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16VCnHpP069478;
	Sat, 31 Jul 2021 12:49:17 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 16VCnGIe069473;
	Sat, 31 Jul 2021 12:49:16 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Sat, 31 Jul 2021 12:49:16 GMT
Message-Id: <202107311249.16VCnGIe069473@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Sat Jul 31 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Sun Aug  1 03:15:23 2021
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 82D9412DF99C;
	Sun,  1 Aug 2021 03:15:23 +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 4GcmV33HtTz3vrY;
	Sun,  1 Aug 2021 03:15:23 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (beefy16.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:1f])
	(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 5A20D24A35;
	Sun,  1 Aug 2021 03:15:23 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy16.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 1713FNkx055923;
	Sun, 1 Aug 2021 03:15:23 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy16.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 1713FNbT055912;
	Sun, 1 Aug 2021 03:15:23 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 1 Aug 2021 03:15:23 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202108010315.1713FNbT055912@beefy16.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 130amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy16.nyi.freebsd.org/data/130amd64-default/3ab2afc78506/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=130amd64-default&build=3ab2afc78506
Log:

=>> Building math/py-numpy
build started at Sun Aug  1 03:14:12 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 130amd64-default-job-05 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1300139
Job Id: 05

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300139
UNAME_v=FreeBSD 13.0-RELEASE-p3
UNAME_r=13.0-RELEASE-p3
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-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/130amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/130amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=130amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/130amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd13  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=13.0-RELEASE-p3
OSREL=13.0
OSVERSION=1300139
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[130amd64-default-job-05] Installing pkg-1.17.1...
[130amd64-default-job-05] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[130amd64-default-job-05] Installing gcc10-10.3.0...
[130amd64-default-job-05] `-- Installing binutils-2.33.1_4,1...
[130amd64-default-job-05] |   `-- Installing gettext-runtime-0.21...
<snip>
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buffer = PyUnicode_AS_DATA(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
    ((const char *)(PyUnicode_AS_UNICODE(op)))
                    ^
/usr/local/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
      PyUnicode_AsUnicode(_PyObject_CAST(op)))
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
      PyUnicode_WSTR_LENGTH(op) :                    \
      ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:23: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
                      ^
14 warnings and 7 errors generated.
cc: numpy/core/src/multiarray/temp_elide.c
cc: numpy/core/src/multiarray/vdot.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/loops.c
cc: numpy/core/src/multiarray/typeinfo.c
cc: numpy/core/src/umath/umathmodule.c
cc: numpy/core/src/multiarray/usertypes.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/extobj.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/ieee754.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/multiarray/getset.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/npymath/npy_math.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/npy_longdouble.c
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-13.0-RELEASE-p3-amd64-3.10/build/src.freebsd-13.0-RELEASE-p3-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sun Aug  1 04:08:43 2021
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 15C4112B1FC8;
	Sun,  1 Aug 2021 04:08: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 4Gcngb62vyz4SZp;
	Sun,  1 Aug 2021 04:08:43 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:14])
	(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 A68CC2570A;
	Sun,  1 Aug 2021 04:08:43 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 17148hEo070581;
	Sun, 1 Aug 2021 04:08:43 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy5.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 17148hOs070578;
	Sun, 1 Aug 2021 04:08:43 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 1 Aug 2021 04:08:43 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202108010408.17148hOs070578@beefy5.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122i386-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy5.nyi.freebsd.org/data/122i386-default/3ab2afc78506/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy5.nyi.freebsd.org/build.html?mastername=122i386-default&build=3ab2afc78506
Log:

=>> Building math/py-numpy
build started at Sun Aug  1 04:07:21 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 122i386-default-job-08 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 i386
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 08

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/122i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122i386-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[122i386-default-job-08] Installing pkg-1.17.1...
[122i386-default-job-08] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122i386-default-job-08] Installing gcc10-10.3.0...
<snip>
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/vdot.c
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/loops.c
14 warnings and 7 errors generated.
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/cpuid.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/multiarray/number.c
cc: numpy/core/src/umath/reduction.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/ieee754.c
cc: numpy/core/src/multiarray/getset.c
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/multiarray/nditer_api.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/umath/override.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/common/mem_overlap.c
numpy/core/src/common/mem_overlap.c:804:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'npy_uintp' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare]
    if (uintp_rhs > NPY_MAX_INT64) {
        ~~~~~~~~~ ^ ~~~~~~~~~~~~~
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/npymath/npy_math.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/common/numpyos.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
1 warning generated.
cc: numpy/core/src/common/npy_longdouble.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/common -Ibu
 ild/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-i386-3.10/build/src.freebsd-12.2-RELEASE-p9-i386-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sun Aug  1 05:17:33 2021
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 9CE4E12B58E1;
	Sun,  1 Aug 2021 05:17:33 +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 4GcqC12Qp1z4rpB;
	Sun,  1 Aug 2021 05:17:33 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:15])
	(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 36D132652D;
	Sun,  1 Aug 2021 05:17:33 +0000 (UTC)
	(envelope-from pkg-fallout@FreeBSD.org)
Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1])
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1) with ESMTP id 1715HXg0032426;
	Sun, 1 Aug 2021 05:17:33 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Received: (from root@localhost)
	by beefy6.nyi.freebsd.org (8.16.1/8.16.1/Submit) id 1715HXTp032415;
	Sun, 1 Aug 2021 05:17:33 GMT
	(envelope-from pkg-fallout@FreeBSD.org)
Date: Sun, 1 Aug 2021 05:17:33 GMT
From: pkg-fallout@FreeBSD.org
Message-Id: <202108010517.1715HXTp032415@beefy6.nyi.freebsd.org>
To: python@FreeBSD.org
Subject: [package - 122amd64-default][math/py-numpy] Failed for py310-numpy-1.16.6_2,1 in build
Cc: 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:        http://beefy6.nyi.freebsd.org/data/122amd64-default/3ab2afc78506/logs/py310-numpy-1.16.6_2,1.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=122amd64-default&build=3ab2afc78506
Log:

=>> Building math/py-numpy
build started at Sun Aug  1 05:15:39 UTC 2021
port directory: /usr/ports/math/py-numpy
package name: py310-numpy-1.16.6_2,1
building for: FreeBSD 122amd64-default-job-02 12.2-RELEASE-p9 FreeBSD 12.2-RELEASE-p9 amd64
maintained by: python@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1202000
Job Id: 02

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1202000
UNAME_v=FreeBSD 12.2-RELEASE-p9
UNAME_r=12.2-RELEASE-p9
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/122amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/122amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=122amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/122amd64-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=py310
DEPENDS_ARGS=
MAKE_ARGS= FLAVOR=py310
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for py310-numpy-1.16.6_2,1:
     DOCS=on: Build and/or install documentation
     SUITESPARSE=on: Use AMD and UMFPACK in SuiteSparse
====> Options available for the single BLASLIB: you have to select exactly one of them
     ATLAS=off: ATLAS blas implementation
     NETLIB=off: Blas implementation from Netlib
     OPENBLAS=on: OpenBLAS blas implementation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" PYTHON="/usr/local/bin/python3.10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310  HOME=/wrkdirs/usr/ports/math/py-numpy/work-py310 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/py-numpy/work-py310/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CF
 LAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -shared -Wl,-rpath=/usr/local/lib/gcc10  -L/usr/local/lib/gcc10 -B/usr/local/bin -L/usr/local/lib -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--
PORTDOCS="" PYTHON_INCLUDEDIR=include/python3.10  PYTHON_LIBDIR=lib/python3.10  PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.10/site-packages  PYTHON_SUFFIX=310  PYTHON_EXT_SUFFIX=.cpython-310  PYTHON_VER=3.10  PYTHON_VERSION=python3.10 PYTHON2="@comment " PYTHON3="" OSREL=12.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/py310-numpy"  EXAMPLESDIR="share/examples/py310-numpy"  DATADIR="share/py310-numpy"  WWWDIR="www/py310-numpy"  ETCDIR="etc/py310-numpy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/py310-numpy DOCSDIR=/usr/local/share/doc/py310-numpy EXAMPLESDIR=/usr/local/share/examples/py310-numpy  WWWDIR=/usr/local/www/py310-numpy ETCDIR=/usr/local/etc/py310-numpy
--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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 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_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: x86_64-unknown-freebsd12.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.2-RELEASE-p9
OSREL=12.2
OSVERSION=1202000
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[122amd64-default-job-02] Installing pkg-1.17.1...
[122amd64-default-job-02] Extracting pkg-1.17.1: .......... done
===>   py310-numpy-1.16.6_2,1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of py310-numpy-1.16.6_2,1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by py310-numpy-1.16.6_2,1 for building
===>  Extracting for py310-numpy-1.16.6_2,1
=> SHA256 Checksum OK for numpy-1.16.6.zip.
=> SHA256 Checksum OK for numpy-ref-1.16.1.pdf.
=> SHA256 Checksum OK for numpy-user-1.16.1.pdf.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for py310-numpy-1.16.6_2,1
===>  Applying FreeBSD patches for py310-numpy-1.16.6_2,1 from /usr/ports/math/py-numpy/files
===========================================================================
=======================<phase: build-depends  >============================
===>   py310-numpy-1.16.6_2,1 depends on executable: gfortran10 - not found
===>   Installing existing package /packages/All/gcc10-10.3.0.pkg
[122amd64-default-job-02] Installing gcc10-10.3.0...
[122amd64-default-job-02] `-- Installing binutils-2.33.1_4,1...
[122amd64-default-job-02] |   `-- Installing gettext-runtime-0.21...
[122amd64-default-job-02] |   | `-- Installing indexinfo-0.3.1...
[122amd64-default-job-02] |   | `-- Extracting indexinfo-0.3.1: .... done
<snip>
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
      ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
             ^
/usr/local/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
        buflen = PyUnicode_GET_DATA_SIZE(self);
                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
    (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
     ^
/usr/local/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
       PyUnicode_WSTR_LENGTH(op)))
       ^
/usr/local/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
#define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                  ^
/usr/local/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
Py_DEPRECATED(3.3)
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/umathmodule.c
numpy/core/src/multiarray/scalartypes.c.src:3214:71: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyFloatScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                             ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).real);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/nditer_pywrap.c
numpy/core/src/multiarray/scalartypes.c.src:3229:56: error: too few arguments to function call, expected 2, have 1
            (((PyCFloatScalarObject *)obj)->obval).imag);
                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3214:76: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble((double) ((PyLongDoubleScalarObject *)obj)->obval);
           ~~~~~~~~~~~~~~                                                  ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3223:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).real);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3229:61: error: too few arguments to function call, expected 2, have 1
            (((PyCLongDoubleScalarObject *)obj)->obval).imag);
                                                            ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
numpy/core/src/multiarray/scalartypes.c.src:3244:81: error: too few arguments to function call, expected 2, have 1
    return _Py_HashDouble(npy_half_to_double(((PyHalfScalarObject *)obj)->obval));
           ~~~~~~~~~~~~~~                                                       ^
/usr/local/include/python3.10/pyhash.h:10:1: note: '_Py_HashDouble' declared here
PyAPI_FUNC(Py_hash_t) _Py_HashDouble(PyObject *, double);
^
/usr/local/include/python3.10/pyport.h:703:34: note: expanded from macro 'PyAPI_FUNC'
#       define PyAPI_FUNC(RTYPE) Py_EXPORTED_SYMBOL RTYPE
                                 ^
/usr/local/include/python3.10/exports.h:21:36: note: expanded from macro 'Py_EXPORTED_SYMBOL'
        #define Py_EXPORTED_SYMBOL __attribute__ ((visibility ("default")))
                                   ^
cc: numpy/core/src/multiarray/usertypes.c
14 warnings and 7 errors generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/loops.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/nditer_templ.c
cc: numpy/core/src/umath/reduction.c
cc: numpy/core/src/umath/extobj.c
cc: numpy/core/src/umath/cpuid.c
cc: numpy/core/src/umath/ufunc_type_resolution.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/scalarmath.c
cc: numpy/core/src/multiarray/number.c
numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
        result = PyEval_CallObject(tocall, arglist);
                 ^
/usr/local/include/python3.10/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
    PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
    ^
/usr/local/include/python3.10/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.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
cc: numpy/core/src/umath/override.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/ieee754.c
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath/npy_math_complex.c
cc: numpy/core/src/npymath/npy_math.c
cc: numpy/core/src/npymath/halffloat.c
cc: numpy/core/src/multiarray/flagsobject.c
cc: numpy/core/src/common/array_assign.c
cc: numpy/core/src/common/ucsnarrow.c
cc: numpy/core/src/common/mem_overlap.c
cc: numpy/core/src/multiarray/getset.c
numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
        ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                 ^
/usr/local/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
^
/usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                     ^
1 warning generated.
cc: numpy/core/src/common/ufunc_override.c
cc: numpy/core/src/common/numpyos.c
cc: numpy/core/src/common/npy_longdouble.c
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
        npy_intp n = dimensions[0];
                     ^~~~~~~~~~
numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
    if (IS_BINARY_REDUCE && 0) {
                            ^
                            /* DISABLES CODE */ ( )
cc: numpy/core/src/multiarray/nditer_api.c
4 warnings generated.
cc: numpy/core/src/multiarray/mapping.c
cc: numpy/core/src/multiarray/methods.c
4 warnings generated.
cc: build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath/matmul.c
cc: numpy/core/src/umath/ufunc_object.c
numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
    for (i = 0; i < len; i++) {
                ~ ^ ~~~
1 warning generated.
error: Command "cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/umath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Inumpy/core/include -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.10 -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/common -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/comm
 on -Ibuild/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/npymath -c build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.c -o build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.freebsd-12.2-RELEASE-p9-amd64-3.10/build/src.freebsd-12.2-RELEASE-p9-amd64-3.1/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/math/py-numpy

From nobody Sun Aug  1 09:04:22 2021
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 94CBD12D05BE
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:04:22 +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 4GcwDk3fyqz3CTZ
	for <python@freebsd.org>; Sun,  1 Aug 2021 09:04:22 +0000 (UTC)
	(envelope-from portscout@FreeBSD.org)
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 66A6914CF
	for <python@freebsd.org>; Sun,  1 Aug 2021 09:04:22 +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 17194MsF033442
	for <python@freebsd.org>; Sun, 1 Aug 2021 09:04:22 GMT
	(envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
	by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 17194MRm033437;
	Sun, 1 Aug 2021 09:04:22 GMT
	(envelope-from portscout@FreeBSD.org)
Message-Id: <202108010904.17194MRm033437@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: Sun, 1 Aug 2021 09:04:22 +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-pip                                    | 20.3.4          | 21.2.2
------------------------------------------------+-----------------+------------


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 Aug  1 09:42:40 2021
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 8491B12D3038
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:42:41 +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 4Gcx4x31qNz3H6c
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:42:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 503BE1E2A
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:42:41 +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 1719gf8p043932
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:42:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719gfTR043931
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:42:41 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sun, 01 Aug 2021 09:42:40 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: daniel@shafer.cc
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-255721-21822-Jfk3C5UOTa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

--- Comment #13 from Daniel Shafer <daniel@shafer.cc> ---
This is most likely not the finished product, but I have started a review f=
or
the updated port.

I only have Python 3.7 on my system, and it's too late for me to go through=
 the
whole process of building 3.8 which would require rebuilding a ton of packa=
ges
on my build server which is an 8th Gen I7 Intel NUC.

This runs fine for me on Python 3.7: https://reviews.freebsd.org/D31371

I will attach the diff as well.  If you wish to confirm the issue you guys
mentioned still exists, let me know.  If not I'll try and test more tomorrow
(Sunday evening).

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

From nobody Sun Aug  1 09:44:44 2021
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 1B1D912D3442
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:44:45 +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 4Gcx7J60NBz3Hks
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:44:44 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 B6E851FED
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:44:44 +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 1719iicK044332
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:44:44 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719ii4V044331
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:44:44 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 255721] x11/guake: Fails to run on Python 3.8:
 dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner |
 ServiceUnknown
Date: Sun, 01 Aug 2021 09:44:44 +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 Some People
X-Bugzilla-Who: daniel@shafer.cc
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: flagtypes.name attachments.created
Message-ID: <bug-255721-21822-IOXtSVjnbB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255721-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-255721-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=3D255721

Daniel Shafer <daniel@shafer.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226827|                            |maintainer-approval+
              Flags|                            |

--- Comment #14 from Daniel Shafer <daniel@shafer.cc> ---
Created attachment 226827
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226827&action=
=3Dedit
x11/guake patch

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

From nobody Sun Aug  1 09:47:13 2021
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 C758712D37E4
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:47:13 +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 4GcxB92Wn9z3Hsc
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:47:13 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 3DA4D1DFD
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:47:13 +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 1719lDRi044831
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:47:13 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719lDFT044830
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:47:13 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: maintainer-feedback requested: [Bug 257526] devel/py-twisted: Update
 to 21.7.0
Date: Sun, 01 Aug 2021 09:47:13 +0000
X-Bugzilla-Type: request
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: 
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
Message-ID: <bug-257526-21822-kXRCTVW12G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
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

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 257526: devel/py-twisted: Update to 21.7.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257526



--- Description ---
I was just finishing testing this patch when #255547, so adding wen@
(committer) and Sascha (reporter) to CC.

Twisted released again in the past few days, version 21.7.0.

I ran all ports tests against Twisted 20.3.0 (the version in ports until la=
st
week) and against Twisted 21.7.0, the latest version. The results do not va=
ry
significantly since Twisted is quite good at backwards compatibility.

I also fixed the way to run Twisted tests from the port, hopefully we can
improve testing on FreeBSD upstream.

Can we merge this patch? With it I also volunteer to adopt devel/py-twisted=
 so
it is kept up to date in the ports tree.

See the produced outputs (*):
    https://evilham.com/twisted_tests_20.3.0.log
    https://evilham.com/twisted_tests_21.7.0.log

And the resulting diff:
    https://evilham.com/twisted_tests.diff


(*): txredisapi is missing since the tests take a very long time to fail in
either Twisted version.

This kind of tree-wide testing takes a very long time, I am currently using=
 a
script [1] inside a jail, are there better ways?

[1]:
https://git.sr.ht/~evilham/freebsd-ports/tree/evilham/item/.builds/run-depe=
nden
t-ports-tests

From nobody Sun Aug  1 09:47:13 2021
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 CC0C312D37E5
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:47:13 +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 4GcxB94HBlz3Hw1
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:47:13 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 718551E2C
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:47:13 +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 1719lDuA044839
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:47:13 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719lDPM044838
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:47:13 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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 09:47:13 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: contact@evilham.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter
 flagtypes.name
Message-ID: <bug-257526-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=3D257526

            Bug ID: 257526
           Summary: devel/py-twisted: Update to 21.7.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: contact@evilham.com
          Assignee: python@FreeBSD.org
             Flags: maintainer-feedback?(python@FreeBSD.org)

I was just finishing testing this patch when #255547, so adding wen@
(committer) and Sascha (reporter) to CC.

Twisted released again in the past few days, version 21.7.0.

I ran all ports tests against Twisted 20.3.0 (the version in ports until la=
st
week) and against Twisted 21.7.0, the latest version. The results do not va=
ry
significantly since Twisted is quite good at backwards compatibility.

I also fixed the way to run Twisted tests from the port, hopefully we can
improve testing on FreeBSD upstream.

Can we merge this patch? With it I also volunteer to adopt devel/py-twisted=
 so
it is kept up to date in the ports tree.

See the produced outputs (*):
    https://evilham.com/twisted_tests_20.3.0.log
    https://evilham.com/twisted_tests_21.7.0.log

And the resulting diff:
    https://evilham.com/twisted_tests.diff


(*): txredisapi is missing since the tests take a very long time to fail in
either Twisted version.

This kind of tree-wide testing takes a very long time, I am currently using=
 a
script [1] inside a jail, are there better ways?

[1]:
https://git.sr.ht/~evilham/freebsd-ports/tree/evilham/item/.builds/run-depe=
ndent-ports-tests

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

From nobody Sun Aug  1 09:48:06 2021
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 9914712D3E78
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:48:06 +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 4GcxCB2x4dz3JYy
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:48:06 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 148561DFF
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:48:06 +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 1719m6ZT045017
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:48:06 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719m6F1045016
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:48:06 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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 09:48:06 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: contact@evilham.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: keywords cc bug_file_loc
Message-ID: <bug-257526-21822-YQoklR0xWc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

Evilham <contact@evilham.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                 CC|                            |contact@evilham.com
                URL|                            |https://github.com/twisted/
                   |                            |twisted/releases/tag/twiste
                   |                            |d-21.7.0

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

From nobody Sun Aug  1 09:49:16 2021
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 2483712D3FCA
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:49:16 +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 4GcxDX0MV9z3JcC
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:49:16 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 E92A11E2E
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:49:15 +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 1719nFkl045243
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:49:15 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719nFtr045242
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:49:15 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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 09:49:16 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: contact@evilham.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-257526-21822-nSxFAAarwN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

--- Comment #1 from Evilham <contact@evilham.com> ---
Created attachment 226829
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226829&action=
=3Dedit
devel/py-twisted: update to 21.7.0

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

From nobody Sun Aug  1 09:51:58 2021
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 9F6EE12D430B
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 09:51: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 4GcxHf43s2z3Jp9
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:51:58 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 728951B6B
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 09:51: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 1719pwD1047460
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 09:51:58 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719pw4k047459
	for python@FreeBSD.org; Sun, 1 Aug 2021 09:51: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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 09:51:58 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: contact@evilham.com
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257526-21822-VTcEGw2cRE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

--- Comment #2 from Evilham <contact@evilham.com> ---
Grr, sorry, I meant to reference bug 255547

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

From nobody Sun Aug  1 10:16:11 2021
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 C7C0912D574F
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 10:16:11 +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 4Gcxqb58swz3LT6
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 10:16:11 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 996F72334
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 10:16:11 +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 171AGBb4061000
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 10:16:11 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171AGBJG060999
	for python@FreeBSD.org; Sun, 1 Aug 2021 10:16:11 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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 10:16:11 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257526-21822-DHTFYPd69Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D5f94563da5d94be233577ec6a068b22=
bb0507cc7

commit 5f94563da5d94be233577ec6a068b22bb0507cc7
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2021-08-01 10:14:57 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2021-08-01 10:14:57 +0000

    devel/py-twisted: Update to 21.7.0

    PR:             257526
    Reported by:    contact@evilham.com

 devel/py-twisted/Makefile | 8 ++++++--
 devel/py-twisted/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)

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

From nobody Sun Aug  1 10:20:05 2021
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 3F24312D5AC9
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 10:20:05 +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 4Gcxw513qsz3Lt5
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 10:20:05 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 07AE92546
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 10:20:05 +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 171AK486061803
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 10:20:04 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171AK46s061802
	for python@FreeBSD.org; Sun, 1 Aug 2021 10:20:04 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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 10:20:05 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: wen@FreeBSD.org
X-Bugzilla-Status: New
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: python@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-257526-21822-9a00Kgg6WJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

--- Comment #4 from Wen Heping <wen@FreeBSD.org> ---
(In reply to Evilham from comment #1)
I committed the update of py-twisted, but I did not
commit the reset of maintainer. Because we do not
reset maintainer of a port which is maintained by=20
a group of people(python@).

Thank your contributions !

wen

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

From nobody Sun Aug  1 12:49:22 2021
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 CCFD41343CB6
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 12:49:22 +0000 (UTC)
	(envelope-from erwin@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 4Gd1DL55Kyz3rsF;
	Sun,  1 Aug 2021 12:49:22 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org (portsindexbuild.nyi.freebsd.org [IPv6:2610:1c1:1:606c::16:115c])
	(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 971A0491B;
	Sun,  1 Aug 2021 12:49:22 +0000 (UTC)
	(envelope-from erwin@FreeBSD.org)
Received: from portsindexbuild.nyi.freebsd.org ([127.0.1.8])
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 171CnM6V078302;
	Sun, 1 Aug 2021 12:49:22 GMT
	(envelope-from erwin@FreeBSD.org)
Received: (from indexbuild@localhost)
	by portsindexbuild.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 171CnMr2078297;
	Sun, 1 Aug 2021 12:49:22 GMT
	(envelope-from erwin@FreeBSD.org)
Date: Sun, 1 Aug 2021 12:49:22 GMT
Message-Id: <202108011249.171CnMr2078297@portsindexbuild.nyi.freebsd.org>
X-Authentication-Warning: portsindexbuild.nyi.freebsd.org: indexbuild set sender to erwin@FreeBSD.org using -f
From: erwin@FreeBSD.org
To: erwin@FreeBSD.org
CC: koobs@FreeBSD.org, meka@tilda.center, python@FreeBSD.org
Reply-To: erwin@FreeBSD.org
Subject: Ports with version numbers going backwards: devel/py-pytest, devel/py-pytest...
X-FreeBSD-Chkversion: backwards
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

** The following ports have a version number that sorts before a previous one **

 For many package tools to work correctly, it is of utmost importance that
 version numbers of a port form a monotonic increasing sequence over time.
 Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for
 more information. Tools that won't work include pkg_version, portupgrade
 and portaudit. A common error is an accidental deletion of PORTEPOCH.

 Please fix any errors as soon as possible.

 The ports tree was updated at Sun Aug  1 2021 12:30:00 UTC.

- *devel/py-pytest* <python@FreeBSD.org>: py38-pytest-4.6.11 < py38-pytest-6.2.4

- *devel/py-pytest-flask* <meka@tilda.center>: py38-pytest-flask-0.15.1 < py38-pytest-flask-1.2.0

- *devel/py-pytest-translations* <meka@tilda.center>: py38-pytest-translations-2.0.0 < py38-pytest-translations-3.1.0

- *devel/py-pytest-xdist* <koobs@FreeBSD.org>: py38-pytest-xdist-1.32.0 < py38-pytest-xdist-2.3.0



From nobody Sun Aug  1 14:51:41 2021
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 828BE12B88A2
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 14:51:41 +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 4Gd3xT32cYz4ZrX
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 14:51:41 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 50EB762CC
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 14:51:41 +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 171Epfi8006473
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 14:51:41 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171Epfch006472
	for python@FreeBSD.org; Sun, 1 Aug 2021 14:51:41 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 257436] [NEW PORT] textproc/py-sphinxext-opengraph: Sphinx
 extension to generate OpenGraph metadata
Date: Sun, 01 Aug 2021 14:51:41 +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: alexis.praga@free.fr
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257436-21822-NHzb7Azakl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257436-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257436-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=3D257436

Alexis Praga <alexis.praga@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226720|0                           |1
        is obsolete|                            |

--- Comment #3 from Alexis Praga <alexis.praga@free.fr> ---
Created attachment 226843
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226843&action=
=3Dedit
LICENSE and tests files from github

I've opened a request upstream for LICENSE and tests on github=20
In the meantime, these can be get with github.

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

From nobody Sun Aug  1 15:18:55 2021
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 33B9D12BA3B7
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 15:18:55 +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 4Gd4Xv0tsxz4cTX
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 15:18:55 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 06F1D68A1
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 15:18:55 +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 171FIsZ5019968
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 15:18:54 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171FIslZ019967
	for python@FreeBSD.org; Sun, 1 Aug 2021 15:18: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 257526] devel/py-twisted: Update to 21.7.0
Date: Sun, 01 Aug 2021 15:18:55 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: patch
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: lwhsu@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: wen@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: bug_status cc resolution assigned_to
Message-ID: <bug-257526-21822-PeLQkn9gct@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257526-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257526-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=3D257526

Li-Wen Hsu <lwhsu@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
                 CC|                            |lwhsu@FreeBSD.org
         Resolution|---                         |FIXED
           Assignee|python@FreeBSD.org          |wen@FreeBSD.org

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

From nobody Sun Aug  1 15:29:52 2021
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 BDFED12BACCF
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 15:29:52 +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 4Gd4nX4d37z4dBw
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 15:29:52 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 8329A64DF
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 15:29:52 +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 171FTqiZ024661
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 15:29:52 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171FTqhp024660
	for python@FreeBSD.org; Sun, 1 Aug 2021 15:29:52 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 257496] [NEW PORT] security/py-django-pam: PAM backend for
 Django authentication
Date: Sun, 01 Aug 2021 15:29:52 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: amijaresp@gmail.com
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback?
X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created
Message-ID: <bug-257496-21822-ylSYAEjjM8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257496-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257496-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=3D257496

Alberto Mijares <amijaresp@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226805|0                           |1
        is obsolete|                            |

--- Comment #4 from Alberto Mijares <amijaresp@gmail.com> ---
Created attachment 226846
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226846&action=
=3Dedit
shar file for port (3rd version)

This is the output of portlint on this last version attached. A LICENSE_FILE
was included.

WARN: /usr/home/amijares/myports/security/py-django-pam/pkg-descr: contains
less than 3 lines, make it longer if possible.(currently 2 lines)
WARN: Makefile: you may want directory for dependency
${PYTHON_PKGNAMEPREFIX}python-pam>0 to be security/py-python-pam@${PY_FLAVO=
R}
WARN: Makefile: you may want directory for dependency
${PYTHON_PKGNAMEPREFIX}six>0 to be devel/py-six@${PY_FLAVOR}
0 fatal errors and 3 warnings found.

I=C2=B4d like some hints on how to fix the last 2 warnings.

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

From nobody Sun Aug  1 21:00:15 2021
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 370E91345AA6
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 21:00:17 +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 4GdD6m1swSz3h88
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 21:00:16 +0000 (UTC)
	(envelope-from bugzilla-noreply@FreeBSD.org)
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 047311351A
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 21:00:16 +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 171L0F6t012490
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 21:00:15 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Received: (from bugzilla@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171L0FFC012489
	for python@FreeBSD.org; Sun, 1 Aug 2021 21:00:15 GMT
	(envelope-from bugzilla-noreply@FreeBSD.org)
Message-Id: <202108012100.171L0FFC012489@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, 1 Aug 2021 21:00:15 +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="16278516155.D77Ff8E7E.12032"
Content-Transfer-Encoding: 7bit
X-ThisMailContainsUnwantedMimeParts: Y


--16278516155.D77Ff8E7E.12032
Date: Sun, 1 Aug 2021 21:00:15 +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        |    251235 | net/py-urllib3: Update to 1.26.2                  
Open        |    256190 | devel/py-flask-babel: Update to 2.0.0             
Open        |    256699 | lang/python38: Fails to configure when IPv6 not s 
Open        |    257116 | textproc/py-sphinx: Update to 4.0.3               
In Progress |    255025 | textproc/py-chardet: Update to 4.0.0              
In Progress |    241416 | [NEW PORT] lang/python38                          
Open        |    224115 | devel/py-babel directory name != port name        
New         |    231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest          

11 problems total for which you should take action.

--16278516155.D77Ff8E7E.12032--

From nobody Sun Aug  1 21:13:55 2021
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 6CA3B12B1DE0
	for <python@mlmmj.nyi.freebsd.org>; Sun,  1 Aug 2021 21:13:55 +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 4GdDQW2QRgz3p2K
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 21:13:55 +0000 (UTC)
	(envelope-from bugzilla-noreply@freebsd.org)
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 3C68C13A13
	for <python@FreeBSD.org>; Sun,  1 Aug 2021 21:13:55 +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 171LDtAd023888
	for <python@FreeBSD.org>; Sun, 1 Aug 2021 21:13:55 GMT
	(envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
	by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 171LDtVi023887
	for python@FreeBSD.org; Sun, 1 Aug 2021 21:13:55 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 257369] [NEW PORT] www/py-fastapi-users: Ready-to-use and
 customizable users management for FastAPI
Date: Sun, 01 Aug 2021 21:13:55 +0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Ports & Packages
X-Bugzilla-Component: Individual Port(s)
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: feature
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: meka@tilda.center
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: flagtypes.name
Message-ID: <bug-257369-21822-hnqdbpVwnw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257369-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-257369-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=3D257369

Goran Meki=C4=87 <meka@tilda.center> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(meka@t |maintainer-feedback+
                   |ilda.center)                |

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