bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47480: gprolog: hash mismatch


From: Ludovic Courtès
Subject: bug#47480: gprolog: hash mismatch
Date: Tue, 30 Mar 2021 22:16:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi!

zimoun <zimon.toutoune@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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]