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 20:56:26 +0200 Message-ID: <87k3zs18o5.fsf@thinkpad.tsdh.de> 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 1338490618 20571 80.91.229.3 (31 May 2012 18:56:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 18:56:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 31 20:56:56 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 1SaAYJ-0000i9-Nn for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 20:56:55 +0200 Original-Received: from localhost ([::1]:46700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaAYJ-0004sj-Jy for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 14:56:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaAYC-0004s5-Vn for help-gnu-emacs@gnu.org; Thu, 31 May 2012 14:56:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaAYA-0002Jr-Sv for help-gnu-emacs@gnu.org; Thu, 31 May 2012 14:56:48 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaAYA-0002IY-ML for help-gnu-emacs@gnu.org; Thu, 31 May 2012 14:56:46 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SaAY5-0000W3-ME for help-gnu-emacs@gnu.org; Thu, 31 May 2012 20:56:41 +0200 Original-Received: from 91-67-9-216-dynip.superkabel.de ([91.67.9.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 May 2012 20:56:41 +0200 Original-Received: from tassilo by 91-67-9-216-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 May 2012 20:56:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91-67-9-216-dynip.superkabel.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:gqnQ/4HQYYclXsDkZAIVpPfoly4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:85066 Archived-At: Johan Bockgård 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. > > Probably the same as > > http://debbugs.gnu.org/11594 Yes, those are the same symptoms I have here. Thanks for the pointer. Bye, Tassilo