From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Fri, 2 Oct 2015 09:13:01 +0200 Message-ID: References: <83io6qap6y.fsf@gnu.org> <83vbaq8quk.fsf@gnu.org> <837fn68fsj.fsf@gnu.org> <831tdd93hk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3ba8242bace052119e7c9 X-Trace: ger.gmane.org 1443772100 9517 80.91.229.3 (2 Oct 2015 07:48:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 07:48:20 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 02 09:48:20 2015 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 1Zhv4j-0004ty-4n for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 09:48:17 +0200 Original-Received: from localhost ([::1]:57958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhv4i-00045w-DW for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 03:48:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhuXI-0006Ox-Lz for emacs-devel@gnu.org; Fri, 02 Oct 2015 03:13:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhuXH-0001uL-P0 for emacs-devel@gnu.org; Fri, 02 Oct 2015 03:13:44 -0400 Original-Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:36369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhuXG-0001s2-8h; Fri, 02 Oct 2015 03:13:42 -0400 Original-Received: by laclj5 with SMTP id lj5so87624074lac.3; Fri, 02 Oct 2015 00:13:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=KnNGV5glMhfzuys6yNi74pnpNcogotNgZcQ6bbgt9Gg=; b=bpkSFCQZP26xYnpubFcp/n8SInqxXuoZkcfpTUrV4TBWkrfAyE/GE1pFXk2g3C6GIs v9c/cyKzqC/P+zhWHu9B0r+u37aef57lNqtqNTXBG/hZnkp/4sw6G3OgIu73RaZYJSG7 McTuGy3Lktf7EHOaTz9sGbQ9YfFbzYIujC1bCWGqrdE8HoyC6jqXAVEu2Xq+ZRD+gYb2 o376C2kL1L0YzD923PcFYKeoyPR0O1Tvt/zDpcpsGx8L2+5qszs0QaUwlMOa9nxOd2xn WnwGm0y+RHqZpmVfArpHnDaFUdru3A9BRjieVOzHqZmM/kA4FsfDxQNz2WYJmom9MPoD K5Pw== X-Received: by 10.112.77.10 with SMTP id o10mr3254228lbw.28.1443770021359; Fri, 02 Oct 2015 00:13:41 -0700 (PDT) Original-Received: by 10.25.217.135 with HTTP; Fri, 2 Oct 2015 00:13:01 -0700 (PDT) In-Reply-To: <831tdd93hk.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::231 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:190650 Archived-At: --001a11c3ba8242bace052119e7c9 Content-Type: text/plain; charset=UTF-8 On Fri, Oct 2, 2015 at 8:41 AM, Eli Zaretskii wrote: > How about this, does it fail in the same way? > > $ cd src > $ ./temacs -Q Not the same way: $ ./temacs -Q Loading loadup.el (source)... Using load-path (c:/Devel/emacs/repo/trunk/lisp) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/byte-run (source)...done Loading emacs-lisp/backquote (source)... Loading emacs-lisp/backquote (source)...done Loading subr (source)... Loading subr (source)...done Loading version (source)... Symbol's function definition is void: pcase --001a11c3ba8242bace052119e7c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Fri, Oct 2, 2015 at 8:41 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> How a= bout this, does it fail in the same way?
>
> =C2=A0 $ cd src> =C2=A0 $ ./temacs -Q

Not the same way:
=

$ ./temacs -Q
Loading loadup.el (source)= ...
Using load-path (c:/Devel/emacs/repo/trunk/lisp)
Lo= ading emacs-lisp/byte-run (source)...
Loading emacs-lisp/byte-run= (source)...done
Loading emacs-lisp/backquote (source)...
Loading emacs-lisp/backquote (source)...done
Loading subr (sou= rce)...
Loading subr (source)...done
Loading version (s= ource)...
Symbol's function definition is void: pcase

--001a11c3ba8242bace052119e7c9--