From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 11:21:23 2016 Received: (at submit) by debbugs.gnu.org; 2 Nov 2016 15:21:23 +0000 Received: from localhost ([127.0.0.1]:40724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xLv-0005ll-Jk for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:21:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xLu-0005lX-1B for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:21:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1xLl-0004gK-4q for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:21:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44748) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1xLl-0004gA-14 for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:21:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1xLj-0005vP-OV for bug-gnu-emacs@gnu.org; Wed, 02 Nov 2016 11:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1xLe-0004eg-OC for bug-gnu-emacs@gnu.org; Wed, 02 Nov 2016 11:21:11 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33830) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1xLe-0004eR-Iu for bug-gnu-emacs@gnu.org; Wed, 02 Nov 2016 11:21:06 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 61FAA160F5D; Wed, 2 Nov 2016 08:21:05 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 8ActnpjdljDC; Wed, 2 Nov 2016 08:21:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 4863416103A; Wed, 2 Nov 2016 08:21:04 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Q2uN4HbOEk2Z; Wed, 2 Nov 2016 08:21:04 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 2B3D5160F5D; Wed, 2 Nov 2016 08:21:04 -0700 (PDT) To: Emacs bug reports and feature requests From: Paul Eggert Subject: emacs24/25 FTBFS since a long time on GNU/Hurd Organization: UCLA Computer Science Department Message-ID: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> Date: Wed, 2 Nov 2016 08:20:59 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Svante Signell X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) [forwarded from http://lists.gnu.org/archive/html/emacs-devel/2016-11/msg00055.html] From: Svante Signell To: emacs-devel@gnu.org Date: Wed, 02 Nov 2016 15:16:54 +0100 Since a long time emacs FTBFS due to unknown reasons. The latest version building was Debian 24.5+1-5, from 27 Nov 2015. Even before successful builds were by pure luck. One suspicious issue is that emacs use sbrk() for memory allocation, right? Notably sbrk() is not fool-proof as implemented for Hurd in glibc. Use of sbrk is found in files alloc.c, unexelf.c and gmalloc.c, which are all compiled. Avoiding compilation of ralloc.c with 0001-Default-REL_ALLOC-to- no.patch did not improve the situation. First time I compiled emacs 25.1 from upstream it passed, second time not. Compiling Debian versions almost always fail. Moslty the build fails with temacs failing to execute: Killed. In my opionion it's a real loss not to gave a modern version of emacs25 available for use in GNU/Hurd (not everybody use vi). Do anybody of you have an idea on how to solve this problem? Are there patches available already to try with? Thanks in advance :) From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 11:35:55 2016 Received: (at control) by debbugs.gnu.org; 2 Nov 2016 15:35:55 +0000 Received: from localhost ([127.0.0.1]:40744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xZy-00068o-SD for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xZx-00068c-CV for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1xZr-0001gb-F9 for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1xZr-0001gX-9J for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1c1xZq-0005Y4-V0 for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:47 -0400 Subject: control message for bug 24857 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 02 Nov 2016 11:35:46 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.7 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.7 (-------) severity 24857 important From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 11:36:06 2016 Received: (at control) by debbugs.gnu.org; 2 Nov 2016 15:36:06 +0000 Received: from localhost ([127.0.0.1]:40748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xaA-00069o-33 for submit@debbugs.gnu.org; Wed, 02 Nov 2016 11:36:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1xa9-000691-9P for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1xa3-0001ko-35 for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:36:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1xa3-0001kd-0T for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:59 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1c1xa2-0005Yn-JP for control@debbugs.gnu.org; Wed, 02 Nov 2016 11:35:58 -0400 Subject: control message for bug 21966 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 02 Nov 2016 11:35:58 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.7 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.7 (-------) block 21966 by 24857 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 12:43:54 2016 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2016 16:43:54 +0000 Received: from localhost ([127.0.0.1]:40800 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1ydm-0002w6-ET for submit@debbugs.gnu.org; Wed, 02 Nov 2016 12:43:54 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1ydl-0002vt-1v for 24857@debbugs.gnu.org; Wed, 02 Nov 2016 12:43:53 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6802716103A for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:43:46 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id bn3E9--nWmkL for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:43:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 07D8B16103B for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:43:45 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hbTX6b150cHi for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:43:44 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id E475316103A for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:43:44 -0700 (PDT) Subject: Fwd: Re: emacs24/25 FTBFS since a long time on GNU/Hurd References: <83oa1xnb5k.fsf@gnu.org> To: 24857@debbugs.gnu.org From: Paul Eggert Organization: UCLA Computer Science Department X-Forwarded-Message-Id: <83oa1xnb5k.fsf@gnu.org> Message-ID: Date: Wed, 2 Nov 2016 09:43:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <83oa1xnb5k.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 24857 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) -------- Forwarded Message -------- Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd Date: Wed, 02 Nov 2016 17:39:51 +0200 From: Eli Zaretskii Reply-To: Eli Zaretskii To: svante.signell@gmail.com CC: emacs-devel@gnu.org > From: Svante Signell > Date: Wed, 02 Nov 2016 15:16:54 +0100 > > First time I compiled emacs 25.1 from upstream it passed, second time not. > Compiling Debian versions almost always fail. Moslty the build fails with temacs > failing to execute: Killed. In my opionion it's a real loss not to gave a modern > version of emacs25 available for use in GNU/Hurd (not everybody use vi). > > Do anybody of you have an idea on how to solve this problem? My suggestion is to run the failing temacs command line under GDB and see where it crashes. The best way to communicate this information is to file a bug report, using "M-x report-emacs-bug RET" (in some version of Emacs you have that is operable; if not, just email the details to bug-gnu-emacs@gnu.org). From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 12:44:24 2016 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2016 16:44:24 +0000 Received: from localhost ([127.0.0.1]:40804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1yeF-0002xG-Mq for submit@debbugs.gnu.org; Wed, 02 Nov 2016 12:44:24 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:48216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1yeD-0002x4-Ur for 24857@debbugs.gnu.org; Wed, 02 Nov 2016 12:44:22 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 962FA161040 for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:44:16 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id pe-y2wvPIKvZ for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:44:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 9572816103F for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:44:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Us1hHApa_ASx for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:44:14 -0700 (PDT) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 77D9616103A for <24857@debbugs.gnu.org>; Wed, 2 Nov 2016 09:44:14 -0700 (PDT) Subject: Fwd: Re: emacs24/25 FTBFS since a long time on GNU/Hurd References: <1478101904.16249.56.camel@gmail.com> To: 24857@debbugs.gnu.org From: Paul Eggert Organization: UCLA Computer Science Department X-Forwarded-Message-Id: <1478101904.16249.56.camel@gmail.com> Message-ID: Date: Wed, 2 Nov 2016 09:44:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478101904.16249.56.camel@gmail.com> Content-Type: multipart/mixed; boundary="------------23BDAC571C9CA07FA8D351A8" X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 24857 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) This is a multi-part message in MIME format. --------------23BDAC571C9CA07FA8D351A8 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit -------- Forwarded Message -------- Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd Date: Wed, 02 Nov 2016 16:51:44 +0100 From: Svante Signell Reply-To: svante.signell@gmail.com Organization: Home To: Eli Zaretskii CC: emacs-devel@gnu.org On Wed, 2016-11-02 at 17:39 +0200, Eli Zaretskii wrote: > > > > From: Svante Signell > > Date: Wed, 02 Nov 2016 15:16:54 +0100 > > > > First time I compiled emacs 25.1 from upstream it passed, second time not. > > Compiling Debian versions almost always fail. Moslty the build fails with > > temacs > > failing to execute: Killed. In my opionion it's a real loss not to gave a > > modern > > version of emacs25 available for use in GNU/Hurd (not everybody use vi). > > > > Do anybody of you have an idea on how to solve this problem? > My suggestion is to run the failing temacs command line under GDB and > see where it crashes. Hi, attached is a traceback from gdb. Edited to remove thousands of loops, as indicated in that file. > The best way to communicate this information is to file a bug report, > using "M-x report-emacs-bug RET" (in some version of Emacs you have > that is operable; if not, just email the details to > bug-gnu-emacs@gnu.org). A bug was already filed by Paul Eggert, https://debbugs.gnu.org/cgi/bugreport.cg i?bug=24857 Thanks anyway. --------------23BDAC571C9CA07FA8D351A8 Content-Type: text/plain; charset=UTF-8; name="gdb_edited.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="gdb_edited.txt" Z2RiIC4vdGVtYWNzCihnZGIpIHJ1biAtLWJhdGNoIC0tbG9hZCBsb2FkdXAgYm9vdHN0cmFw ClRoZSBwcm9ncmFtIGJlaW5nIGRlYnVnZ2VkIGhhcyBiZWVuIHN0YXJ0ZWQgYWxyZWFkeS4K U3RhcnQgaXQgZnJvbSB0aGUgYmVnaW5uaW5nPyAoeSBvciBuKSB5ClN0YXJ0aW5nIHByb2dy YW06IC9ob21lL3Nycy9ERUJzL2VtYWNzL2VtYWNzMjUtMjUuMSsxL2RlYmlhbi9idWlsZC14 L3NyYy90ZW1hY3MgLS1iYXRjaCAtLWxvYWQgbG9hZHVwIGJvb3RzdHJhcAoKVGhyZWFkIDQg cmVjZWl2ZWQgc2lnbmFsID8sIFVua25vd24gc2lnbmFsLgoweDA1MWRjYzYzIGluIF9fdm1f YWxsb2NhdGUgKHRhcmdldF90YXNrPTEsIGFkZHJlc3M9MHgyZDAzYywgc2l6ZT0xMjI4OCwg YW55d2hlcmU9MCkKICAgIGF0IC9ob21lL3Nycy9ERUJzL2dsaWJjLzIuMjQvZ2xpYmMtMi4y NC9idWlsZC10cmVlL2h1cmQtaTM4Ni1saWJjL21hY2gvdm1fYWxsb2NhdGUuYzo1NAo1NCAg ICAgIC9ob21lL3Nycy9ERUJzL2dsaWJjLzIuMjQvZ2xpYmMtMi4yNC9idWlsZC10cmVlL2h1 cmQtaTM4Ni1saWJjL21hY2gvdm1fYWxsb2NhdGUuYzogTm8gc3VjaCBmaWxlIG9yIGRpcmVj dG9yeS4KKGdkYikgdGhyZWFkIGFwcGx5IGFsbCBidCBmdWxsCgpUaHJlYWQgNCAoVGhyZWFk IDI1NDkyLjQpOgojMCAgMHgwNTFkY2M2MyBpbiBfX3ZtX2FsbG9jYXRlICh0YXJnZXRfdGFz az0xLCBhZGRyZXNzPTB4MmQwM2MsIHNpemU9MTIyODgsIGFueXdoZXJlPTApCiAgICBhdCAv aG9tZS9zcnMvREVCcy9nbGliYy8yLjI0L2dsaWJjLTIuMjQvYnVpbGQtdHJlZS9odXJkLWkz ODYtbGliYy9tYWNoL3ZtX2FsbG9jYXRlLmM6NTQKICAgICAgICBlcnIgPSA8b3B0aW1pemVk IG91dD4KIzEgIDB4MDUyZWY1ZjIgaW4gX2h1cmRfc2V0X2JyayAoYWRkcj0xMzkyNDc2MTYp IGF0IC4uL3N5c2RlcHMvbWFjaC9odXJkL2Jyay5jOjExNgogICAgICAgIGFsbG9jX3N0YXJ0 ID0gMTM5MjM1MzI4CiAgICAgICAgZXJyID0gPG9wdGltaXplZCBvdXQ+CiAgICAgICAgcGFn ZW5kID0gMTM5MjQ3NjE2CiAgICAgICAgcGFnZWJyayA9IDEzOTIzNTMyOAogICAgICAgIHJs aW1pdCA9IDxvcHRpbWl6ZWQgb3V0PgojMiAgMHgwNTJlZmFhZiBpbiBfX3NicmsgKGluY3Jl bWVudD0xMjI4OCkgYXQgLi4vc3lzZGVwcy9tYWNoL2h1cmQvc2Jyay5jOjMzCiAgICAgICAg cmVzdWx0ID0gMHg4NGM5MDAwCiMzICAweDA4MjAyMDJjIGluIF9fZGVmYXVsdF9tb3JlY29y ZSAoaW5jcmVtZW50PTEyMjg4KSBhdCBnbWFsbG9jLmM6MTUzMgogICAgICAgIHJlc3VsdCA9 IDxvcHRpbWl6ZWQgb3V0PgojNCAgMHgwODIwMWUzNSBpbiBhbGlnbiAoc2l6ZT1zaXplQGVu dHJ5PTEyMjg4KSBhdCBnbWFsbG9jLmM6NDQ1CiAgICAgICAgcmVzdWx0ID0gPG9wdGltaXpl ZCBvdXQ+CiAgICAgICAgYWRqID0gPG9wdGltaXplZCBvdXQ+CiM1ICAweDA4MjAxZmEzIGlu IG1hbGxvY19pbml0aWFsaXplXzEgKCkgYXQgZ21hbGxvYy5jOjU3MQpObyBsb2NhbHMuCiM2 ICAweDA4MjAyMGZkIGluIF9fbWFsbG9jX2luaXRpYWxpemUgKCkgYXQgZ21hbGxvYy5jOjU5 NwpObyBsb2NhbHMuCiM3ICBnbWFsbG9jIChzaXplPTEwMCkgYXQgZ21hbGxvYy5jOjkzNAog ICAgICAgIGhvb2sgPSA8b3B0aW1pemVkIG91dD4KIzggIDB4MDgyMDMzZDUgaW4gbWFsbG9j IChzaXplPTEwMCkgYXQgZ21hbGxvYy5jOjE4MjIKTm8gbG9jYWxzLgojOSAgMHgwNTI2MmM4 YyBpbiBfSU9fdmFzcHJpbnRmIChyZXN1bHRfcHRyPTB4MmQyMjgsIAogICAgZm9ybWF0PTB4 NTM2OTEwMCAiJXMlcyVzOiV1OiAlcyVzQXNzZXJ0aW9uIGAlcycgZmFpbGVkLlxuJW4iLCAK ICAgIGFyZ3M9MHgyZDFmOCAiXDM3N0E2XDAwNVwzNzdBNlwwMDVcMDI3XDMxN1wwMjZcMDA1 XDAzNCIpIGF0IHZhc3ByaW50Zi5jOjQ3CiAgICAgICAgc3RyaW5nID0gPG9wdGltaXplZCBv dXQ+CiAgICAgICAgc2YgPSB7X3NiZiA9IHtfZiA9IHtfZmxhZ3MgPSAwLCBfSU9fcmVhZF9w dHIgPSAweDAsIAogICAgICAgICAgICAgIF9JT19yZWFkX2VuZCA9IDB4ODRjYzAwMCAiXDM0 MCIsIDxpbmNvbXBsZXRlIHNlcXVlbmNlIFwzMDI+LCAKICAgICAgICAgICAgICBfSU9fcmVh ZF9iYXNlID0gMHg4NGM5MDAwICJcMTc3RUxGXDAwMVwwMDFcMDAxIiwgCiAgICAgICAgICAg ICAgX0lPX3dyaXRlX2Jhc2UgPSAweDQzIDxlcnJvcjogQ2Fubm90IGFjY2VzcyBtZW1vcnkg YXQgYWRkcmVzcyAweDQzPiwgCiAgICAgICAgICAgICAgX0lPX3dyaXRlX3B0ciA9IDB4MCwg CiAgICAgICAgICAgICAgX0lPX3dyaXRlX2VuZCA9IDB4NTFmOWYyOSA8X19odXJkX3NpZ3N0 YXRlX2xvY2srOT4gIlwyMDFcMzAzXDMyN1wzMDBcMDM1IiwgCiAgICAgICAgICAgICAgX0lP X2J1Zl9iYXNlID0gMHg1MWRkMTE2IDxfX21hY2hfbXNnKzU0PiAiXDIwM1wzMDQgXDIwNVwz MDB0RlwzNjZEJDRAdGpcMzY3RCQ0IiwgX0lPX2J1Zl9lbmQgPSAweDJkMWIwICIiLCAKICAg ICAgICAgICAgICBfSU9fc2F2ZV9iYXNlID0gMHgzIDxlcnJvcjogQ2Fubm90IGFjY2VzcyBt ZW1vcnkgYXQgYWRkcmVzcyAweDM+LCAKICAgICAgICAgICAgICBfSU9fYmFja3VwX2Jhc2Ug PSAweDMwIDxlcnJvcjogQ2Fubm90IGFjY2VzcyBtZW1vcnkgYXQgYWRkcmVzcyAweDMwPiwg CiAgICAgICAgICAgICAgX0lPX3NhdmVfZW5kID0gMHgyMCA8ZXJyb3I6IENhbm5vdCBhY2Nl c3MgbWVtb3J5IGF0IGFkZHJlc3MgMHgyMD4sIAogICAgICAgICAgICAgIF9tYXJrZXJzID0g MHgyNTMsIF9jaGFpbiA9IDB4MCwgX2ZpbGVubyA9IDAsIF9mbGFnczIgPSAxNjY3MzkzOTAw LCAKICAgICAgICAgICAgICBfb2xkX29mZnNldCA9IDczMDI0NDYsIF9jdXJfY29sdW1uID0g MjMxNjUsIF92dGFibGVfb2Zmc2V0ID0gNTQgJzYnLCAKICAgICAgICAgICAgICBfc2hvcnRi dWYgPSAiXDAwNSIsIF9sb2NrID0gMHg1MjFkNTI1IDxfX2N1cnJlbnRfbG9jYWxlX25hbWUr NT4sIAogICAgICAgICAgICAgIF9vZmZzZXQgPSAzNzUxNDQ3OTA0MzM1OTI2NTAsIF9jb2Rl Y3Z0ID0gMHg1M2Q4NmI0IDxyb290PiwgCiAgICAgICAgICAgICAgX3dpZGVfZGF0YSA9IDB4 NTFkZDBlOSA8X19tYWNoX21zZys5PiwgX2ZyZWVyZXNfbGlzdCA9IDB4N2ZkOTAwMCwgCiAg ICAgICAgICAgICAgX2ZyZWVyZXNfYnVmID0gMHg1MTZjZjJjIDxfX1BSRVRUWV9GVU5DVElP Tl9fLjkzNjk+LCBfX3BhZDUgPSAxMzQ1MDU4ODAsIAogICAgICAgICAgICAgIF9tb2RlID0g MTY5NjEwMDAsIAogICAgICAgICAgICAgIF91bnVzZWQyID0gIlwyMzBcMjcxXDM3NFxhXDI2 MFwzMjFcMDAyXDAwMFwwMDNcMDAwXDAwMFwwMDBcMDYwXDAwMFwwMDBcMDAwXDI1M1wyNzFc Mzc0XGFTXDAwMlwwMDBcMDAwXDAwMFwwMDBcMDAwXDAwMFwwMDBcMDAwXDAwMFwwMDBsXDI3 MVwzNzRcYXBcMzIxXDAwMiJ9LCAKICAgICAgICAgICAgdnRhYmxlID0gMHg0MDAwMDAwOX0s IF9zID0ge19hbGxvY2F0ZV9idWZmZXIgPSAweDAsIF9mcmVlX2J1ZmZlciA9IDB4MH19CiAg ICAgICAgcmV0ID0gPG9wdGltaXplZCBvdXQ+CiAgICAgICAgbmVlZGVkID0gPG9wdGltaXpl ZCBvdXQ+CiAgICAgICAgYWxsb2NhdGVkID0gPG9wdGltaXplZCBvdXQ+CiMxMCAweDA1MjQ0 Njk0IGluIF9fX2FzcHJpbnRmIChzdHJpbmdfcHRyPTB4MmQyMjgsIAogICAgZm9ybWF0PTB4 NTM2OTEwMCAiJXMlcyVzOiV1OiAlcyVzQXNzZXJ0aW9uIGAlcycgZmFpbGVkLlxuJW4iKSBh dCBhc3ByaW50Zi5jOjM1CiAgICAgICAgYXJnID0gMHgyZDFmOCAiXDM3N0E2XDAwNVwzNzdB NlwwMDVcMDI3XDMxN1wwMjZcMDA1XDAzNCIKICAgICAgICBkb25lID0gMTg0MzgwCiMxMSAw eDA1MjFkNjRjIGluIF9fYXNzZXJ0X2ZhaWxfYmFzZSAoCiAgICBmbXQ9MHg1MzY5MTAwICIl cyVzJXM6JXU6ICVzJXNBc3NlcnRpb24gYCVzJyBmYWlsZWQuXG4lbiIsIAogICAgYXNzZXJ0 aW9uPTB4NTE2Y2M0OSAiX19wdGhyZWFkX3RocmVhZHMiLCBmaWxlPTB4NTE2Y2YxNyAiLi9w dGhyZWFkL3B0LXNlbGYuYyIsIAogICAgbGluZT0yOCwgZnVuY3Rpb249MHg1MTZjZjJjIDxf X1BSRVRUWV9GVU5DVElPTl9fLjkzNjk+ICJfX3B0aHJlYWRfc2VsZiIpIGF0IGFzc2VydC5j OjU3CiAgICAgICAgc3RyID0gMHgwCiAgICAgICAgdG90YWwgPSA4NjEwMzUyOAojMTIgMHgw NTIxZDc1YSBpbiBfX2Fzc2VydF9mYWlsIChhc3NlcnRpb249MHg1MTZjYzQ5ICJfX3B0aHJl YWRfdGhyZWFkcyIsIAogICAgZmlsZT0weDUxNmNmMTcgIi4vcHRocmVhZC9wdC1zZWxmLmMi LCBsaW5lPTI4LCAKICAgIGZ1bmN0aW9uPTB4NTE2Y2YyYyA8X19QUkVUVFlfRlVOQ1RJT05f Xy45MzY5PiAiX19wdGhyZWFkX3NlbGYiKSBhdCBhc3NlcnQuYzoxMDEKTm8gbG9jYWxzLgoj MTMgMHgwNTE2ODY5NiBpbiBfX3B0aHJlYWRfc2VsZiAoKSBhdCAuL3B0aHJlYWQvcHQtc2Vs Zi5jOjI4CiAgICAgICAgdGhyZWFkID0gPG9wdGltaXplZCBvdXQ+CiAgICAgICAgc2VsZiA9 IDxvcHRpbWl6ZWQgb3V0PgogICAgICAgIHNlbGYgPSA8b3B0aW1pemVkIG91dD4KIzE0IDB4 MDUyMjRlOGUgaW4gcmFpc2UgKHNpZ25vPTYpIGF0IC4uL3N5c2RlcHMvLi4vbGlicHRocmVh ZC9zeXNkZXBzL2dlbmVyaWMvcmFpc2UuYzozNwogICAgICAgIGVyciA9IDxvcHRpbWl6ZWQg b3V0PgojMTUgMHgwNTIyNzZjZiBpbiBhYm9ydCAoKSBhdCBhYm9ydC5jOjg5CiAgICAgICAg c2F2ZV9zdGFnZSA9IDIKICAgICAgICBhY3QgPSB7X19zaWdhY3Rpb25faGFuZGxlciA9IHtz YV9oYW5kbGVyID0gMHg1MzY5MTAwLCBzYV9zaWdhY3Rpb24gPSAweDUzNjkxMDB9LCAKICAg ICAgICAgIHNhX21hc2sgPSA4NzQ0MTkxOSwgc2FfZmxhZ3MgPSA4NzkwODM1Mn0KICAgICAg ICBzaWdzID0gMzIKIzE2IDB4MDUyMWQ2ZjQgaW4gX19hc3NlcnRfZmFpbF9iYXNlICgKICAg IGZtdD0weDUzNjkxMDAgIiVzJXMlczoldTogJXMlc0Fzc2VydGlvbiBgJXMnIGZhaWxlZC5c biVuIiwgCiAgICBhc3NlcnRpb249MHg1MTZjYzQ5ICJfX3B0aHJlYWRfdGhyZWFkcyIsIGZp bGU9MHg1MTZjZjE3ICIuL3B0aHJlYWQvcHQtc2VsZi5jIiwgCiAgICBsaW5lPTI4LCBmdW5j dGlvbj0weDUxNmNmMmMgPF9fUFJFVFRZX0ZVTkNUSU9OX18uOTM2OT4gIl9fcHRocmVhZF9z ZWxmIikgYXQgYXNzZXJ0LmM6OTIKICAgICAgICBzdHIgPSAweDAKICAgICAgICB0b3RhbCA9 IDg2MTAzNTI4CiMxNyAweDA1MjFkNzVhIGluIF9fYXNzZXJ0X2ZhaWwgKGFzc2VydGlvbj0w eDUxNmNjNDkgIl9fcHRocmVhZF90aHJlYWRzIiwgCiAgICBmaWxlPTB4NTE2Y2YxNyAiLi9w dGhyZWFkL3B0LXNlbGYuYyIsIGxpbmU9MjgsIAogICAgZnVuY3Rpb249MHg1MTZjZjJjIDxf X1BSRVRUWV9GVU5DVElPTl9fLjkzNjk+ICJfX3B0aHJlYWRfc2VsZiIpIGF0IGFzc2VydC5j OjEwMQpObyBsb2NhbHMuCiMxOCAweDA1MTY4Njk2IGluIF9fcHRocmVhZF9zZWxmICgpIGF0 IC4vcHRocmVhZC9wdC1zZWxmLmM6MjgKICAgICAgICB0aHJlYWQgPSA8b3B0aW1pemVkIG91 dD4KICAgICAgICBzZWxmID0gPG9wdGltaXplZCBvdXQ+CiAgICAgICAgc2VsZiA9IDxvcHRp bWl6ZWQgb3V0PgojMTkgMHgwNTIyNGU4ZSBpbiByYWlzZSAoc2lnbm89NikgYXQgLi4vc3lz ZGVwcy8uLi9saWJwdGhyZWFkL3N5c2RlcHMvZ2VuZXJpYy9yYWlzZS5jOjM3CiAgICAgICAg ZXJyID0gPG9wdGltaXplZCBvdXQ+CiMyMCAweDA1MjI3NmNmIGluIGFib3J0ICgpIGF0IGFi b3J0LmM6ODkKICAgICAgICBzYXZlX3N0YWdlID0gMgogICAgICAgIGFjdCA9IHtfX3NpZ2Fj dGlvbl9oYW5kbGVyID0ge3NhX2hhbmRsZXIgPSAweDUzNjkxMDAsIHNhX3NpZ2FjdGlvbiA9 IDB4NTM2OTEwMH0sIAogICAgICAgICAgc2FfbWFzayA9IDg3NDQxOTE5LCBzYV9mbGFncyA9 IDg3OTA4MzUyfQogICAgICAgIHNpZ3MgPSAzMgojMTYrMTcrMTgrMTkrMjAgbG9vcHMgZnJv bSBoZXJlCi4uLgojMzc0NDQ2IDB4MDUyMWQ2ZjQgaW4gX19hc3NlcnRfZmFpbF9iYXNlIChm bXQ9MHg1MzY5MTAwICIlcyVzJXM6JXU6ICVzJXNBc3NlcnRpb24gYCVzJyBmYWlsZWQuXG4l biIsIGFzc2VydGlvbj0weDUxNmNjNDkgIl9fcHRocmVhZF90aHJlYWRzIiwgZmlsZT0weDUx NmNmMTcgIi4vcHRocmVhZC9wdC1zZWxmLmMiLCBsaW5lPTI4LCBmdW5jdGlvbj0weDUxNmNm MmMgPF9fUFJFVFRZX0ZVTkNUSU9OX18uOTM2OT4gIl9fcHRocmVhZF9zZWxmIikgYXQgYXNz ZXJ0LmM6OTIKICAgICAgICBzdHIgPSAweDAKICAgICAgICB0b3RhbCA9IDg2MTAzNTI4CiMz NzQ0NDcgMHgwNTIxZDc1YSBpbiBfX2Fzc2VydF9mYWlsIChhc3NlcnRpb249MHg1MTZjYzQ5 ICJfX3B0aHJlYWRfdGhyZWFkcyIsIGZpbGU9MHg1MTZjZjE3ICIuL3B0aHJlYWQvcHQtc2Vs Zi5jIiwgbGluZT0yOCwgZnVuY3Rpb249MHg1MTZjZjJjIDxfX1BSRVRUWV9GVU5DVElPTl9f LjkzNjk+ICJfX3B0aHJlYWRfc2VsZiIpIGF0IGFzc2VydC5jOjEwMQpObyBsb2NhbHMuCiMz NzQ0NDggMHgwNTE2ODY5NiBpbiBfX3B0aHJlYWRfc2VsZiAoKSBhdCAuL3B0aHJlYWQvcHQt c2VsZi5jOjI4CiAgICAgICAgdGhyZWFkID0gPG9wdGltaXplZCBvdXQ+CiAgICAgICAgc2Vs ZiA9IDxvcHRpbWl6ZWQgb3V0PgogICAgICAgIHNlbGYgPSA8b3B0aW1pemVkIG91dD4KIzM3 NDQ0OSAweDA1MjI0ZThlIGluIHJhaXNlIChzaWdubz02KSBhdCAuLi9zeXNkZXBzLy4uL2xp YnB0aHJlYWQvc3lzZGVwcy9nZW5lcmljL3JhaXNlLmM6MzcKICAgICAgICBlcnIgPSA8b3B0 aW1pemVkIG91dD4KIzM3NDQ1MCAweDA1MjI3NmNmIGluIGFib3J0ICgpIGF0IGFib3J0LmM6 ODkKICAgICAgICBzYXZlX3N0YWdlID0gMgogICAgICAgIGFjdCA9IHtfX3NpZ2FjdGlvbl9o YW5kbGVyID0ge3NhX2hhbmRsZXIgPSAweDUzZDYwMDAsIHNhX3NpZ2FjdGlvbiA9IDB4NTNk NjAwMH0sIHNhX21hc2sgPSA4NTM4MzQ1Miwgc2FfZmxhZ3MgPSAxNjk1OTc4OH0KICAgICAg ICBzaWdzID0gMzIKIzM3NDQ1MSAweDA1MjFkNmY0IGluIF9fYXNzZXJ0X2ZhaWxfYmFzZSAo Zm10PTB4NTM2OTE0MCAiJXMlcyVzOiV1OiAlcyVzVW5leHBlY3RlZCBlcnJvcjogJXMuXG4i LCBhc3NlcnRpb249MHg1MzY0NmRiICJDYW5ub3QgYWxsb2NhdGUgbWVtb3J5IiwgZmlsZT0w eDUxNmQ4ZjAgIi4uL2xpYnB0aHJlYWQvc3lzZGVwcy9tYWNoL2h1cmQvcHQtc3lzZGVwLmMi LCBsaW5lPTY3LCBmdW5jdGlvbj0weDUxNmQ5MWMgPF9fUFJFVFRZX0ZVTkNUSU9OX18uOTQz Nj4gIl9pbml0X3JvdXRpbmUiKSBhdCBhc3NlcnQuYzo5MgogICAgICAgIHN0ciA9IDB4MAog ICAgICAgIHRvdGFsID0gODYxMDM1MjgKIzM3NDQ1MiAweDA1MjFkN2JmIGluIF9fYXNzZXJ0 X3BlcnJvcl9mYWlsIChlcnJudW09MTA3Mzc0MTgzNiwgZmlsZT0weDUxNmQ4ZjAgIi4uL2xp YnB0aHJlYWQvc3lzZGVwcy9tYWNoL2h1cmQvcHQtc3lzZGVwLmMiLCBsaW5lPTY3LCBmdW5j dGlvbj0weDUxNmQ5MWMgPF9fUFJFVFRZX0ZVTkNUSU9OX18uOTQzNj4gIl9pbml0X3JvdXRp bmUiKSBhdCBhc3NlcnQtcGVyci5jOjM1CiAgICAgICAgZXJyYnVmID0gIlwwMDFcMDAwXDAw MFwwMDBcMzAwclwzNzVcMDAxQFwzMTFcMDAyXDAwMSdcMzM2XDAwMFwwMDBcMzYwXDMzM1ww MDBcMDAw0JVcMDAwXDAwMFwyNDBcMDYxXDAzNVwwMDVcMjQwXDA2MVwwMzVcMDA1XDAwMVww MDBcMDAwXDAwMFwwMjRcMzEyXDAwMlwwMDFcMDAwIFwwMDBcMDAwXDAwMFwwMDBcMDAwXDAw MFwwMDFcMDAwXDAwMFwwMDB2XDAzMmlcdFwwMDBcMDAwXDAwMFwwMDBcMDAwXDAwMFwwMDBc MDAwXDI1MVwyMjRcMDAwXDAwMFwwMDBcMjYwXDAwMlwwMDBcZlwwMDFcMDM0XDAwNVwzMzBc MzEwXDM1MFwwMDRcMjM2XDAwMlwwMDBcMDAwy51cMDAwXDAwMFwwMDVcMDAwXDAwMFwwMDBc MDAxXDAwMFwwMDBcMDAwJElcMDM0XDAwNVwwMjBcMjI1XDAwMFwwMDBcMzEwL1wzNzRcYTtc MzE2XDAzNFwwMDUkXDMxMlwwMDJcMDAxIFwzMTJcMDAyXDAwMVwwMDAgXDAwMFwwMDBcMzEw XGZcMDA0XGJ9XDAwMFwwMDBcMDAwO1wzMTZcMDM0XDAwNVwyMjNcMzY1XDAzNFwwMDVqXDMx NXl5XDI1MVwyMjRcMDAwXDAwMFwwMDBcMjYwXDAwMlwwMDA8XDAyMFwzNzRcYXhcMjA0XDMz NlxhXDM3NVwwMDBcMDAwXDAwMMudXDAwMFwwMDBcMDA1XDAwMFwwMDBcMDAwXDAwMVwwMDBc MDAwXDAwMGQhXDM3NFxh0JVcMDAwXDAwMFwyNTVcMDYyXDAzNVwwMDVcMjU1XDA2MlwwMzVc MDA1dFwzMTJcMDAyXDAwMXBcMzEyXDAwMlwwMDFcMjQwXDA2MVwwMzVcMDA1Ii4uLgogICAg ICAgIGUgPSAweDUzNjQ2ZGIgIkNhbm5vdCBhbGxvY2F0ZSBtZW1vcnkiCiMzNzQ0NTMgMHgw NTE2YmI5OSBpbiBfaW5pdF9yb3V0aW5lIChzdGFjaz0weDApIGF0IC4uL2xpYnB0aHJlYWQv c3lzZGVwcy9tYWNoL2h1cmQvcHQtc3lzZGVwLmM6NjcKICAgICAgICB0aHJlYWQgPSAweDAK ICAgICAgICBlcnIgPSA8b3B0aW1pemVkIG91dD4KICAgICAgICBhdHRyID0ge19fc2NoZWRw YXJhbSA9IHtfX3NjaGVkX3ByaW9yaXR5ID0gMH0sIF9fc3RhY2thZGRyID0gMHg3LCBfX3N0 YWNrc2l6ZSA9IDEsIF9fZ3VhcmRzaXplID0gODU5MTAzOTUsIF9fZGV0YWNoc3RhdGUgPSAo dW5rbm93bjogODc5MTY1MTIpLCBfX2luaGVyaXRzY2hlZCA9ICh1bmtub3duOiAzMDg0OTE0 KSwgX19jb250ZW50aW9uc2NvcGUgPSAodW5rbm93bjogMTg2NjczMiksIF9fc2NoZWRwb2xp Y3kgPSA4NTM3NTc0MH0KICAgICAgICBhdHRycCA9IDB4MAojMzc0NDU0IDB4MDUyMTBhMzMg aW4gaW5pdCAoZGF0YT0weDEwMmNkZjApIGF0IC4uL3N5c2RlcHMvbWFjaC9odXJkL2kzODYv aW5pdC1maXJzdC5jOjIxMwogICAgICAgIG5ld3NwID0gPG9wdGltaXplZCBvdXQ+CiAgICAg ICAgb2QgPSA8b3B0aW1pemVkIG91dD4KICAgICAgICBhcmd2ID0gMHgxMDJjZGY0CiAgICAg ICAgYXJnYyA9IDxvcHRpbWl6ZWQgb3V0PgogICAgICAgIGVudnAgPSAweDEwMmNlNjgKICAg ICAgICBkID0gMHgxMDJjZTY4CiMzNzQ0NTUgX2RsX2luaXRfZmlyc3QgKGFyZ2M9PG9wdGlt aXplZCBvdXQ+KSBhdCAuLi9zeXNkZXBzL21hY2gvaHVyZC9pMzg2L2luaXQtZmlyc3QuYzoz MjcKTm8gbG9jYWxzLgojMzc0NDU2IDB4MDAwMDFlMDYgaW4gX2RsX3N0YXJ0X3VzZXIgKCkg ZnJvbSAvbGliL2xkLnNvCiAgICAgICAgYXVkaXRfbGlzdCA9IDB4MAogICAgICAgIF9kbF9y dGxkX2xpYm5hbWUyID0ge25hbWUgPSAweDAsIG5leHQgPSAweDAsIGRvbnRfZnJlZSA9IDB9 CiAgICAgICAgbGlicmFyeV9wYXRoID0gMHgwCiAgICAgICAgYW55X2RlYnVnID0gMAogICAg ICAgIHRsc19pbml0X3RwX2NhbGxlZCA9IHRydWUKICAgICAgICBwcmVsb2FkbGlzdCA9IDB4 MAogICAgICAgIHZlcnNpb25faW5mbyA9IDAKICAgICAgICBfZGxfcnRsZF9saWJuYW1lID0g e25hbWUgPSAweDgwNDgxNTQgIi9saWIvbGQuc28iLCBuZXh0ID0gMHgyYjdlYyA8bmV3bmFt ZT4sIGRvbnRfZnJlZSA9IDB9CiAgICAgICAgX2RsX2FyZ3YgPSAweDEwMmNkZjQKICAgICAg ICBfZGxfc3RhcnRpbmdfdXAgPSAxCiAgICAgICAgX2RsX3NraXBfYXJncyA9IDAKICAgICAg ICBfcnRsZF9nbG9iYWwgPSB7X2RsX25zID0ge3tfbnNfbG9hZGVkID0gMHgyYjkzOCwgX25z X25sb2FkZWQgPSAxMjUsIF9uc19tYWluX3NlYXJjaGxpc3QgPSAweDJiYTk0LCBfbnNfZ2xv YmFsX3Njb3BlX2FsbG9jID0gMCwgX25zX3VuaXF1ZV9zeW1fdGFibGUgPSB7bG9jayA9IHts b2NrID0gMCwgY250ID0gMCwgb3duZXIgPSAweDB9LCBlbnRyaWVzID0gMHg4NmZkMDAwLCBz aXplID0gMjUxLCBuX2VsZW1lbnRzID0gOTgsIGZyZWUgPSAweDE4NzQwIDxmcmVlPn0sIF9u c19kZWJ1ZyA9IHtyX3ZlcnNpb24gPSAwLCByX21hcCA9IDB4MCwgcl9icmsgPSAwLCByX3N0 YXRlID0gUlRfQ09OU0lTVEVOVCwgcl9sZGJhc2UgPSAwfX0sIHtfbnNfbG9hZGVkID0gMHgw LCBfbnNfbmxvYWRlZCA9IDAsIF9uc19tYWluX3NlYXJjaGxpc3QgPSAweDAsIF9uc19nbG9i YWxfc2NvcGVfYWxsb2MgPSAwLCBfbnNfdW5pcXVlX3N5bV90YWJsZSA9IHtsb2NrID0ge2xv Y2sgPSAwLCBjbnQgPSAwLCBvd25lciA9IDB4MH0sIGVudHJpZXMgPSAweDAsIHNpemUgPSAw LCBuX2VsZW1lbnRzID0gMCwgZnJlZSA9IDB4MH0sIF9uc19kZWJ1ZyA9IHtyX3ZlcnNpb24g PSAwLCByX21hcCA9IDB4MCwgcl9icmsgPSAwLCByX3N0YXRlID0gUlRfQ09OU0lTVEVOVCwg cl9sZGJhc2UgPSAwfX0gPHJlcGVhdHMgMTUgdGltZXM+fSwgX2RsX25ucyA9IDEsIF9kbF9s b2FkX2xvY2sgPSB7bG9jayA9IDAsIGNudCA9IDAsIG93bmVyID0gMHgwfSwgX2RsX2xvYWRf d3JpdGVfbG9jayA9IHtsb2NrID0gMCwgY250ID0gMCwgb3duZXIgPSAweDB9LCBfZGxfbG9h ZF9hZGRzID0gMTI1LCBfZGxfaW5pdGZpcnN0ID0gMHgwLCBfZGxfcHJvZmlsZV9tYXAgPSAw eDAsIF9kbF9udW1fcmVsb2NhdGlvbnMgPSAyNTI1MiwgX2RsX251bV9jYWNoZV9yZWxvY2F0 aW9ucyA9IDM2MjQ4LCBfZGxfYWxsX2RpcnMgPSAweDU3MDgzNzgsIF9kbF9lcnJvcl9jYXRj aF90c2QgPSAweDFlNDAgPF9kbF9pbml0aWFsX2Vycm9yX2NhdGNoX3RzZD4sIF9kbF9ydGxk X21hcCA9IHtsX2FkZHIgPSA0MDk2LCBsX25hbWUgPSAweDgwNDgxNTQgIi9saWIvbGQuc28i LCBsX2xkID0gMHgyYWYwNCwgbF9uZXh0ID0gMHg0ZThjYjkwLCBsX3ByZXYgPSAweDRlOGM4 ZDgsIGxfcmVhbCA9IDB4MmI0YmMgPF9ydGxkX2dsb2JhbCsxMDg0PiwgbF9ucyA9IDAsIGxf bGlibmFtZSA9IDB4MmI4MDggPF9kbF9ydGxkX2xpYm5hbWU+LCBsX2luZm8gPSB7MHgwLCAw eDAsIDB4MmFmNDQsIDB4MmFmM2MsIDB4MmFmMGMsIDB4MmFmMWMsIDB4MmFmMjQsIDB4MCwg MHgwLCAweDAsIDB4MmFmMmMsIDB4MmFmMzQsIDB4MCwgMHgwLCAweDJhZjA0LCAweDAsIDB4 MCwgMHgyYWY1YywgMHgyYWY2NCwgMHgyYWY2YywgMHgyYWY0YywgMHgwLCAweDAsIDB4MmFm NTQsIDB4MCA8cmVwZWF0cyAxMiB0aW1lcz4sIDB4MmFmN2MsIDB4MmFmNzQsIDB4MCwgMHgy YWY4YywgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwgMHgwLCAweDAsIDB4MCwgMHgy YWY4NCwgMHgwIDxyZXBlYXRzIDI1IHRpbWVzPiwgMHgyYWYxNH0sIGxfcGhkciA9IDB4MTAz NCwgbF9lbnRyeSA9IDAsIGxfcGhudW0gPSA3LCBsX2xkbnVtID0gMCwgbF9zZWFyY2hsaXN0 ID0ge3JfbGlzdCA9IDB4MCwgcl9ubGlzdCA9IDB9LCBsX3N5bWJvbGljX3NlYXJjaGxpc3Qg PSB7cl9saXN0ID0gMHgwLCByX25saXN0ID0gMH0sIGxfbG9hZGVyID0gMHgwLCBsX3ZlcnNp b25zID0gMHg4MDQzNTgwLCBsX252ZXJzaW9ucyA9IDYsIGxfbmJ1Y2tldHMgPSAzNywgbF9n bnVfYml0bWFza19pZHhiaXRzID0gNywgbF9nbnVfc2hpZnQgPSA4LCBsX2dudV9iaXRtYXNr ID0gMHgxMmEwLCB7bF9nbnVfYnVja2V0cyA9IDB4MTJjMCwgbF9jaGFpbiA9IDB4MTJjMH0s IHtsX2dudV9jaGFpbl96ZXJvID0gMHgxMzUwLCBsX2J1Y2tldHMgPSAweDEzNTB9LCBsX2Rp cmVjdF9vcGVuY291bnQgPSAwLCBsX3R5cGUgPSBsdF9saWJyYXJ5LCBsX3JlbG9jYXRlZCA9 IDEsIGxfaW5pdF9jYWxsZWQgPSAwLCBsX2dsb2JhbCA9IDEsIGxfcmVzZXJ2ZWQgPSAwLCBs X3BoZHJfYWxsb2NhdGVkID0gMCwgbF9zb25hbWVfYWRkZWQgPSAwLCBsX2Zha2VkID0gMCwg bF9uZWVkX3Rsc19pbml0ID0gMCwgbF9hdWRpdGluZyA9IDAsIGxfYXVkaXRfYW55X3BsdCA9 IDAsIGxfcmVtb3ZlZCA9IDAsIGxfY29udGlndW91cyA9IDAsIGxfc3ltYm9saWNfaW5fbG9j YWxfc2NvcGUgPSAwLCBsX2ZyZWVfaW5pdGZpbmkgPSAwLCBsX3JwYXRoX2RpcnMgPSB7ZGly cyA9IDB4MCwgbWFsbG9jZWQgPSAwfSwgbF9yZWxvY19yZXN1bHQgPSAweDAsIGxfdmVyc3lt cyA9IDB4MTk4MiwgbF9vcmlnaW4gPSAweDAsIGxfbWFwX3N0YXJ0ID0gNDA5NiwgbF9tYXBf ZW5kID0gMTc4NDg0LCBsX3RleHRfZW5kID0gMTI5MjI5LCBsX3Njb3BlX21lbSA9IHsweDAs IDB4MCwgMHgwLCAweDB9LCBsX3Njb3BlX21heCA9IDAsIGxfc2NvcGUgPSAweDAsIGxfbG9j YWxfc2NvcGUgPSB7MHgwLCAweDB9LCBsX2ZpbGVfaWQgPSB7ZGV2ID0gMCwgaW5vID0gMH0s IGxfcnVucGF0aF9kaXJzID0ge2RpcnMgPSAweDAsIG1hbGxvY2VkID0gMH0sIGxfaW5pdGZp bmkgPSAweDAsIGxfcmVsZGVwcyA9IDB4MCwgbF9yZWxkZXBzbWF4ID0gMCwgbF91c2VkID0g MSwgbF9mZWF0dXJlXzEgPSAwLCBsX2ZsYWdzXzEgPSAwLCBsX2ZsYWdzID0gMCwgbF9pZHgg PSAwLCBsX21hY2ggPSB7cGx0ID0gMCwgZ290cGx0ID0gMCwgdGxzZGVzY190YWJsZSA9IDB4 MH0sIGxfbG9va3VwX2NhY2hlID0ge3N5bSA9IDB4MTU3YywgdHlwZV9jbGFzcyA9IDEsIHZh bHVlID0gMHg0ZThjOGQ4LCByZXQgPSAweDUxYzgwMjR9LCBsX3Rsc19pbml0aW1hZ2UgPSAw eDAsIGxfdGxzX2luaXRpbWFnZV9zaXplID0gMCwgbF90bHNfYmxvY2tzaXplID0gMCwgbF90 bHNfYWxpZ24gPSAwLCBsX3Rsc19maXJzdGJ5dGVfb2Zmc2V0ID0gMCwgbF90bHNfb2Zmc2V0 ID0gMCwgbF90bHNfbW9kaWQgPSAwLCBsX3Rsc19kdG9yX2NvdW50ID0gMCwgbF9yZWxyb19h ZGRyID0gMTcxMjAwLCBsX3JlbHJvX3NpemUgPSA4MzIsIGxfc2VyaWFsID0gMCwgbF9hdWRp dCA9IDB4MmI3MTQgPF9ydGxkX2dsb2JhbCsxNjg0Pn0sIGF1ZGl0X2RhdGEgPSB7e2Nvb2tp ZSA9IDAsIGJpbmRmbGFncyA9IDB9IDxyZXBlYXRzIDE2IHRpbWVzPn0sIF9kbF9tYWtlX3N0 YWNrX2V4ZWN1dGFibGVfaG9vayA9IDB4MTM0ODAgPF9kbF9tYWtlX3N0YWNrX2V4ZWN1dGFi bGU+LCBfZGxfc3RhY2tfZmxhZ3MgPSA3LCBfZGxfdGxzX2R0dl9nYXBzID0gZmFsc2UsIF9k bF90bHNfbWF4X2R0dl9pZHggPSA4LCBfZGxfdGxzX2R0dl9zbG90aW5mb19saXN0ID0gMHg4 MDQ1YWQwLCBfZGxfdGxzX3N0YXRpY19uZWxlbSA9IDgsIF9kbF90bHNfc3RhdGljX3NpemUg PSAyMjQ4LCBfZGxfdGxzX3N0YXRpY191c2VkID0gNTIwLCBfZGxfdGxzX3N0YXRpY19hbGln biA9IDQsIF9kbF9pbml0aWFsX2R0diA9IDB4ODA0NjVlMCwgX2RsX3Rsc19nZW5lcmF0aW9u ID0gMSwgX2RsX2luaXRfc3RhdGljX3RscyA9IDB4YmIwMCA8X2RsX25vdGhyZWFkX2luaXRf c3RhdGljX3Rscz4sIF9kbF93YWl0X2xvb2t1cF9kb25lID0gMHgwLCBfZGxfc2NvcGVfZnJl ZV9saXN0ID0gMHgwLCBfZGxfdGhyZWFkX2dzY29wZV9jb3VudCA9IDB9CiAgICAgICAgX19z dGFja19jaGtfZ3VhcmQgPSA0Mjc4ODQ1NDQwCiAgICAgICAgX19wb2ludGVyX2Noa19ndWFy ZF9sb2NhbCA9IDQyNzg4NDU0NDAKICAgICAgICBfcnRsZF9nbG9iYWxfcm8gPSB7X2RsX2Rl YnVnX21hc2sgPSAwLCBfZGxfb3N2ZXJzaW9uID0gMCwgX2RsX3BsYXRmb3JtID0gMHgwLCBf ZGxfcGxhdGZvcm1sZW4gPSAwLCBfZGxfcGFnZXNpemUgPSA0MDk2LCBfZGxfaW5oaWJpdF9j YWNoZSA9IDAsIF9kbF9pbml0aWFsX3NlYXJjaGxpc3QgPSB7cl9saXN0ID0gMHg4MDQwY2M4 LCByX25saXN0ID0gMTI1fSwgX2RsX2Nsa3RjayA9IDAsIF9kbF92ZXJib3NlID0gMCwgX2Rs X2RlYnVnX2ZkID0gMiwgX2RsX2xhenkgPSAxLCBfZGxfYmluZF9ub3QgPSAwLCBfZGxfZHlu YW1pY193ZWFrID0gMCwgX2RsX2ZwdV9jb250cm9sID0gODk1LCBfZGxfY29ycmVjdF9jYWNo ZV9pZCA9IDMsIF9kbF9od2NhcCA9IDAsIF9kbF9od2NhcF9tYXNrID0gNjcxNDE2MzIsIF9k bF94ODZfY3B1X2ZlYXR1cmVzID0ge2tpbmQgPSBhcmNoX2tpbmRfdW5rbm93biwgbWF4X2Nw dWlkID0gMCwgY3B1aWQgPSB7e2VheCA9IDAsIGVieCA9IDAsIGVjeCA9IDAsIGVkeCA9IDB9 LCB7ZWF4ID0gMCwgZWJ4ID0gMCwgZWN4ID0gMCwgZWR4ID0gMH0sIHtlYXggPSAwLCBlYngg PSAwLCBlY3ggPSAwLCBlZHggPSAwfX0sIGZhbWlseSA9IDAsIG1vZGVsID0gMCwgZmVhdHVy ZSA9IHswfX0sIF9kbF94ODZfY2FwX2ZsYWdzID0geyJmcHVcMDAwXDAwMFwwMDBcMDAwIiwg InZtZVwwMDBcMDAwXDAwMFwwMDAiLCAiZGVcMDAwXDAwMFwwMDBcMDAwXDAwMCIsICJwc2Vc MDAwXDAwMFwwMDBcMDAwIiwgInRzY1wwMDBcMDAwXDAwMFwwMDAiLCAibXNyXDAwMFwwMDBc MDAwXDAwMCIsICJwYWVcMDAwXDAwMFwwMDBcMDAwIiwgIm1jZVwwMDBcMDAwXDAwMFwwMDAi LCAiY3g4XDAwMFwwMDBcMDAwXDAwMCIsICJhcGljXDAwMFwwMDBcMDAwIiwgIjEwXDAwMFww MDBcMDAwXDAwMFwwMDAiLCAic2VwXDAwMFwwMDBcMDAwXDAwMCIsICJtdHJyXDAwMFwwMDBc MDAwIiwgInBnZVwwMDBcMDAwXDAwMFwwMDAiLCAibWNhXDAwMFwwMDBcMDAwXDAwMCIsICJj bW92XDAwMFwwMDBcMDAwIiwgInBhdFwwMDBcMDAwXDAwMFwwMDAiLCAicHNlMzZcMDAwXDAw MCIsICJwblwwMDBcMDAwXDAwMFwwMDBcMDAwIiwgImNsZmx1c2giLCAiMjBcMDAwXDAwMFww MDBcMDAwXDAwMCIsICJkdHNcMDAwXDAwMFwwMDBcMDAwIiwgImFjcGlcMDAwXDAwMFwwMDAi LCAibW14XDAwMFwwMDBcMDAwXDAwMCIsICJmeHNyXDAwMFwwMDBcMDAwIiwgInNzZVwwMDBc MDAwXDAwMFwwMDAiLCAic3NlMlwwMDBcMDAwXDAwMCIsICJzc1wwMDBcMDAwXDAwMFwwMDBc MDAwIiwgImh0XDAwMFwwMDBcMDAwXDAwMFwwMDAiLCAidG1cMDAwXDAwMFwwMDBcMDAwXDAw MCIsICJpYTY0XDAwMFwwMDBcMDAwIiwgInBiZVwwMDBcMDAwXDAwMFwwMDAifSwgX2RsX3g4 Nl9wbGF0Zm9ybXMgPSB7ImkzODYiLCAiaTQ4NiIsICJpNTg2IiwgImk2ODYifSwgX2RsX2lu aGliaXRfcnBhdGggPSAweDAsIF9kbF9vcmlnaW5fcGF0aCA9IDB4MTAyZTZkNyAiL2hvbWUv c3JzL0RFQnMvZW1hY3MvZW1hY3MyNS0yNS4xKzEvZGViaWFuL2J1aWxkLXgvc3JjIiwgX2Rs X3VzZV9sb2FkX2JpYXMgPSA0Mjk0OTY3Mjk1LCBfZGxfcHJvZmlsZSA9IDB4MCwgX2RsX3By b2ZpbGVfb3V0cHV0ID0gMHgxZjhlMCAiL3Zhci90bXAiLCBfZGxfdHJhY2VfcHJlbGluayA9 IDB4MCwgX2RsX3RyYWNlX3ByZWxpbmtfbWFwID0gMHgwLCBfZGxfaW5pdF9hbGxfZGlycyA9 IDB4NTcwODM3OCwgX2RsX2h3Y2FwMiA9IDAsIF9kbF9kZWJ1Z19wcmludGYgPSAweDEwZDUw IDxfZGxfZGVidWdfcHJpbnRmPiwgX2RsX2NhdGNoX2Vycm9yID0gMHhmY2EwIDxfZGxfY2F0 Y2hfZXJyb3I+LCBfZGxfc2lnbmFsX2Vycm9yID0gMHhmYTMwIDxfZGxfc2lnbmFsX2Vycm9y PiwgX2RsX21jb3VudCA9IDB4MTFmNjAgPF9kbF9tY291bnQ+LCBfZGxfbG9va3VwX3N5bWJv bF94ID0gMHhhMjUwIDxfZGxfbG9va3VwX3N5bWJvbF94PiwgX2RsX2NoZWNrX2NhbGxlciA9 IDB4MTM0ZjAgPF9kbF9jaGVja19jYWxsZXI+LCBfZGxfb3BlbiA9IDB4MTNhZDAgPF9kbF9v cGVuPiwgX2RsX2Nsb3NlID0gMHgxNWU0MCA8X2RsX2Nsb3NlPiwgX2RsX3Rsc19nZXRfYWRk cl9zb2Z0ID0gMHgxMzE4MCA8X2RsX3Rsc19nZXRfYWRkcl9zb2Z0PiwgX2RsX2F1ZGl0ID0g MHgwLCBfZGxfbmF1ZGl0ID0gMH0KICAgICAgICBfZGxfYXJnYyA9IDUKIzM3NDQ1NyAweDAw MDAwMDA1IGluID8/ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzM3NDQ1 OCAweDAxMDJkMDAwIGluID8/ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4K QmFja3RyYWNlIHN0b3BwZWQ6IHByZXZpb3VzIGZyYW1lIGlubmVyIHRvIHRoaXMgZnJhbWUg KGNvcnJ1cHQgc3RhY2s/KQo= --------------23BDAC571C9CA07FA8D351A8-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 12:46:04 2016 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2016 16:46:04 +0000 Received: from localhost ([127.0.0.1]:40808 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1yfs-00030c-Ic for submit@debbugs.gnu.org; Wed, 02 Nov 2016 12:46:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1yfr-0002zt-J3 for 24857@debbugs.gnu.org; Wed, 02 Nov 2016 12:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1yfl-000597-Hk for 24857@debbugs.gnu.org; Wed, 02 Nov 2016 12:45:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1yfg-00055k-Aa; Wed, 02 Nov 2016 12:45:52 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4968 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c1yff-0004nl-5T; Wed, 02 Nov 2016 12:45:51 -0400 Date: Wed, 02 Nov 2016 18:46:06 +0200 Message-Id: <83fun9n835.fsf@gnu.org> From: Eli Zaretskii To: Paul Eggert In-reply-to: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> (message from Paul Eggert on Wed, 2 Nov 2016 08:20:59 -0700) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.7 (-------) X-Debbugs-Envelope-To: 24857 Cc: svante.signell@gmail.com, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.7 (-------) > From: Paul Eggert > Date: Wed, 2 Nov 2016 08:20:59 -0700 > Cc: Svante Signell > > [forwarded from http://lists.gnu.org/archive/html/emacs-devel/2016-11/msg00055.html] > > From: Svante Signell > To: emacs-devel@gnu.org > Date: Wed, 02 Nov 2016 15:16:54 +0100 > > Since a long time emacs FTBFS due to unknown reasons. The latest version > building was Debian 24.5+1-5, from 27 Nov 2015. Even before successful builds > were by pure luck. One suspicious issue is that emacs use sbrk() for memory > allocation, right? Notably sbrk() is not fool-proof as implemented for Hurd in > glibc. Use of sbrk is found in files alloc.c, unexelf.c and gmalloc.c, which are > all compiled. Avoiding compilation of ralloc.c with 0001-Default-REL_ALLOC-to- > no.patch did not improve the situation. The posted backtrace indicates the problem is with inability to allocate memory: #374452 0x0521d7bf in __assert_perror_fail (errnum=1073741836, file=0x516d8f0 "../libpthread/sysdeps/mach/hurd/pt-sysdep.c", line=67, function=0x516d91c <__PRETTY_FUNCTION__.9436> "_init_routine") at assert-perr.c:35 errbuf = "\001\000\000\000\300r\375\001@\311\002\001'\336\000\000\360\333\000\000Ð\225\000\000\240\061\035\005\240\061\035\005\001\000\000\000\024\312\002\001\000 \000\000\000\000\000\000\001\000\000\000v\032i\t\000\000\000\000\000\000\000\000\251\224\000\000\000\260\002\000\f\001\034\005\330\310\350\004\236\002\000\000Ë\235\000\000\005\000\000\000\001\000\000\000$I\034\005\020\225\000\000\310/\374\a;\316\034\005$\312\002\001 \312\002\001\000 \000\000\310\f\004\b}\000\000\000;\316\034\005\223\365\034\005j\315yy\251\224\000\000\000\260\002\000<\020\374\ax\204\336\a\375\000\000\000Ë\235\000\000\005\000\000\000\001\000\000\000d!\374\aÐ\225\000\000\255\062\035\005\255\062\035\005t\312\002\001p\312\002\001\240\061\035\005"... e = 0x53646db "Cannot allocate memory" #374453 0x0516bb99 in _init_routine (stack=0x0) at ../libpthread/sysdeps/mach/hurd/pt-sysdep.c:67 thread = 0x0 err = attr = {__schedparam = {__sched_priority = 0}, __stackaddr = 0x7, __stacksize = 1, __guardsize = 85910395, __detachstate = (unknown: 87916512), __inheritsched = (unknown: 3084914), __contentionscope = (unknown: 1866732), __schedpolicy = 85375740} attrp = 0x0 #374454 0x05210a33 in init (data=0x102cdf0) at ../sysdeps/mach/hurd/i386/init-first.c:213 Btw, what happened between frame #0 and frame #374454? Was that some infinite loop trying to print an error message, which caused an attempt to allocate memory, which tried to print an error message, and so on and so forth? From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 13:39:13 2016 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2016 17:39:13 +0000 Received: from localhost ([127.0.0.1]:40846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1zVJ-0004Jw-4U for submit@debbugs.gnu.org; Wed, 02 Nov 2016 13:39:13 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34183) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1zUy-0004In-0Q for 24857@debbugs.gnu.org; Wed, 02 Nov 2016 13:38:52 -0400 Received: by mail-lf0-f68.google.com with SMTP id o141so91980lff.1 for <24857@debbugs.gnu.org>; Wed, 02 Nov 2016 10:38:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=AUxcd9+AS2t4sSsL1fzyiNSezzxZ3iSHPw7iw5ro728=; b=BmK0NQFcOFPW4kMeBvMpZUfm1UwuuPf0EQSGDziN33caEQDt83LD1SCeSO3OXVS5mb ge1an8lD5uc6ZMkUYK3S7CBidNwUVVPwwGttVyXdJMNIAbHtoKVy6yEK3cDEGMQ9mWf8 KEyPYVWfJXzyUt2YDpD3WAS2yMlkzub1DOBwAglR5xuftj9VOsTunqTnj2LtGGw6+We3 xPgvX4MAH71RVCHmf/y21pg4d5ggMlwM4L2c1nMK+VROgxP5WU9dZHoSnXRx4uOQkf5j GDsKTGvP/HqAsZUNFJt4/eebIibbJOfJKZEW8S7vEaUWEoDw/yQUVhWwlwys77nB4Igb i3/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=AUxcd9+AS2t4sSsL1fzyiNSezzxZ3iSHPw7iw5ro728=; b=b88kIKYjaMAG9wgfWGa6v3+J4Q+aIsJqACdkOQu2Mshsz6jMPtKZtdr8PYsrfkV2vV kPJXHzFQsUqmChdIJ0R2yhRJFf1tC2pP6UiPxs6rGaOqB9xJIBaBJq09ys70AhsJduv0 FlwIrTYv+tjNBMq6my1OY6G1q4xnOYNXgPP3Y0WBbfzPmnhK/+XQJhvqeFh+oU2v9uad n7t0gopi91Hr+GeOH4k1bnwxcY43jkcYoWoWzGMNKgAIpLAS1Lu8iTGZo+e5hLdgFJ7i RgoYTk7f894fUn5EqUDWGxOUsJ1g8wJKsz3ewmscQSu+EOLbkj88P0PyL+pseuaIPzDv rsCA== X-Gm-Message-State: ABUngvf30Po4vJKVvcgBxlZ6IUTYIKWppVx97sLbmuLdzUqM//yYv33HkIW/vuNFvgMNEg== X-Received: by 10.25.208.203 with SMTP id h194mr2594104lfg.26.1478108326058; Wed, 02 Nov 2016 10:38:46 -0700 (PDT) Received: from G3620 ([178.78.231.178]) by smtp.gmail.com with ESMTPSA id s127sm670243lja.14.2016.11.02.10.38.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 02 Nov 2016 10:38:45 -0700 (PDT) Message-ID: <1478108325.20542.5.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii , Paul Eggert Date: Wed, 02 Nov 2016 18:38:45 +0100 In-Reply-To: <83fun9n835.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 X-Mailman-Approved-At: Wed, 02 Nov 2016 13:39:11 -0400 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Wed, 2016-11-02 at 18:46 +0200, Eli Zaretskii wrote: > > > > From: Paul Eggert > > Date: Wed, 2 Nov 2016 08:20:59 -0700 > > Cc: Svante Signell > > > > [forwarded from http://lists.gnu.org/archive/html/emacs-devel/2016-11/msg000 > > 55.html] > > > > From: Svante Signell > > To: emacs-devel@gnu.org > > Date: Wed, 02 Nov 2016 15:16:54 +0100 > > > The posted backtrace indicates the problem is with inability to > allocate memory: Yes! > Btw, what happened between frame #0 and frame #374454?Was that some > infinite loop trying to print an error message, which caused an > attempt to allocate memory, which tried to print an error message, and > so on and so forth? #16 0x0521d6f4 in __assert_fail_base ( fmt=0x5369100 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x516cc49 "__pthread_threads", file=0x516cf17 "./pthread/pt-self.c ", line=28, function=0x516cf2c <__PRETTY_FUNCTION__.9369> "__pthread_self") at assert.c:92 str = 0x0 total = 86103528 #17 0x0521d75a in __assert_fail (assertion=0x516cc49 "__pthread_threads", file=0x516cf17 "./pthread/pt-self.c", line=28, function=0x516cf2c <__PRETTY_FUNCTION__.9369> "__pthread_self") at assert.c: 101 No locals. #18 0x05168696 in __pthread_self () at ./pthread/pt-self.c:28 thread = self = self = #19 0x05224e8e in raise (signo=6) at ../sysdeps/../libpthread/sysdeps/generic/raise.c:37 err = #20 0x052276cf in abort () at abort.c:89 save_stage = 2 act = {__sigaction_handler = {sa_handler = 0x5369100, sa_sigaction = 0x519369100}, sa_mask = 87441919, sa_flags = 87908352} sigs = 32 #16+17+18+19+20 loops from here:... That was a bug in raise looping indefinitely due to a failed assertion, now fixed. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 04 16:17:22 2016 Received: (at 24857) by debbugs.gnu.org; 4 Nov 2016 20:17:22 +0000 Received: from localhost ([127.0.0.1]:45100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2kvS-0005xE-02 for submit@debbugs.gnu.org; Fri, 04 Nov 2016 16:17:22 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:33025) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2kvQ-0005wz-M4 for 24857@debbugs.gnu.org; Fri, 04 Nov 2016 16:17:20 -0400 Received: by mail-lf0-f53.google.com with SMTP id c13so72629343lfg.0 for <24857@debbugs.gnu.org>; Fri, 04 Nov 2016 13:17:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:date:mime-version :content-transfer-encoding; bh=1NBJK4qyw/4gg85DUnGdfSNOfa46K39xyKq3cRj+PJ4=; b=IgzKLISMWXCyJu6v68eOhFUDgWhaQxnUVv/U0lQQHlaslRFjunXoKnVA2oeVwqNb+m gRQMghkEGfXT+PQiEFr21K4x/CBjX6tiVO5xXsunk4JoylNgaD+XWm3HoiyhE34YbbJk g8nFf82vSqlvycKQANqGVgSdlhHwJk5gWfHtQCvsQINyJlINNGL/U6hW+/90P3I7h4Da lt1FnZ07r77hSRhP0QFTu5lE7i9nfPtDFPia55yrYfojzKzU6TF3ZJ+/1Ic6h1AqmQBd EitZPb1T67fUjlO53X7KNxSzbVuZ/i51VLLsJtaI7OfTQxogwgCCiPG4pcYwOvpOne1v xnOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:date :mime-version:content-transfer-encoding; bh=1NBJK4qyw/4gg85DUnGdfSNOfa46K39xyKq3cRj+PJ4=; b=Ws54odD9+7BvDbTE6M4lRIOIFJN0jNUzWueoxSU81wMtIps43HtnqyhPDP0XtXv4zQ GevRqUgZCla/ebk30dt1ylgkJqNHs99W5GDqOHhH17KGueRP15Odt5xGTIi1zs4s/cn6 kzet2dnAyJh+acAKrAtvJxJkNFqeWfhSepLQlCZpqLONZDXSQmMtJVIeWm1JXz/vkchF fL6rtutbk9BbWxr3fB7ABhjSkqLWl10Z9AOwivzxRjjIICgePivitzQr7SrqC04TkexJ mq90c/7+1wiTvxUgHVOxOXZrdARzDKBNaZXMOkanKFFRTMsGosvai2hLOx1pPy86lfjj mabQ== X-Gm-Message-State: ABUngvewiFPKhCRJue2l/53Hrcr7+gUU3ZejNu8Opc06Wz3p9ApnfwlD6/q10xb6P2GiTw== X-Received: by 10.25.38.131 with SMTP id m125mr10871244lfm.100.1478290634416; Fri, 04 Nov 2016 13:17:14 -0700 (PDT) Received: from z97-4790k.lan (81-227-159-95-no235.tbcn.telia.com. [81.227.159.95]) by smtp.googlemail.com with ESMTPSA id 73sm724371ljb.6.2016.11.04.13.17.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Nov 2016 13:17:13 -0700 (PDT) Message-ID: <1478290644.24382.13.camel@gmail.com> Subject: Anybody needs help to set up a qemu VM for GNU/Hurd? From: Svante Signell To: 24857@debbugs.gnu.org Date: Fri, 04 Nov 2016 21:17:24 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) Hello, In order for you to try out the FTBFS problems of emacs24/25 on GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way to do that would be to read: https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ or using a pre-installed image: (3GiB) tinyurl.com/6dyly5d containing debian-hurd.img.tar.gz From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 10 06:58:00 2016 Received: (at 24857) by debbugs.gnu.org; 10 Nov 2016 11:58:00 +0000 Received: from localhost ([127.0.0.1]:51711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4nzU-0000bJ-1i for submit@debbugs.gnu.org; Thu, 10 Nov 2016 06:58:00 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4nzS-0000b2-0e for 24857@debbugs.gnu.org; Thu, 10 Nov 2016 06:57:58 -0500 Received: by mail-lf0-f66.google.com with SMTP id o20so15191791lfg.3 for <24857@debbugs.gnu.org>; Thu, 10 Nov 2016 03:57:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=mUwmoPlqL5JwZkXrm32d9JXF14ri9lMkCul+zWObrTw=; b=TwypWE+878BzHals1/Kl8IWopooOrXPrjiYi0Ip9m9A5iq7kRDQ0IO1OzEPcPpNWiI pTDvY/S8ceFjOEQnB6bZu9qfcetdXQNqmvYgYOOPzp6FSShSKPzRYt5Ft8rLfKE1UgAP GoErofbIZnmmQk+xU8f2L9eo7aCfzxilh3AgjD4a4UvKADD6QEERNzOG2tYp1QIIF/du M/VZql+xlMnKQ1LxKKza+dk7F7EORUrYcDkoK2pf3QCbdl6XjkCanWHdC8/O4aTqnEqF NcABtvp0/ZQuGFbFhSJfdpbjHZKgyUd+nppkwsooGPzhz0msrZzug7XZoqQEHKvdtiXC XbWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=mUwmoPlqL5JwZkXrm32d9JXF14ri9lMkCul+zWObrTw=; b=D6pbkMkNTiPgzUkvAw+4j2kfMcBbsOH4bGopbr/n7ZCGbPsgb2MgSyImnbL2S+6oE8 qMeVChQoj443QTSm029jeUgbBTBiMm3MThFqKXtOto1Fz9U0b71eGenV7PwUpprftl0d dAO+5Q/Gs1seBIyszO2jJV0YTpIfKk3qWp9M2XshcY1dgcogzrsOYFPopqEhMgvwTZyj Xag5ReI8SrSufNSgyThN0jpHfovh6MP/o17fL/s1aDdyYZ5ddHCVfmJQrNAtJxY32AOu iK78zBWXhpatEotxNIpEKHnzXgM4nzNzRzZw7R2wqJH3OVVdjsrLUxS+3NVeQ29X65FM vUhg== X-Gm-Message-State: ABUngvc7NoywyMGuvOaFtdQzStNxXKl0k9JuJeEhZiwzcrNfy68rQz3su5q/bDqlgJnAhw== X-Received: by 10.25.157.5 with SMTP id g5mr2619020lfe.182.1478779071960; Thu, 10 Nov 2016 03:57:51 -0800 (PST) Received: from G3620 ([178.78.231.178]) by smtp.gmail.com with ESMTPSA id h63sm927679ljh.20.2016.11.10.03.57.50 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 10 Nov 2016 03:57:51 -0800 (PST) Message-ID: <1478779076.20542.54.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii , Paul Eggert Date: Thu, 10 Nov 2016 12:57:56 +0100 In-Reply-To: <1478108325.20542.5.camel@gmail.com> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Wed, 2016-11-02 at 18:38 +0100, Svante Signell wrote: > On Wed, 2016-11-02 at 18:46 +0200, Eli Zaretskii wrote: ... > > The posted backtrace indicates the problem is with inability to > > allocate memory: > Yes! More info: Forcing the use of SYSTEM_MALLOC instead of GNU_MALLOC and commenting out sbrk usage in alloc.c and unexelf.c as inhttps://debbugs.gnu.org/cgi/bugrep ort.cgi?bug=24892#15temacs does no longer freak out (Killed). Looking at the build log vm-limit.c and gmalloc.c are no longer compiled. Now there is a SEGFAULT in dumped-emacs: /usr/bin/make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[4]: Entering directory '/home/srs/DEBs/emacs/emacs25-25.1+1/debian/build- x/lisp' ELCemacs-lisp/macroexp.elc /bin/bash: line 1: 27157 Segmentation faultEMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval "(setq max- lisp-eval-depth 2200)" --eval '(setq load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el I've traced it down to the make_float() function in alloc.c: if (float_free_list = 0x0) if (float_block_index=27 == FLOAT_BLOCK_SIZE=124): Next statement: XSETFLOAT (val, &float_block->floats[float_block_index]); is called with an invalid address: (gdb) p float_block $2 = (struct float_block *) 0xad8c00 (gdb) p *float_block Cannot access memory at address 0xad8c00 causing the segfault later on. Is the static struct float_block *float_block allocated on the heap? 0xad8c00 =10.847 MiB is much smaller that available memory. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 10 11:01:05 2016 Received: (at 24857) by debbugs.gnu.org; 10 Nov 2016 16:01:05 +0000 Received: from localhost ([127.0.0.1]:52430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4rmj-0008EI-3C for submit@debbugs.gnu.org; Thu, 10 Nov 2016 11:01:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37715) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4rmi-0008Dg-9k for 24857@debbugs.gnu.org; Thu, 10 Nov 2016 11:01:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4rmZ-00080C-TJ for 24857@debbugs.gnu.org; Thu, 10 Nov 2016 11:00:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4rmZ-0007ze-DF; Thu, 10 Nov 2016 11:00:55 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4736 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c4rmY-00008v-GR; Thu, 10 Nov 2016 11:00:54 -0500 Date: Thu, 10 Nov 2016 18:00:56 +0200 Message-Id: <83eg2jfhon.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478779076.20542.54.camel@gmail.com> (message from Svante Signell on Thu, 10 Nov 2016 12:57:56 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: 24857@debbugs.gnu.org > Date: Thu, 10 Nov 2016 12:57:56 +0100 > > More info: Forcing the use of SYSTEM_MALLOC instead of GNU_MALLOC and commenting > out sbrk usage in alloc.c and unexelf.c as inhttps://debbugs.gnu.org/cgi/bugrep > ort.cgi?bug=24892#15temacs does no longer freak out (Killed). Looking at the > build log vm-limit.c and gmalloc.c are no longer compiled. > > Now there is a SEGFAULT in dumped-emacs: > > /usr/bin/make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" > make[4]: Entering directory '/home/srs/DEBs/emacs/emacs25-25.1+1/debian/build- > x/lisp' > ELCemacs-lisp/macroexp.elc > /bin/bash: line 1: 27157 Segmentation faultEMACSLOADPATH= > '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval "(setq max- > lisp-eval-depth 2200)" --eval '(setq load-prefer-newer t)' -f batch-byte-compile > emacs-lisp/macroexp.el > > I've traced it down to the make_float() function in alloc.c: > if (float_free_list = 0x0) > if (float_block_index=27 == FLOAT_BLOCK_SIZE=124): > Next statement: XSETFLOAT (val, &float_block->floats[float_block_index]); > is called with an invalid address: > (gdb) p float_block > $2 = (struct float_block *) 0xad8c00 > (gdb) p *float_block > Cannot access memory at address 0xad8c00 > causing the segfault later on. > > Is the static struct float_block *float_block allocated on the heap? > 0xad8c00 =10.847 MiB is much smaller that available memory. Sounds like the memory-related problems are not over yet. Did you try to invoke temacs, and work in that? IOW, try this: ./src/temacs -Q It will load a bunch pf Lisp files, and should then present a normal frame, where you should be able to work as usual. If that does work on Hurd, I'm pretty sure the problem is with unexec and dumping Emacs. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 10 15:35:57 2016 Received: (at 24857) by debbugs.gnu.org; 10 Nov 2016 20:35:57 +0000 Received: from localhost ([127.0.0.1]:52722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4w4i-000878-VU for submit@debbugs.gnu.org; Thu, 10 Nov 2016 15:35:57 -0500 Received: from mail-lf0-f49.google.com ([209.85.215.49]:33186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4w4h-00086v-3B for 24857@debbugs.gnu.org; Thu, 10 Nov 2016 15:35:55 -0500 Received: by mail-lf0-f49.google.com with SMTP id c13so199118126lfg.0 for <24857@debbugs.gnu.org>; Thu, 10 Nov 2016 12:35:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=ADDNdVrosH1uk4Fz0JLNqk+79C6A25YXb6nSJTUS7Ko=; b=v+gAXNCkcuYpv+1HxAu3wApYJaiKpY8PYaIz0uSZbWQS+WfE8sxOSGFmuFwVrU0Gin XmAkqUbfYYNgJQfjx2AUneQPqWpvFHdzKDZzdKSRV4sNhl4bqpLq2ZP+cQLyRqFoghef azAMzMoCmI0TmJpkyIUWBNLHVX7Bpne4RevkAHMDXagKYRVNZMUd47mwAdV0Sa5byn9h W3Vss/78i26NeQlIDC/LOjXefXeE9Tarb40SMmBNMkcx4Hq1u5VTGEzqjaZSEIyJitut AMaZRWSh0ED00VxCJ5FGlMxnSFTRd0iejy1NBdjnjWy5ESHJCHH5Z9AqhgF5iZjUr8cs yndw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=ADDNdVrosH1uk4Fz0JLNqk+79C6A25YXb6nSJTUS7Ko=; b=JALp4GP7fCX99hmXd3CV/fgqC77zcQCpsPCUOyPR8Qgiq17ApQWVI0Zl2+lrprm99U kJC9LMj1o4fyh486huMezgPc7RVlYQz0RTT0FoB7qYCLrszS4AUu8ZXQHQeJqFyCJIsd f/ssgNjgnlVyv3qFK/JhWK3jUVFmR16f7QmQAoyQiVwOXznlT5IIE4c7vFo7ftK8qjT5 95O5KKNLgQITzM5Azbn0EOITEi2d1m2jJBe2T6nFpft1LHcrnb4zOheD37n6NEf/ibeW wM1/uw9uPlWMLizmj7e2f9dWmKBVPJNRm5zsoo7q7T7a9+207JEcELdb2gFmbJ3VwykU s9mA== X-Gm-Message-State: ABUngvelT/QkobxyMDrSPyznu7dgwym/pCpmjf4pAFZb1y214CRaiVTP1Gfh60Iy6JSlVQ== X-Received: by 10.25.203.148 with SMTP id b142mr3560617lfg.145.1478810149198; Thu, 10 Nov 2016 12:35:49 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id z26sm1430703lja.49.2016.11.10.12.35.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 10 Nov 2016 12:35:48 -0800 (PST) Message-ID: <1478810153.20542.60.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Thu, 10 Nov 2016 21:35:53 +0100 In-Reply-To: <83eg2jfhon.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) On Thu, 2016-11-10 at 18:00 +0200, Eli Zaretskii wrote: > >  > Did you try to invoke temacs, and work in that?  IOW, try this: > >   ./src/temacs -Q > > It will load a bunch pf Lisp files, and should then present a normal > frame, where you should be able to work as usual.  If that does work > on Hurd, I'm pretty sure the problem is with unexec and dumping Emacs. I get with ./temacs -Q -nw a frame and on the bottom line: emacs-x is built first in the Debian build 25.1-2: logging in to the kvm box with ssh ... gives Symbol’s function definition is void: internal-echo-keystrokes-prefix and then a freeze logging in with ssh -Y ... gives Loading loadup.el (source)... Using load-path (/home/srs/DEBs/emacs/emacs25-25.1+1/debian/build-x/lisp)------- ---------- Loading emacs-lisp/byte-run (source)...nternal-echo-keystrokes-prefix 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 02:48:43 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 07:48:43 +0000 Received: from localhost ([127.0.0.1]:52960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c56Zn-0001fD-FJ for submit@debbugs.gnu.org; Fri, 11 Nov 2016 02:48:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c56Zl-0001f0-Ij for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 02:48:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c56Zc-0003dP-DR for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 02:48:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c56Zc-0003dJ-9Z; Fri, 11 Nov 2016 02:48:32 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1301 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c56Zb-0008Or-Fm; Fri, 11 Nov 2016 02:48:31 -0500 Date: Fri, 11 Nov 2016 09:48:34 +0200 Message-Id: <83mvh6e9t9.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478810153.20542.60.camel@gmail.com> (message from Svante Signell on Thu, 10 Nov 2016 21:35:53 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Thu, 10 Nov 2016 21:35:53 +0100 > > I get with ./temacs -Q -nw a frame and on the bottom line: > emacs-x is built first in the Debian build 25.1-2: Why did you use -nw? I meant for you to try the usual GUI session. > logging in to the kvm box with ssh ... gives > > Symbol’s function definition is void: internal-echo-keystrokes-prefix > and then a freeze > > logging in with ssh -Y ... gives > Loading loadup.el (source)... > Using load-path (/home/srs/DEBs/emacs/emacs25-25.1+1/debian/build-x/lisp)------- > ---------- > Loading emacs-lisp/byte-run (source)...nternal-echo-keystrokes-prefix > 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 Are you building from the Git repository? If so, don't: doing that requires byte-compiling all the Lisp files, which would be difficult given your problems. Instead, try building an official 25.1 release tarball, then invoke temacs built there, and see if it works. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 04:50:18 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 09:50:19 +0000 Received: from localhost ([127.0.0.1]:52997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c58TS-00065N-N4 for submit@debbugs.gnu.org; Fri, 11 Nov 2016 04:50:18 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c58TR-00065B-7x for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 04:50:17 -0500 Received: by mail-lf0-f67.google.com with SMTP id o141so846446lff.1 for <24857@debbugs.gnu.org>; Fri, 11 Nov 2016 01:50:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=iP/zoDrUk7YE3svdxTCxEXiTR2lFTK36+HPeS0LM1e8=; b=u+Xceoc2Uu9X+L0UZqOLxI3zBUk1kNRRLEx1NwQlvphede6PBaeqJ1NtzdJB0y27fb h1lnsjOPGfSgDx9r7MsnLYo4+ACdA+uVwx5/+Ei2T3qmWncyakVtuIx96rHZxVakpJiS LDICJc6eBlmTxU+EFFostijQr/9JfImQRt9wfkoHVZwHldZMt4D7+ePb1LR5QOsHVotn BF1ZS01IV+gA4UNFa+jSjD/SEuZgS9foSoES+8MPwz57l3EzT0e6GZaYW7BoocAXHB72 TnNkpqkFP1F6CYQ9ph5Lpc+cpIWeVbA8S2HdirsbISXG6BPF1sd56VIdfOaCdtH6SJSA SDbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=iP/zoDrUk7YE3svdxTCxEXiTR2lFTK36+HPeS0LM1e8=; b=UXUukGLaHsP++VVYxviIg2DOX85R/veXRNgLALsOCfQF/fMaC/n23Pp06KqreYFnwG 6PDNIkydyRlr888hRpUN09WhMFgXpT7d6RtXRqIvO59RHr0wOEb66SFvuanr34417db5 7+5sSudpfJxy6NbbZwibqfHbshXH4a/6y/dwjSE3cSI+ulkiIwTOO4XINOgmq4IaeJt+ Fq0M7nmJEbVxYAYLOnl+/YsuokzGl5135nMKYghFqPQuCOojUXmiCc5ECM0mS2/QmPCZ vr0zkhJkGKcELnodjrzljpHyTdQwRwkUcVaQAiLVb/xUCijvugOIzJOKpy/9hAG+9MZ6 VqDQ== X-Gm-Message-State: ABUngveobIUID/kMuT3rzNCUXy6v4KJwxhLCf99gqr+CY96VcElzlQsRpxeq04t9Zqoj0w== X-Received: by 10.25.16.221 with SMTP id 90mr1186299lfq.97.1478857811242; Fri, 11 Nov 2016 01:50:11 -0800 (PST) Received: from G3620 ([178.78.231.178]) by smtp.gmail.com with ESMTPSA id 31sm2039894lfv.21.2016.11.11.01.50.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 Nov 2016 01:50:10 -0800 (PST) Message-ID: <1478857816.20542.68.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Fri, 11 Nov 2016 10:50:16 +0100 In-Reply-To: <83mvh6e9t9.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Fri, 2016-11-11 at 09:48 +0200, Eli Zaretskii wrote: > > > > From: Svante Signell > > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > Date: Thu, 10 Nov 2016 21:35:53 +0100 > > > > > Are you building from the Git repository?If so, don't: doing that > requires byte-compiling all the Lisp files, which would be difficult > given your problems. I did build from today's git. After setting libsystemd to off OPTION_DEFAULT_OFF([libsystemd],[don't compile with libsystemd support]) the build was successful: all three built executables: temacs, bootstrap-emacs, emacs works fine. Forcing usage of SYSTEM_MALLOC fails with bootstrap-emacs: Dumping under the name emacs 45802 pure bytes used mv -f emacs bootstrap-emacs make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" make[2]: Entering directory '/home/srs/DEBs/emacs/GIT/emacs/lisp' ELCemacs-lisp/macroexp.elc *** Error in `../src/bootstrap-emacs': corrupted double-linked list: 0x08ecb960 *** Fatal error 6: Aborted Backtrace: ../src/bootstrap-emacs[0x8137efc] ../src/bootstrap-emacs[0x811ff9a] ../src/bootstrap-emacs[0x8136ace] ../src/bootstrap-emacs[0x8136c1b] ../src/bootstrap-emacs[0x8136cac] /lib/i386-gnu/libc.so.0.3(+0x3f9d2)[0x2cf99d2] /bin/bash: line 1: 10176 AbortedEMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -f batch-byte-compile emacs-lisp/macroexp.el > Instead, try building an official 25.1 release tarball, then invoke > temacs built there, and see if it works. Will try the release 25.1 tarball next: Last time I built from an upstream tarball it did succeed the first time and failed the second. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 05:07:04 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 10:07:04 +0000 Received: from localhost ([127.0.0.1]:53006 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c58jg-0006TI-Is for submit@debbugs.gnu.org; Fri, 11 Nov 2016 05:07:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c58jf-0006Sp-Ur for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 05:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c58jX-0005Px-LR for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 05:06:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c58jX-0005Pr-Hk; Fri, 11 Nov 2016 05:06:55 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1426 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c58jW-0000cF-ST; Fri, 11 Nov 2016 05:06:55 -0500 Date: Fri, 11 Nov 2016 12:06:59 +0200 Message-Id: <83d1i2e3ek.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478857816.20542.68.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 10:50:16 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 10:50:16 +0100 > > I did build from today's git. After setting libsystemd to off > OPTION_DEFAULT_OFF([libsystemd],[don't compile with libsystemd support]) > the build was successful: all three built executables: temacs, bootstrap-emacs, > emacs works fine. > > Forcing usage of SYSTEM_MALLOC fails with bootstrap-emacs: So you are saying that turning off libsystemd and NOT forcing SYSTEM_MALLOC allows you to build Emacs successfully? Also, do you understand how does libsystemd affect this? > > Instead, try building an official 25.1 release tarball, then invoke > > temacs built there, and see if it works. > > Will try the release 25.1 tarball next: Last time I built from an upstream > tarball it did succeed the first time and failed the second. "The second time" here meaning what? that you modified some file and ran "make" again? Or does it mean something else? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 05:32:33 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 10:32:33 +0000 Received: from localhost ([127.0.0.1]:53015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c598L-00073u-0B for submit@debbugs.gnu.org; Fri, 11 Nov 2016 05:32:33 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:35619) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c598J-00073g-Nk for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 05:32:32 -0500 Received: by mail-lf0-f66.google.com with SMTP id p100so917084lfg.2 for <24857@debbugs.gnu.org>; Fri, 11 Nov 2016 02:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=udLKO33hncncRzZn1M4rWtMC11vb50po15QTrLVLD8Y=; b=ShHHz4Tp+tdVWyGuvTj7fBojmubuEBPLXjPLo1rtYoAGVZ4TVg7B8jx0vsRdK3rJqS 8Eg8/IIxabRQd0mhZBXh3g0HLTyZQyyf68NMT6JVCuGkAMzPRRA23MRbytyIEXCko3Lu WvKpinlLGm+zSQ5/Ad4C0ymSR2NkOtsj1l+QFxoTPhEU+XhFxdtXb+S4wCyhY5oTQ4fk jm4YjL8tR8CYp3VLrRC+JrLsKkdHXLFg/Wl/sZ5A8alf9z5XSmDCK8fcpSxktgPMzi9A Je1v3PgEpqe6Tr9wKB6WcbTi7zfxEEYJsHjWklJC19EwIspdU5Wluy1SeAuuu8d0iguv WyWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=udLKO33hncncRzZn1M4rWtMC11vb50po15QTrLVLD8Y=; b=ksGSQFriS4/20ABp5YQLKgxc93ERVsZ9RHNdSasB4N/pfeaDapARL+fYwRMKgojKgC di3ryRC01u7xJpniwEVSp+DJNzbRVHNK37MddWssbfhkPx48wQvxk4mEJQDrTiT740+9 677y0SraUe88PdHq1KEgJXqT7zAxpjzUJL1mDhPvk3cn44E2KhywvkgxSDU+Kygt1ci5 9wWJBTWinviIA5LftTZDgHuK+iZybYpRSB/XecHuVrlk4wKZJd4lWiAbxPU1TOmFUSaF o99oee0GfvoqeVYGxVZlw9v9Q6WNpUrzrYpWz/qcWEy0hLzQmr2HyHwyXsGgUYoP9sN4 CaAw== X-Gm-Message-State: ABUngvcoU4j34sQwdYliDHYJVKZua5+Yos6/wA3Ul/giActaywUw/AWNhNmuWMr3E28CQw== X-Received: by 10.25.35.6 with SMTP id j6mr1169706lfj.137.1478860345868; Fri, 11 Nov 2016 02:32:25 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id h76sm2079460lji.39.2016.11.11.02.32.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 Nov 2016 02:32:24 -0800 (PST) Message-ID: <1478860350.20542.78.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Fri, 11 Nov 2016 11:32:30 +0100 In-Reply-To: <83d1i2e3ek.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Fri, 2016-11-11 at 12:06 +0200, Eli Zaretskii wrote: > > > > From: Svante Signell > > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > Date: Fri, 11 Nov 2016 10:50:16 +0100 > > > > I did build from today's git. After setting libsystemd to off > > OPTION_DEFAULT_OFF([libsystemd],[don't compile with libsystemd support]) > > the build was successful: all three built executables: temacs, bootstrap- > > emacs, > > emacs works fine. > > > > Forcing usage of SYSTEM_MALLOC fails with bootstrap-emacs: > So you are saying that turning off libsystemd and NOT forcing > SYSTEM_MALLOC allows you to build Emacs successfully? > > Also, do you understand how does libsystemd affect this? No, I don't. But I know that GNU/Hurd has no support for anything systemd- related at all. And the build with it enabled failed miserably. > > > Instead, try building an official 25.1 release tarball, then invoke > > > temacs built there, and see if it works. > > Will try the release 25.1 tarball next: Last time I built from an upstream > > tarball it did succeed the first time and failed the second. > "The second time" here meaning what? that you modified some file and > ran "make" again?Or does it mean something else? I've now built the tarball and that went OK. Also after make distclean; configure; make all was fine. However rebuilding the git from today crashed the box hard: Console output: /hurd/crash: src/bootstrap-emacs -Q(1172), signal {no:11, code:1, error:1}, exception {1, code:1, subcode:3496312}, PCs: {0x818d803, 0x51db97c}, Killing task. . This might be a Hud bug or memory exhaustion. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 05:59:23 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 10:59:24 +0000 Received: from localhost ([127.0.0.1]:53030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59YJ-0007fm-Lp for submit@debbugs.gnu.org; Fri, 11 Nov 2016 05:59:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46163) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59YH-0007fa-RS for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 05:59:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c59Y8-0005rB-A9 for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 05:59:16 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c59Y8-0005qx-6T; Fri, 11 Nov 2016 05:59:12 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1443 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c59Y6-0004MV-LC; Fri, 11 Nov 2016 05:59:11 -0500 Date: Fri, 11 Nov 2016 12:59:14 +0200 Message-Id: <83a8d6e0zh.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478860350.20542.78.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 11:32:30 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 11:32:30 +0100 > > On Fri, 2016-11-11 at 12:06 +0200, Eli Zaretskii wrote: > > > > > > From: Svante Signell > > > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > > Date: Fri, 11 Nov 2016 10:50:16 +0100 > > > > > > I did build from today's git. After setting libsystemd to off > > > OPTION_DEFAULT_OFF([libsystemd],[don't compile with libsystemd support]) > > > the build was successful: all three built executables: temacs, bootstrap- > > > emacs, > > > emacs works fine. > > > > > > Forcing usage of SYSTEM_MALLOC fails with bootstrap-emacs: > > So you are saying that turning off libsystemd and NOT forcing > > SYSTEM_MALLOC allows you to build Emacs successfully? > > > > Also, do you understand how does libsystemd affect this? > > No, I don't. But I know that GNU/Hurd has no support for anything systemd- > related at all. And the build with it enabled failed miserably. > > > > > Instead, try building an official 25.1 release tarball, then invoke > > > > temacs built there, and see if it works. > > > Will try the release 25.1 tarball next: Last time I built from an upstream > > > tarball it did succeed the first time and failed the second. > > "The second time" here meaning what? that you modified some file and > > ran "make" again?Or does it mean something else? > > I've now built the tarball and that went OK. Also after make distclean; > configure; make all was fine. > > However rebuilding the git from today crashed the box hard: Console output: > /hurd/crash: src/bootstrap-emacs -Q(1172), signal {no:11, code:1, error:1}, > exception {1, code:1, subcode:3496312}, PCs: {0x818d803, 0x51db97c}, Killing > task. . This might be a Hud bug or memory > exhaustion. Thanks, so what remains to be addressed in this bug report, before we declare it done? From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 06:03:29 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 11:03:29 +0000 Received: from localhost ([127.0.0.1]:53035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59cH-0007mx-8f for submit@debbugs.gnu.org; Fri, 11 Nov 2016 06:03:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59cG-0007mi-BV for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 06:03:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c59c6-0008B2-Lv for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 06:03:23 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c59c6-0008Ay-IQ; Fri, 11 Nov 2016 06:03:18 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1444 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c59c5-00011x-R9; Fri, 11 Nov 2016 06:03:18 -0500 Date: Fri, 11 Nov 2016 13:03:22 +0200 Message-Id: <838tsqe0sl.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478860350.20542.78.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 11:32:30 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 11:32:30 +0100 > > > Also, do you understand how does libsystemd affect this? > > No, I don't. But I know that GNU/Hurd has no support for anything systemd- > related at all. And the build with it enabled failed miserably. Evidently, you do have libsystemd on your machine, because the configure script detects its presence (by calling pkg-config), and also the link step of the build succeeds to link against libsystemd. What is the story here? From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 06:18:37 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 11:18:38 +0000 Received: from localhost ([127.0.0.1]:53040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59qv-00087z-Nt for submit@debbugs.gnu.org; Fri, 11 Nov 2016 06:18:37 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c59qu-00087n-Ab for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 06:18:36 -0500 Received: by mail-lf0-f66.google.com with SMTP id o20so1002269lfg.3 for <24857@debbugs.gnu.org>; Fri, 11 Nov 2016 03:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=oC0savSGwZBp8ROqXDvSSqpADWKfzZJUrvDjcB67xH8=; b=XKyP3zsAgoJdNRmoeTD4orpubiCdu/X4S3GCN7TwD/9cS0fHi+lJWPZkYB19aV+/KH 58IGBrJbnoojnbJ3qzF5A23Qv/rRvA8W5PKxzoAzUniQe5Ny7B48TpotYBqH2B8wPbRi 0D99YZVotd6TUIMjro+cwpflgOclII8zOXEkYDPUPcZwznd+PNQqZJE0duFIiVzl17St 2sHRjGwEc54MZjZGXplvKJRblOPKCqzeaQG74xA1HpnRZLc3WgiFFIVNDvKinKZ6/bO6 EjNeg9Yug+M3olg4Qejuwf96HpxYmpQiIV9qSX7Q8pHsglURT+welkt43d2NvlCVSM7k l3sA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=oC0savSGwZBp8ROqXDvSSqpADWKfzZJUrvDjcB67xH8=; b=mfpOh4waHYySJVrMbWSSs5iM8C4AglIXZkiqkDpHarNkr8fhWMl8nsE1zd+NtBPhMV AYlzcfXXf/GO2dzdUjTRgiyaMES5W+tItaZo3e4JxLB3p7nDqOTqYD67xHrCYOTc+Zfu PjlDpqDskCj53gP5G7jgxtqpWHaAT29bMygav9NK4JuWUFSoVY+kauo8CJ+c+x7DZ0yM eRfBfX1io7d0ExPJQDZHopJtSknhghBQVcD7Ci/RzWSW7HKZ7D7xfdQrhFgBJbkHziLy Lq24+TNKJOICKNvAUmQdrcmR5RykqlTRkhgxT0FeFMNXgyRGnuGLjVE8fE0FTZ2V9MMV GJYg== X-Gm-Message-State: ABUngvfQHrI1id1ex3OP4RmUd3AuPqnu7gzDLToeMzuCzGfWTDu0iO7T4uNuiGxmwvHLRQ== X-Received: by 10.25.212.77 with SMTP id l74mr1328362lfg.103.1478863110284; Fri, 11 Nov 2016 03:18:30 -0800 (PST) Received: from G3620 ([178.78.231.178]) by smtp.gmail.com with ESMTPSA id e102sm2103503lfi.25.2016.11.11.03.18.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 Nov 2016 03:18:29 -0800 (PST) Message-ID: <1478863113.20542.86.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Fri, 11 Nov 2016 12:18:33 +0100 In-Reply-To: <83a8d6e0zh.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Fri, 2016-11-11 at 12:59 +0200, Eli Zaretskii wrote: > > However rebuilding the git from today crashed the box hard: Console output: > > /hurd/crash: src/bootstrap-emacs -Q(1172), signal {no:11, code:1, error:1}, > > exception {1, code:1, subcode:3496312}, PCs: {0x818d803, 0x51db97c}, Killing > > task. . This might be a Hurd bug or memory > > exhaustion. > Thanks, so what remains to be addressed in this bug report, before we > declare it done? Well, rebooting, checking disks and building again freeze the box hard, no successful build this time :( Dumping under the name emacs 5883168 of 16777216 static heap bytes used This is the behaviour for every build since 24.5. So I don't think this bug can be closed. There must be ways to build emacs without crashing the gnumach kernel/ext2 filesystem! Are you going to remove the obscure unxec stuff anytime soon? And use system malloc functions from glibc instead of home-brewn versions? From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 06:33:28 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 11:33:29 +0000 Received: from localhost ([127.0.0.1]:53057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5A5I-000073-Lo for submit@debbugs.gnu.org; Fri, 11 Nov 2016 06:33:28 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35989) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5A5G-00006m-Iv for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 06:33:26 -0500 Received: by mail-lf0-f68.google.com with SMTP id o20so1030116lfg.3 for <24857@debbugs.gnu.org>; Fri, 11 Nov 2016 03:33:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=eqIXXKCck08PL6UXarVb6XfRD7aJYzM3GhB4y0oFU/Q=; b=DhFYaiv+h8P8KSBr3JeDyt6JSMR3GtTgaJt85zxf2wWjnEfJ7aPEcCg7HXuTPUWtC2 raYvX1oNyrWXihFjk/1FSJTe9WkJn2ZjJ4bEamHxrweHqeUhiX2ftCLU+RjwryIurOuF LJXxJKyM3HPbmB1MKB1j5JvGAa2rSmi3TrQQXtiBP4i4Fdqs+lKsuonwwk+9Jvcpm2dp dt/m5BQSoL0c+6+dT28hR3y0y89q693SirXvWjusDPJmhi7bry7WhlFUNz7tv1YRuXcy 8x2iD3oFFGU/6+S2uwG45676IS5hIGElR0AQURLf0ZgFgeHaeJAkJPPxBh32l5swg5EP 4bng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=eqIXXKCck08PL6UXarVb6XfRD7aJYzM3GhB4y0oFU/Q=; b=ghcXDQ54nI388RGjqlxtWD5sdPR6yEa60MqEZ3ejfOMRO5mNWN791nlkFPvwaBXPvx H1iXStZoeu6wGw3nV402vFlSIm2LtH7UwzUVJASOJAdXQ7VGWzw8zR4zLleEluTtW2rl ZclxzPi9xUWw/Eq+nguCsSOyXue6igxrdez9HJHTTk7xWD0do/nYigKwN+rLmM46FwH/ NpUW8yA1zTCnoBDNeoGbmoA0mxoER7J7A3MrBkJHA6fCKYYhQAgF4h4eQ9ga6sX81aXW FxRjtZs9NCzL+sh3fjmLpq0a7jwLIGvSzrUTR18uOQzWXc1juDIGXtUHPGuIJOYJU2Om f2bg== X-Gm-Message-State: ABUngvfp4fkGIu+VgevqV4r0z3clJxbC5vi74Wn32LnzrbrSPwAGok5GrLbKmVUzS+QEDw== X-Received: by 10.25.32.17 with SMTP id g17mr1159919lfg.78.1478864000694; Fri, 11 Nov 2016 03:33:20 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id u12sm2131365lja.4.2016.11.11.03.33.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 Nov 2016 03:33:19 -0800 (PST) Message-ID: <1478864005.20542.97.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Fri, 11 Nov 2016 12:33:25 +0100 In-Reply-To: <838tsqe0sl.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <838tsqe0sl.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Fri, 2016-11-11 at 13:03 +0200, Eli Zaretskii wrote: > > > > From: Svante Signell > > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > Date: Fri, 11 Nov 2016 11:32:30 +0100 > > > > > > > > Also, do you understand how does libsystemd affect this? > > No, I don't. But I know that GNU/Hurd has no support for anything systemd- > > related at all. And the build with it enabled failed miserably. > Evidently, you do have libsystemd on your machine, because the > configure script detects its presence (by calling pkg-config), and > also the link step of the build succeeds to link against libsystemd. > What is the story here? There is a dummy systemd development library installed, to enable build of some packages: iilibsystemd-dev222-1hurd-i386Dummy systemd utility library This is a Debian construct. #> dpkg -s libsystemd-dev Package: libsystemd-dev Status: install ok installed Priority: extra Section: oldlibs Installed-Size: 27 Maintainer: Debian systemd Maintainers Architecture: hurd-i386 Source: libsystemd-dummy Version: 222-1 Description: Dummy systemd utility library This package provides a dummy version of the libsystemd-dev package for the architectures which lack an implementation of the library. #> dpkg -L libsystemd-dev /. /usr /usr/include /usr/include/systemd /usr/include/systemd/sd-daemon.h /usr/lib /usr/lib/pkgconfig /usr/lib/pkgconfig/libsystemd.pc /usr/share /usr/share/doc /usr/share/doc/libsystemd-dev /usr/share/doc/libsystemd-dev/copyright /usr/share/doc/libsystemd-dev/changelog.Debian.gz /usr/lib/pkgconfig/libsystemd-daemon.pc Maybe you should have some better way of detecting libsystemd presence? man pkg-config: pkg-config retrieves information about packages from special metadata files. These files are named after the package, and has a .pc extension. On the GNU/Hurd system no libsystemd* library exist! See above: /usr/lib/pkgconfig/libsystemd.pc /usr/lib/pkgconfig/libsystemd-daemon.pc I don't really understand why a GNU project adds support for the systemd disaster. Take a look at Guix, they chose another way out. Additionally we have Devuan and their downstream releases. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 09:03:37 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 14:03:37 +0000 Received: from localhost ([127.0.0.1]:53108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5CQb-0005BU-2Z for submit@debbugs.gnu.org; Fri, 11 Nov 2016 09:03:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5CQZ-0005BG-9E for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 09:03:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5CQQ-0001lR-7y for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 09:03:30 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5CQQ-0001lL-5G; Fri, 11 Nov 2016 09:03:26 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2298 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c5CQP-00017W-I3; Fri, 11 Nov 2016 09:03:25 -0500 Date: Fri, 11 Nov 2016 16:03:29 +0200 Message-Id: <837f8adsge.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478863113.20542.86.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 12:18:33 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 12:18:33 +0100 > > Well, rebooting, checking disks and building again freeze the box hard, no > successful build this time :( > Dumping under the name emacs > 5883168 of 16777216 static heap bytes used > Does /var/log/messages (or wherever that is on Hurd) have anything interesting at that point? > Are you going to remove the obscure unxec stuff anytime soon? And use system > malloc functions from glibc instead of home-brewn versions? We are not yet sure this is due to unexec. That's why I asked you to try to run temacs. If temacs runs well and has no issues, then yes, unexec is the most likely culprit. I do wonder what happened in 24.5 that Emacs became unbuildable on Hurd. Can you still build 24.4 on your current system? If so, perhaps look at the diffs between unexelf.c in 24.4 and the current version, and try to figure out what changes there cause the failure on Hurd. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 09:06:32 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 14:06:32 +0000 Received: from localhost ([127.0.0.1]:53113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5CTQ-0005Fp-Gm for submit@debbugs.gnu.org; Fri, 11 Nov 2016 09:06:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5CTO-0005Fa-N0 for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 09:06:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5CTF-000396-N0 for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 09:06:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5CTF-00038z-JC; Fri, 11 Nov 2016 09:06:21 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2303 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c5CTE-0001jI-TN; Fri, 11 Nov 2016 09:06:21 -0500 Date: Fri, 11 Nov 2016 16:06:25 +0200 Message-Id: <8360nudsbi.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478864005.20542.97.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 12:33:25 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <838tsqe0sl.fsf@gnu.org> <1478864005.20542.97.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 12:33:25 +0100 > > > Evidently, you do have libsystemd on your machine, because the > > configure script detects its presence (by calling pkg-config), and > > also the link step of the build succeeds to link against libsystemd. > > What is the story here? > > There is a dummy systemd development library installed, to enable build of some > packages: > iilibsystemd-dev222-1hurd-i386Dummy systemd utility library > > This is a Debian construct. > > #> dpkg -s libsystemd-dev > Package: libsystemd-dev > Status: install ok installed > Priority: extra > Section: oldlibs > Installed-Size: 27 > Maintainer: Debian systemd Maintainers ian.org> > Architecture: hurd-i386 > Source: libsystemd-dummy > Version: 222-1 > Description: Dummy systemd utility library > This package provides a dummy version of the libsystemd-dev > package for the architectures which lack an implementation of the library. > > #> dpkg -L libsystemd-dev > /. > /usr > /usr/include > /usr/include/systemd > /usr/include/systemd/sd-daemon.h > /usr/lib > /usr/lib/pkgconfig > /usr/lib/pkgconfig/libsystemd.pc > /usr/share > /usr/share/doc > /usr/share/doc/libsystemd-dev > /usr/share/doc/libsystemd-dev/copyright > /usr/share/doc/libsystemd-dev/changelog.Debian.gz > /usr/lib/pkgconfig/libsystemd-daemon.pc > > Maybe you should have some better way of detecting libsystemd presence? If you can suggest a way to detect this dummy version, we can incorporate it in the configure script. > I don't really understand why a GNU project adds support for the systemd > disaster. One man's disaster is another man's most wanted feature. The world is divided wrt systemd, and Emacs as a project doesn't have a firm stand about that. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 10:04:48 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 15:04:48 +0000 Received: from localhost ([127.0.0.1]:54064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5DNn-0006ra-VL for submit@debbugs.gnu.org; Fri, 11 Nov 2016 10:04:48 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5DNm-0006rO-TV for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 10:04:47 -0500 Received: by mail-lf0-f66.google.com with SMTP id o141so1427581lff.1 for <24857@debbugs.gnu.org>; Fri, 11 Nov 2016 07:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=EYgHknMtY8tlhVlgSaS2TW0pP3giFmnRoXrwq75twyw=; b=UN2Iis4dPeKa7GacYK8Ex/oERS1NpSZJwnNidfvz6sK8vSlqdbyV6X3m0AFE0lfFRz sA7brDPrT7jwK5w1jPEJijjHEx7Gp5upt3eMwAGx4KgMhAGdXjXh5jRin1nrML3wXcy8 xxiHge7x9MwBLB6Q+2sT3URTbV3rgSsE7TrEPuO+G3xzhJgX+49FCTkr4CDCimdJIVPP RQP5SZimSVUDi7HgBBt/1UhvI0rZpmG9G+BTd+J6gqLM9k/BDXqG8K5r2pR00mrFUirn EVx5iG9TmnCcfdPF0AOcjHqxkW6ceBjCPbD1Zn97W+VM285fnyHNJrXMoTmIN62FcxIz OjEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=EYgHknMtY8tlhVlgSaS2TW0pP3giFmnRoXrwq75twyw=; b=dG3CF2Wy2Yg1hq8gMFvvg6qNqxdXIv6IWg2WwnFwA/im/cYZeGiKBP+z/SGv+jf2Lg X1I+9frECzZLmDo/o4hUu6wC6kbVlJj7HeXZalSiWbgbHteYsP8XzyVJmDEFB7uZIB4p d4iQJSdilQDttO2E01bRJkRFo/N/2XKzVTMwws46gKmPqthNc5jkkLFHxzk3oXY3NLHe 0v94h53hKad7fRbsPiuCtrY7SoWQfP0YhXXf+VAqa5APseIh6Ozi9IPaUCoNaKnKdNda /lRMypdowjAGuU3Z06eDAGP9PW2NK9D1w+idVq1GYeUIZ+Ms3SZwdVDLK16C+nN/jOCf +R7A== X-Gm-Message-State: ABUngvcUrSAEOoQZ57JB4jAbtIUNiLAkCp5Fae6f4b9cHATiowG3y6YVWtdobX5UFvcPjw== X-Received: by 10.25.24.98 with SMTP id o95mr1947117lfi.4.1478876680986; Fri, 11 Nov 2016 07:04:40 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id t15sm2282288lfe.13.2016.11.11.07.04.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 Nov 2016 07:04:39 -0800 (PST) Message-ID: <1478876685.20542.108.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Fri, 11 Nov 2016 16:04:45 +0100 In-Reply-To: <837f8adsge.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.18.5.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Fri, 2016-11-11 at 16:03 +0200, Eli Zaretskii wrote: > > > > From: Svante Signell > > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > Date: Fri, 11 Nov 2016 12:18:33 +0100 > > > > Well, rebooting, checking disks and building again freeze the box hard, no > > successful build this time :( > > Dumping under the name emacs > > 5883168 of 16777216 static heap bytes used > > > Does /var/log/messages (or wherever that is on Hurd) have anything > interesting at that point? Dunno, I'll take a look next time it happens. Probably not since nothing is even written on the console. > > Are you going to remove the obscure unxec stuff anytime soon? And use system > > malloc functions from glibc instead of home-brewn versions? > We are not yet sure this is due to unexec.That's why I asked you to > try to run temacs.If temacs runs well and has no issues, then yes, > unexec is the most likely culprit. > > I do wonder what happened in 24.5 that Emacs became unbuildable on > Hurd.Can you still build 24.4 on your current system?If so, > perhaps look at the diffs between unexelf.c in 24.4 and the current > version, and try to figure out what changes there cause the failure on > Hurd. Now even older versions FTBFS, like the one that built earlier: 2.24-5. It might have to do with libc versions: emacs 2.24-5 was successfully built with glibc 2.19 emacs 2.24-6 was FTBFS with glibc 2.22 Now we are at glibc 2.24. All older versions I've tried gets Killed when dumping temacs. e.g. emacs24.5-5: /bin/bash: line 7: 29388 Killed./temacs --batch --load loadup bootstrap From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 11 10:33:25 2016 Received: (at 24857) by debbugs.gnu.org; 11 Nov 2016 15:33:25 +0000 Received: from localhost ([127.0.0.1]:54078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5DpU-0007Xw-RX for submit@debbugs.gnu.org; Fri, 11 Nov 2016 10:33:25 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48459) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5DpT-0007Xk-01 for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 10:33:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5DpN-0003QT-5j for 24857@debbugs.gnu.org; Fri, 11 Nov 2016 10:33:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5DpN-0003QN-2J; Fri, 11 Nov 2016 10:33:17 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2611 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c5DpM-0002WL-A6; Fri, 11 Nov 2016 10:33:16 -0500 Date: Fri, 11 Nov 2016 17:33:20 +0200 Message-Id: <83zil6c9q7.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1478876685.20542.108.camel@gmail.com> (message from Svante Signell on Fri, 11 Nov 2016 16:04:45 +0100) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Fri, 11 Nov 2016 16:04:45 +0100 > > > I do wonder what happened in 24.5 that Emacs became unbuildable on > > Hurd.Can you still build 24.4 on your current system?If so, > > perhaps look at the diffs between unexelf.c in 24.4 and the current > > version, and try to figure out what changes there cause the failure on > > Hurd. > > Now even older versions FTBFS, like the one that built earlier: 2.24-5. It might > have to do with libc versions: > emacs 2.24-5 was successfully built with glibc 2.19 > emacs 2.24-6 was FTBFS with glibc 2.22 > Now we are at glibc 2.24. > > All older versions I've tried gets Killed when dumping temacs. > e.g. emacs24.5-5: > /bin/bash: line 7: 29388 Killed./temacs --batch --load loadup > bootstrap That's what I thought. Can you compare src/config.h from the old builds and the current ones? Any idea what change(s) in glibc caused this? From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 12 13:13:02 2016 Received: (at 24857) by debbugs.gnu.org; 12 Nov 2016 18:13:02 +0000 Received: from localhost ([127.0.0.1]:55121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5cnW-0001Xa-Ki for submit@debbugs.gnu.org; Sat, 12 Nov 2016 13:13:02 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:54536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5cnV-0001X4-5k for 24857@debbugs.gnu.org; Sat, 12 Nov 2016 13:13:01 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 897A316084F; Sat, 12 Nov 2016 10:12:54 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fxbV-kr4QhMf; Sat, 12 Nov 2016 10:12:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D2EEB160867; Sat, 12 Nov 2016 10:12:53 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rO18St26Bd3b; Sat, 12 Nov 2016 10:12:53 -0800 (PST) Received: from [192.168.1.9] (unknown [47.153.178.162]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id B2B6316084F; Sat, 12 Nov 2016 10:12:53 -0800 (PST) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd To: svante.signell@gmail.com, Eli Zaretskii References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <838tsqe0sl.fsf@gnu.org> <1478864005.20542.97.camel@gmail.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <4835ba93-81db-e00b-3174-4cb0510d1a8d@cs.ucla.edu> Date: Sat, 12 Nov 2016 10:12:53 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478864005.20542.97.camel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) Svante Signell wrote: > Maybe you should have some better way of detecting libsystemd presence? The Emacs way of using systemd should work with the dummy. libsystemd-dum= my=20 should define a dummy function sd_listen_fds that always returns 0, and t= his=20 should cause Emacs to avoid using systemd. Evidently this is not working = for=20 you; can you investigate why? E.g., can you run Emacs under a debugger an= d=20 verify that sd_listen_fds is the only libsystemd function it calls? As far as the memory problems go, it appears that sometimes they happen a= nd=20 sometimes they don't, and we don't really know why. Although it could wel= l be=20 unexec, it could well be something else too. It's frustrating. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 21 11:57:07 2016 Received: (at 24857) by debbugs.gnu.org; 21 Nov 2016 16:57:07 +0000 Received: from localhost ([127.0.0.1]:37306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c8rtz-000726-K0 for submit@debbugs.gnu.org; Mon, 21 Nov 2016 11:57:07 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c8rtx-00071b-Vo for 24857@debbugs.gnu.org; Mon, 21 Nov 2016 11:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8rto-0003Xz-9V for 24857@debbugs.gnu.org; Mon, 21 Nov 2016 11:57:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8rto-0003Xv-6D; Mon, 21 Nov 2016 11:56:56 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3115 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c8rtn-0006ka-E8; Mon, 21 Nov 2016 11:56:55 -0500 Date: Mon, 21 Nov 2016 18:57:08 +0200 Message-Id: <83d1ho93ff.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <83zil6c9q7.fsf@gnu.org> (message from Eli Zaretskii on Fri, 11 Nov 2016 17:33:20 +0200) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > Date: Fri, 11 Nov 2016 17:33:20 +0200 > From: Eli Zaretskii > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > > > Now even older versions FTBFS, like the one that built earlier: 2.24-5. It might > > have to do with libc versions: > > emacs 2.24-5 was successfully built with glibc 2.19 > > emacs 2.24-6 was FTBFS with glibc 2.22 > > Now we are at glibc 2.24. > > > > All older versions I've tried gets Killed when dumping temacs. > > e.g. emacs24.5-5: > > /bin/bash: line 7: 29388 Killed./temacs --batch --load loadup > > bootstrap > > That's what I thought. > > Can you compare src/config.h from the old builds and the current ones? > > Any idea what change(s) in glibc caused this? Ping! Any news on this? Emacs 25.2 will begin pretest soon, and it would be nice to at least know the situation on Hurd with it, if not have a solution. TIA From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 16:14:28 2016 Received: (at submit) by debbugs.gnu.org; 29 Nov 2016 21:14:28 +0000 Received: from localhost ([127.0.0.1]:46540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cBpjQ-0008TV-DD for submit@debbugs.gnu.org; Tue, 29 Nov 2016 16:14:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cBpjO-0008TI-4w for submit@debbugs.gnu.org; Tue, 29 Nov 2016 16:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBpjI-00078N-2G for submit@debbugs.gnu.org; Tue, 29 Nov 2016 16:14:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBpjH-00078H-VD for submit@debbugs.gnu.org; Tue, 29 Nov 2016 16:14:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBpjG-0004HZ-QX for bug-gnu-emacs@gnu.org; Tue, 29 Nov 2016 16:14:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBpjB-00074T-Hb for bug-gnu-emacs@gnu.org; Tue, 29 Nov 2016 16:14:18 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:51230) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cBpjB-000746-7R for bug-gnu-emacs@gnu.org; Tue, 29 Nov 2016 16:14:13 -0500 Received: from [128.30.10.174] ([128.30.10.174]) by mrelayeu.kundenserver.de (mreue003 [212.227.15.168]) with ESMTPSA (Nemesis) id 0Lbv6m-1caxGR0p3U-00jHo8 for ; Tue, 29 Nov 2016 22:14:11 +0100 Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? To: bug-gnu-emacs@gnu.org References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1478290644.24382.13.camel@gmail.com> From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= Message-ID: <25e13a14-13d2-75bc-f2fc-8022534eb4de@gmail.com> Date: Tue, 29 Nov 2016 16:14:03 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478290644.24382.13.camel@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="svgUHQWdU8wb48btXIu28be5xXak1PEw7" X-Provags-ID: V03:K0:toqpKe/1DCzU1xAVKZ3HxU08O0NbB0rAmW/M9nWfuqbcyin/uxR rnoYzUDXBprCnsoNtWaZMUrgoKYH/OjkZp5icGu4uiLLABl4GtItUIa1a7KgdB4CVUOip63 5/26l9+/6ktc9u4hbVDVpTW1RqH5sm0RrJ34KdJ8LkgjgifRyn1T8HiK2xD/VsfB4LWlboA wnAo5LXGA1xDcvNeE5i4g== X-UI-Out-Filterresults: notjunk:1;V01:K0:o0Z+ki/JQS0=:/QLXqTysax9vdcegLLqqHY KsSUOZ91RfwqrUVB/4oMqSYx6HNj2j1cIE2rHoueusmzZOOPvRXqTSVAoQgf9cPPq4kaseMIr vJhKj825Dfbqf84sgJZGhIEspETgeLylyOuLOGim11TUPxTywBHhP7pyULF9g/NAl5qoo9R7K gdr850U7R9e0pexj04Hkg5psJyu12+TVEgPg2daF+04xoDAx9RRJKdyd1v6iBWfjni0Sig2Yi w5KF0b2B0riBkfrcfSKOIH0H/H38xElSFJfMstkmizV64p4Q1p5L3RPk1dqc6+Gtyh3k3mSTP e0rPSjdqRyUh7SiSKbztWCNQfHCyUlEwP0EY+mvYC+EJxujpPloiphiE94vjBwzw1IsOLjNGW HpdNiYso5Vc7CUYAyG+4C7o7TSoWkxqLOGU3gKlxn3i6Z5OZtjR2CnOhNpGYClZ9oJlaDAyA7 MwFWvh1qtRe3OSoLz2XuDWfLylyc9cLHlVPC0Ji/O/ZLte7LHAk2EWPnF9B4LGXToAxo+P+Dd PVfv2+pmHggvbpDAOLTdUYpJ14AKY9XK2F1/bByyBtbCd9YNmo+un8Nuv27sSGCyMZUFTaK/z 89YT7nlPC2RCjcJO5gKbwZrYDchm0mQFaT0GSTtJXEBJDhg8rMHhmEg5+8jUjjZ3ooWa5/Lns h15C45ADCjEUJnUHtYj7FRCDfOudl58kFji6FI7bDY/TaB5RZ9koUmxIzZCQ66/EpJog= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.5 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --svgUHQWdU8wb48btXIu28be5xXak1PEw7 Content-Type: multipart/mixed; boundary="6TX237mlSMvlOEC4G0KkMLq81SuWVe5ci"; protected-headers="v1" From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= To: bug-gnu-emacs@gnu.org Message-ID: <25e13a14-13d2-75bc-f2fc-8022534eb4de@gmail.com> Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1478290644.24382.13.camel@gmail.com> In-Reply-To: <1478290644.24382.13.camel@gmail.com> --6TX237mlSMvlOEC4G0KkMLq81SuWVe5ci Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Maybe I misunderstood this post? I=E2=80=A6 * =E2=80=A6downloaded the GNU Hurd image at https://people.debian.org/~st= hibault/hurd-i386/README * =E2=80=A6connected to the qemu VM through SSH: kvm -net user,hostfwd=3Dtcp:127.0.0.1:2222-:22 -net nic -drive file=3Dd= ebian-hurd-20160824.img,cache=3Dwriteback -m 1G * =E2=80=A6installed emacs' dependencies: $ apt install libmagickwand-dev libgtk-3-dev libxpm-dev libjpeg-dev lib= gif-dev libtiff-dev libgconf2-dev librsvg2-dev libxml2-dev libfreetype6-d= ev libm17n-dev libotf-dev libsystemd-dev libncurses-dev * =E2=80=A6downloaded emacs' pretest (this was cool) cp /ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-25.1.90.tar.xz ./ tar xf emacs-25.1.90.tar.xz * =E2=80=A6configured cd emacs-25.1.90 ./configure --without-makeinfo * =E2=80=A6compiled make -j4 * =E2=80=A6started Emacs and ran eww; browsed to gnu.org. It all worked. Did I miss something? Cl=C3=A9ment. On 2016-11-04 16:17, Svante Signell wrote: > Hello, >=20 > In order for you to try out the FTBFS problems of emacs24/25 on > GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way to= > do that would be to read: > https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ > or using a pre-installed image: (3GiB) > tinyurl.com/6dyly5d > containing debian-hurd.img.tar.gz --6TX237mlSMvlOEC4G0KkMLq81SuWVe5ci-- --svgUHQWdU8wb48btXIu28be5xXak1PEw7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYPe+bAAoJEPqg+cTm90wjwQAP/2bpj7QXpTBoR/z8Cwa7mq+w TKxbwgHhT4fpj3Q4R90gJO1sq4W8FEcsLdnHA05tdUgRq8WxyNuRZOmkWALyR+Oe /KFP6D6qUlk3DpKgmHPf4wQauf5DTuCGKmUadlj/lzqsA6jrqqHF1KiWvw+ZoiSq qSE0syT5Fldsk01ayOHaJEmxYJPuFqQJKleO4vB6ttye/xzt+YcSxYsxOx8ed0T8 XibYf0vAkXc2tN7jKUR/WzpmcmAQdM4cTB6H1SD++XzmMeJVq2Mt0Y3ibUrvmveV Nj7KiHsc/EAvR20tPFyNHzUOMh5lZ2Ka1ArLrzeLHB8zBvPm1lewXp+hI6Boa2Dl 4sNz7dib8Ss3VgDLd2Fdqb7EFrzuyeY2/+gKFvXDI0cA7/Ujyr/fEfG1qsnyVd4Z YcG6kVkeltWl9IzN9sb5Skv9ojL5H0Ms3dYAudwkBjoBvzXUOY4EYuMwUWLawwdO AyN5EDq3O5mL6ZJNTld1oag71lNvRWmuQ4zamMHrIPwsPR1/GimatAPPFwTcwREw eMIpmJCXLDroF2Ijp8IlTKgpbFLmMmwyR/MVN6cgjloJNE/mwjjfzAjcamSOMVw7 23UJjUppQlMkWG6gSqQnVa5DFdl/aDFUL8ORGaAvRKZkxYpazyOzGfFdcCJrQ3x4 HVGynFjhJGd0MPykLOAm =2Vg8 -----END PGP SIGNATURE----- --svgUHQWdU8wb48btXIu28be5xXak1PEw7-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 09:53:02 2016 Received: (at 24857) by debbugs.gnu.org; 1 Dec 2016 14:53:02 +0000 Received: from localhost ([127.0.0.1]:48238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCSjO-00070i-BA for submit@debbugs.gnu.org; Thu, 01 Dec 2016 09:53:02 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:35849) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCSjN-00070D-Dr for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 09:53:01 -0500 Received: by mail-lf0-f67.google.com with SMTP id o20so19291088lfg.3 for <24857@debbugs.gnu.org>; Thu, 01 Dec 2016 06:53:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=kr6FmxU3d7HLSN4csZAPQH242FMpmsB6gOE2u9uMjwQ=; b=D/pInCCzbWkF5yeE4B+hw/gQVLJsgHBGtcS9xPOoEDrT0/oyMj61o9nZAZsiZwIFd3 fhm+Z4rWJUL9MDWX3XV/x3KVH5ZuazcOkKp4iEsZ1F1P7ePQEudm0KhgqvflIh1fyWlJ otqOEjyheDUnSFgelwPPrPqbdlJfVy/ELO01YM9p9eO799vyQiaCBjrn/SF/RupTJOdB a3KEyoy69Z5a8ESpVpmiMg0Lgy2nxo/zN9awLJr8u0SuExDY+irCjFRZ3V9VzuVB7Wx5 xIOz5ZpUMHkhEbiMXyJf8Bpjhs/8AjQ33l4HKxgIVSl1MV/tclIlWH3YRyTR1D2iG2oI 52ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=kr6FmxU3d7HLSN4csZAPQH242FMpmsB6gOE2u9uMjwQ=; b=DjdYqOIMPITUbfE8QzAyuHMSAFTw9k4scWcrs1Fcx/d00X/iX+r+R4wvKiBCYYkMOJ gbZxCszJq8nRf8atLY3RwokwYFkwouQg/PfnZnmEtgliDsFa+6qk7nAipq0fg1r4mOpY 6Id8V6GcNr1rmU+wG88SIluw0IdXVe5IHSL1OgzxKlB9q79wNik837ag5IxLTeziX9zK Mge3NiKFg2Ma1cDiGpyuczR+M15vbwjYI7KeXapfOOQkEmF7EPAkzxE2vlP1E5qPRXC5 qEhlb2ThAEf8TLeVaNsd+7FLBtvPiAZB9ManmuF+SSGbpGUWnsaTlXtqfa4GSdPPsg5L AUhA== X-Gm-Message-State: AKaTC008ucXrsoLW7PDwz9YuBO43Juv23zsoOBTaivt8Ko8BO8NB/IzT3txm2yVLSvIUsg== X-Received: by 10.25.23.221 with SMTP id 90mr15355183lfx.34.1480603975360; Thu, 01 Dec 2016 06:52:55 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id z9sm101500lja.1.2016.12.01.06.52.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Dec 2016 06:52:54 -0800 (PST) Message-ID: <1480603974.27168.10.camel@gmail.com> Subject: Re: Anybody needs help to set up a qemu VM for GNU/Hurd? From: Svante Signell To: 24857@debbugs.gnu.org Date: Thu, 01 Dec 2016 15:52:54 +0100 In-Reply-To: <1478290644.24382.13.camel@gmail.com> References: <1478290644.24382.13.camel@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: bug-gnu-emacs@gnu.org, =?ISO-8859-1?Q?Cl=E9ment?= Pit--Claudel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) Hi Clement (and the ML), I just saw your mail to this bug. Unfortunately I did not get that mail. Do I have to subscribe to get them? Anyway, you were just lucky. Try to build it a second time, or even better build the debian package. Latest version now is 2.25.1+1-3. You'll see the same problems as me (and the hurd build daemons). Thanks for trying Hurd out. On Fri, 2016-11-04 at 21:17 +0100, Svante Signell wrote: > Hello, > > In order for you to try out the FTBFS problems of emacs24/25 on > GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way to > do that would be to read: > https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ > or using a pre-installed image: (3GiB) > tinyurl.com/6dyly5d > containing debian-hurd.img.tar.gz From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 11:35:28 2016 Received: (at control) by debbugs.gnu.org; 1 Dec 2016 16:35:28 +0000 Received: from localhost ([127.0.0.1]:48912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCUKW-000179-AW for submit@debbugs.gnu.org; Thu, 01 Dec 2016 11:35:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCUKU-00016u-3U for control@debbugs.gnu.org; Thu, 01 Dec 2016 11:35:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCUKO-0003JM-9d for control@debbugs.gnu.org; Thu, 01 Dec 2016 11:35:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCUKO-0003JI-6W for control@debbugs.gnu.org; Thu, 01 Dec 2016 11:35:20 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cCUKN-0004R1-RS for control@debbugs.gnu.org; Thu, 01 Dec 2016 11:35:19 -0500 Subject: control message for bug 25081 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Thu, 01 Dec 2016 11:35:19 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) forcemerge 24857 25081 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 11:48:38 2016 Received: (at 24857) by debbugs.gnu.org; 1 Dec 2016 16:48:38 +0000 Received: from localhost ([127.0.0.1]:48919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCUXG-00035T-Ez for submit@debbugs.gnu.org; Thu, 01 Dec 2016 11:48:38 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:54895) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCUXE-00035D-DF for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 11:48:36 -0500 Received: from [18.26.2.123] ([18.26.2.123]) by mrelayeu.kundenserver.de (mreue104 [212.227.15.184]) with ESMTPSA (Nemesis) id 0MLOoU-1cD2lT1JeE-000aII; Thu, 01 Dec 2016 17:48:29 +0100 Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? To: svante.signell@gmail.com, 24857@debbugs.gnu.org References: <1478290644.24382.13.camel@gmail.com> <1480603974.27168.10.camel@gmail.com> From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= Message-ID: <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> Date: Thu, 1 Dec 2016 11:48:21 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1480603974.27168.10.camel@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nFopThp0iuhDWp8IlF8kVW6fo8675Te7C" X-Provags-ID: V03:K0:5KTswmxIDJqUXmbdM/JbwtzeKuHrztIQccjUxKdQ9M8LI8FPqMh CMiVBmYC7C7o+d5lsAzzJH969SQHwmPuslkbq2sB+0lCSaREzYg12vubYke+kGUAzi48E4L 0TibZGWmYOksmvtwh50JEW7n7KQOVWUwCjM5Y1ZzCGWnfyvbT2pJMlmFuIyzd4fZbnB4cGu SBKq4l2agVGOHErSfAmUw== X-UI-Out-Filterresults: notjunk:1;V01:K0:pB652NviUvY=:flgsdthFRH0yhBPtNWjC0e e75qlGAaUnrJb6nWodJR0s3tfuv97cA0SvdciurC1vaU4DufLeZBXLrV5P3QSWgzvIxYIy8rA qUQpGpimwc3lrff8UQ/ofMbad1kyFPaOK0avjv3y2ChSSJaj06epfqVS6fiF/E6QkuuQTNRRZ y5I0sp2wi/PBAnYBZTb9RA/BHH/kwqAYxEoGkFGZjetVcn4zB/VUcWEjgsBhYddfqz28+z4pT 30dWb9tb7zU+wH2SvrY2b1dCYXdec95sGtxligRs/pACFSV0bJwXAR6wLMugMQCC+Nz3s/JcD is/TbgbEPAngOkTtFKHChOvunJQ5OoHjPM1cD64wYiJyoD3KEwX7gg4msEQkoR5I4BXBJbL1a /GSkOiEPWOhCkgEjpWWm3qP/gsN3teNX+jJLpqi13rwdisBynXYFU0ffeb3rL13k92bqBBFr9 qvxwomxlQJ6PWNFmEU0CzPoGdui95/HNqVNbDaF7DLuSOkBzAFAd6TV+lNWzlfnqf3sjDOQI4 EuBNglqSpdQqzu7iSM0CODRKEzBX3PQZsYtNuzHoMjmeyJYLij5xvRLApL9MwEvLKEJo6QHC1 jqHXELzR1caoPraDH/8W0DGxdM1Lz+2AtopzphOxn3FViKraeozrZv78xni/HezTYDlKBzyQw jeyOUwmJ5kox/QRsp30ilakeLmorVIji6NOc/3GWZcz7lSnG7YHlvGi32BGyKdBzkFOU= X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 24857 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nFopThp0iuhDWp8IlF8kVW6fo8675Te7C Content-Type: multipart/mixed; boundary="8sKSeLHlG65NQJCoODvn3HGgng8FQTTj0"; protected-headers="v1" From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= To: svante.signell@gmail.com, 24857@debbugs.gnu.org Message-ID: <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? References: <1478290644.24382.13.camel@gmail.com> <1480603974.27168.10.camel@gmail.com> In-Reply-To: <1480603974.27168.10.camel@gmail.com> --8sKSeLHlG65NQJCoODvn3HGgng8FQTTj0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Svante, Sorry; I wrote back to the bug list, and forgot to CC you (debbugs only f= orwards responses to the original author). I seem to be lucky: re-running the series of steps that I posted in a cle= an Hurd VM seems to work reliably; I wasn't sure what you meant by "try t= o build it a second time", so I ran "make clean; make -j4", 5 times in a = row, and it still worked fine on all attempts: In GNU Emacs 25.1.90.1 (i686-unknown-gnu0.8, GTK+ Version 3.22.3) of 2016-12-01 built on debian System Description: Debian GNU buildd-unstable (sid) Configured using: 'configure --without-makeinfo' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK DBUS GCONF GSETTINGS NOTIFY LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X1= 1 I'm happy to try out Debian packages, but I'm not entirely sure how; shou= ld I just download the archives from https://packages.debian.org/unstable= /emacs25 ? Do I need to build emacs25-bin-common separately? Thanks, Cl=E9ment. On 2016-12-01 09:52, Svante Signell wrote: > Hi Clement (and the ML), >=20 > I just saw your mail to this bug. Unfortunately I did not get that mail= =2E Do I > have to subscribe to get them? >=20 > Anyway, you were just lucky. Try to build it a second time, or even bet= ter build > the debian package. Latest version now is 2.25.1+1-3. You'll see the sa= me > problems as me (and the hurd build daemons). >=20 > Thanks for trying Hurd out. >=20 > On Fri, 2016-11-04 at 21:17 +0100, Svante Signell wrote: >> Hello, >> >> In order for you to try out the FTBFS problems of emacs24/25 on >> GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way t= o >> do that would be to read: >> https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ >> or using a pre-installed image: (3GiB) >> tinyurl.com/6dyly5d >> containing debian-hurd.img.tar.gz >=20 >=20 >=20 >=20 --8sKSeLHlG65NQJCoODvn3HGgng8FQTTj0-- --nFopThp0iuhDWp8IlF8kVW6fo8675Te7C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYQFRVAAoJEPqg+cTm90wj4SQQAKDbpTBaU7XGQvtETTcEN7CA T2ijkVX9bonjLsf2UAvVTBn+j6OlnemguDnyXgFQbQAiEp3oFBKgd8KfXx659IBT HUqGkacXPCkjLqqeRMaFLaWkuZ2n3ow3N2TgASWqCBgmCdX7yWhlQ0Zm+7XGi8q7 ti6RUb/a+gf3k29hTiVYzOFoLDc2oR+j6H7dlMypPEIBa4azz/yYT6RoBIs/CEMI AkDVMWlKlzeMUX+LAkrpK+T0HccJIQ2devS88jLDvjnx4NkzVAtP/UnkIFWLMhpi cQax7trJ5n/PJqMmDLiKXo5CJsG1IIeQ1vsHPJI129jH2MDySFdlBx0cjCNFhBSq u9k8EvMpJC8l6Z6A9AUysdx7Y7W8bpC9esEKYrxD7UPQSQMvMRCAlVpX9Cy0TAuI RH1wvE9l2R5LroO7mJCvJm2o1GhaWFrNC/tf7GvDQDhhTxarnZH2DQtESwDNKarS I8zYkg/vQHaSCnHYIGyIT87uIqJ4QeFq9Hd0d7Fg8UGPLnaNzOL6LyYOJZnMr7Xx GvwIax0+gBvda/OiqtQphkhaysC+OeGn0Mcu9DQ+QlOEg0NebGHJydAWJ/vx6WGQ 9qtFE+H4tT7StraiwypasgCir931MpTUu6qW0jsI66PDov6MXq+eS0/7bmd9haLp pFJTiZujDQo+pms+Bsmn =4a4u -----END PGP SIGNATURE----- --nFopThp0iuhDWp8IlF8kVW6fo8675Te7C-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 12:29:30 2016 Received: (at 24857) by debbugs.gnu.org; 1 Dec 2016 17:29:30 +0000 Received: from localhost ([127.0.0.1]:48948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCVAo-0005kE-Ez for submit@debbugs.gnu.org; Thu, 01 Dec 2016 12:29:30 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:36332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCVAm-0005k1-L0 for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 12:29:29 -0500 Received: by mail-lf0-f67.google.com with SMTP id o20so19715869lfg.3 for <24857@debbugs.gnu.org>; Thu, 01 Dec 2016 09:29:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=bD7JUuhRG/dTOzUWJIXZQ1QUHJm4f0Co/2rr7/j9V0Y=; b=OfGxcbfwRCTv2eNFSuwGPdqYhrpmpDkS8mI4X65WAWJeJ1hW62Awmj1nLiJTsivQVa 1PKAsqJCAIKH54TlYPuPx+9RJIDlxqxklJVNrKBaA3puVabjNZTqRi1gbdh0v7VkQw4S 9mr9KzluCWxiX8JjvvR7WRBYbGryzmH0zphqC6c5rVUwrE1tkl9YrUIRyZEMqLpkNU/c mXxe6IclYLL3eu5gJZqFzWY0c2NqiILVf/fQrv00o3dV564LzwVofaxbNdf+uH0CowJz WKSvjCYKc5RlIRBgljwcEIWJTrgB2LLCFtJaERUXbVE/W3bmblZv2pl3w8mfQokMtY7+ lWbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=bD7JUuhRG/dTOzUWJIXZQ1QUHJm4f0Co/2rr7/j9V0Y=; b=VJoADKMhWKTKHkt/oQtau9OVB8NnRA2AnPLNWcs6HezFjO+HA7l0N2SavpwRRJrj/O 8Ru6nNi69XWOAJihqMUIqVMbu89pRXtyE+q670S3JVtM86D0N1LXSgNtgm/UAZ70Pvop OO3KOHnjwTbPMW+/hmAlxRObl5wU3X91V9hQVNq85ZRrOtwHaGPx+W8PeNyF7vGpU5c9 8z0t37/Z8IrAdokOFFdRBF+XCDY7seHzk9au5Ug5wz9U2/9YVq9Vdm6jokKsLusXmMPv qpZM1yZHZ/O9dF5Kblusfr/jhGn7RZ5axp2XtZHaRAzGuHOhy+xNAFdFbtNLBQLEtgoO jAQw== X-Gm-Message-State: AKaTC01vsNlKzK67CBfI0QCtMIiy+73rtjBmFWchxk1/rqKHfVc7JOcZqkX1eC/XQD1MkA== X-Received: by 10.25.24.165 with SMTP id 37mr16678387lfy.168.1480613362725; Thu, 01 Dec 2016 09:29:22 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id g12sm183721lfg.28.2016.12.01.09.29.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Dec 2016 09:29:21 -0800 (PST) Message-ID: <1480613362.27168.19.camel@gmail.com> Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? From: Svante Signell To: =?ISO-8859-1?Q?Cl=E9ment?= Pit--Claudel , 24857@debbugs.gnu.org Date: Thu, 01 Dec 2016 18:29:22 +0100 In-Reply-To: <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> References: <1478290644.24382.13.camel@gmail.com> <1480603974.27168.10.camel@gmail.com> <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Thu, 2016-12-01 at 11:48 -0500, Clment Pit--Claudel wrote: > Hi Svante, > > Sorry; I wrote back to the bug list, and forgot to CC you (debbugs only > forwards responses to the original author). > > I seem to be lucky: re-running the series of steps that I posted in a clean > Hurd VM seems to work reliably; I wasn't sure what you meant by "try to build > it a second time", so I ran "make clean; make -j4", 5 times in a row, and it > still worked fine on all attempts: > > In GNU Emacs 25.1.90.1 (i686-unknown-gnu0.8, GTK+ Version 3.22.3) > of 2016-12-01 built on debian > System Description:Debian GNU buildd-unstable (sid) > > Configured using: > 'configure --without-makeinfo' > > Configured features: > XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK DBUS GCONF GSETTINGS NOTIFY > LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Nice, I never succeeded to do that. Are you building with the latest glibc/hurd/gnumach packages? Seem like the successful old package builds are not successful any more. :( apt-get update apt-get upgrade or apt-get dist-upgrade > I'm happy to try out Debian packages, but I'm not entirely sure how; should I > just download the archives from https://packages.debian.org/unstable/emacs25 ? > Do I need to build emacs25-bin-common separately? You just do: apt-get build-dep emacs25 apt-get source emacs25 cdemacs25-25.1+1 dpkg-buildpackage -b 2>&1 | tee ../build.log From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 14:25:45 2016 Received: (at 24857) by debbugs.gnu.org; 1 Dec 2016 19:25:46 +0000 Received: from localhost ([127.0.0.1]:49069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCWzJ-00006E-NU for submit@debbugs.gnu.org; Thu, 01 Dec 2016 14:25:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCWzI-000061-IT for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 14:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCWzC-0001oO-Jj for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 14:25:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCWz9-0001nE-Vp; Thu, 01 Dec 2016 14:25:36 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cCWz8-0002yK-Bi; Thu, 01 Dec 2016 14:25:34 -0500 From: Glenn Morris To: svante.signell@gmail.com Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? References: <1478290644.24382.13.camel@gmail.com> <1480603974.27168.10.camel@gmail.com> <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> <1480613362.27168.19.camel@gmail.com> X-Spook: Plame national information infrastructure Radioactive X-Ran: 5z"t7]??cBoZ4^A`]"1{'gH=`JGNzczfmW+yDpW'\*A"asu2'h\!Aj]ZUR/[^c@cI";78C X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 01 Dec 2016 14:25:34 -0500 In-Reply-To: <1480613362.27168.19.camel@gmail.com> (Svante Signell's message of "Thu, 01 Dec 2016 18:29:22 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.9 (-------) X-Debbugs-Envelope-To: 24857 Cc: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel , 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.9 (-------) I believe the Debian packages do the equivalent of a bootstrap build, is that right? Ie, delete and rebuild all the elc files (and more)? At least, that is what I see in eg https://buildd.debian.org/status/fetch.php?pkg=emacs25&arch=i386&ver=25.1%2B1-3&stamp=1480558507 This has always bugged me somewhat, since it means they aren't really building the release tarfiles that Emacs ships, but something more akin to a git snapshot. Should in theory be the same, but it means the Debian builds are doing extra work and more likely to encounter build problems than some other distros. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 17:09:47 2016 Received: (at 24857) by debbugs.gnu.org; 1 Dec 2016 22:09:47 +0000 Received: from localhost ([127.0.0.1]:49182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCZY3-0005c8-2c for submit@debbugs.gnu.org; Thu, 01 Dec 2016 17:09:47 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:36398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCZY1-0005bs-IU for 24857@debbugs.gnu.org; Thu, 01 Dec 2016 17:09:45 -0500 Received: by mail-lf0-f66.google.com with SMTP id o20so20387482lfg.3 for <24857@debbugs.gnu.org>; Thu, 01 Dec 2016 14:09:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=rfjwZyR7dZDUnLKozz/P6F08NiXLQ+U0Z5MkdkDfvHg=; b=BpvZ/nuPrltszfRAe4e8JgdaU3CDfZLl19ee7XfblTZZqv0xE76BFnLlh54TTX/7Ws IaZOScFMjn55izUKkDr9j6OZonkTJRAU16Bpg3vCVfHR8z65/ZROuzuf2u2mkXraOKJZ WyGaO8O8BReWAe2mLUKLbNGl0P9wlWxqOvtrHk21CgAvu2zHtvpXeGXJ1NhrdpzRHDrL qU8PTt6CZ+/XM0WhuJBgtRwAqJO+nJpLak1l2KvN1CC/nquOz5DVem9ccMbqYpzIfxRu piLJ3yFMHnxMTtDoa99SKzW8GCxuBQvQV6stQiwRrO7zbx0RnyGtIEUjCxSt46+jft+d Yd1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=rfjwZyR7dZDUnLKozz/P6F08NiXLQ+U0Z5MkdkDfvHg=; b=j3OnYghqYdBQzcm162vQRB3pVsBjzEr5PhOXbO5JXBkILC/cjZ7qHztIsnSKMd2a3d e0uGAsCcPIEhB2H+tPY9GPyyhcS4b+uG59p+scfiqndSJAxTJP5gQQxFZ3nJlaF8DXzU HARDeg9/v8uzPIVZDWAJIxX7CsfiPrNA4Lp+eKVo5iwKVAsUyfi7XOsQuibKBI3VrFWh 52BgmLWY6NaCNVFwLFkuXh7J9LS0XA2A96D61/sRMg8dBUJPim/xbedlifnSYnXgnlS9 fvDG6pUGGSleWrGzVvtu3HzrWXqAsDQFewyH4ROdZMHirJuoVtc6peeilymMpwisr+rr bL+Q== X-Gm-Message-State: AKaTC02grEiHuEhX2T84WP02F6b89U4coiTWEjDZxuGqzQX/mCaR6wZyPdWyBPR4x/pjbw== X-Received: by 10.46.72.18 with SMTP id v18mr13820219lja.12.1480630179734; Thu, 01 Dec 2016 14:09:39 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id y25sm338026lja.13.2016.12.01.14.09.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Dec 2016 14:09:39 -0800 (PST) Message-ID: <1480630179.27168.26.camel@gmail.com> Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? From: Svante Signell To: Glenn Morris Date: Thu, 01 Dec 2016 23:09:39 +0100 In-Reply-To: References: <1478290644.24382.13.camel@gmail.com> <1480603974.27168.10.camel@gmail.com> <7331b096-d4cc-77ca-0b7d-d17ba7e0f1e7@gmail.com> <1480613362.27168.19.camel@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: =?ISO-8859-1?Q?Cl=E9ment?= Pit--Claudel , 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Thu, 2016-12-01 at 14:25 -0500, Glenn Morris wrote: > I believe the Debian packages do the equivalent of a bootstrap build, > is that right? Ie, delete and rebuild all the elc files (and more)? Yes, that's what they do. Previously rebuilding all the .elc files made the Hurd build to FTBFS, but now it is mainly the temacs executable causing problems. > At least, that is what I see in eg > > https://buildd.debian.org/status/fetch.php?pkg=emacs25&arch=i386&ver=25.1%2B1- > 3&stamp=1480558507 > > This has always bugged me somewhat, since it means they aren't > really building the release tarfiles that Emacs ships, but something > more akin to a git snapshot. Should in theory be the same, but it > means the Debian builds are doing extra work and more likely to > encounter build problems than some other distros. Yes, see above. And the builds are made for three targets: nox, x and lucid, the whole tree is copied tree times for build. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 02 05:35:56 2016 Received: (at 24857) by debbugs.gnu.org; 2 Dec 2016 10:35:56 +0000 Received: from localhost ([127.0.0.1]:49531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cClC8-0007oo-LD for submit@debbugs.gnu.org; Fri, 02 Dec 2016 05:35:56 -0500 Received: from mail-lf0-f54.google.com ([209.85.215.54]:33472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cClC7-0007oc-8P for 24857@debbugs.gnu.org; Fri, 02 Dec 2016 05:35:55 -0500 Received: by mail-lf0-f54.google.com with SMTP id c13so191863277lfg.0 for <24857@debbugs.gnu.org>; Fri, 02 Dec 2016 02:35:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=7nuEEPlqLyCu8FbOyPAubvfdn4n0cuFfOXNhtm3eNTo=; b=DBKb3Uxz3pbHZwbJTNNfawLfmOMIERQt3vx5XwxCRlulswWInvMB8TXnkiflLaf7Ti h5+06hCWYzeKKbp2qL64rImdCNbOzR+EZcG8Cu2q1XQNSqHvJXnEHs7PLDvkKtDYCa7+ AskWaubWbFAkiqMJhHLEF3v5BiY+SNHoZFWxXGnxXjetRCdpzMP0LnNQFjnNGEcyskX2 Z+Bb6yH8zA7HmQlgbiXIkuKNIRL2ryxIh3s4objxpCSzUjx968LgnQlNpmIpH2Fk2SKb M5vP/8ubEnwn4mFJEmNHljB/UANmp6W80qdDZPx7pMC34yUVDRFHheOvVWd7VrVnA8cN XdQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=7nuEEPlqLyCu8FbOyPAubvfdn4n0cuFfOXNhtm3eNTo=; b=TCgRpiuBkWHLDroFJe8lFNXXLHWX4Ad5NYZVS5CaDBt4N1puHJa6iWd5VGDfdWXrN9 M19SdO5O3nfveRUJL909meMdPqe1ImNq1COyeNjD2M3n17JjuBsOVU8O/1isncwtLMbe cjrIclKKbXHWJgIwFl+g6AaEzQoAxOlPVGX772a+ov5rS66GEC4W3O6fB8v+koqqsrmX eCvvULDlRunB3yp+DHs5h8jXCdbPfUfaFyIZlmEmcr485CqP4bHnLHpVnEs320ZR0Zv1 5SQ/Bfq1G2IeKSkLGqQLLUhSeLo5ZP0jP72AGrXIcff4GMgQ5FXXD7iyXPSnIqsodfdx vmEg== X-Gm-Message-State: AKaTC02vuPLoCXlSf5fOkFbq4LIPVaL8Egk89Q9GZeiLBt0x9LfrweQLQ/RwIE1/aEzYwQ== X-Received: by 10.46.78.2 with SMTP id c2mr19915340ljb.62.1480674949247; Fri, 02 Dec 2016 02:35:49 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id f124sm678724lff.34.2016.12.02.02.35.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 02 Dec 2016 02:35:48 -0800 (PST) Message-ID: <1480674949.16952.8.camel@gmail.com> Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: emacs-devel@gnu.org Date: Fri, 02 Dec 2016 11:35:49 +0100 In-Reply-To: <1478101904.16249.56.camel@gmail.com> References: <1478096214.16249.46.camel@gmail.com> <83oa1xnb5k.fsf@gnu.org> <1478101904.16249.56.camel@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Wed, 2016-11-02 at 16:51 +0100, Svante Signell wrote: > On Wed, 2016-11-02 at 17:39 +0200, Eli Zaretskii wrote: > > > > > > From: Svante Signell > > > Date: Wed, 02 Nov 2016 15:16:54 +0100 > > > > > > First time I compiled emacs 25.1 from upstream it passed, second time not. > > > Compiling Debian versions almost always fail. Moslty the build fails with > > > temacs > > > failing to execute: Killed. In my opionion it's a real loss not to gave a > > > modern > > > version of emacs25 available for use in GNU/Hurd (not everybody use vi). > > > > > > Do anybody of you have an idea on how to solve this problem? > > My suggestion is to run the failing temacs command line under GDB and > > see where it crashes. > > Hi, attached is a traceback from gdb. Edited to remove thousands of loops, as > indicated in that file. > > The best way to communicate this information is to file a bug report, > > using "M-x report-emacs-bug RET" (in some version of Emacs you have > > that is operable; if not, just email the details to > > bug-gnu-emacs@gnu.org). > > A bug was already filed by > PaulEggert,https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24857 Hi, again. Irrespective of the discussion ongoing of a C or Lisp implementation of dump, I'd like to try the patch supplied byDaniel Colascione. Does it still apply without problems to the main repogit://git.sv.gnu.org/emacs.git? From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 02 19:02:36 2016 Received: (at 24857) by debbugs.gnu.org; 3 Dec 2016 00:02:36 +0000 Received: from localhost ([127.0.0.1]:50726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCxmm-0003dC-38 for submit@debbugs.gnu.org; Fri, 02 Dec 2016 19:02:36 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:37908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cCxmj-0003cy-QQ for 24857@debbugs.gnu.org; Fri, 02 Dec 2016 19:02:34 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2F13A160051; Fri, 2 Dec 2016 16:02:28 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id OCuPFafogyMw; Fri, 2 Dec 2016 16:02:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1261D16013D; Fri, 2 Dec 2016 16:02:27 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id saef_O21RHTs; Fri, 2 Dec 2016 16:02:26 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id EB72C160051; Fri, 2 Dec 2016 16:02:26 -0800 (PST) Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd To: svante.signell@gmail.com, emacs-devel@gnu.org References: <1478096214.16249.46.camel@gmail.com> <83oa1xnb5k.fsf@gnu.org> <1478101904.16249.56.camel@gmail.com> <1480674949.16952.8.camel@gmail.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: Date: Fri, 2 Dec 2016 16:02:26 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1480674949.16952.8.camel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) On 12/02/2016 02:35 AM, Svante Signell wrote: > Irrespective of the discussion ongoing of a C or Lisp implementation > of dump, I'd like to try the patch supplied by Daniel Colascione. Does it still > apply without problems to the main repo git://git.sv.gnu.org/emacs.git? I doubt it. However, Daniel indicated here: http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00081.html that he would create a branch for that patch this weekend, and I suggest trying that branch. As a Savannah upgrade is in progress, you may have to wait before it's available; see: http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00095.html From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 07 17:40:24 2016 Received: (at 24857) by debbugs.gnu.org; 7 Dec 2016 22:40:24 +0000 Received: from localhost ([127.0.0.1]:60426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEksy-0005qt-8u for submit@debbugs.gnu.org; Wed, 07 Dec 2016 17:40:24 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEksx-0005qi-36 for 24857@debbugs.gnu.org; Wed, 07 Dec 2016 17:40:23 -0500 Received: by mail-wm0-f65.google.com with SMTP id a20so30964446wme.2 for <24857@debbugs.gnu.org>; Wed, 07 Dec 2016 14:40:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=FImDKnDNtUGyYDtfmTH76pcsK5in8B6Pn7Y7vCD6RjM=; b=s5aFTh3Ny1R7i32n4tfDimclbn+Jxq0fUSzUitTXbpAHS731CRRpVUmb392QNUuiW8 mLRnmXAk6AUUa6ERbKNTcpSB/NxCM/szvdUo+8VeEZfZKYsQSo4nwLfuOS17Xl29ZxvN e2NQqtBnbhxTdjWKpchSMHNS+11i+sjYAi0YD7juSYaurfIP6QP6i94wVGe94Lcqk15o +kO1gqBK09K719swWIBKqK5aKKvMHMfUlWvLW/nNGXNn8r/PxQlPEM154Iis84fFMDCV XvPgZ2PN8vCUccb2kXCgFnWRXbnO5swmq7lD3H9GwwQYd4b4NP+dLakHiCzi0P7fMuro 490Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=FImDKnDNtUGyYDtfmTH76pcsK5in8B6Pn7Y7vCD6RjM=; b=LRF+EbDFXz+BFPYgFGBNF1ZN4cTzGDTqUVnjNL7C9IDfSPLtg4QkfPOrPO0nAuBju6 lJ8LGmrLFxJoMNwPAZv/ZfLQNrvYqv9/YguMkahxfI0twbHTob2sJdze+a2n0BcFHciv G2cYy9927RGI0xp+QJ7Ncxx47NNRewtuqKQvwEwea678LPfynnaVXsGEyDRZfNj0l7bJ Y9VrBUemZ85nSZmlKkocdyZqu70GOnhUpVeIyQOu0f6fevxN926ffsc9PVg0VesnvY5k icOKEsS4F1QHuKFUHLoLBPgzW4lQyDU36OD9y7WjocuILpe9iAwHQeEWGYOTcl94m3TE tBLg== X-Gm-Message-State: AKaTC03VNxyqElf6G7ig1DXaziiwNgBLI+yAsd+A/5dEEPlg62tKHegfZyYP7/OY5lUVYA== X-Received: by 10.25.22.210 with SMTP id 79mr25144536lfw.170.1481150417327; Wed, 07 Dec 2016 14:40:17 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id o84sm5159584lfg.49.2016.12.07.14.40.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Dec 2016 14:40:16 -0800 (PST) Message-ID: <1481150422.9077.43.camel@gmail.com> Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Paul Eggert , emacs-devel@gnu.org, dancol@dancol.org Date: Wed, 07 Dec 2016 23:40:22 +0100 In-Reply-To: References: <1478096214.16249.46.camel@gmail.com> <83oa1xnb5k.fsf@gnu.org> <1478101904.16249.56.camel@gmail.com> <1480674949.16952.8.camel@gmail.com> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Fri, 2016-12-02 at 16:02 -0800, Paul Eggert wrote: > On 12/02/2016 02:35 AM, Svante Signell wrote: > > Irrespective of the discussion ongoing of a C or Lisp implementation > > of dump, I'd like to try the patch supplied by Daniel Colascione. Does it > > still > > apply without problems to the main repo git://git.sv.gnu.org/emacs.git? > > I doubt it. However, Daniel indicated here: > > http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00081.html > > that he would create a branch for that patch this weekend, and I suggest > trying that branch. As a Savannah upgrade is in progress, you may have > to wait before it's available; see: > > http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00095.html Daniel, What is the status of your branch containing the portable dumper? Nothing so far inhttp://git.savannah.gnu.org/cgit/emacs.git Emacs still FTBFS miserably on GNU/Hurd, both old (previously building) versions as new ones. The latest successful build was for Debian version 2.24+1-5, in Nov 28 2015, more than a year ago :( From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 07 20:15:36 2016 Received: (at 24857) by debbugs.gnu.org; 8 Dec 2016 01:15:36 +0000 Received: from localhost ([127.0.0.1]:60499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEnJA-0000rd-6d for submit@debbugs.gnu.org; Wed, 07 Dec 2016 20:15:36 -0500 Received: from dancol.org ([96.126.100.184]:38068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEnJ8-0000rQ-Q1 for 24857@debbugs.gnu.org; Wed, 07 Dec 2016 20:15:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject; bh=F3tJVujZT+Bp6JRc7fSYxtJWTZpnGILio70X2HDdgi4=; b=dpaVxmygR2+Fg8cZvKGVUYZMrRS98zKJSJ2EwbJ9PT0naOwHOPCHOvPap4HukqxCI6m7Jyk8fiEW5JBZhgb1Y1bJUbMU/tCXT9CBbj3tounmUwd8D8R24hErat87kOca97q9qiuS7eGt8stvuRDG3FReb8S4L+Z9lR1BKio6rQUAAzXeIf41uzCs1JBI8exZf7AQqmDpIOexsxHg3bMscaaMkuxc5IMCgOmdHmrhSFgxnWBeOBxxo5fHyB/wz/gpC5dHEDHeX6Denf2p6zLRJaeLDdGVePNEggZPjhTRng141EtlVukBZdSucMiayFQIk3bHMayK31BB1JIx1GelSA==; Received: from c-73-140-245-253.hsd1.wa.comcast.net ([73.140.245.253] helo=[192.168.1.173]) by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cEnJ7-0004i6-8c; Wed, 07 Dec 2016 17:15:33 -0800 Subject: Re: emacs24/25 FTBFS since a long time on GNU/Hurd To: svante.signell@gmail.com, Paul Eggert , emacs-devel@gnu.org References: <1478096214.16249.46.camel@gmail.com> <83oa1xnb5k.fsf@gnu.org> <1478101904.16249.56.camel@gmail.com> <1480674949.16952.8.camel@gmail.com> <1481150422.9077.43.camel@gmail.com> From: Daniel Colascione Message-ID: Date: Wed, 7 Dec 2016 17:15:29 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481150422.9077.43.camel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) On 12/07/2016 02:40 PM, Svante Signell wrote: > On Fri, 2016-12-02 at 16:02 -0800, Paul Eggert wrote: >> On 12/02/2016 02:35 AM, Svante Signell wrote: >>> Irrespective of the discussion ongoing of a C or Lisp implementation >>> of dump, I'd like to try the patch supplied by Daniel Colascione. Does it >>> still >>> apply without problems to the main repo git://git.sv.gnu.org/emacs.git? >> >> I doubt it. However, Daniel indicated here: >> >> http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00081.html >> >> that he would create a branch for that patch this weekend, and I suggest >> trying that branch. As a Savannah upgrade is in progress, you may have >> to wait before it's available; see: >> >> http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00095.html > > Daniel, > > What is the status of your branch containing the portable dumper? Nothing so far > in http://git.savannah.gnu.org/cgit/emacs.git > Emacs still FTBFS miserably on GNU/Hurd, both old (previously building) versions > as new ones. The latest successful build was for Debian version 2.24+1-5, in Nov > 28 2015, more than a year ago :( > Sorry for the delay --- I've been a bit held up in some personal business. I recently fixed some bugs in the unexec-mode-in-pdumper-build case, and I want to get end-to-end installation (loading the dump after 'make install') working before I push the branch. Shouldn't be too long. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 04:12:08 2016 Received: (at 24857) by debbugs.gnu.org; 8 Dec 2016 09:12:08 +0000 Received: from localhost ([127.0.0.1]:60761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEukJ-00072t-Q5 for submit@debbugs.gnu.org; Thu, 08 Dec 2016 04:12:08 -0500 Received: from mail-wj0-f196.google.com ([209.85.210.196]:35604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cEukG-00072D-Az; Thu, 08 Dec 2016 04:12:04 -0500 Received: by mail-wj0-f196.google.com with SMTP id he10so39285043wjc.2; Thu, 08 Dec 2016 01:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=OZI0t3nm8uXDlMXZT7PQvHvSWGE4vNEgcnM8sYaOvRs=; b=PNUCv0zG8+zjTlsxPV34h2PnzIbCIAfZXDMEFx3FsaXYKY7Csav1M65W6XwdZTBGa9 1qRihHiP6+fwJ8Obrp4cvLnCLBeBSLdltw4HysSVhFarJfAXyDptUefRsStUcnE53BKG 3g1dmeyOaGeZfQwNaTBv+giCt8mQUXyjC+pkrHeKQkTeO6JmSi7zrcXTmWTHonxBiysJ WiDLASbTyRCBv7glrurGmDA2an71TUGIqopuLR7Ouf1URtCSQ5DkJoEuwCS5qTgkf6fG aorAT1OU7xuvZyXYCilQ69UnDxUwMkfc2JRYMHzGSaSbInaO/C25okOTgXtqV7ENQpUf dQIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=OZI0t3nm8uXDlMXZT7PQvHvSWGE4vNEgcnM8sYaOvRs=; b=RJvtSuuHASql9D8tQ+AiRbP/uzguk3J0XxFfryj8+gBUBjqguG1Kkt03rWWws7K9Xg 6X2nyaFdvdeja3L70ThAflP8OTkcGmdn1AhnX8M2GV90BpgVrrp1oV6d68FwoKmUMs5k Fd/CbJ/a8aE9JGSquyPAR+6xg4enBjHRKVpLaH3oJ5wBSNXSAYd3a72XNoe1as0p5Zk+ z4nnMV7y80xtnzYORcz8+14XWQ4pr/VsmC76fRcbcFEEx9oM2LbwMQEJolYEz24nO1m+ kC6mtcmtK5IRN/YrdUKSE+bRBkEEL7XeUBq5lUNWkjGUbJfDRnEz81GI3En6gPV9Jdxc nQLA== X-Gm-Message-State: AKaTC0061Ud30wCBj4hYjoCuvFJKb3dJZWFXuiIl+kJ0/iD75FcpCsosVBAB5E30TF5cWA== X-Received: by 10.46.76.2 with SMTP id z2mr32825128lja.32.1481188318401; Thu, 08 Dec 2016 01:11:58 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id a79sm5391138lfe.48.2016.12.08.01.11.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Dec 2016 01:11:57 -0800 (PST) Message-ID: <1481188323.9077.79.camel@gmail.com> Subject: Re: Anybody needs help to set up a qemu VM for GNU/Hurd? From: Svante Signell To: Paul Eggert , =?ISO-8859-1?Q?Cl=E9ment?= Pit--Claudel Date: Thu, 08 Dec 2016 10:12:03 +0100 In-Reply-To: <03dd4752-ebf7-c36f-0f49-e255d1e649d0@cs.ucla.edu> References: <94f4d6ff-a8fa-45c3-b15b-e4a4af04dca6@cs.ucla.edu> <1481151606.9077.59.camel@gmail.com> <03dd4752-ebf7-c36f-0f49-e255d1e649d0@cs.ucla.edu> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org, 25081@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) (Adding #24857 and Clement to the recipients list.) On Wed, 2016-12-07 at 16:45 -0800, Paul Eggert wrote: > On 12/07/2016 03:00 PM, Svante Signell wrote: > > Hi, adding emacs-devel to the recipients > > I'm not sure emacs-devel is worth bothering over all the details here, > so I'll drop it from the CC: list for now. We can send emacs-devel a > summary later as needed. OK! > > > > I normally use: > > qemu-system-x86_64 -enable-kvm -m 2048 -net nic,model=rtl8139 -net > > user,hostfwd=tcp::-:22 -drive > > cache=writeback,index=0,media=disk,file=.img > > Thanks, that wasn't obvious, I used that. Perhaps make it part of the > brief HOWTO? I'll propose that to people who can make these changes. > > This is expected, since qemu does not know exactly in what format the file > > is > > in. Maybe just ignore that warning for now? I (and others) do. > > > > I'm a fan of fixing warnings; otherwise I find that I stop paying > attention to them. Surely there's some option I can give to qemu to > suppress the warning, and that could be part of the HOWTO? I still haven't bothered to find out which option to pass to qemu. Maybe its useful to find out and add it to the HOWTO too. > > It might be easier to use the debian tools: > > I assume these commands need to be run as root on the guest. > > > apt-get update > > apt-get dist-upgrade > > These work, thanks. The latter takes a looong time. Perhaps this should > be written down too. Noted! > > apt-get build-dep emacs24/emacs25 I was too brief here: apt-get build-dep emacs24 apt-get build-dep emacs25 > This fails with 'Reading package lists... Done > E: Unable to find a source package for emacs24/emacs25'. I forged ahead > by running just "apt-get build-dep emacs25" but that failed with: > > E: Failed to fetch > http://httpredir.debian.org/debian/pool/main/libx/libxdmcp/libxdmcp-dev_1.1.2- > 1.1_hurd-i386.deb > Error reading from server. Remote end closed connection [IP: > 5.153.231.35 80] > E: Unable to fetch some archives, maybe run apt-get update or try with > --fix-missing? > E: Failed to process build dependencies > > I tried running "apt-get build-dep emacs25" again. This time it finished. Probably just a network glitch. > > apt-get source emacs24/emacs25 As above: apt-get source emacs24 apt-get source emacs25 > I don't want to do this, as I want to build from the master branch. I > did that, with plain 'configure; make'. So you built from the tarball, right? > Emacs built and eventually attempted to dump itself, and while it was > doing so, the operating system crashed. When I attempted to reboot, fsck > failed. I ran fsck -y by hand (took a while) and rebooted. When the OS > came back up, temacs was size-0, so I removed it and ran 'make' again. > This time it worked, in the sense that I can now run Emacs in a tty window. I've also successfully built different emacs tarballs and git repos. The problem is building again, or worse: to build a Debian package, which copies the whole emacs tree into three different build directories: build-x, build-nox, build- lucid, as well as rebuilding all *.elc files. See bug #24857, especially comments #86,89,92,95 of that bug, for more info where Clment Pit--Claudel did the same as you. > So, it sounds like we can declare victory against this bug, at least for > the master branch. At least, it worked for me, if you ignore the OS > crashing during the build. Possibly the crash was because I didn't > reboot after the 'apt-get dist-upgrade' (you didn't say to reboot, so I > didn't....). Sorry, I should have added after dist-upgrade especially when gnumach/hurd/glibc are updated. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 10:50:28 2016 Received: (at 24857-done) by debbugs.gnu.org; 8 Dec 2016 15:50:28 +0000 Received: from localhost ([127.0.0.1]:34711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF0xo-0003df-Ky for submit@debbugs.gnu.org; Thu, 08 Dec 2016 10:50:28 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:40850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF0xm-0003dP-E4; Thu, 08 Dec 2016 10:50:26 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 767BA16008F; Thu, 8 Dec 2016 07:50:20 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id yREALjq13jeI; Thu, 8 Dec 2016 07:50:19 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id B909B16009E; Thu, 8 Dec 2016 07:50:19 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id HhHQVDDYlD33; Thu, 8 Dec 2016 07:50:19 -0800 (PST) Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 9EA7616008F; Thu, 8 Dec 2016 07:50:19 -0800 (PST) Subject: Re: Anybody needs help to set up a qemu VM for GNU/Hurd? To: svante.signell@gmail.com, =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= References: <94f4d6ff-a8fa-45c3-b15b-e4a4af04dca6@cs.ucla.edu> <1481151606.9077.59.camel@gmail.com> <03dd4752-ebf7-c36f-0f49-e255d1e649d0@cs.ucla.edu> <1481188323.9077.79.camel@gmail.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: <99a2b5a6-2f16-7866-8661-f31e888346fa@cs.ucla.edu> Date: Thu, 8 Dec 2016 07:50:16 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1481188323.9077.79.camel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 24857-done Cc: 25081-done@debbugs.gnu.org, 24857-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) On 12/08/2016 01:12 AM, Svante Signell wrote: > I've also successfully built different emacs tarballs and git repos.=20 > The problem is building again, or worse: to build a Debian package,=20 > which copies the whole emacs tree into three different build=20 > directories: build-x, build-nox, build-lucid, as well as rebuilding=20 > all *.elc files. See bug #24857, especially comments #86,89,92,95 of=20 > that bug, for more info where Cl=C3=A9ment Pit--Claudel did the same as= you. OK, but that appears to be a problem with the Debian build procedure,=20 not with Emacs per se. >> So, it sounds like we can declare victory against this bug, at least f= or >> the master branch. At least, it worked for me, if you ignore the OS >> crashing during the build. Possibly the crash was because I didn't >> reboot after the 'apt-get dist-upgrade' (you didn't say to reboot, so = I >> didn't....). > Sorry, I should have added after dist-upgrade especially when > gnumach/hurd/glibc are updated. > > OK. Closing the Emacs bug report. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 12:01:32 2016 Received: (at 24857) by debbugs.gnu.org; 8 Dec 2016 17:01:33 +0000 Received: from localhost ([127.0.0.1]:34761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF24a-0005HW-Ov for submit@debbugs.gnu.org; Thu, 08 Dec 2016 12:01:32 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF24Z-0005HC-1G; Thu, 08 Dec 2016 12:01:31 -0500 Received: by mail-wm0-f47.google.com with SMTP id t79so35263186wmt.0; Thu, 08 Dec 2016 09:01:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:organization :mime-version:content-transfer-encoding; bh=BiWblD7dLmzvxQwuitdhwdFrUnIX3c8x3CPHseYqEL4=; b=W7xjXnzeKI6hkfoW+xPsPJWWWzF1Vbufx8OK+9SsxS5WClvKE2Bfq8JTqoxiyZhNTO t8TXY2yD3q0YUMGxQDRzYrJmB29NEccWtf8IMfBz+7r7PHalkOg3CYarrstxkfZtLrx6 P6gt80Jt97G19FBHLzEmO1/+FcAzioeHrdR9x9Ami+nThOsFkFnr1ClA5tMcl+7X+ROw 1JrD6Wypwz7qPg9bX9NeMl0HAzwmdv1y6hbgiPjh5gZxb9R6nDtXQ8vIQv2hQIyZBRYn cuZOxKzowPgKRtzHudKGJ9E1gx2CB/AMWw0IUTUGyhEAJyKIFxjdaOT5Sh9QvfZKJrn8 +Qgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :organization:mime-version:content-transfer-encoding; bh=BiWblD7dLmzvxQwuitdhwdFrUnIX3c8x3CPHseYqEL4=; b=iaiB/m+Y83nhSnZLnjU5rFrG5K0B/8D2KBARGT6wWlEeU/76q40vxd8j2I8KfqtqiV Dr/2W5A8tvBxPHE9BvhfXYTfBOotx4FlQcADhI65rzMH0bKNO2y58psnacwHJXk2odZQ BfUlFtETp9IbqarpQZFOs8xI10xMhmKn9Qm+VcZC8xsv0YV176+h45RL9Ax05GRrhKMF H+FPOS2xP4UDSb/p4H1B9sRfFKPw6MIihXy9iNxaexupfi5JIhkepzspYtlo3Ig0iohl JNZ3deJXrsPUf+PEHctBTb62+mLfCpjaZPmhOwE6B9x7CtPuzpFPBXhHCmnGC8k/Awvl FqfQ== X-Gm-Message-State: AKaTC02jyCXKnbiYbMfpfBlts4PaAgHgQXQCh/3Xcl0BvJyliIw5kOLCEKXNq19ve/TE6Q== X-Received: by 10.25.216.214 with SMTP id r83mr21719685lfi.3.1481216485266; Thu, 08 Dec 2016 09:01:25 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id 10sm5819127ljh.11.2016.12.08.09.01.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Dec 2016 09:01:24 -0800 (PST) Message-ID: <1481216491.9077.142.camel@gmail.com> Subject: Sorry, reopening this bug From: Svante Signell To: control@debbugs.gnu.org Date: Thu, 08 Dec 2016 18:01:31 +0100 Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) reopen 24857 Thanks This is what I get when configuring emacs 25.1 from the tarball: ./configure --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars --wit\ h-xwidgets 2>&1 | tee ../configure-25.1.build-x1.log make 2>&1 | tee ../make-25.1.build-x1.log ... make[2]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/lisp' ./temacs --batch --load loadup bootstrap Makefile:736: recipe for target 'bootstrap-emacs' failed make[1]: *** [bootstrap-emacs] Killed make[1]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/src' Makefile:398: recipe for target 'src' failed make: *** [src] Error 2 So it is not a Debian configuration problem. Maybe even the configure options can be reduced further. From unknown Sat Aug 16 11:40:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Thu, 08 Dec 2016 17:02:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 12:24:58 2016 Received: (at 24857) by debbugs.gnu.org; 8 Dec 2016 17:24:59 +0000 Received: from localhost ([127.0.0.1]:34785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF2RG-0007Xy-Nb for submit@debbugs.gnu.org; Thu, 08 Dec 2016 12:24:58 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33855) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF2RF-0007Xl-C2 for 24857@debbugs.gnu.org; Thu, 08 Dec 2016 12:24:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cF2R9-00031S-H8 for 24857@debbugs.gnu.org; Thu, 08 Dec 2016 12:24:52 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cF2R9-00031C-DW; Thu, 08 Dec 2016 12:24:51 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2527 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cF2R8-0004Qc-Jg; Thu, 08 Dec 2016 12:24:51 -0500 Date: Thu, 08 Dec 2016 19:25:17 +0200 Message-Id: <8360muib9e.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1481216491.9077.142.camel@gmail.com> (message from Svante Signell on Thu, 08 Dec 2016 18:01:31 +0100) Subject: Re: bug#24857: Sorry, reopening this bug References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1481216491.9077.142.camel@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24857 Cc: control@debbugs.gnu.org, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > From: Svante Signell > Date: Thu, 08 Dec 2016 18:01:31 +0100 > Cc: 24857@debbugs.gnu.org > > This is what I get when configuring emacs 25.1 from the tarball: > ./configure --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars --wit\ > h-xwidgets 2>&1 | tee ../configure-25.1.build-x1.log > make 2>&1 | tee ../make-25.1.build-x1.log > ... > make[2]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/lisp' > ./temacs --batch --load loadup bootstrap > Makefile:736: recipe for target 'bootstrap-emacs' failed > make[1]: *** [bootstrap-emacs] Killed > make[1]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/src' > Makefile:398: recipe for target 'src' failed > make: *** [src] Error 2 Could be a ralloc.c issue? Did you try configuring with REL_ALLOC=no? From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 12:34:48 2016 Received: (at 24857) by debbugs.gnu.org; 8 Dec 2016 17:34:48 +0000 Received: from localhost ([127.0.0.1]:34798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF2am-00014f-4T for submit@debbugs.gnu.org; Thu, 08 Dec 2016 12:34:48 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cF2ak-00014N-Cs; Thu, 08 Dec 2016 12:34:46 -0500 Received: by mail-wm0-f65.google.com with SMTP id g23so4958828wme.1; Thu, 08 Dec 2016 09:34:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=wPjUjN7Mnpl2NXMPHttgpdqLPraRHvesQf4JZdgTzYo=; b=BDuDGAGcQUBene9/J38KnKq6OHYRI62tB+Q4Lzw7y4y6x+OCJz/hnj3wg2ZtNwOIgv 9N+MH45hm35Z+QmOyCFbFKPecrSnLRhzbCdz8wKyuzlzw3j3oosrgnvVOCplTXxdRXBU Rsp0VJDHWan2nmT/mG+9IRI39XjceSrFVstVT0Bovaa7cp00/c2ZepD8vp1dy5FXeF3e NxjQUIClQttpRprCDG8+RLrCBNLooitb4bjMGrfXoORlgOJRSSdAyLZw97gY6XPTBPTl wXSK2vZ6xAXE1mH0xrzhqDQsmxOK4oSIgYzrDniRsKRhDab3cg+V3pT2IRSKHK0YUkk6 uwxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:organization:mime-version :content-transfer-encoding; bh=wPjUjN7Mnpl2NXMPHttgpdqLPraRHvesQf4JZdgTzYo=; b=gJXNC7DEzUNwnkoJjRfJQzzgx8yFgeG105rRe9HoAe+Jti+oUHQRcQRp7wXVx8CrLm IK9GI2fdbSwd4CKhZ86HTvKfNbNYrWtZ4wDs+yp0Qtzio5YQXWlY+GbGm/Lcg44nzENs hNjlaDTIMZWDBJU6g505DXafMgdgA62OMc7KmSfUt9YACFNB3SVv41wWtmELD9a1ozKD uigvZpS3Rwc9Itt8tE7CGNbFaAk3rqqHw/tipQNDrFEzC4QBYBsIvjtzbPglxHq/67kE CcFtfgs1FIvq/AqGITgfnil6NX+nHYHsEGsR3RLrNVENDNdseUyn+O/iazTx85OkyJY5 L/6Q== X-Gm-Message-State: AKaTC01wrcYoVsgJL/EemW06Zoh1V9eAtg619+t1a2IksaDX8i5f1jDz9iMYCN0Ddv+jXA== X-Received: by 10.25.43.69 with SMTP id r66mr23238855lfr.158.1481218480007; Thu, 08 Dec 2016 09:34:40 -0800 (PST) Received: from G3620 (178-78-231-178.customers.ownit.se. [178.78.231.178]) by smtp.gmail.com with ESMTPSA id 18sm5851938ljj.7.2016.12.08.09.34.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 08 Dec 2016 09:34:39 -0800 (PST) Message-ID: <1481218486.9077.143.camel@gmail.com> Subject: Re: bug#24857: Sorry, reopening this bug From: Svante Signell To: Eli Zaretskii Date: Thu, 08 Dec 2016 18:34:46 +0100 In-Reply-To: <8360muib9e.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1481216491.9077.142.camel@gmail.com> <8360muib9e.fsf@gnu.org> Organization: Home Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: control@debbugs.gnu.org, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On Thu, 2016-12-08 at 19:25 +0200, Eli Zaretskii wrote: > > From: Svante Signell > > Date: Thu, 08 Dec 2016 18:01:31 +0100 > > Cc: 24857@debbugs.gnu.org > > > > This is what I get when configuring emacs 25.1 from the tarball: > > ./configure --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars -- > > wit\ > > h-xwidgets 2>&1 | tee ../configure-25.1.build-x1.log > > make 2>&1 | tee ../make-25.1.build-x1.log > > ... > > make[2]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/lisp' > > ./temacs --batch --load loadup bootstrap > > Makefile:736: recipe for target 'bootstrap-emacs' failed > > make[1]: *** [bootstrap-emacs] Killed > > make[1]: Leaving directory '/home/srs/DEBs/emacs/emacs-25.1/src' > > Makefile:398: recipe for target 'src' failed > > make: *** [src] Error 2 > > Could be a ralloc.c issue?Did you try configuring with REL_ALLOC=no? No, I'll try and report back. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 03 13:41:27 2017 Received: (at control) by debbugs.gnu.org; 3 Feb 2017 18:41:27 +0000 Received: from localhost ([127.0.0.1]:55350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZinX-0004Gw-Mu for submit@debbugs.gnu.org; Fri, 03 Feb 2017 13:41:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33521) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZinW-0004Gk-T1 for control@debbugs.gnu.org; Fri, 03 Feb 2017 13:41:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZinQ-0000HL-W3 for control@debbugs.gnu.org; Fri, 03 Feb 2017 13:41:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZinQ-0000HH-Sj for control@debbugs.gnu.org; Fri, 03 Feb 2017 13:41:20 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cZinQ-0002U4-I0 for control@debbugs.gnu.org; Fri, 03 Feb 2017 13:41:20 -0500 Subject: control message for bug 24655 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 03 Feb 2017 13:41:20 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) block 24655 by 24857 25141 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 14 08:20:11 2017 Received: (at control) by debbugs.gnu.org; 14 Jul 2017 12:20:11 +0000 Received: from localhost ([127.0.0.1]:37842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVzZr-00074V-Cl for submit@debbugs.gnu.org; Fri, 14 Jul 2017 08:20:11 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVzZp-00074I-Nu for control@debbugs.gnu.org; Fri, 14 Jul 2017 08:20:10 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 189DB1601D8 for ; Fri, 14 Jul 2017 05:20:04 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 4pgVU4ejWz8x for ; Fri, 14 Jul 2017 05:20:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6E4791601D1 for ; Fri, 14 Jul 2017 05:20:03 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xXoXK4cMqJE9 for ; Fri, 14 Jul 2017 05:20:03 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 554C61600D4 for ; Fri, 14 Jul 2017 05:20:03 -0700 (PDT) To: control@debbugs.gnu.org From: Paul Eggert Subject: 24857 needs more info Organization: UCLA Computer Science Department Message-ID: Date: Fri, 14 Jul 2017 05:20:03 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 24857 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 14 08:21:53 2017 Received: (at 24857) by debbugs.gnu.org; 14 Jul 2017 12:21:53 +0000 Received: from localhost ([127.0.0.1]:37847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVzbU-00077S-PM for submit@debbugs.gnu.org; Fri, 14 Jul 2017 08:21:52 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:34044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dVzbT-00077D-51 for 24857@debbugs.gnu.org; Fri, 14 Jul 2017 08:21:51 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id CA1041600D4; Fri, 14 Jul 2017 05:21:45 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZjxQh7INyg1Q; Fri, 14 Jul 2017 05:21:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id E95FC1601D1; Fri, 14 Jul 2017 05:21:44 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id w4FIQ1SxmYAJ; Fri, 14 Jul 2017 05:21:44 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id CAC951600D4; Fri, 14 Jul 2017 05:21:44 -0700 (PDT) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd To: Svante Signell References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: Date: Fri, 14 Jul 2017 05:21:44 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <83d1ho93ff.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) The last message I see from you on this bug report is that you'd try something and report back. Did that ever happen? Also, could you try the latest Emacs master instead? That would be more helpful than trying to build old versions. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 09:45:59 2017 Received: (at control) by debbugs.gnu.org; 2 Sep 2017 13:45:59 +0000 Received: from localhost ([127.0.0.1]:41926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do8kH-0007xC-5S for submit@debbugs.gnu.org; Sat, 02 Sep 2017 09:45:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51835) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do8kE-0007qN-Vl for control@debbugs.gnu.org; Sat, 02 Sep 2017 09:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1do8k5-0006J2-BJ for control@debbugs.gnu.org; Sat, 02 Sep 2017 09:45:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1do8k5-0006Io-80; Sat, 02 Sep 2017 09:45:45 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2204 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1do8k4-0005SF-KD; Sat, 02 Sep 2017 09:45:45 -0400 Date: Sat, 02 Sep 2017 16:45:35 +0300 Message-Id: <837exhz01s.fsf@gnu.org> From: Eli Zaretskii To: Paul Eggert In-reply-to: (message from Paul Eggert on Fri, 14 Jul 2017 05:21:44 -0700) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control Cc: svante.signell@gmail.com, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) unblock 24655 by 24857 thanks > From: Paul Eggert > Date: Fri, 14 Jul 2017 05:21:44 -0700 > Cc: 24857@debbugs.gnu.org > > The last message I see from you on this bug report > is that you'd try something and report back. Did that ever happen? Also, could > you try the latest Emacs master instead? That would be more helpful than trying > to build old versions. And another 1.5 month later with no responses, I conclude that we shouldn't block our releases due to this issue. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 10:10:09 2017 Received: (at 24857) by debbugs.gnu.org; 2 Sep 2017 14:10:09 +0000 Received: from localhost ([127.0.0.1]:43520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do97h-0003Iu-JU for submit@debbugs.gnu.org; Sat, 02 Sep 2017 10:10:09 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:36526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do97e-0003IQ-Ja for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 10:10:07 -0400 Received: by mail-lf0-f54.google.com with SMTP id z12so8451744lfd.3 for <24857@debbugs.gnu.org>; Sat, 02 Sep 2017 07:10:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=HDkyobi5f5Fy1kphMHPmDIql3YbMuTkouZ4NTpGeA3g=; b=mt6blnYpE21n9q8mYNZgcNEjK+yKkVFU5cWYMx97vrWbTs7/lpk2icnghAhFc0Ge3I DTFVZ4k6/RgAVun3UuXJiG8M/ea3LhJbQFHV9zvEgrnw7sLAbjAdyvQg5CscASVWtYVT gi6l/pptnlS8ATt1r9YpVAoeFAKAUeETBPhAF7I/Ca266xZVXPFLhGItKtNx56f3ufoL sKbuSRLWv+sGYHiJx4SiSeumEd+RDWbLicavLF3/pHUV5oGGnBmrPLeerjAdCZsjRIYf zLDfpwtOmtapX5kZQMg2i6gBlvU1jN+xFjJI0JYfZS+x1+w+Lzh3SjgLIAbwa0cXZIY7 5YMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:mime-version:content-transfer-encoding; bh=HDkyobi5f5Fy1kphMHPmDIql3YbMuTkouZ4NTpGeA3g=; b=s+89tV2TgUW8Q0zXv9P7QhKpcijty40tVmGMr07DHVWBpVKf/x+ujcuOBEMMoY9Si/ 6Rk9/WQTrfqL8greiAPau3KV3nqBf+11aOV6x+3OM7/hp4X/jjdJAtHVarQKGEPXajFF dD2PXh0S3CAWkv45vo3IBSXqEdrRRQII8rSEjLRWM9Xph0YjXC1n/EZ6mtgCiAtPlcHO 8RZoOXMNrzXPIBWCglp4xn1wAtGHXUcytziAKCiuyoes3lrKl2+G9cJANwCp2l2clole ufkGI7xq/Nxy0Z3fgNPjIBB9oogf/yhrXIgZF9unJSPvIsBGCCZwK1XEwYUhywwuYwc9 +kfw== X-Gm-Message-State: AHPjjUhtYptuD3j+QPH2jPzFAv2Rjav70bKlJtgUHBn59Q1nnk4zRDuw UGLzkKPDnkVCfw== X-Google-Smtp-Source: ADKCNb6V3F5ZoPJdnJSAy/fQ5As4zioniHsROYClUTkwB/U5F4vpiMcNVfj+AvNmRU0jPWhL6bQJrQ== X-Received: by 10.25.72.205 with SMTP id v196mr2078044lfa.121.1504361400620; Sat, 02 Sep 2017 07:10:00 -0700 (PDT) Received: from z97-4790k.lan (81-227-159-95-no235.tbcn.telia.com. [81.227.159.95]) by smtp.googlemail.com with ESMTPSA id s20sm400811ljd.61.2017.09.02.07.09.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Sep 2017 07:09:59 -0700 (PDT) Message-ID: <1504361418.7063.58.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii , Paul Eggert Date: Sat, 02 Sep 2017 16:10:18 +0200 In-Reply-To: <837exhz01s.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> <837exhz01s.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, 2017-09-02 at 16:45 +0300, Eli Zaretskii wrote: > unblock 24655 by 24857 > thanks > > > From: Paul Eggert > > Date: Fri, 14 Jul 2017 05:21:44 -0700 > > Cc: 24857@debbugs.gnu.org > > > > The last message I see from you on this bug report > >  is that you'd try something and report > > back. Did that ever happen? Also, could you try the latest Emacs > > master instead? That would be more helpful than trying  > > to build old versions. > > And another 1.5 month later with no responses, I conclude that we > shouldn't block our releases due to this issue. Sorry for not responding so far. I tried the rebuild and it failed then. After that emacs25 sometimes succeeds and sometimes fails to build on Hurd buildds. Mostly fails unfortunately. Examples:  25.1+1-1: fails 25.1+1-2: fails 25.1+1-3: succeeds 25.2+1-2: succeeds 25.2+1-5: buildd hangs So the problem persists, even if the Debian package build is now different. I don't expect that a build from Emacs master would succeed, if built the Debian way with three targets: build-nox, build-x and build-lucid. When I tried with the master sources the largest problem was when enabling X. Still the same problems with Emacs internal/external malloc-related code exist. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 10:27:44 2017 Received: (at 24857) by debbugs.gnu.org; 2 Sep 2017 14:27:44 +0000 Received: from localhost ([127.0.0.1]:43574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9Oi-0005bi-Fb for submit@debbugs.gnu.org; Sat, 02 Sep 2017 10:27:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35895) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9Oh-0005bV-1L for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 10:27:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1do9OX-0004e8-7m for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 10:27:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1do9OX-0004dq-30; Sat, 02 Sep 2017 10:27:33 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2304 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1do9OW-0003di-H2; Sat, 02 Sep 2017 10:27:32 -0400 Date: Sat, 02 Sep 2017 17:27:24 +0300 Message-Id: <83shg5xjjn.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1504361418.7063.58.camel@gmail.com> (message from Svante Signell on Sat, 02 Sep 2017 16:10:18 +0200) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> <837exhz01s.fsf@gnu.org> <1504361418.7063.58.camel@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Svante Signell > Cc: 24857@debbugs.gnu.org > Date: Sat, 02 Sep 2017 16:10:18 +0200 > > Sorry for not responding so far. I tried the rebuild and it failed > then. After that emacs25 sometimes succeeds and sometimes fails to > build on Hurd buildds. Mostly fails unfortunately. > Examples: >  25.1+1-1: fails > 25.1+1-2: fails > 25.1+1-3: succeeds > 25.2+1-2: succeeds > 25.2+1-5: buildd hangs > > So the problem persists, even if the Debian package build is now > different. I don't expect that a build from Emacs master would succeed, > if built the Debian way with three targets: build-nox, build-x and > build-lucid. When I tried with the master sources the largest problem > was when enabling X. Still the same problems with Emacs > internal/external malloc-related code exist. Please do try the master branch, as the memory allocation code has changed considerably there. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 10:43:10 2017 Received: (at 24857) by debbugs.gnu.org; 2 Sep 2017 14:43:10 +0000 Received: from localhost ([127.0.0.1]:43601 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9de-0007pP-37 for submit@debbugs.gnu.org; Sat, 02 Sep 2017 10:43:10 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:33297) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9dc-0007pC-6K for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 10:43:08 -0400 Received: by mail-lf0-f42.google.com with SMTP id a126so8668932lfa.0 for <24857@debbugs.gnu.org>; Sat, 02 Sep 2017 07:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:reply-to:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=h8TO0aeNhX+SiTdZUwLSXVN+hmaQO9wBmLevX24THb8=; b=U3xR6ZqVjR+lsNvcoNPKeJD6ZrwgGQ8zlsP8PRkbo/XhCvdoIsxemvSc0jK7kdFgZI C/3XBLbGTDdGyyImRCoKSVPL6RhjJCGEx1P4kzGQw78iFMsIufX+aNEPDmFUm1TaSqXw /s8LrhdYOqUKvfdtroxvhqhSuSScPc+hr/d/LT4VfIrVuWgaQ0q05X89L2j5ZGtbM91a CvrbCl4sLj9jIIVrsiuCiayHvf/ptoir3s48Ur+AmatfsJhBTul9g71mtb2tRbw4vnsw g8MT4VnvMOPWe/WiY8wBfoQYBid70uOC3EPgOmOmGCLfEXXhAG9xeHI1BGvqCQ6qPrFJ LNng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:reply-to:to:cc:date :in-reply-to:references:mime-version:content-transfer-encoding; bh=h8TO0aeNhX+SiTdZUwLSXVN+hmaQO9wBmLevX24THb8=; b=h7g+YALO+/ib9DJ7lk1UgoovWr4aWb/m5PnWLptqiZjvwOCwgTyyFptFA79vdB+55I S0l9zLYyoO5ZrbL0UvES3DlZFc+2Q6BQx4KWkSSsMoanJ3FF6ZCvEYef2VimKIcPIKZM yliwnHeh0yPEkOf+i/rL/TwK7aXDRe3xC4ddPK4juXBU6Mv/+KI0deJeBXzBuwsBT2Ch vQfCf1VMvjkJTvb7PC07MqMnyK7XoHR1jQ3FUoZqv2b3/0iLwupw4HKmCJwyKqxZs+a+ 3X026F/V3M9dwfqzH5hOH+pur0w+ekH9vrl49otzHLxqNNmChNNMPqoWJuej1ziGu8eX Kksg== X-Gm-Message-State: AHPjjUgzXGLdKKXpSJA/Wl9kq9FMB6HI5ev4V21NywYQchh5sLkKzboc zgGHDg64FwVi3A== X-Google-Smtp-Source: ADKCNb5WujCxbfGSO9FZVMnRGGQIiOK9QmcZZemRa+8XWUCLRzDwGV7ZZxK4rwKEJhAOzzLmrHb9Wg== X-Received: by 10.46.22.90 with SMTP id 26mr2111338ljw.131.1504363382310; Sat, 02 Sep 2017 07:43:02 -0700 (PDT) Received: from z97-4790k.lan (81-227-159-95-no235.tbcn.telia.com. [81.227.159.95]) by smtp.googlemail.com with ESMTPSA id 144sm419589ljj.7.2017.09.02.07.43.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Sep 2017 07:43:01 -0700 (PDT) Message-ID: <1504363400.7063.59.camel@gmail.com> Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd From: Svante Signell To: Eli Zaretskii Date: Sat, 02 Sep 2017 16:43:20 +0200 In-Reply-To: <83shg5xjjn.fsf@gnu.org> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> <837exhz01s.fsf@gnu.org> <1504361418.7063.58.camel@gmail.com> <83shg5xjjn.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: svante.signell@gmail.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) On Sat, 2017-09-02 at 17:27 +0300, Eli Zaretskii wrote: > > From: Svante Signell > > Cc: 24857@debbugs.gnu.org > > Date: Sat, 02 Sep 2017 16:10:18 +0200 > > > > Sorry for not responding so far. I tried the rebuild and it failed > > then. After that emacs25 sometimes succeeds and sometimes fails to > > build on Hurd buildds. Mostly fails unfortunately. > > Examples: > >  25.1+1-1: fails > >  25.1+1-2: fails > >  25.1+1-3: succeeds > >  25.2+1-2: succeeds > >  25.2+1-5: buildd hangs > > > > So the problem persists, even if the Debian package build is now > > different. I don't expect that a build from Emacs master would > > succeed, > > if built the Debian way with three targets: build-nox, build-x and > > build-lucid. When I tried with the master sources the largest > > problem > > was when enabling X. Still the same problems with Emacs > > internal/external malloc-related code exist. > > Please do try the master branch, as the memory allocation code has > changed considerably there. Do I issue git clone etc? From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 11:04:56 2017 Received: (at 24857) by debbugs.gnu.org; 2 Sep 2017 15:04:57 +0000 Received: from localhost ([127.0.0.1]:43631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9yi-0008KM-Lk for submit@debbugs.gnu.org; Sat, 02 Sep 2017 11:04:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1do9yh-0008KB-Ae for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 11:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1do9yX-0005v7-Ef for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 11:04:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1do9yX-0005uy-BH; Sat, 02 Sep 2017 11:04:45 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2344 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1do9yW-0008V0-C1; Sat, 02 Sep 2017 11:04:44 -0400 Date: Sat, 02 Sep 2017 18:04:35 +0300 Message-Id: <83r2vpxhto.fsf@gnu.org> From: Eli Zaretskii To: svante.signell@gmail.com In-reply-to: <1504363400.7063.59.camel@gmail.com> (message from Svante Signell on Sat, 02 Sep 2017 16:43:20 +0200) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> <837exhz01s.fsf@gnu.org> <1504361418.7063.58.camel@gmail.com> <83shg5xjjn.fsf@gnu.org> <1504363400.7063.59.camel@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 24857 Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Svante Signell > Cc: eggert@cs.ucla.edu, 24857@debbugs.gnu.org > Date: Sat, 02 Sep 2017 16:43:20 +0200 > > > Please do try the master branch, as the memory allocation code has > > changed considerably there. > > Do I issue git clone etc? Yes. The instructions are here: https://savannah.gnu.org/git/?group=emacs Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 14:11:46 2017 Received: (at 24857) by debbugs.gnu.org; 2 Sep 2017 18:11:46 +0000 Received: from localhost ([127.0.0.1]:43816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1doCtW-0004T3-Km for submit@debbugs.gnu.org; Sat, 02 Sep 2017 14:11:46 -0400 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:55454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1doCtU-0004Sl-1H for 24857@debbugs.gnu.org; Sat, 02 Sep 2017 14:11:44 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id AD06216097D; Sat, 2 Sep 2017 11:11:36 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b2JYHzl8wx7z; Sat, 2 Sep 2017 11:11:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 99238160995; Sat, 2 Sep 2017 11:11:30 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6f6m9klcRuyZ; Sat, 2 Sep 2017 11:11:30 -0700 (PDT) Received: from [192.168.1.9] (unknown [47.153.184.153]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 70013160952; Sat, 2 Sep 2017 11:11:30 -0700 (PDT) Subject: Re: bug#24857: emacs24/25 FTBFS since a long time on GNU/Hurd To: svante.signell@gmail.com, Eli Zaretskii References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <83fun9n835.fsf@gnu.org> <1478108325.20542.5.camel@gmail.com> <1478779076.20542.54.camel@gmail.com> <83eg2jfhon.fsf@gnu.org> <1478810153.20542.60.camel@gmail.com> <83mvh6e9t9.fsf@gnu.org> <1478857816.20542.68.camel@gmail.com> <83d1i2e3ek.fsf@gnu.org> <1478860350.20542.78.camel@gmail.com> <83a8d6e0zh.fsf@gnu.org> <1478863113.20542.86.camel@gmail.com> <837f8adsge.fsf@gnu.org> <1478876685.20542.108.camel@gmail.com> <83zil6c9q7.fsf@gnu.org> <83d1ho93ff.fsf@gnu.org> <837exhz01s.fsf@gnu.org> <1504361418.7063.58.camel@gmail.com> <83shg5xjjn.fsf@gnu.org> <1504363400.7063.59.camel@gmail.com> From: Paul Eggert Organization: UCLA Computer Science Department Message-ID: Date: Sat, 2 Sep 2017 11:11:23 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1504363400.7063.59.camel@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Svante Signell wrote: > Do I issue git clone etc? Yes, I suggest following the instructions in CONTRIBUTE. http://git.savannah.gnu.org/cgit/emacs.git/plain/CONTRIBUTE From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 01 21:11:09 2017 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2017 01:11:09 +0000 Received: from localhost ([127.0.0.1]:46634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eA42G-0006fd-PQ for submit@debbugs.gnu.org; Wed, 01 Nov 2017 21:11:08 -0400 Received: from mail-io0-f179.google.com ([209.85.223.179]:54951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eA42E-0006fD-W2 for 24857@debbugs.gnu.org; Wed, 01 Nov 2017 21:11:07 -0400 Received: by mail-io0-f179.google.com with SMTP id e89so10179975ioi.11 for <24857@debbugs.gnu.org>; Wed, 01 Nov 2017 18:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=VEV3EtSxbCbYg9FycpEDzsSrvJpP8Wcatitd7WDEZh4=; b=foPxiKbHlO1QKRai5+Ir9+AoQ2t8Jg+EIH2XSzgeTje427oUvmL8NhppZG7QS65dd/ fme5vMoSW4BkSZ/l3/Z36u2hKWeZGC4YR/GclTb9rYdQX2APCuocC0XcTGJIfGau6x3V 8kEPUqmMnLtjxzk1wYx8bZUE5/YEiskXhmdFTCseZMA+SbG+Oq7rM0Fxq1CpWoYC/6SL f6y/Bw0hmhk+t2C5i+rpi7pF+M477lpqL+rf2cxQOMPYprQuoQbon+e9bXNdSGZ81raw YlzPgcp+G45OqI+DizYJ607dFvFmO3LxJAn2EAnn9Ni+8rbQ9xdcWeyDy7t7XaOZ2wjc KfbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=VEV3EtSxbCbYg9FycpEDzsSrvJpP8Wcatitd7WDEZh4=; b=pv4mGhLpTf7RX906Au2RAIaS3gTwcU8VJjNYX/IodzDxpYTkD64BY77nWfVhb9Sklg TXVbOhTEtufcnRQAnrp3WkjUIrENnqDQzjEpdZZHDIiLTgc/4y6stzwDXkB+B7Fdr701 Qb5lv9200yyZ9cWNQ3CjqO8LPTBtHI4ROW1jA669f5EpuG8JY/IOA1bs/NJ9IqyTxGJy BG8u0EAysVdGWQFO4kdiKNCoQXU33icJvUV3zKU8J3PZBk+oWVDIziSZB+0gHWthHKDw QKtZ0yY4pBkHpB2ZCWR/Xz+F49BO8v8C8IUgIDN7T1eHTNmILF92YSsnGceLZtLOZzIa Ar5w== X-Gm-Message-State: AMCzsaX2k0q1eMKxk9DSSl5qV7H2KcHUavDS+uFlb8AAbBpYjDAgyrHk XMLfCM4as3/HjqiBAFIqPGojug== X-Google-Smtp-Source: ABhQp+TsNgGwwblMYXSYVv4V6aKLI+VvsC2q+pPBqyqrDIJsXwBb4p5Q58oU9G4VENQFSp2QPqPzkg== X-Received: by 10.36.175.22 with SMTP id t22mr319925ite.39.1509585060646; Wed, 01 Nov 2017 18:11:00 -0700 (PDT) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id r65sm1100335ith.1.2017.11.01.18.10.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 01 Nov 2017 18:10:59 -0700 (PDT) From: Noam Postavsky To: Svante Signell Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1478290644.24382.13.camel@gmail.com> Date: Wed, 01 Nov 2017 21:10:58 -0400 In-Reply-To: <1478290644.24382.13.camel@gmail.com> (Svante Signell's message of "Fri, 04 Nov 2016 21:17:24 +0100") Message-ID: <87vait8oyl.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Svante Signell writes: > In order for you to try out the FTBFS problems of emacs24/25 on > GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way to > do that would be to read: > https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ Hmm, was there supposed to be a README here? There isn't any at the moment, just a huge mess of various install (?) files. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 02 13:49:19 2017 Received: (at 24857) by debbugs.gnu.org; 2 Nov 2017 17:49:19 +0000 Received: from localhost ([127.0.0.1]:48206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAJcF-0003Hu-8Z for submit@debbugs.gnu.org; Thu, 02 Nov 2017 13:49:19 -0400 Received: from mail-wm0-f46.google.com ([74.125.82.46]:48263) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAJcD-0003Hc-Iw for 24857@debbugs.gnu.org; Thu, 02 Nov 2017 13:49:17 -0400 Received: by mail-wm0-f46.google.com with SMTP id p75so564121wmg.3 for <24857@debbugs.gnu.org>; Thu, 02 Nov 2017 10:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=HpkM/EdrO3aIqEI2yBT+Nc7pN1kPLngr/grRDbu64uE=; b=Q/LGMYrWKDhoBkjKxugA+sO4M9+X1HdLt1dN88rVdBaxgol1Y2murdYwHmhaSxJBJp cSmm8rwAwYVigs9d51TlZr7wL7aYZOptVdcsTlz/g+MjpFhMcRmISwkQcCz9p/4nZxCI DTYL8+fsgx5auGkMpv9xImmsSFQHlkuWx/y/Mbbxqh6BprMw1VFUner9wW4Pq0vGMlqZ znJa29Iuh0Q9ZBPR5evYcDE8bxzF8bCToVgnlSS4MM5ulqAcsuJFvSyx1Tmzl2bVCqZy Xv0WAEYNyn+s06hGyecdk7MY8BJBD/08R0ZhkoDyrJhjgIfh8tFpORBlqs7VtdUbrhkW MQKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=HpkM/EdrO3aIqEI2yBT+Nc7pN1kPLngr/grRDbu64uE=; b=eWmVmOrIoxTZm2d+bbQN8LxtZS5GBpqLKcRjCgmneHQI6sod0P+u/NzM+gDD/83il5 5Sx7g8u3vF10KfoBjL+4HFw2vtKASfcmMGafUORsByrBOA/UK424xBOdmrQK0CdMWICk xLBZHJwwg0MBnHG4X71JKtYP9y6sFgkqPhA3vE3u3uSgkb5ZKKANCbtSqIlvSkn/Ka27 d6QuxQjOZMGXXf6NVzQYaJmcXyi0pwUCGlzTVJwHI06qSa6WUVsfB7+4YEP1tkxgZOAX GJe60HmHyEoJPEwvzn/g9hQCup1Uihej1Jgpgaawx6RHQI5U9QHpEebnCUmghZfcPadP 1R9w== X-Gm-Message-State: AMCzsaV2cAiaQLjQ85S2XAGEJzJnYfyCmQgSgsNQfQpQxAn+A+ql2KwK sGMAqgJKE4NdnyQL20PyZU/eh3MdpsOyAF7bWAo= X-Google-Smtp-Source: ABhQp+SjnM5QQqRsi3KmW2Mz4+Rk02ZOYRF8uR/ATkY77kYqS7JW4KNW4JwLSAj6Yl1+Scn3jMg3VCLHZEnaRZvCf14= X-Received: by 10.28.213.143 with SMTP id m137mr2172599wmg.67.1509644951673; Thu, 02 Nov 2017 10:49:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.146.227 with HTTP; Thu, 2 Nov 2017 10:49:11 -0700 (PDT) In-Reply-To: <1478290644.24382.13.camel@gmail.com> References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1478290644.24382.13.camel@gmail.com> From: Noam Postavsky Date: Thu, 2 Nov 2017 13:49:11 -0400 X-Google-Sender-Auth: Z5ylpjbt3lnfvdhCtvOOypBHg3o Message-ID: Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? To: Svante Signell Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) On Fri, Nov 4, 2016 at 4:17 PM, Svante Signell wrote: > Hello, > > In order for you to try out the FTBFS problems of emacs24/25 on > GNU/Hurd, maybe somebody wants to set up a VM image. The easiest way to > do that would be to read: > https://people.debian.org/~sthibault/hurd-i386/installer/cdimage/ > or using a pre-installed image: (3GiB) > tinyurl.com/6dyly5d > containing debian-hurd.img.tar.gz I managed to install from the DVD image, and doing 'apt-get -b source emacs25' succeeds in building all three lucid, nox, and x versions. The process doesn't finish completely because 'make check' fails (file notify tests didn't pass), but all three executables are functional (although I was only able to test with -nw, because 'startx' fails with "Unable to determine if running on a console"). Also 'apt-get install emacs25' works, so it seems the package is building fine now, not just for me: In GNU Emacs 25.2.2 (i686-pc-gnu, GTK+ Version 3.22.3) of 2017-07-11, modified by Debian built on ironforge From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 06 18:21:03 2018 Received: (at 24857) by debbugs.gnu.org; 6 Jan 2018 23:21:04 +0000 Received: from localhost ([127.0.0.1]:38551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eXxlv-0001fu-Nl for submit@debbugs.gnu.org; Sat, 06 Jan 2018 18:21:03 -0500 Received: from mail-io0-f178.google.com ([209.85.223.178]:44299) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eXxlt-0001ex-2f; Sat, 06 Jan 2018 18:21:01 -0500 Received: by mail-io0-f178.google.com with SMTP id k18so9404380ioc.11; Sat, 06 Jan 2018 15:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=/tpQRHbrFfL1bj7fFlVOEuZF91lfh+dtfAmNT2m6OD8=; b=e1RCVTf9lj8d5Okn5hKjPGufYyaWF+EBLAu6BRrMVFvNnNcmT6rIyapAWBA2UE96wT d7myyqFC/6Z6nhkgxABS/6t1bFlV93Kki4vSSEUv0bJXWeSiyBNSnDwOE6MQ03ppz6Cw A/S2m42mqIP540LxYGwK5FLVs5rb2IEKCMJESF72iaGv0xIhmO8wnAMndcYMZagfwhGu IwCZaqH+f1R4/+WJdBXTJP8cdzb1J9o7fSTG0DyTVZQnRzIv6GszVU10KEtmlguJwItM a9gTgztwiEZFZRGeVr4qntjooQDBR57SbHyrMcB2NSmhXNt6WHgNg/zLOpxz4ZZLJtNH PYBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=/tpQRHbrFfL1bj7fFlVOEuZF91lfh+dtfAmNT2m6OD8=; b=eA9ERzvSzf1EXGN/OwF3u3U+a1d2Ff0yx39uXaJkRvb/IVMGV/c25DhlExf+4d7wfu Ia3/y4RgF/rMHibFV5LXfVkAiCm+BMOuFDRc2MqdGnOdbUPMgj7Qk4Iw6bNvveJ3Fx6z OMv14BBQl8W7Kj302ANmQQ+5h3Z7CZrnjUYHgjsIrclPzoVCop+vgZwIVUolJ77vLZfM yNEElqL71SXeRhBW0Q1x/kZvBIr3b62W6RSM2x9o4ZChGWzozur5N3CpzfxLs6L3m0UK AFvcfYg5liJqTqoU0mDB9u8W4hy6xiy1k2D10P+honYsfe3EvdH2C7L+8RHAmD7WlaT6 1Z1g== X-Gm-Message-State: AKwxytcnOf1JbxP9g4rzVgG5+ztHDmM9JISZOb1KSiDHSrad5nGFpif7 FAllu4K1PRhYPg/KBGcOWrzNXw== X-Google-Smtp-Source: ACJfBosBqXKJ27gYNjeashNmbBOnc+EDyiXjquounSgP7wEyqTNeG5G6HNUS8Vk+jM9THoZ5q6X0pw== X-Received: by 10.107.6.82 with SMTP id 79mr7019806iog.172.1515280855130; Sat, 06 Jan 2018 15:20:55 -0800 (PST) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id z21sm5017899iob.41.2018.01.06.15.20.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 06 Jan 2018 15:20:53 -0800 (PST) From: Noam Postavsky To: Svante Signell Subject: Re: bug#24857: Anybody needs help to set up a qemu VM for GNU/Hurd? References: <07351ee5-2e25-5a8b-0603-db4ad7458970@cs.ucla.edu> <1478290644.24382.13.camel@gmail.com> Date: Sat, 06 Jan 2018 18:20:52 -0500 In-Reply-To: (Noam Postavsky's message of "Thu, 2 Nov 2017 13:49:11 -0400") Message-ID: <87k1wur2uj.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 24857 Cc: 24857@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) close 24857 25.2 quit Noam Postavsky writes: > I managed to install from the DVD image, and doing 'apt-get -b source > emacs25' succeeds in building all three lucid, nox, and x versions. > The process doesn't finish completely because 'make check' fails (file > notify tests didn't pass), but all three executables are functional > (although I was only able to test with -nw, because 'startx' fails > with "Unable to determine if running on a console"). > > Also 'apt-get install emacs25' works, so it seems the package is > building fine now, not just for me: > > In GNU Emacs 25.2.2 (i686-pc-gnu, GTK+ Version 3.22.3) > of 2017-07-11, modified by Debian built on ironforge I'm therefore closing the bug. From unknown Sat Aug 16 11:40:44 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Feb 2018 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator