GNU bug report logs - #77749
[PATCH core-packages-team] gnu: diffutils: Update to 3.12.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 11 Apr 2025 17:20:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: andreas <at> enge.fr, 77749 <at> debbugs.gnu.org, janneke <at> gnu.org
Subject: Re: [PATCH v3] gnu: diffutils: Update to 3.12.
Date: Sat, 19 Apr 2025 16:29:36 +0200
Hi Andy,

Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/base.scm (diffutils): Update to 3.12.
> [arguments]<#:configure-flags>: When cross-compiling,
> add "ac_cv_func_strcasecmp=yes"
> "gl_cv_func_strcasecmp_works=yes".
>
> Change-Id: I246a2024cae0611098a8abb940639dcfda01d914

[...]

> -   (version "3.10")
> +   (version "3.12")

Could you rebase on current ‘core-packages-team’, where diffutils is at
3.11?

Can you confirm that it builds for you, at least on x86_64?

> +     #:configure-flags
> +     #~#$(if (%current-target-system)
> +        ; fix for crosscompiling; on GNU system strcasecmp always works
> +       #~'("ac_cv_func_strcasecmp=yes" "gl_cv_func_strcasecmp_works=yes")
> +       #~'())

Could you explain a bit more?  Does ./configure fail to determine that
‘strcasecmp’ works when cross-compiling?

Besides, please adjust indentation here and use two semicolons for a
line comment, with a capitalized sentence.

Thanks for working on it!

Ludo’.




This bug report was last modified 119 days ago.

Previous Next


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