Date: Sun, 26 Jun 2022 12:33:38 +0200 From: Piotr Kubaj <pkubaj@anongoth.pl> To: Yuri Victorovich <yuri@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: a07df3931bf6 - main - math/vtk8: Broken on 14-CURRENT aarch64 Message-ID: <Yrg2AvI30x9HMusl@KGPE-D16> In-Reply-To: <202206260720.25Q7KMIW093635@gitrepo.freebsd.org> References: <202206260720.25Q7KMIW093635@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--jQ0n6i82Wt/trM97 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable You could do it in a shorter way, e.g. dns/powerdns-recursor/Makefile: BROKEN_FreeBSD_12_powerpc64=3D fails to compile: Assembler messages: una= ligned opcodes detected in executable segment On 22-06-26 07:20:22, Yuri Victorovich wrote: > The branch main has been updated by yuri: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Da07df3931bf645b1aa6d3377= b654763c95fc960b >=20 > commit a07df3931bf645b1aa6d3377b654763c95fc960b > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2022-06-26 02:35:30 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2022-06-26 07:20:16 +0000 >=20 > math/vtk8: Broken on 14-CURRENT aarch64 > =20 > Reported by: fallout > --- > math/vtk8/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile > index ec64fd414f5f..69697effce7c 100644 > --- a/math/vtk8/Makefile > +++ b/math/vtk8/Makefile > @@ -107,6 +107,10 @@ post-patch: > =20 > .include <bsd.port.options.mk> > =20 > +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1400000 > +BROKEN_aarch64=3D clang-14 crashes, see https://bugs.freebsd.org/bugzil= la/show_bug.cgi?id=3D264834 > +.endif > + > .for g in ${VTK_GROUPS} > . if ${PORT_OPTIONS:M${g}} > CMAKE_ARGS+=3D -DVTK_Group_${g}:BOOL=3DON --jQ0n6i82Wt/trM97 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmK4NgEACgkQelmbhSCD nJ0AVhAAtIj2Ok8M+1ZUktkwuVFwRXHFkvrpbt+6rDFUg61HF2H1RGOsLeomuTaF rUvpszyzQEhHd91diArOIVVPZrQrXrxaJn0JoTfyxKM2ODZ2hh/YEUdKT4cD1L6q UiJ/38eT/DLKmwunXQr8vfanx6/D1UXvNu+Z9FJblka8rPvKzbkgjd79WCGKNQ41 zt89S0n4R6h5ChV9slzZAqhCkf0+XvhdNpq2vTqY7lmJW3RNpqj5z9jaBK6gMhcM WLIa1OICmfFGbKn26sYrfolFscxEfKSOuHuZ7E6zWZ7Xp8kkIdvMDyLj2XcPFErL wu8tXxazqYW7V91BZ6Ldwu26czuQ75wYSSt+utKRXGrJdFr4XHoyG0tSXpqX34WG DvyDStasI6NOL1FYGqmgPYSdJXov0FOLzSdXQ0B8DC1qQJB1TofXUvVGNov2SRIh y1pxIiSSpeBllXZw0v/USXHjM/kfKQebh15v/cEsU1427DJLt8q+jlJOiDmxnsbt RsloZ7o6ZmA698QmJM0tmbRutTlDS0zPVucuc9bw1+nq4udlX98CspWSb7mQC1hH Bkw99IB0nlLVcPoGikyeThpWCG82aPH+QsQ191Dn7aSNs8VADA4QWaWi42gWw1TQ MpbPuP3p23WY5IOX9xE70is+o3b3MzIDQxYwmopsXDPma2eK8j8= =bcGf -----END PGP SIGNATURE----- --jQ0n6i82Wt/trM97--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Yrg2AvI30x9HMusl>