From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.help Subject: Re: Corrupted byte compiled files Date: Thu, 31 May 2012 19:46:00 +0200 Organization: Gnus News User Services Message-ID: <87ipfc9rc7.fsf@gnu.org> 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 1338486614 19288 80.91.229.3 (31 May 2012 17:50:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 17:50:14 +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 19:50:14 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 1Sa9Vl-0005T6-3K for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 19:50:13 +0200 Original-Received: from localhost ([::1]:55653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa9Vk-0000PZ-Jt for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2012 13:50:12 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!quimby.gnus.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: c-df00e555.04-211-6c6b701.cust.bredbandsbolaget.se Original-X-Trace: quimby.gnus.org 1338486361 4808 85.229.0.223 (31 May 2012 17:46:01 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 31 May 2012 17:46:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:LYw/D3nv7vqm355krEDfPS6Cwh0= Original-Xref: usenet.stanford.edu gnu.emacs.help:192659 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:85065 Archived-At: 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. Probably the same as http://debbugs.gnu.org/11594