From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: printing.el breaks bootstrapping Date: Fri, 7 Feb 2003 17:36:41 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200302072336.RAA27988@eel.dms.auburn.edu> References: <200302072145.PAA27865@eel.dms.auburn.edu> <5xadh7ljej.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044660908 11321 80.91.224.249 (7 Feb 2003 23:35:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 23:35:08 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hI1O-0002vx-00 for ; Sat, 08 Feb 2003 00:35:02 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hIB9-00029Y-00 for ; Sat, 08 Feb 2003 00:45:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hI2i-0004XW-06 for emacs-devel@quimby.gnus.org; Fri, 07 Feb 2003 18:36:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hI2Y-0004Sq-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:36:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hI2N-0004Ge-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:36:03 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hI2G-0004Ca-00 for emacs-devel@gnu.org; Fri, 07 Feb 2003 18:35:56 -0500 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id RAA11267; Fri, 7 Feb 2003 17:35:55 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id RAA27988; Fri, 7 Feb 2003 17:36:41 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: no-spam@cua.dk In-reply-to: <5xadh7ljej.fsf@kfs2.cua.dk> (no-spam@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11499 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11499 Kim Storm wrote: Luc Teirlinck writes: > A new file, printing.el, added half an hour ago (apparently) breaks > bootstrapping. End of `make bootstrap' output: > > Compiling /home/teirllm/CVSemacsdir/emacs/lisp/printing.el > > In toplevel form: > printing.el:2371:1:Error: Symbol's function definition is void: > pr-get-symbol > make[1]: *** [compile] Error 1 > make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/lisp' > make: *** [bootstrap] Error 2 It should be fixed now. It is. Thanks. Sincerely, Luc.