From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/lisp makefile.w32-in Date: Fri, 2 Oct 2009 17:56:39 +0200 Message-ID: References: <83r5tlpzf3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1254499038 23271 80.91.229.12 (2 Oct 2009 15:57:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2009 15:57:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 02 17:57:11 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MtkVK-0006rT-Ln for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 17:57:10 +0200 Original-Received: from localhost ([127.0.0.1]:44767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtkVK-0005se-6S for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2009 11:57:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtkVF-0005sT-Ok for emacs-devel@gnu.org; Fri, 02 Oct 2009 11:57:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtkVF-0005sF-1R for emacs-devel@gnu.org; Fri, 02 Oct 2009 11:57:05 -0400 Original-Received: from [199.232.76.173] (port=36167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtkVE-0005sC-RI for emacs-devel@gnu.org; Fri, 02 Oct 2009 11:57:04 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:10434) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MtkVC-0007gH-QN; Fri, 02 Oct 2009 11:57:02 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtkVB-0001CX-Lj; Fri, 02 Oct 2009 11:57:02 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e21so1958852fga.12 for ; Fri, 02 Oct 2009 08:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=xS427LG4VAdnoBcjy6nsEP4mNnx+xnym+D2NEuaWh9Q=; b=YCnSsYyJfo3JZBIpjqtPII0b2m7F/iGZ9KW9+x38SfNeAYC7x1DFInNCT6cu1GvHKL 9GXBhGASphio7RfdiH0uR856ZeHT5Clwl7+1h1JnHvponBCWmZUXSKEZJ2K49vYmAbMJ uFylJc8CkZH7IKnc6QbwrAGCeYyi8XTa1yh38= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WhJBQwlrGTjmUOM2dEaFTqVq7Di1sWHyL2hDGthSjttPilYfHW0UMBMIAuHx+L+3bE uGE6Xv1t3sMHh7Lr+lSvT3+U4wYtqN3zD+0KX+rFFuCvOyTlt7WieKtzQ9tOOMdrf7Ge t5F5Xd3WErLZnJWMOHXVhxUUysi/5pSVIvqpQ= Original-Received: by 10.239.190.73 with SMTP id w9mr256640hbh.197.1254499019087; Fri, 02 Oct 2009 08:56:59 -0700 (PDT) In-Reply-To: <83r5tlpzf3.fsf@gnu.org> X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.devel:115845 Archived-At: On Fri, Oct 2, 2009 at 17:51, Eli Zaretskii wrote: > Thanks for catching this, I think I fixed this now in CVS. OK, thanks. > =C2=A0cedet/srecode/table.el:31:1:Error: Required feature `srecode/loadde= fs' was not provided > =C2=A0cedet/semantic/analyze/complete.el:33:1:Error: Given parent class s= emanticdb-project-database is not a class > =C2=A0cedet/ede/util.el:29:1:Error: Required feature `ede/loaddefs' was n= ot provided > > Do you see those as well? After the merge, I saw the loaddefs errors while compiling (not bootstrapping), added empty loaddefs to the required directories and was able to compile. Afterwards I've bootstrapped OK and thought the problem was fixed, but perhaps I was misled and the old loaddefs were not deleted by bootstrap-clean. I'm going to do a thorough clean and bootstrap again. I'll report back in about an hour. Juanma