From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [robert@chezmarshall.freeserve.co.uk: Re: Is it fixed?] Date: Sun, 25 Aug 2002 18:36:25 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200208260036.g7Q0aPX12382@wijiji.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1030322774 27113 127.0.0.1 (26 Aug 2002 00:46:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 00:46:14 +0000 (UTC) Cc: gerd@gnu.org, emacs-devel@gnu.org, robert@chezmarshall.freeserve.co.uk Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17j81F-00073C-00 for ; Mon, 26 Aug 2002 02:46:13 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17j8Vp-00035I-00 for ; Mon, 26 Aug 2002 03:17:49 +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 17j82X-0003zp-00; Sun, 25 Aug 2002 20:47:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17j7sJ-0001cD-00 for emacs-devel@gnu.org; Sun, 25 Aug 2002 20:36:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17j7sD-0001XD-00 for emacs-devel@gnu.org; Sun, 25 Aug 2002 20:36:58 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17j7s6-0001S4-00; Sun, 25 Aug 2002 20:36:46 -0400 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g7Q0ap510180; Sun, 25 Aug 2002 18:36:51 -0600 (MDT) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g7Q0aPX12382; Sun, 25 Aug 2002 18:36:25 -0600 (MDT) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: walters@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6890 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6890 This seems to be a problem caused by Calc--could you please investigate? ------- Start of forwarded message ------- From: Robert Date: Sat, 24 Aug 2002 16:11:52 +0100 To: rms@gnu.org Cc: gerd@gnu.org Subject: Re: Is it fixed? In-Reply-To: <200208241211.g7OCBwN11825@wijiji.santafe.edu> X-Spam-Status: No, hits=-2.6 required=5.0 tests=IN_REP_TO,SUBJ_ENDS_IN_Q_MARK,FROM_NAME_NO_SPACES, RCVD_IN_MULTIHOP_DSBL,X_RCVD_IN_UNCONFIRMED_DSBL, FUDGE_MULTIHOP_RELAY version=2.31 X-Spam-Level: On Sat, 24 Aug 2002, rms@gnu.org wrote: > This might have been fixed with > > 2002-02-20 Pavel JanESC,AmESC(Bk > > * xfns.c (gif_load): Use correct width and height for GIF > images. > > Does the bug still happen in the current CVS version? Well if I could build the cvs version.... make[1]: *** No rule to make target `/home/robert/packages/emacs/emacs/src/../lisp/custom.elc', needed by `../etc/DOC'. Stop. make[1]: Leaving directory `/home/robert/packages/emacs/emacs/src' make: *** [src] Error 2 This is after make distclean ./configure make bootstrap (and during that last make) The problems I guess starts with these lines Compiling /home/robert/packages/emacs/emacs/lisp/byte-run.el Wrote /home/robert/packages/emacs/emacs/lisp/byte-run.elc Done Compiling /home/robert/packages/emacs/emacs/lisp/calc/calc-aent.el While compiling toplevel forms in file /home/robert/packages/emacs/emacs/lisp/calc/calc-aent.el: !! File error (("Cannot open load file" "calc")) Done make[1]: *** [compile-files] Error 1 make[1]: Leaving directory `/home/robert/packages/emacs/emacs/lisp' make: [bootstrap-lisp] Error 2 (ignored) (cd src; make clean) make[1]: Entering directory `/home/robert/packages/emacs/emacs/src' There's certainly a calc.el in /home/robert/packages/emacs/emacs/lisp/calc/ Robert ------- End of forwarded message -------