GNU bug report logs - #69991
Update diffoscope to 261

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Date: Mon, 25 Mar 2024 00:52:02 UTC

Severity: normal

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69991 in the body.
You can then email your comments to 69991 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69991; Package guix-patches. (Mon, 25 Mar 2024 00:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 25 Mar 2024 00:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: guix-patches <at> gnu.org
Subject: Update diffoscope to 261
Date: Sun, 24 Mar 2024 17:50:09 -0700
[Message part 1 (text/plain, inline)]
The attached patch updates to diffoscope 261, which fixes crashes when
handling .rdb files.

It's only dependent, reprotest, still builds fine!

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-261.patch (text/x-diff, inline)]
From 00c0131069a5eeb1f60aa2f953e1362a01d1e07b Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Sun, 24 Mar 2024 16:48:46 -0700
Subject: [PATCH] gnu: diffoscope: Update to 261.

* gnu/packages/diffoscope.scm (diffoscope): Update to 261.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 52f615f2cf..5bbb4f51e2 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "260")
+    (version "261")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv"))))
+        (base32 "0v56i2wyc4p843crl5b5w6j1awhp1a6xbfb92hm0pp8558f1h76i"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 27adf51a581772dca6cd99ffa0a43f8f748c7a7e
-- 
2.39.2

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#69991; Package guix-patches. (Mon, 25 Mar 2024 17:16:02 GMT) Full text and rfc822 format available.

Message #8 received at 69991 <at> debbugs.gnu.org (full text, mbox):

From: Skyler Ferris <skyvine <at> protonmail.com>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>, 69991 <at> debbugs.gnu.org
Subject: Re: [bug#69991] Update diffoscope to 261
Date: Mon, 25 Mar 2024 17:15:33 +0000
On 3/24/24 17:50, Vagrant Cascadian wrote:
> The attached patch updates to diffoscope 261, which fixes crashes when
> handling .rdb files.
>
> It's only dependent, reprotest, still builds fine!
>
> live well,
>    vagrant
Thanks for the patch! This update also builds on my machine and I was 
able to run it in a pure shell. I had some difficulties running 
reprotest in a pure shell, but this was due to missing propagated inputs 
in that package, not a problem with diffoscope. Once I worked around 
those the diffoscope interaction worked fine. I'll submit a patch 
updating the reprotest inputs later today. QA passes.





Information forwarded to guix-patches <at> gnu.org:
bug#69991; Package guix-patches. (Mon, 25 Mar 2024 19:48:02 GMT) Full text and rfc822 format available.

Message #11 received at 69991 <at> debbugs.gnu.org (full text, mbox):

From: Skyler Ferris <skyvine <at> protonmail.com>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>, 69991 <at> debbugs.gnu.org
Subject: Re: [bug#69991] Update diffoscope to 261
Date: Mon, 25 Mar 2024 19:47:47 +0000
On 3/25/24 10:15, Skyler Ferris via Guix-patches via wrote:
> I'll submit a patch updating the reprotest inputs later today.
This was sent in issue 70001, along with a more verbose explanation of 
the issue.





Information forwarded to guix-patches <at> gnu.org:
bug#69991; Package guix-patches. (Wed, 27 Mar 2024 12:58:01 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: guix-patches <at> gnu.org, 69991-done <at> debbugs.gnu.org
Subject: Re: [bug#69991] Update diffoscope to 261
Date: Wed, 27 Mar 2024 12:56:00 +0000
[Message part 1 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> The attached patch updates to diffoscope 261, which fixes crashes when
> handling .rdb files.
>
> It's only dependent, reprotest, still builds fine!

Thanks both, I've pushed this to master as
62314e54d141ff0d835e8f19df71628da8c402f3.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Wed, 27 Mar 2024 12:58:02 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
bug acknowledged by developer. (Wed, 27 Mar 2024 12:58:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Apr 2024 11:26:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.