From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Corrupted byte compiled files Date: Thu, 31 May 2012 13:43:39 +0200 Message-ID: <8762bc7ez8.fsf@thinkpad.tsdh.de> References: <20120530.085415.424292590.devel@pollock-nageoire.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338480757 1514 80.91.229.3 (31 May 2012 16:12:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 16:12:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Stefan Monnier To: Pierre Lorenzon Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 31 18:12:36 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 1Sa7zF-0000dO-Qd for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 18:12:33 +0200 Original-Received: from localhost ([::1]:56295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7zF-0005sO-Gz for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 12:12:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa3nH-0005l3-6e for help-gnu-emacs@gnu.org; Thu, 31 May 2012 07:44:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa3nA-0004mN-SH for help-gnu-emacs@gnu.org; Thu, 31 May 2012 07:43:54 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:57972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa3nA-0004mF-MF for help-gnu-emacs@gnu.org; Thu, 31 May 2012 07:43:48 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id CF965D2C49; Thu, 31 May 2012 13:43:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WVaV1387FC1N; Thu, 31 May 2012 13:43:46 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 311E6D2C44; Thu, 31 May 2012 13:43:46 +0200 (CEST) In-Reply-To: <20120530.085415.424292590.devel@pollock-nageoire.net> (Pierre Lorenzon's message of "Wed, 30 May 2012 08:54:15 +0200 (CEST)") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 141.26.64.15 X-Mailman-Approved-At: Thu, 31 May 2012 12:12:28 -0400 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:85061 Archived-At: Pierre Lorenzon writes: > From: Stefan Monnier > Subject: Re: Corrupted byte compiled files > Date: Tue, 29 May 2012 14:39:09 -0400 > >>> Certain of my .el files are incorrectly compiled. See the .elc >>> file with a long name. >> >> Indeed, I can reproduce it here, and also with Emacs-23. > > Does that mean that none never tried to compile file with > long name before .... or that the problem does not come > exclusively from the length of the name .... 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. Bye, Tassilo