GNU bug report logs -
#47480
gprolog: hash mismatch
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Mon, 29 Mar 2021 17:16:02 UTC
Severity: normal
Tags: easy
Done: phodina <phodina <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
zimoun <zimon.toutoune <at> gmail.com> skribis:
> Basically, most seems a Copyright update and a documentation
> regeneration. Except this:
>
> $ diff -r --no-dereference from-ci/src/Ma2Asm/x86_64_any.c from-upstream/src/Ma2Asm/x86_64_any.c
> 213,214c213,216
> < #if defined(M_x86_64_darwin) || defined(M_x86_64_bsd) || defined(M_x86_64_linux)
> < pic_code = 1; /* NB: on darwin and BSD everything is PIC code, last gcc 6 needs this for linux */
> ---
>> #if defined(M_x86_64_darwin) || defined(M_x86_64_bsd)
>> pic_code = 1; /* NB: on darwin and BSD everything is PIC code */
>> #elif defined(M_x86_64_linux) && __GNUC__ >= 6 /* gcc >= 6 needs PIC for linux */
>> pic_code = 1;
>
> $ diff -r --no-dereference from-ci/src/Wam2Ma/wam2ma.c from-upstream/src/Wam2Ma/wam2ma.c
> 514c514,516
> < Syntax_Error("multifile or multifile expected");
> ---
>> {
>> Syntax_Error("multifile or multifile expected");
>> }
Bah, sadness.
Anyway, I guess that means we can update the hash, with a link to this
report for posterity.
Thanks,
Ludo’.
This bug report was last modified 3 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.