From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23 Mac port Date: Wed, 01 Dec 2010 03:34:25 +0000 Message-ID: References: <2282B3B4-D844-4E26-BB94-9F79EEA2E847@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291174585 24845 80.91.229.12 (1 Dec 2010 03:36:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2010 03:36:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 01 04:36:20 2010 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.69) (envelope-from ) id 1PNdUN-0000th-Nm for ged-emacs-devel@m.gmane.org; Wed, 01 Dec 2010 04:36:17 +0100 Original-Received: from localhost ([127.0.0.1]:57897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNdUM-0007Xe-Ph for ged-emacs-devel@m.gmane.org; Tue, 30 Nov 2010 22:36:14 -0500 Original-Received: from [140.186.70.92] (port=44312 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNdSs-0006nD-Om for emacs-devel@gnu.org; Tue, 30 Nov 2010 22:34:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNdSg-0003kC-P2 for emacs-devel@gnu.org; Tue, 30 Nov 2010 22:34:42 -0500 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:48054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNdSg-0003jm-Ki for emacs-devel@gnu.org; Tue, 30 Nov 2010 22:34:30 -0500 Original-Received: by wyb42 with SMTP id 42so14595859wyb.0 for ; Tue, 30 Nov 2010 19:34:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=3WSUkds42mAwnIdQN/NS9jW6CKRnhMNMP4iVMuglhUQ=; b=qyz9rMcO3fFsyW70Jc7lpzqmLOT1TvN32PUYOBVzF8YkUW+Ci7gdFYjrhS+/vJYTE1 WqmAwXP3bf3+x5bIGgjlFAoT89rW3wdBmR54vsKNo8U4YIffYP5YsDUagEPRcLJFHwsx I4xWS3xYnfOjaoQ+uUHQpuiipHCb6zeL6/Aso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=iNJeWO47+Y0un8xNOtfwMNwfnuqQzjj+523/ijDcqfKL4DDrk1ocJiy6SZ36LR92Ir BROpWYsM43rgdAo1xjV4xfVA6/76W8yO8biWsanApVjjmJJAc+gEKoUVTLEjgtFPkF1r rPbb1fhUo5xuVUuw58gN8m4q3eqRPRWIv/eGs= Original-Received: by 10.216.52.70 with SMTP id d48mr1374877wec.92.1291174469572; Tue, 30 Nov 2010 19:34:29 -0800 (PST) Original-Received: from Victoria.local (cpc1-cmbg13-0-0-cust596.5-4.cable.virginmedia.com [86.9.122.85]) by mx.google.com with ESMTPS id 11sm2475550wbj.19.2010.11.30.19.34.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 30 Nov 2010 19:34:27 -0800 (PST) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Wed, 10 Nov 2010 17:50:28 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (Mac OS X 10.6.5) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:133248 Archived-At: On 2010-11-10 08:50 +0000, YAMAMOTO Mitsuharu wrote: > The eighteenth update of the Mac port, which is > experimental/hackers-only, is now available from > > ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-23.2.90-mac-1.998.tar.gz > > This version is based on Emacs 23.2.90 pretest. I applied macport on emacs-23 branch. But I can't seem to get emacs to bootstrap - "Symbol's value as variable is void: query-replace-map". Ideas? Leo -------------------------------- Log: cd lib-src; make all \ CC='gcc' CFLAGS='-g' CPPFLAGS='' \ LDFLAGS='' MAKE='make' make[1]: Nothing to be done for `all'. boot=bootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all \ CC='gcc' CFLAGS='-g' CPPFLAGS='' \ LDFLAGS='' MAKE='make' BOOTSTRAPEMACS="$boot"; \ fi; cd ../lisp; make update-subdirs wd=/Users/Shared/emacs/lisp; subdirs=`(cd $wd; find . -type d -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* | */cedet* ) ;; *) wins="$wins $wd/$file" ;; esac; done; \ for file in $wins; do \ /Users/Shared/emacs/lisp/../update-subdirs $file; \ done; `/bin/pwd`/temacs --batch --load loadup bootstrap Loading loadup.el (source)... Using load-path (/Users/Shared/emacs/lisp /Users/Shared/emacs/lisp/emacs-lisp /Users/Shared/emacs/lisp/language /Users/Shared/emacs/lisp/international /Users/Shared/emacs/lisp/textmodes) Loading emacs-lisp/byte-run (source)... Loading emacs-lisp/backquote (source)... Loading subr (source)... Loading version.el (source)... Loading widget (source)... Loading custom (source)... Loading emacs-lisp/map-ynp (source)... Loading cus-start (source)... Loading international/mule (source)... Loading international/mule-conf (source)... Loading env (source)... Loading format (source)... Loading bindings (source)... Loading /Users/Shared/emacs/lisp/files.el (source)... Loading /Users/Shared/emacs/lisp/cus-face.el (source)... Loading /Users/Shared/emacs/lisp/faces.el (source)... Loading /Users/Shared/emacs/lisp/minibuffer.el (source)... Loading /Users/Shared/emacs/lisp/button.el (source)... Loading /Users/Shared/emacs/lisp/startup.el (source)... Loading /Users/Shared/emacs/lisp/ldefs-boot.el (source)... Loading /Users/Shared/emacs/lisp/abbrev.el (source)... Symbol's value as variable is void: query-replace-map make[1]: *** [bootstrap-emacs] Error 255 make: *** [src] Error 2