> On 8 Apr 2021, at 06:43, Aleix Conchillo Flaqué <aconchi...@gmail.com> wrote:
>
> The following recent Gnulib commit fixes the issue:
>
> https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=fc6d7d850bdebfed81e9212910f44edf99dd7743
>
> If someone could update Gnulib to a more recent version I'd really
> appreciate it.
>
> Thanks!
>
> Aleix
I pushed an update to branch wip-gnulib-update. Could you give that a try? I
tested on macos 10.15.7 and I had two test failures, in async.test and
filesys.test, but I'm not sure those didn't happen before. (Everything was
fine on Debian).
Regards
Daniel
>
> On Wed, Mar 31, 2021 at 11:25 PM Aleix Conchillo Flaqué
> <aconchi...@gmail.com> wrote:
>>
>> Hi there,
>>
>> After this Gnlib update, I am no longer able to build Guile on macOS:
>>
>> commit a91b95cca2d397c84f8b9bbd602d40209a7092ce
>>
>> There are other softwares with the same issue:
>> https://www.mail-archive.com/bug-wget@gnu.org/msg09941.html
>>
>> I haven't had time to see if the issue is fixed already or not.
>>
>> This is the error I'm getting:
>>
>> CC time_rz.lo
>> CC timegm.lo
>> CC malloc/dynarray_at_failure.lo
>> In file included from regex.c:74:
>> In file included from ./regexec.c:1362:
>> ./malloc/dynarray-skeleton.c:195:13: error: expected identifier or '('
>> __nonnull ((1))
>> ^
>> ./malloc/dynarray-skeleton.c:195:13: error: expected ')'
>> ./malloc/dynarray-skeleton.c:195:12: note: to match this '('
>> __nonnull ((1))
>> ^
>> ./malloc/dynarray-skeleton.c:205:40: error: expected identifier or '('
>> __attribute_maybe_unused__ __nonnull ((1))
>> ^
>> ./malloc/dynarray-skeleton.c:205:40: error: expected ')'
>> ./malloc/dynarray-skeleton.c:205:39: note: to match this '('
>> __attribute_maybe_unused__ __nonnull ((1))
>> ^
>