From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pierre Lorenzon Newsgroups: gmane.emacs.help Subject: Re: Corrupted byte compiled files Date: Fri, 01 Jun 2012 08:51:58 +0200 (CEST) Message-ID: <20120601.085158.466698019.devel@pollock-nageoire.net> References: <20120530.085415.424292590.devel@pollock-nageoire.net> <87ipfc9rc7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1338534600 22958 80.91.229.3 (1 Jun 2012 07:10:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Jun 2012 07:10:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 01 09:10:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1SaLzj-0008AE-7E for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 09:09:59 +0200 Original-Received: from localhost ([::1]:34459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaLzi-0001Me-Eq for geh-help-gnu-emacs@m.gmane.org; Fri, 01 Jun 2012 03:09:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaLzb-0001MT-RP for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:09:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaLza-00071Y-1i for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:09:51 -0400 Original-Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:51897 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaLzZ-00070P-RY for help-gnu-emacs@gnu.org; Fri, 01 Jun 2012 03:09:49 -0400 Original-Received: from localhost ([86.195.134.210]) by mwinf5d61 with ME id Gv9m1j00C4YY4DA03v9mAL; Fri, 01 Jun 2012 09:09:47 +0200 X-Mailer: Mew version 6.2.51 on Emacs 24.0.50 / Mule 6.0 (HANACHIRUSATO) In-Reply-To: <87ipfc9rc7.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.12.242.127 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85073 Archived-At: Hi, From: Johan Bockgård Subject: Re: Corrupted byte compiled files Date: Thu, 31 May 2012 19:46:00 +0200 > Tassilo Horn writes: > >> Argh, some very recent change in trunk seems to have hosed >> byte-compilation altogether for me. I have several emacs addon packages >> like Gnus, AUCTeX, helm cloned from their repositories, and as soon as I >> byte-compile those with today's emacs (revno 108437), they won't work at >> all. It seems there are complete functions missing in the elc files and >> I get dozens of "Wrong type argument" errors at different locations. >> After deleting all elc files and running from the plain elisp sources, >> everything works again. I think that the problem is different from mine. Indeed the compilation problem I encountered was due to the byte-compile-fix-header method which was clearly bugged. But we solved that. Pierre > > Probably the same as > > http://debbugs.gnu.org/11594