all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Fran <flitterio@gmail.com>
Cc: Lars Magne Ingebrigtsen <larsi@gnus.org>,
	Paul Eggert <eggert@cs.ucla.edu>,
	23658@debbugs.gnu.org
Subject: bug#23658: 25.1.50; make-network-connection fails to connect to IPv6 address on Windows
Date: Sun, 12 Jun 2016 19:24:42 -0400	[thread overview]
Message-ID: <3bdee176-89ce-e072-a5f4-d572f65b0451@cornell.edu> (raw)
In-Reply-To: <9f7a1162-c0d7-d209-cbbe-da744a3042f2@cornell.edu>

On 6/12/2016 4:04 PM, Ken Brown wrote:
> On 6/5/2016 2:00 PM, Ken Brown wrote:
>> On 6/5/2016 1:20 PM, Ken Brown wrote:
>>> OK, my guess was wrong.  I'm out of ideas.  I hope one of the experts
>>> can help you.
>>
>> One last thought: Your original report mentioned an error code of 14.
>> That may be bogus, for the reasons explained in bug#23615.  The
>> following patch might get a more reliable error code, which you could
>> then look up.  (On my system you would look in /usr/include/sys/errno.h.)
>>
>> diff --git a/src/process.c b/src/process.c
>> index 9ca3e594..d71c50c 100644
>> --- a/src/process.c
>> +++ b/src/process.c
>> @@ -5492,7 +5492,7 @@ wait_reading_process_output (intmax_t
>> time_limit, int nsecs, int read_kbd,
>>
>>               p = XPROCESS (proc);
>>
>> -#ifdef GNU_LINUX
>> +#if 1
>>               /* getsockopt(,,SO_ERROR,,) is said to hang on some
>> systems.
>>                  So only use it on systems where it is known to work.  */
>>               {
>
> Fran, you may want to try the patch that Paul recently posted to
> bug#17976.  This may help with your problem.

On second thought, the part of Paul's patch that I thought might help 
doesn't seem to apply to MS-Windows.  I'm not sure how hard it would be 
to extend it to Windows.

Ken






  reply	other threads:[~2016-06-12 23:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 23:44 bug#23658: 25.1.50; make-network-connection fails to connect to IPv6 address on Windows Francis Litterio
2016-06-01 14:54 ` Ken Brown
2016-06-01 15:30   ` Fran
2016-06-01 16:29     ` Ken Brown
2016-06-01 19:57       ` Fran
2016-06-01 21:55         ` Ken Brown
2016-06-02 14:50           ` Ken Brown
2016-06-04 16:01             ` Fran Litterio
2016-06-05 15:04             ` Fran Litterio
2016-06-05 15:31               ` Ken Brown
2016-06-05 15:52                 ` Fran
2016-06-05 16:56             ` Fran
2016-06-05 17:20               ` Ken Brown
2016-06-05 18:00                 ` Ken Brown
2016-06-12 20:04                   ` Ken Brown
2016-06-12 23:24                     ` Ken Brown [this message]
2016-06-02  8:16 ` Live System User
2016-06-02 15:01   ` Ken Brown
2020-08-04  9:34 ` Lars Ingebrigtsen
2020-09-14 15:00   ` Lars Ingebrigtsen

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

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

  git send-email \
    --in-reply-to=3bdee176-89ce-e072-a5f4-d572f65b0451@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=23658@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=flitterio@gmail.com \
    --cc=larsi@gnus.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.