From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Husmann Newsgroups: gmane.lisp.guile.devel Subject: Re: Building Guilemacs Date: Sun, 04 Sep 2016 10:48:03 +0200 Message-ID: <8737lggif0.fsf@frege.i-did-not-set--mail-host-address--so-tickle-me> References: <87wpixnbyi.fsf@frege.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1472978904 23804 195.159.176.226 (4 Sep 2016 08:48:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 4 Sep 2016 08:48:24 +0000 (UTC) User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/25.1.50.125 (x86_64-unknown-linux-gnu) To: Wilfred Hughes , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 04 10:48:21 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bgT6B-0005gR-UW for guile-devel@m.gmane.org; Sun, 04 Sep 2016 10:48:20 +0200 Original-Received: from localhost ([::1]:49165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgT69-0000Pm-QY for guile-devel@m.gmane.org; Sun, 04 Sep 2016 04:48:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgT65-0000Lu-9O for guile-devel@gnu.org; Sun, 04 Sep 2016 04:48:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgT61-0006Xe-1c for guile-devel@gnu.org; Sun, 04 Sep 2016 04:48:12 -0400 Original-Received: from mailout03.t-online.de ([194.25.134.81]:50478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgT60-0006XS-RG for guile-devel@gnu.org; Sun, 04 Sep 2016 04:48:08 -0400 Original-Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout03.t-online.de (Postfix) with SMTP id 55EBC4227FE7; Sun, 4 Sep 2016 10:48:05 +0200 (CEST) Original-Received: from frege (ZSL7euZQoh13fKh2RrzooxXNDlZFLa7o7b+bogTNtGY8N-X3c-L1Kpg31gU9w1XwRG@[87.156.125.251]) by fwd29.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1bgT5w-1WkzuC0; Sun, 4 Sep 2016 10:48:04 +0200 In-Reply-To: X-ID: ZSL7euZQoh13fKh2RrzooxXNDlZFLa7o7b+bogTNtGY8N-X3c-L1Kpg31gU9w1XwRG X-TOI-MSGID: 99880483-b5db-4971-8b17-c4223d177054 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 194.25.134.81 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18655 Archived-At: Wilfred Hughes writes: > I've had a play with the AUR packages too. The guile4emacs PKGBUILD works > perfectly, but the guile-emacs build process segfaults when bootstrap-emacs > attempts to load calendar/cal-loaddefs.el: > > make[2]: Leaving directory > '/home/wilfred/aur/guile-emacs-git/src/guilemacs/lisp' > if test "yes" = "yes"; then \ > rm -f bootstrap-emacs; \ > ln temacs bootstrap-emacs; \ > else \ > ./temacs --batch --load loadup bootstrap || exit 1; \ > test "X" = X || -zex emacs; \ > mv -f emacs bootstrap-emacs; \ > fi > make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" > make[2]: Entering directory > '/home/wilfred/aur/guile-emacs-git/src/guilemacs/lisp' > EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file > --no-site-lisp -l autoload \ > --eval "(setq generate-autoload-cookie \";;;###cal-autoload\")" \ > --eval "(setq generated-autoload-file (expand-file-name > (unmsys--file-name \"calendar/cal-loaddefs.el\")))" \ > -f batch-update-autoloads ./calendar > make[2]: *** [Makefile:466: calendar/cal-loaddefs.el] Segmentation fault > (core dumped) > make[2]: Leaving directory > '/home/wilfred/aur/guile-emacs-git/src/guilemacs/lisp' > make[1]: *** [Makefile:805: ../lisp/loaddefs.el] Error 2 > make[1]: Leaving directory > '/home/wilfred/aur/guile-emacs-git/src/guilemacs/src' > make: *** [Makefile:376: src] Error 2 > ==> ERROR: A failure occurred in build(). > Aborting... > > Any suggestions? > > On 30 August 2016 at 20:32, Wilfred Hughes wrote: > Hello, I can confirm this, but currently have no ideas what is going on here. This definitely used to work, but gcc was updated since then. Sorry for inconveniance. I will try to dig deeper into it. Best Regards Stefan