From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#11649: 24.1.50; Some compilation woes Date: Thu, 14 Jun 2012 20:10:02 +0300 Message-ID: <83aa05yg45.fsf@gnu.org> References: <83r4tou93e.fsf@gnu.org> <83zk8bswgw.fsf@gnu.org> <83vcizrw2r.fsf@gnu.org> <8362avz0lj.fsf@gnu.org> <83pq92y4lc.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1339693830 896 80.91.229.3 (14 Jun 2012 17:10:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 17:10:30 +0000 (UTC) Cc: lekktu@gmail.com, 11649@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 14 19:10:28 2012 Return-path: Envelope-to: geb-bug-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 1SfDYq-0003no-MU for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 19:10:20 +0200 Original-Received: from localhost ([::1]:35473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDYq-0007NL-I9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Jun 2012 13:10:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDYk-0007KQ-9r for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 13:10:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfDYe-0004Zu-3g for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 13:10:13 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfDYe-0004ZS-0j for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 13:10:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SfDbR-0000EZ-J0 for bug-gnu-emacs@gnu.org; Thu, 14 Jun 2012 13:13:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jun 2012 17:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11649 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11649-submit@debbugs.gnu.org id=B11649.1339693964877 (code B ref 11649); Thu, 14 Jun 2012 17:13:01 +0000 Original-Received: (at 11649) by debbugs.gnu.org; 14 Jun 2012 17:12:44 +0000 Original-Received: from localhost ([127.0.0.1]:42558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SfDb9-0000E6-W5 for submit@debbugs.gnu.org; Thu, 14 Jun 2012 13:12:44 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:59253) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SfDb7-0000Dw-CS for 11649@debbugs.gnu.org; Thu, 14 Jun 2012 13:12:42 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M5M00800A7VWP00@a-mtaout23.012.net.il> for 11649@debbugs.gnu.org; Thu, 14 Jun 2012 20:09:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M5M008DGAC9RG70@a-mtaout23.012.net.il>; Thu, 14 Jun 2012 20:09:45 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:60973 Archived-At: > From: Stefan Monnier > Cc: lekktu@gmail.com, 11649@debbugs.gnu.org > Date: Wed, 13 Jun 2012 23:32:21 -0400 > > >> >> I could swear I saw Andreas's recipe, but I can't find it again in > >> >> my emails. Could someone resend it, please? > >> > find -name "*.elc" -delete && make > >> Hmm... I was thinking of something else. Maybe I dreamt it. > >> In any case, the above recipe does not exhibit any problem for me. > >> Any other recipe? > > What specific problem you are trying to reproduce? > > The "invalid byte code" errors. All I needed on GNU/Linux was this: make bootstrap cd lisp find . -name "*.el" -exec touch "{}" ";" make recompile Don't you see it?