From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure on MS-Windows Date: Sat, 9 Nov 2013 15:33:55 +0100 Message-ID: References: <134n7uab5v.fsf@fencepost.gnu.org> <83r4au7li4.fsf@gnu.org> <83mwli7gwq.fsf@gnu.org> <837gcl7917.fsf@gnu.org> <838uwz5f7k.fsf@gnu.org> <83y54z3rk7.fsf@gnu.org> <824n7lah0k.fsf@gmail.com> <527E3785.2050005@poczta.onet.pl> <83habl4ran.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1384007637 24483 80.91.229.3 (9 Nov 2013 14:33:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Nov 2013 14:33:57 +0000 (UTC) Cc: Jarek Czekalski , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 09 15:34:03 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vf9bu-0000Zh-UG for ged-emacs-devel@m.gmane.org; Sat, 09 Nov 2013 15:34:03 +0100 Original-Received: from localhost ([::1]:57385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vf9bu-0007kH-8U for ged-emacs-devel@m.gmane.org; Sat, 09 Nov 2013 09:34:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vf9br-0007kC-UL for emacs-devel@gnu.org; Sat, 09 Nov 2013 09:34:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vf9bq-00042F-Uz for emacs-devel@gnu.org; Sat, 09 Nov 2013 09:33:59 -0500 Original-Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:38687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vf9bp-00041y-EE; Sat, 09 Nov 2013 09:33:57 -0500 Original-Received: by mail-la0-f53.google.com with SMTP id eh20so2687137lab.26 for ; Sat, 09 Nov 2013 06:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GE0IQwJ0oB/vZsu9wwwQ6/AfOC/kFKa6vdFQxoNw9qY=; b=mrayREH5SGdi7yaIb8bj+Pt0qyWL4g7n1yuPdRWzVICRy9SC6tFwzjKEk3AYmBFePV AtFaJGd/b6SmZ64xp95TcYK6vjVAuvOua4nheCMAGcKW/2/w112wrE05GrMQTp8wJRYx HTvsDjXDBXYGxubCc1fhsvTiwIWUce1+qq+jSbyKgFugdITomDYc0eejC6QxmYYCbufC 8To5tOkz+yT8Ohk+zXqrAMO+OzKRktJibKOS1aDujY3GSHcXkWgHuILKKh0taPTAWoQH U/gfFpfCMmEM24TPq25QUIRUxh5v9vytPG1IeGKXxmnyTLMaf7/a9P1k5zcaiWsDV3Z5 8TBQ== X-Received: by 10.112.205.164 with SMTP id lh4mr14392047lbc.15.1384007635465; Sat, 09 Nov 2013 06:33:55 -0800 (PST) Original-Received: by 10.114.176.231 with HTTP; Sat, 9 Nov 2013 06:33:55 -0800 (PST) In-Reply-To: <83habl4ran.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165098 Archived-At: >> Maybe "uname" could be an option to detect mingw? On my system it >> returns "windows32" for non-login, and "MINGW32_NT-6.1" for --login >> shell. Cygwin returns CYGWIN_NT-6.1-WOW64, so it won't be mistaken as mingw. > > Thanks, but I believe the need for this will be eliminated, once the > change that makes configure read mingw-cfg.site directly is committed. If you refer to the patch I sent [1], the reading of 'nt/mingw-cfg.site' from the configure script is conditioned to the MSYS environment. So, with that approach, we still need a way of checking whether the shell is running on a MSYS environment. --- Footnotes --- http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00295.html -- Dani Moncayo