From nobody Tue Dec 20 12:34:07 2022 X-Original-To: dev-commits-ports-all@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 4NbwxP3ZYXz1H1Zw; Tue, 20 Dec 2022 12:34:17 +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 4NbwxP0WL3z44L0; Tue, 20 Dec 2022 12:34:17 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Authentication-Results: mx1.freebsd.org; none Received: from anongoth.pl (unknown [192.168.1.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) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id B016E1B5933; Tue, 20 Dec 2022 13:34:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1671539648; bh=EJKdjz4bG745IxAVy6Xe2atrWaTIkRbfzuM5pdGFrS8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=KUJI5u23DhfkeqHeRAE1Z8pnHGpqK5w6fxTu7rFs+/QOCaU7kPJAStwS/+i11WCkR Yd2QnPXIhQCJHB4KZpDL4ZHWt/Zk0t0wG/q8BeFZTKyy+P16UD4b/qMFqwvR0gyZgG io3asXAZAIe+x3KPdllK3U8izbkzYESIWgcdswA9JHyI2YSOxN44bSFaihBXeq+kD/ jN6MGph8TPzWj8Fw/sduj+F2w9QLD2UweTt/h81TiSOnCZLLkNzqbFTEQxhceLbxVz NGiMei+dbis2tDvhMHMgM0tSgrnUioo/JBWdhRqzBmX5IB3eft5rYVi+hlMs4kg6Tb vZ5pFAIINczUQ== Date: Tue, 20 Dec 2022 13:34:07 +0100 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: f3f42a810cde - main - science/dynare: Broken on powerpc64 Message-ID: References: <202212200654.2BK6sTIo004062@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ziEcUj9zQAQ6Xr4I" Content-Disposition: inline In-Reply-To: <202212200654.2BK6sTIo004062@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4NbwxP0WL3z44L0 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --ziEcUj9zQAQ6Xr4I Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline 13.2-RELEASE will have those ieee_arithmethic issues fixed. Could you change it so that it's only marked BROKEN before https://cgit.freebsd.org/src/commit/?h=stable/13&id=e09d209d1a74a3caca95dea303db9bc605fce1a7? The same applies to other ports marked BROKEN with the same error on powerpc*. On 22-12-20 06:54:29, Yuri Victorovich wrote: >The branch main has been updated by yuri: > >URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f42a810cdea4cecc51fbe36951ae15d55d4a1b > >commit f3f42a810cdea4cecc51fbe36951ae15d55d4a1b >Author: Yuri Victorovich >AuthorDate: 2022-12-20 06:46:53 +0000 >Commit: Yuri Victorovich >CommitDate: 2022-12-20 06:54:24 +0000 > > science/dynare: Broken on powerpc64 > > Reported by: fallout >--- > science/dynare/Makefile | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/science/dynare/Makefile b/science/dynare/Makefile >index 03965b522b4e..424811f230a4 100644 >--- a/science/dynare/Makefile >+++ b/science/dynare/Makefile >@@ -12,6 +12,7 @@ LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > > BROKEN_aarch64= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory >+BROKEN_powerpc64= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory > > BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs > LIB_DEPENDS= libhdf5.so:science/hdf5 \ --ziEcUj9zQAQ6Xr4I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJkBAABCgBOFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmOhq78wFIAAAAAAFQAS cGthLWFkZHJlc3NAZ251cGcub3JncGt1YmFqQGFub25nb3RoLnBsAAoJEHpZm4Ug g5ydyHYQAIS36UIez0buxuR4G3dPjqkQVtzN+B6Z3flShxoI8g8pplCBqWCNpURZ 121Rp/17oDdAtpVnGM9dJ4SLOx9LBWYVVSOizj9HZFP9ThgqkMt54/I55HqWWuVm WU1asD3JnAQGTPyRE5bQSCfiNFoNBWaR7hlS6skXQocy0tjE1Ho0e7wVivrylRqS +fvkskXkoefvzbopFt9hFZSqGRY863baUdaD1oM6jBnH3USQGSAzbVrVYr6g4HKv NZcn7ToOI87VlUJIzEwVR9gXZ4yKaj0/eT5nY4J6uRI9uxc551YvNHxgGjusuw60 2Q3qdh6niwyqM80AcKCubGFPiOy+bkl8TC73jJQjDKKqghXtOtvCelW27VBqYYZy hDObnJFBhMFjCK4rWFr+KwDMpPZaTnsRfTQfQBsZVxiFJK2sPG90pQPZifxHgsC/ +MJGukkFq6MYoPyqtqzIW0n26pfz79CJJHJTCk6XWYUWD2L3uZQHAzAxbQv8/8Ra z8LSbt9gXtGlK6FqYxiKJrqJmS+mI1TC45ynmOC0W4qBc7yOzaTiY/EKQt08lyu/ LeWS2eyeTVLwNtVkKdQ+pGjlomFrUL7Jo8viy41QS7/X2ndku/4iD1FAlJ85d2rc 1+YfXHRTeAGduq9KK1FlTFdjYeeAd1nhBDSWGCB0gj4Rp0xnO0bR =8Jut -----END PGP SIGNATURE----- --ziEcUj9zQAQ6Xr4I--