From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maierh@myself.com Newsgroups: gmane.emacs.help Subject: Re: CVS build fails (fns-VERSION.el missing) Date: Tue, 08 Oct 2002 07:26:26 +0200 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: Harald Maier NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034055075 21168 127.0.0.1 (8 Oct 2002 05:31:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2002 05:31:15 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ymxd-0005VA-00 for ; Tue, 08 Oct 2002 07:31:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ymxc-0005vv-00; Tue, 08 Oct 2002 01:31:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-X-Trace: news.t-online.com 1034054787 06 30206 2VB2b+HXSyA14k 021008 05:26:27 Original-X-Complaints-To: abuse@t-online.com X-Sender: 320041125923-0001@t-dialin.net User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.90 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:X2NhE+mpx5kOpqgNtK9B1k7lZ04= Original-Xref: shelby.stanford.edu gnu.emacs.help:105815 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2362 Klaus Zeitler writes: > Hello, > > I'm trying to build the EMACS_21_1_RC branch (is that the one that'll > be released as emacs 21.3?), but production fails with: > Loading language/tibetan... > Loading language/vietnamese... > Loading language/misc-lang... > Loading international/ucs-tables... > Cannot open load file: /vol/freeware/source/emacs-pre/emacs/lib-src/fns-21.2.91. > el > make[1]: *** [emacs] Error 255 > make[1]: Leaving directory `/vol/freeware/source/emacs-pre/emacs/src' > make: *** [src] Error 2 The following helped me: ,---- | $ touch lib-src/fns-21.2.91.el | $ make `---- I added to the message header too emacs-pretest-bug@gnu.org because it seems to be a problem. Harald