bug-guile
[Top][All Lists]
Advanced

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

bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra


From: Andy Wingo
Subject: bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra
Date: Wed, 01 Mar 2017 14:38:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi Matt :)

On Fri 11 Nov 2016 02:51, Matt Wette <address@hidden> writes:

> Here is a patch that gets mine working.  Not sure it solves all the Sierra 
> issues.
>
> *** libguile/filesys.c-orig     2016-11-05 07:49:09.000000000 -0700
> --- libguile/filesys.c  2016-11-10 05:38:53.000000000 -0800
> ***************
> *** 1486,1491 ****
> --- 1486,1494 ----
>         mode_bits = scm_i_mode_bits (mode);
>       }
>   
> + #ifdef __APPLE__
> +   open_flags &= O_APPEND|O_SHLOCK|O_EXLOCK|O_CLOEXEC;
> + #endif

Thanks for doing this investigation.  This patch is applied, thanks to
your efforts.  Do you know if this bug has additional pending items or
is it resolved?  If it is resolved, feel free to respond to the bug,
adding "-done" to the email address (e.g. address@hidden).

Cheers,

Andy





reply via email to

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