GNU bug report logs - #65636
[PATCH] gnu: git: Update to 2.42.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 30 Aug 2023 19:05:01 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

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 65636 in the body.
You can then email your comments to 65636 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#65636; Package guix-patches. (Wed, 30 Aug 2023 19:05:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 30 Aug 2023 19:05:02 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: git: Update to 2.42.0.
Date: Wed, 30 Aug 2023 19:03:21 +0000
* gnu/packages/version-control.scm (git): Update to 2.42.0.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 699a091642..94f2076451 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -230,14 +230,14 @@ (define git-cross-configure-flags
 (define-public git
   (package
    (name "git")
-   (version "2.41.0")
+   (version "2.42.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
+              "039vr63xi55admhdn30pabpl1fd8kvfksznxhj24p6fjkw722y1j"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -257,7 +257,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
+            "1fbkwpqkmmr32n4mraf8slmna3mmz2d63rhr06qk3bbpl1hdrq03"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook2x" ,docbook2x)
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#65636; Package guix-patches. (Fri, 22 Sep 2023 08:16:01 GMT) Full text and rfc822 format available.

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

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>, 65636 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
Date: Fri, 22 Sep 2023 10:14:58 +0200
Hi,

On Wed, 30 Aug 2023 at 19:03, Greg Hogan <code <at> greghogan.com> wrote:
> * gnu/packages/version-control.scm (git): Update to 2.42.0.
> ---
>  gnu/packages/version-control.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

This change implies a lot of rebuilds – more than the QA threshold.

So I have applied and rebuilt all the packages (for x86_64 only, which
is already something for my resources :-)) listed by “guix refresh -l
git git-minimal”.  This update breaks these 9 packages:

        conan
        nototools
        python-bash-kernel
        python-clinguin
        python-h3
        python-jwst
        python-keras
        python-poliastro
        python-telingo

Could you give a look?

Well, considering the current model for merging, this change could
directly go to master (and avoid a core-updates cycle) since CI should
be able to handle the ~800 rebuilds.  However, I would prefer to avoid
the introduction of breakages. :-)

Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#65636; Package guix-patches. (Tue, 17 Oct 2023 22:32:01 GMT) Full text and rfc822 format available.

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

From: Greg Hogan <code <at> greghogan.com>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 65636 <at> debbugs.gnu.org
Subject: Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
Date: Tue, 17 Oct 2023 18:31:04 -0400
On Fri, Sep 22, 2023 at 4:15 AM Simon Tournier <zimon.toutoune <at> gmail.com> wrote:
>
> Hi,
>
> On Wed, 30 Aug 2023 at 19:03, Greg Hogan <code <at> greghogan.com> wrote:
> > * gnu/packages/version-control.scm (git): Update to 2.42.0.
> > ---
> >  gnu/packages/version-control.scm | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
>
> This change implies a lot of rebuilds – more than the QA threshold.
>
> So I have applied and rebuilt all the packages (for x86_64 only, which
> is already something for my resources :-)) listed by “guix refresh -l
> git git-minimal”.  This update breaks these 9 packages:
>
>         conan
>         nototools
>         python-bash-kernel
>         python-clinguin
>         python-h3
>         python-jwst
>         python-keras
>         python-poliastro
>         python-telingo
>
> Could you give a look?

python-jwst and python-poliastro fail to build for me on master
(c96ea941) due to test failures with floating point precision.

The remaining packages build successfully against this git 2.42 patch:
$ ./pre-inst-env guix build conan nototools python-bash-kernel
python-clinguin python-h3 python-keras python-telingo
/gnu/store/5lpypnafi7akb9yya82l29x4zrkgsw1v-python-telingo-2.1.1
/gnu/store/d7hmxpipghw74v4bdk3gy1xq0k789a8q-python-keras-2.3.1
/gnu/store/rq51438czgcab9d9vp0wl09k4myvbkj8-python-h3-4.0.0b2
/gnu/store/smrfjip766ifrcf3pzsfbjzp4hdsabd1-python-clinguin-1.0.0-beta
/gnu/store/z0fzl2g7pdp94hdpq5llmjlq20v5wfl2-python-bash-kernel-0.7.2
/gnu/store/8xymw6wdw782z35djznx8ssqszfb4lff-nototools-0.2.16
/gnu/store/n8v7xm47cawirwdmll79ismdzlwja54w-conan-2.0.9

> Well, considering the current model for merging, this change could
> directly go to master (and avoid a core-updates cycle) since CI should
> be able to handle the ~800 rebuilds.  However, I would prefer to avoid
> the introduction of breakages. :-)
>
> Cheers,
> simon




Reply sent to Greg Hogan <code <at> greghogan.com>:
You have taken responsibility. (Tue, 21 Nov 2023 13:16:01 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 21 Nov 2023 13:16:02 GMT) Full text and rfc822 format available.

Message #16 received at 65636-done <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 65636-done <at> debbugs.gnu.org
Subject: Re: [bug#65636] [PATCH] gnu: git: Update to 2.42.0.
Date: Tue, 21 Nov 2023 08:14:43 -0500
Closing due to the release of v2.43.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 20 Dec 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 140 days ago.

Previous Next


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