From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Errors while compiling 25.2rc2 Date: Fri, 3 Mar 2017 15:20:42 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1488550892 8941 195.159.176.226 (3 Mar 2017 14:21:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2017 14:21:32 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 To: eliz@gnu.org, Fabrice Popineau , Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 03 15:21:25 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cjo5A-0001NS-Pe for ged-emacs-devel@m.gmane.org; Fri, 03 Mar 2017 15:21:20 +0100 Original-Received: from localhost ([::1]:58377 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjo5G-0002Ei-VX for ged-emacs-devel@m.gmane.org; Fri, 03 Mar 2017 09:21:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjo58-0002EW-EK for emacs-devel@gnu.org; Fri, 03 Mar 2017 09:21:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjo53-0000Nc-Ed for emacs-devel@gnu.org; Fri, 03 Mar 2017 09:21:18 -0500 Original-Received: from smtp203.alice.it ([82.57.200.99]:2305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjo53-0000K2-0S; Fri, 03 Mar 2017 09:21:13 -0500 Original-Received: from [192.168.1.102] (79.17.75.97) by smtp203.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 58ACE978035B2F32; Fri, 3 Mar 2017 15:20:58 +0100 Original-References: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212741 Archived-At: Fabrice Popineau wrote: > I am at commit 6e788ef0 on emacs-25 branch. I tried with the official RC2 (http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-25.2-rc2.tar.gz) and it builds and seems to work.. Here is W10 Pro (build 14393.693) with WSL: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty and GCC version 4.8.4. As you perhaps remember from previous discussions, in WSL I need this $ echo 0 | sudo tee /proc/sys/kernel/randomize_va_space before to start the Emacs build. Ciao, Angelo.