From nobody Fri Feb 2 18:49:41 2024 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 4TRPvz6Tblz59Gs6; Fri, 2 Feb 2024 18:49:51 +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 4TRPvz4HKlz4jwP; Fri, 2 Feb 2024 18:49:50 +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 CE246303C97; Fri, 2 Feb 2024 19:49:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1706899782; bh=sWVj4oMD2d9gt4b+dj3F4dg2wgqYOIy5l6ZSwRX5w88=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=d5iuSu/8NpACYtEH5Wht5ohAfHCGxJazL4d4rKSisR0fgGCX5suL6l0lvwWHKnVD1 cFhF7lgTbGlVBGgZU2ZCirmW8+EmVtXeSFCDxit4dEHP3Fhl3+Gp3KbzE2aLTcAWo2 kJj+mcN9ncLpp0RPXM5Xmgr55AU8g7anLwbswIiasdADTMhGb8Z29EgEKPsTK62kFf a8gXf7U1PuhlhWdmK56G/LkjJq4VdVpow8TXrEq3RmxtfbSP2b3bsUuYRW/MwcZZ5f kq0VRgyuFmlk6uHUs13Kt9whBmKMM634ubnaxruR4mnDCct31TIaNMYYFgqX0OOlvW JnjWS/w4IuWjw== Date: Fri, 2 Feb 2024 19:49:41 +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: ca4a04286353 - main - devel/gitoxide: Broken on powerpc64, powerpc64le Message-ID: References: <202402021844.412IiU3v019503@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-sha512; protocol="application/pgp-signature"; boundary="EE38Kd1Spl8peTQx" Content-Disposition: inline In-Reply-To: <202402021844.412IiU3v019503@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4TRPvz4HKlz4jwP X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated 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] --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 > AuthorDate: 2024-02-02 14:58:57 +0000 > Commit: Yuri Victorovich > 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--