unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Matt Wette <mwette@alumni.caltech.edu>
Cc: 24862@debbugs.gnu.org
Subject: bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra
Date: Wed, 01 Mar 2017 14:38:21 +0100	[thread overview]
Message-ID: <87k289glrm.fsf@pobox.com> (raw)
In-Reply-To: <D0D813AD-A528-4D9D-A666-F35347783E91@alumni.caltech.edu> (Matt Wette's message of "Thu, 10 Nov 2016 17:51:34 -0800")

Hi Matt :)

On Fri 11 Nov 2016 02:51, Matt Wette <mwette@alumni.caltech.edu> 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. 24862-done@debbugs.gnu.org).

Cheers,

Andy





  reply	other threads:[~2017-03-01 13:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-02 21:18 bug#24862: guile 2.0.13 build error under macOS 10.12 Sierra Marius Schamschula
2016-11-08  1:28 ` Matt Wette
2016-11-08  2:21   ` Matt Wette
2016-11-08  2:24     ` Matt Wette
2016-11-08  2:28       ` Matt Wette
2016-11-11  1:51     ` Matt Wette
2017-03-01 13:38       ` Andy Wingo [this message]
2016-11-10  3:20 ` Matt Wette
2017-03-19 23:55 ` Matt Wette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k289glrm.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=24862@debbugs.gnu.org \
    --cc=mwette@alumni.caltech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).