From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45303: #45303 [feature/native-comp] building error on Windows Date: Sun, 20 Dec 2020 19:07:46 +0000 Message-ID: References: <83k0te6c7i.fsf@gnu.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26248"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45303@debbugs.gnu.org To: Pal Gloss Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 20 20:08:09 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kr43t-0006jr-Gz for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Dec 2020 20:08:09 +0100 Original-Received: from localhost ([::1]:49294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kr43s-0007uQ-5G for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Dec 2020 14:08:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kr43m-0007u5-4o for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2020 14:08:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kr43l-0000L3-T8 for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2020 14:08:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kr43l-00026i-NY for bug-gnu-emacs@gnu.org; Sun, 20 Dec 2020 14:08:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 20 Dec 2020 19:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45303 X-GNU-PR-Package: emacs Original-Received: via spool by 45303-submit@debbugs.gnu.org id=B45303.16084912708081 (code B ref 45303); Sun, 20 Dec 2020 19:08:01 +0000 Original-Received: (at 45303) by debbugs.gnu.org; 20 Dec 2020 19:07:50 +0000 Original-Received: from localhost ([127.0.0.1]:45636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kr43Z-00026G-ON for submit@debbugs.gnu.org; Sun, 20 Dec 2020 14:07:50 -0500 Original-Received: from mab.sdf.org ([205.166.94.33]:59564 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kr43Y-000268-8A for 45303@debbugs.gnu.org; Sun, 20 Dec 2020 14:07:48 -0500 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1kr43X-000358-5h; Sun, 20 Dec 2020 19:07:47 +0000 In-Reply-To: (Pal Gloss's message of "Sun, 20 Dec 2020 17:23:25 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:196493 Archived-At: Pal Gloss writes: > Hi Andrea, > =C2=A0 > Sorry for sending my previous mail to your address only and not to the bu= g tracker. > I'm not used to debbugs (as you can guess from the many HTML mails I sent= , blush). No issue :) > I wrote=C2=A0 >> > I do not understand 3b53a591faed03679382a601b93da7fe6ce3b4af: the way > You answered >> No you are right, this morning I was a little in a rush and I might have >> failed grepping, hopefully ab985f41db is better. > > There are still problems related to the usage of Fdirectory_files and > internal_condition_case_5 I think. At least, I get a crash after the > bootstrap is dumped (? see attached build log) > > Debugger entered--Lisp error: (wrong-type-argument wholenump t) Not too surprised, this code is not leveraged since a while :/ >> With 407fb16583 I think '-lgccjit' should be unnecessary on Windows now,= is it? > > It is still needed, see my previous mail. But adding -lgccjit allows the= build > to proceed but crashes later on. Hopefully this is fixed now by 3bb2fd0c58? > Can I propose a patch if I have not signed the paperwork? IIRC there is a cumulative limit of like 10 lines for patches to be accepted with no assignment. The right fix for this is to take action *now* and ask maintainers for your paperworks :) It would be great to have a contributor regularly compiling this build. Yes I will break it again... > Thank you for this great new feature. Thank you for the help. Andrea