From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Frank Haun Newsgroups: gmane.emacs.devel Subject: native-comp branch on Raspberry Pi 4 Date: 16 Apr 2020 16:17:38 -0000 Organization: nil Message-ID: <87pnc7e6zt.fsf@u12000.fhaun.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="17601"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:TZAF+uGqkIIRDh0SlZxZ50aVKTI= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 16 18:23:03 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jP7I6-0004PO-Ui for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Apr 2020 18:23:02 +0200 Original-Received: from localhost ([::1]:36716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7I6-0005lB-15 for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Apr 2020 12:23:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56870) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7H5-0004YF-B4 for emacs-devel@gnu.org; Thu, 16 Apr 2020 12:22:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7H3-0007JM-8D for emacs-devel@gnu.org; Thu, 16 Apr 2020 12:21:59 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:52284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jP7H3-0007IL-2S for emacs-devel@gnu.org; Thu, 16 Apr 2020 12:21:57 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jP7Gz-00037Q-Q8 for emacs-devel@gnu.org; Thu, 16 Apr 2020 18:21:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247096 Archived-At: Hello, I'm not sure, should this branch compile on ARM Devices? I've tried Raspbian 32bit and Ubuntu Core 64bit. All necessary libs are installed. | $ git status | On branch feature/native-comp | Your branch is up to date with 'origin/feature/native-comp'. | $ ./autogen.sh | $ ./configure --without-imagemagick --with-x-toolkit=lucid --with-pop --with-jpeg=no --with-gif=no --with-tiff=no --without-makeinfo | $ make First everything does fine, but then I get this: | ... | Loading /home/ubuntu/CVS/emacs/lisp/tooltip.el (source)... | Finding pointers to doc strings... | Finding pointers to doc strings...done | Dumping under the name bootstrap-emacs.pdmp | dumping fingerprint: 9be4874d483d5c67b257e1d30440bebceb4673d531a3b39f69150175f6101e76 | Dump complete | Byte counts: header=96 hot=14987776 discardable=122208 cold=9776976 | Reloc counts: hot=1010305 discardable=6007 | make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" | make[2]: Entering directory '/home/ubuntu/CVS/emacs/lisp' | ELC emacs-lisp/macroexp.elc | /bin/bash: line 1: 24525 Segmentation fault (core dumped) EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el | make[2]: *** [Makefile:316: emacs-lisp/macroexp.elc] Error 139 | make[2]: Leaving directory '/home/ubuntu/CVS/emacs/lisp' | make[1]: *** [Makefile:828: bootstrap-emacs.pdmp] Error 2 | make[1]: Leaving directory '/home/ubuntu/CVS/emacs/src' | make: *** [Makefile:424: src] Error 2 Frank -- Linux ubuntu 5.3.0-1022 aarch64 GNU/Linux Experimental Blog: