From nobody Fri Jul 15 21:28:25 2022 X-Original-To: dev-commits-ports-main@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 4Ll4Gg3tNXz4WgmN; Fri, 15 Jul 2022 21:28:27 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ll4Gd5YQXz3vS5; Fri, 15 Jul 2022 21:28:25 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.2]) (using TLSv1.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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 7BB5B1A1066; Fri, 15 Jul 2022 23:28:09 +0200 (CEST) Date: Fri, 15 Jul 2022 23:28:25 +0200 From: Piotr Kubaj To: Yuri Victorovich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 17b0c8d7a3bd - main - misc/opennn: Broken on armv6, armv7, riscv64 Message-ID: References: <202207151835.26FIZLYM001345@gitrepo.freebsd.org> List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xoaGeqA9oFDPzpeb" Content-Disposition: inline In-Reply-To: <202207151835.26FIZLYM001345@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4Ll4Gd5YQXz3vS5 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=reject) header.from=anongoth.pl; spf=pass (mx1.freebsd.org: domain of pkubaj@anongoth.pl designates 46.248.190.61 as permitted sender) smtp.mailfrom=pkubaj@anongoth.pl X-Spamd-Result: default: False [-5.40 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MLMMJ_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEFALL_USER(0.00)[pkubaj]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --xoaGeqA9oFDPzpeb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is wrong. omp.h has been enabled on riscv64 in 13.1. On 22-07-15 18:35:21, Yuri Victorovich wrote: > The branch main has been updated by yuri: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D17b0c8d7a3bdb5d2b0723dc9= c058a78b5c8e81ee >=20 > commit 17b0c8d7a3bdb5d2b0723dc9c058a78b5c8e81ee > Author: Yuri Victorovich > AuthorDate: 2022-07-15 18:34:45 +0000 > Commit: Yuri Victorovich > CommitDate: 2022-07-15 18:34:45 +0000 >=20 > misc/opennn: Broken on armv6, armv7, riscv64 > =20 > Reported by: fallout > --- > misc/opennn/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/misc/opennn/Makefile b/misc/opennn/Makefile > index 700135e51173..81c10a2811a5 100644 > --- a/misc/opennn/Makefile > +++ b/misc/opennn/Makefile > @@ -9,6 +9,10 @@ COMMENT=3D Open neural networks library > LICENSE=3D GPLv3 > LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt > =20 > +BROKEN_armv6=3D fatal error: 'omp.h' file not found > +BROKEN_armv7=3D fatal error: 'omp.h' file not found > +BROKEN_riscv64=3D fatal error: 'omp.h' file not found > + > USES=3D cmake compiler dos2unix zip > DOS2UNIX_FILES=3D opennn/CMakeLists.txt > USE_LDCONFIG=3D yes --xoaGeqA9oFDPzpeb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmLR2/kACgkQelmbhSCD nJ3vXxAArwR0zVbmfga0og4EurOWSH/ngdqApNFYA3g6ezt6lqFYLQfbnfZ5FwOy QGjj8p+Yh34OOZHbFjihDtm2C2qTH7YLIG1ceehRmL0AHhWKbz4E4cMIXOm6T+Ke ACit3S0Wzr7p8hGnf6Qmhzl3+EEBcVFAWjEPx/lykGFWjYSxahAZgkawRXxftQpD hfhgJhijuBHR87aWugRidbVenRVtNFkvZWDh3JrvnxsJLotLFbSViOa+SyIwDPXh MCtX/AK/PJ0i1zRoFybTNQJ9D0b6n+nHYRnRLUI9Fn/50Amzy1ZcTFFqqIQYwQWR 5aAOwaVlyEjiLvAEh44Jy2PuvYtW6BI0uYY6/b67zbnJdn0wtXjk5oBnXxfco2Hg Si1jr4K3ljWCdF1cfD3CSKRFrT0SM7ZDycAT+L3g1cf4Gs/9NlCV+pustSHGnpoM MqtsFrP0OCR9kWV585/q9hkfwoGGFaZiPNvXlTtekDZ/uh0qWAhLVst/rVt7UjLX PJSYLjoacqgK+vLcicGP+kuDu1MtZ1D5KnOiswChHTkt/9YwKBXYSvT+MNbTaE7+ 3hmmHmt3KiT58CstOieN1xPwa4EGfJrmNlJGqKr/iY9b1qXiHu+CTTW1eJTwd2jD 9nj4WJ9+nEyLMh6huqMrLYQ8cSZ7bXWcw8snY2MECptIhtioC70= =8tbw -----END PGP SIGNATURE----- --xoaGeqA9oFDPzpeb--