From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14747 invoked by alias); 21 May 2007 16:10:11 -0000 Received: (qmail 14678 invoked by uid 22791); 21 May 2007 16:10:07 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.lu.unisi.ch (HELO smtp.lu.unisi.ch) (195.176.178.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 May 2007 16:10:01 +0000 Received: from mail.lu.unisi.ch ([195.176.178.40]) by smtp.lu.unisi.ch with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 18:11:37 +0200 Received: from scientist.mobile.usilu.net ([192.168.76.145]) by mail.lu.unisi.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 18:09:17 +0200 Message-ID: <4651C458.8040302@lu.unisi.ch> Date: Mon, 21 May 2007 16:10:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Paolo Bonzini , gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Modules added prematurely References: <20070521155341.GA18098@caradoc.them.org> In-Reply-To: <20070521155341.GA18098@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00347.txt.bz2 Daniel Jacobowitz wrote: > I now get: > > cvs server: cannot find module `src/ltsugar.m4' - ignored > cvs server: cannot find module `src/ltversion.m4' - ignored > cvs server: cannot find module `src/ltoptions.m4' - ignored > cvs [checkout aborted]: cannot expand modules > > If I'm remembering right, you can't add the new files to modules until > they are at least present in the Attic. Could you either remove them > for now or add the new files, please? Fixed. I'm now getting cvs checkout: warning: src/ltsugar.m4 is not (any longer) pertinent but this is temporary and anyway there was a preexisting error of this kind for gettext.m4: cvs checkout: warning: src/gettext.m4 is not (any longer) pertinent Paolo