From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrei =?utf-8?Q?Chi=C8=9Bu?= Newsgroups: gmane.emacs.devel Subject: Error building Emacs on Linux x64 Date: Thu, 12 Jun 2014 09:41:04 +0300 Message-ID: <87zjhi3a0v.fsf@aiwass.aiwasshome> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402555534 15606 80.91.229.3 (12 Jun 2014 06:45:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2014 06:45:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 12 08:45:27 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WuylK-0001hm-S2 for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2014 08:45:26 +0200 Original-Received: from localhost ([::1]:51999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuylK-0006g0-FX for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2014 02:45:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuylA-0006ef-QC for emacs-devel@gnu.org; Thu, 12 Jun 2014 02:45:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wuyl1-0005pG-Rz for emacs-devel@gnu.org; Thu, 12 Jun 2014 02:45:16 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:33111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wuyl1-0005lP-Lv for emacs-devel@gnu.org; Thu, 12 Jun 2014 02:45:07 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wuyky-0001LB-3s for emacs-devel@gnu.org; Thu, 12 Jun 2014 08:45:04 +0200 Original-Received: from 188.25.192.254 ([188.25.192.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2014 08:45:04 +0200 Original-Received: from andrei.chitu1 by 188.25.192.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jun 2014 08:45:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 188.25.192.254 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:4Be0mPOy3Ueb6Yg6Jn7jPhAq8iM= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172446 Archived-At: Hello, I am trying to compile Emacs from the master branch, on a Debian x64, using CFLAGS='-O3 -g0 -march=native -pipe' ./configure --enable-link-time-optimization Using either "make" or "make bootstrap", the build process is terminated with this error: In toplevel form: emacs-lisp/bytecomp.el:2290:1:Warning: `"DEAD"' is a malformed function emacs-lisp/bytecomp.el:2290:1:Error: Wrong type argument: sequencep, 15505804 Makefile:298: recipe for target 'emacs-lisp/bytecomp.elc' failed make[3]: *** [emacs-lisp/bytecomp.elc] Error 1 >From what I have read in older bug reports, it must be a compiler problem. This is a recent problem, I have successfully compiled Emacs using the same configuration on 24 May.