Date: Fri, 2 Feb 2024 19:49:41 +0100 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: ca4a04286353 - main - devel/gitoxide: Broken on powerpc64, powerpc64le Message-ID: <Zb05RQqh_UpxF4Jd@KGPE-D16> In-Reply-To: <202402021844.412IiU3v019503@gitrepo.freebsd.org> References: <202402021844.412IiU3v019503@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--EE38Kd1Spl8peTQx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable That's not really the right explanation. The port just uses older version of zlib-ng. Upstream zlib-ng fixed it sinc= e https://github.com/zlib-ng/zlib-ng/commit/bd321660c916266cd98b496212114ba= 29d48aaed. I tried using newer zlib-ng, but then it fails later with the true culprit = - ring 0.16.20. 0.17 would need to be used, but it will require some work f= rom gitoxide. On 24-02-02 18:44:30, Yuri Victorovich wrote: > The branch main has been updated by yuri: >=20 > URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dca4a04286353048fdb8a3517= f9fa45c4047b3330 >=20 > commit ca4a04286353048fdb8a3517f9fa45c4047b3330 > Author: Yuri Victorovich <yuri@FreeBSD.org> > AuthorDate: 2024-02-02 14:58:57 +0000 > Commit: Yuri Victorovich <yuri@FreeBSD.org> > CommitDate: 2024-02-02 18:44:27 +0000 >=20 > devel/gitoxide: Broken on powerpc64, powerpc64le > =20 > Reported by: fallout > --- > devel/gitoxide/Makefile | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile > index 0fa096248743..2b86bc9c8f53 100644 > --- a/devel/gitoxide/Makefile > +++ b/devel/gitoxide/Makefile > @@ -13,6 +13,9 @@ LICENSE_COMB=3D dual > LICENSE_FILE_APACHE20=3D ${WRKSRC}/LICENSE-APACHE > LICENSE_FILE_MIT=3D ${WRKSRC}/LICENSE-MIT > =20 > +BROKEN_powerpc64=3D compilation fails: use of undeclared identifier 'pow= er_cpu_has_arch_3_00', see https://github.com/rust-lang/libz-sys/issues/183 > +BROKEN_powerpc64le=3D compilation fails: use of undeclared identifier 'p= ower_cpu_has_arch_3_00', see https://github.com/rust-lang/libz-sys/issues/1= 83 > + > LIB_DEPENDS=3D libcurl.so:ftp/curl > =20 > USES=3D cargo --EE38Kd1Spl8peTQx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmW9OUQACgkQelmbhSCD nJ1pIg//YBH7bXySNdgmEroIxRknicEtjhRC++F0ZzwJDlO41oWrzhHSdDK3ncVK KLveJKUgnsTrkFU2JzaDhVO0BT1I7dbGyisjYuONQDYpzyQApD1IA1jQYzu5l8bR xXqYGBxBtZ4LuiP6RkMDfiTLnBjVBz9Wxk5VC1N35KOFpWTnogK+VolGhnhitgL3 bYmv1SflDWd2oiyR/3z4GiO+lPGKpRjrtHPs52em8Tpuir/C8s4jzd4z4M25h6hV GKgBWtH5VQsGEL7CPnyE2NCR3DBgqUDqR3UHuoQjgCp1zuWwdSYq+O8aiuuNTUUq NuYnr0q4xA12H6l5u6c24YSwZEREGcIT32i8PVbFafz+Eu3bsMlmUNY8tcN9EzOU PO5CR0TZvgH2ZsfzH/4rM+iYDM1fIEmji2u/jZ9n0dUN7D7A4YMy36vYyO7LEpSQ lUNo8OdGn3lbZOhMPtng/TG5mu1lQSeqyxDfLmvSTMj+Z0pKgGfNb1jovnLl5z3C B4JBOln0BIGRMnx5MjJMMJBlBltyOn26V6RwhDnpqRM0WqUofgT+J3fuR+DmzjFU WoCEE6bj0n7SAFAVeXLLAIQLTVChe78gekVvOaEmSquckGSIW8md92nmgEB70JxO SycHsl0d/YFUnvuJWdwOaEIQCGa/9OLHqscg1fLEYnkqPL05aiE= =gc+J -----END PGP SIGNATURE----- --EE38Kd1Spl8peTQx--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Zb05RQqh_UpxF4Jd>