From nobody Fri Feb 2 19:48:51 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 4TRRDB5z9xz5880r; Fri, 2 Feb 2024 19:48:58 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4TRRDB3WjDz4sbj; Fri, 2 Feb 2024 19:48:58 +0000 (UTC) (envelope-from yuri@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 412JmqcX073738 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 2 Feb 2024 11:48:53 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-98-42-44-116.hsd1.ca.comcast.net [98.42.44.116] claimed to be [192.168.5.3] Content-Type: multipart/alternative; boundary="------------Y0kqFAonjKNUagn9IKQcRoYe" Message-ID: <195e2ba6-7920-46ec-a350-cd0bce72d036@freebsd.org> Date: Fri, 2 Feb 2024 11:48:51 -0800 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 User-Agent: Mozilla Thunderbird Subject: Re: git: ca4a04286353 - main - devel/gitoxide: Broken on powerpc64, powerpc64le Content-Language: en-US To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org References: <202402021844.412IiU3v019503@gitrepo.freebsd.org> From: Yuri Victorovich In-Reply-To: X-Rspamd-Queue-Id: 4TRRDB3WjDz4sbj 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:7961, ipnet:198.144.192.0/23, country:US] This is a multi-part message in MIME format. --------------Y0kqFAonjKNUagn9IKQcRoYe Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Piotr, The gitoxide project has a ton of tags, it's not clear what the last release is. The latest code doesn't use ring at all. I just don't have resources to figure out what the latest version is for this project. I notified their upstream about the problem. Yuri On 2/2/24 10:49, Piotr Kubaj wrote: > That's not really the right explanation. > The port just uses older version of zlib-ng. Upstream zlib-ng fixed it sincehttps://github.com/zlib-ng/zlib-ng/commit/bd321660c916266cd98b496212114ba29d48aaed. > > 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 from gitoxide. --------------Y0kqFAonjKNUagn9IKQcRoYe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Hi Piotr,


The gitoxide project has a ton of tags, it's not clear what the last release is.
The latest code doesn't use ring at all.
I just don't have resources to figure out what the latest version is for this project.
I notified their upstream about the problem.


Yuri




On 2/2/24 10:49, Piotr Kubaj wrote:
That's not really the right explanation.
The port just uses older version of zlib-ng. Upstream zlib-ng fixed it since https://github.com/zlib-ng/zlib-ng/commit/bd321660c916266cd98b496212114ba29d48aaed.

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 from gitoxide.


--------------Y0kqFAonjKNUagn9IKQcRoYe--