From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Fabien Da Silva Newsgroups: gmane.emacs.help Subject: Problem Installing Emacs on Panther Date: Sun, 2 Nov 2003 23:11:21 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7DC1535A-0D81-11D8-9324-0003931D9DE6@free.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v606) Content-Type: multipart/mixed; boundary="===============0437663810==" X-Trace: sea.gmane.org 1067811646 6114 80.91.224.253 (2 Nov 2003 22:20:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2003 22:20:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 02 23:20:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGQaR-0001zL-00 for ; Sun, 02 Nov 2003 23:20:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGQZM-0003Xh-Jp for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Nov 2003 17:19:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGQVi-0007jO-Sh for help-gnu-emacs@gnu.org; Sun, 02 Nov 2003 17:15:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGQS9-0005aV-LE for help-gnu-emacs@gnu.org; Sun, 02 Nov 2003 17:12:41 -0500 Original-Received: from [213.228.0.44] (helo=postfix3-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGQRd-0005IR-GH for help-gnu-emacs@gnu.org; Sun, 02 Nov 2003 17:11:37 -0500 Original-Received: from [62.147.110.205] (lyon-3-62-147-110-205.dial.proxad.net [62.147.110.205]) by postfix3-1.free.fr (Postfix) with ESMTP id E66EEC4746 for ; Sun, 2 Nov 2003 23:11:18 +0100 (CET) Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.606) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13740 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13740 --===============0437663810== Content-Type: multipart/alternative; boundary=Apple-Mail-2--690431254 --Apple-Mail-2--690431254 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hello, I have trouble installing Emacs on Mac OS X 10.3. I have already looked in the FAQ of Andrew Choi (http://members.shaw.ca/akochoi-emacs/) but It did not help. Note that I managed to build several times Emacs on Jaguar and Puma in the past. Here are more details : 1) I have installed Panther (build 7B85) and the XCode tools from scratch on my Powerbook 667MHz / 1 Gb RAM 2) I have updated the sources from CVS ("cvs -z9 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs update -dP emacs") 3) I have made "make distclean", "configure --enable-carbon-app --without-x", "make bootstrap", "sudo make install" The configure program works fine. The compilation works fine too. But the installation always fails at the same point. Here are the last logs from the "sudo make install" command : rm -rf /usr/local/share/emacs/21.3.50/leim/CVS /usr/local/share/emacs/21.3.50/leim/*/CVS; \ rm -f /usr/local/share/emacs/21.3.50/leim/.cvsignore /usr/local/share/emacs/21.3.50/leim/*/.cvsignore; \ rm -f /usr/local/share/emacs/21.3.50/leim/\#* /usr/local/share/emacs/21.3.50/leim/*/\#* ; \ rm -f /usr/local/share/emacs/21.3.50/leim/.\#* /usr/local/share/emacs/21.3.50/leim/*/.\#* ; \ rm -f /usr/local/share/emacs/21.3.50/leim/*~ /usr/local/share/emacs/21.3.50/leim/*/*~ ; \ rm -f /usr/local/share/emacs/21.3.50/leim/*.orig /usr/local/share/emacs/21.3.50/leim/*/*.orig ; \ else true; fi /bin/sh: line 1: [: too many arguments chmod -R a+r /usr/local/share/emacs/21.3.50/leim cd lib-src; make maybe-blessmail \ MAKE='make' archlibdir='/usr/local/libexec/emacs/21.3.50/powerpc-apple-darwin7.0.0' make[1]: Nothing to be done for `maybe-blessmail'. I have tried several times since last week thinking it was due to a CVS source problem. I have mailed Andrew Choi but he can not reproduce the problem. I have made no modifications to the system. For information, here are my configuration files (I used this method on Jaguar and it works fine) : % cat .login source /usr/share/tcsh/examples/login % cat .logout source /usr/share/tcsh/examples/logout % cat .tcshrc # Default Initialisation source /usr/share/tcsh/examples/rc I have also made no change to the development configuration : the system uses gcc 3.3 by default. Has anyone any idea of what could cause the problem ? Sincerly, Fabien --Apple-Mail-2--690431254 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII Hello, I have trouble installing Emacs on Mac OS X 10.3. I have already looked in the FAQ of Andrew Choi (http://members.shaw.ca/akochoi-emacs/) but It did not help. Note that I managed to build several times Emacs on Jaguar and Puma in the past. Here are more details : 1) I have installed Panther (build 7B85) and the XCode tools from scratch on my Powerbook 667MHz / 1 Gb RAM 2) I have updated the sources from CVS ("cvs -z9 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs update -dP emacs") 3) I have made "make distclean", "configure --enable-carbon-app --without-x", "make bootstrap", "sudo make install" The configure program works fine. The compilation works fine too. But the installation always fails at the same point. Here are the last logs from the "sudo make install" command : Courier rm -rf /usr/local/share/emacs/21.3.50/leim/CVS /usr/local/share/emacs/21.3.50/leim/*/CVS; \ rm -f /usr/local/share/emacs/21.3.50/leim/.cvsignore /usr/local/share/emacs/21.3.50/leim/*/.cvsignore; \ rm -f /usr/local/share/emacs/21.3.50/leim/\#* /usr/local/share/emacs/21.3.50/leim/*/\#* ; \ rm -f /usr/local/share/emacs/21.3.50/leim/.\#* /usr/local/share/emacs/21.3.50/leim/*/.\#* ; \ rm -f /usr/local/share/emacs/21.3.50/leim/*~ /usr/local/share/emacs/21.3.50/leim/*/*~ ; \ rm -f /usr/local/share/emacs/21.3.50/leim/*.orig /usr/local/share/emacs/21.3.50/leim/*/*.orig ; \ else true; fi /bin/sh: line 1: [: too many arguments chmod -R a+r /usr/local/share/emacs/21.3.50/leim cd lib-src; make maybe-blessmail \ MAKE='make' archlibdir='/usr/local/libexec/emacs/21.3.50/powerpc-apple-darwin7.0.0' make[1]: Nothing to be done for `maybe-blessmail'. I have tried several times since last week thinking it was due to a CVS source problem. I have mailed Andrew Choi but he can not reproduce the problem. I have made no modifications to the system. For information, here are my configuration files (I used this method on Jaguar and it works fine) : % cat .login source /usr/share/tcsh/examples/login % cat .logout source /usr/share/tcsh/examples/logout % cat .tcshrc # Default Initialisation source /usr/share/tcsh/examples/rc I have also made no change to the development configuration : the system uses gcc 3.3 by default. Has anyone any idea of what could cause the problem ? Sincerly, Fabien --Apple-Mail-2--690431254-- --===============0437663810== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/help-gnu-emacs --===============0437663810==--