unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 14821@debbugs.gnu.org, eggert@cs.ucla.edu
Subject: bug#14821: Build broken on 64-bit Cygwin starting with bzr revision 113315
Date: Tue, 09 Jul 2013 12:46:44 -0400	[thread overview]
Message-ID: <51DC3E74.4060303@cornell.edu> (raw)
In-Reply-To: <837ggzwvvt.fsf@gnu.org>

On 7/9/2013 12:17 PM, Eli Zaretskii wrote:
>> Date: Tue, 09 Jul 2013 08:33:03 -0400
>> From: Ken Brown <kbrown@cornell.edu>
>> Cc: Paul Eggert <eggert@cs.ucla.edu>
>>
>> But the point is that setmode shouldn't be used on Cygwin
>
> Why not?  What if the volume in question was mounted in text mode?
> And even if it wasn't, wouldn't setmode be a no-op?

No, the symbol 'setmode' is no longer exported in 64bit Cygwin.  That's 
what caused the build failure.  And the code in pipe2.c that calls 
setmode should never actually get executed on Cygwin anyway because of this:

         int result = pipe2 (fd, flags);
         if (!(result < 0 && errno == ENOSYS))
           {
             have_pipe2_really = 1;
             return result;

Ken





  reply	other threads:[~2013-07-09 16:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-08 15:47 bug#14821: Build broken on 64-bit Cygwin starting with bzr revision 113315 Ken Brown
2013-07-09 12:33 ` Ken Brown
2013-07-09 13:28   ` Ken Brown
2013-07-09 16:17   ` Eli Zaretskii
2013-07-09 16:46     ` Ken Brown [this message]
2013-07-09 17:07       ` Eli Zaretskii
2013-07-09 17:13         ` Ken Brown
2013-07-09 17:29           ` Paul Eggert
2013-07-09 19:52             ` Ken Brown

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/emacs/

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

  git send-email \
    --in-reply-to=51DC3E74.4060303@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=14821@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).