From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Schwartz Newsgroups: gmane.emacs.devel Subject: Re: Problem building from CVS Date: Sat, 12 Apr 2008 11:02:19 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208016481 15572 80.91.229.12 (12 Apr 2008 16:08:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2008 16:08:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 12 18:08:34 2008 connect(): Connection refused 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 1JkiHG-0006Bt-Jx for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 18:08:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkiGc-0006C7-Jq for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 12:07:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkiBZ-0001FQ-I4 for emacs-devel@gnu.org; Sat, 12 Apr 2008 12:02:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkiBV-0001F4-Sv for emacs-devel@gnu.org; Sat, 12 Apr 2008 12:02:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkiBV-0001Ex-Id for emacs-devel@gnu.org; Sat, 12 Apr 2008 12:02:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkiBU-0004Z6-TO for emacs-devel@gnu.org; Sat, 12 Apr 2008 12:02:33 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JkiBP-0001WZ-8N for emacs-devel@gnu.org; Sat, 12 Apr 2008 16:02:27 +0000 Original-Received: from c-75-73-100-84.hsd1.mn.comcast.net ([75.73.100.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 16:02:27 +0000 Original-Received: from marc_schwartz by c-75-73-100-84.hsd1.mn.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 16:02:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-75-73-100-84.hsd1.mn.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:KJWY8gbEEgCyKbqUH/ElvlkTUKE= X-detected-kernel: by monty-python.gnu.org: 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:95059 Archived-At: Marc Schwartz writes: > Hi all, > > I am building from a clean cvs checkout tonight and am getting the > following error on Fedora 8 when running 'make bootstrap': > > ... > Loading minibuffer (source)... > Symbol's function definition is void: custom-declare-face > make[2]: *** [bootstrap-emacs] Error 255 > make[2]: Leaving directory `/home/marcs/Downloads/Linux/emacs/emacs-23/emacs/src' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/home/marcs/Downloads/Linux/emacs/emacs-23/emacs' > make: *** [bootstrap] Error 2 > Sorry to reply to my own post here, but just wanted to note that I can successfully build this morning. I have noted other posts with similar issues since last night, so hopefully others can move forward as well. Thanks, Marc