From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping fails: Recursive `require' for feature `cl' Date: Sun, 30 Aug 2009 17:25:56 +0200 Message-ID: <87d46de323.fsf@turtle.gmx.de> References: <8763c5fm0y.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251646029 22323 80.91.229.12 (30 Aug 2009 15:27:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Aug 2009 15:27:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 30 17:27:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from mail-forward1.uio.no ([129.240.10.70]) by lo.gmane.org with esmtp (Exim 4.50) id 1MhmJ4-0002p7-4r for ged-emacs-devel@m.gmane.org; Sun, 30 Aug 2009 17:27:02 +0200 Original-Received: from exim by mail-out1.uio.no with local-bsmtp (Exim 4.69) (envelope-from ) id 1MhmJ4-00087c-3C for ged-emacs-devel@m.gmane.org; Sun, 30 Aug 2009 17:27:02 +0200 Original-Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out1.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1MhmJ4-00087Z-20 for ged-emacs-devel@m.gmane.org; Sun, 30 Aug 2009 17:27:02 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx2.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MhmIP-0004ck-M2 for ged-emacs-devel@m.gmane.org; Sun, 30 Aug 2009 17:27:02 +0200 Original-Received: from localhost ([127.0.0.1]:41462 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhmIL-0004Tt-Jz for ged-emacs-devel@m.gmane.org; Sun, 30 Aug 2009 11:26:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhmIG-0004TV-9A for emacs-devel@gnu.org; Sun, 30 Aug 2009 11:26:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhmIB-0004Rj-Q4 for emacs-devel@gnu.org; Sun, 30 Aug 2009 11:26:11 -0400 Original-Received: from [199.232.76.173] (port=33959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhmIB-0004RO-G5 for emacs-devel@gnu.org; Sun, 30 Aug 2009 11:26:07 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:55149) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MhmI9-0002Pn-5s for emacs-devel@gnu.org; Sun, 30 Aug 2009 11:26:06 -0400 Original-Received: (qmail invoked by alias); 30 Aug 2009 15:25:57 -0000 Original-Received: from p54864311.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.67.17] by mail.gmx.net (mp045) with SMTP; 30 Aug 2009 17:25:57 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1/fW/w5aLnfo6Uc43A/7btTkFwXoG9RHTkhAnKqoT +y+ewOx/SFAo2b Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id 55592354B3; Sun, 30 Aug 2009 17:25:56 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Sun, 30 Aug 2009 17:02:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-UiO-Spam-info: not spam, SpamAssassin (score=-4.0, required=5.0, autolearn=disabled, RCVD_IN_DNSWL_MED=-4, uiobl=NO, uiouri=NO) X-UiO-Scanned: 8883BCE5C6EB8F590CA508D53C3982C875CF8362 X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: -39 maxlevel 80 minaction 2 bait 0 mail/h: 16 total 108331 max/h 424 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.devel:114877 Archived-At: On 2009-08-30 17:02 +0200, Juanma Barranquero wrote: >> I got this error when trying to bootstrap a fresh CVS checkout: > > Please revert last change to subr.el by yours truly. I'll take a look later. Thanks, that helped. Sven