From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs bootstrap Date: Sat, 21 Jun 2008 21:29:39 -0400 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 1214098212 6881 80.91.229.12 (22 Jun 2008 01:30:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 01:30:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 03:30:54 2008 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 1KAEPk-0002xS-0l for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 03:30:44 +0200 Original-Received: from localhost ([127.0.0.1]:33787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAEOu-00016l-VI for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 21:29:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAEOp-000159-Ff for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:29:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAEOo-00013N-3B for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:29:46 -0400 Original-Received: from [199.232.76.173] (port=52632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAEOo-00013G-0z for emacs-devel@gnu.org; Sat, 21 Jun 2008 21:29:46 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:19552) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAEOi-0000iR-UN; Sat, 21 Jun 2008 21:29:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEADNIXUjO+KWv/2dsb2JhbACBW6wk X-IronPort-AV: E=Sophos;i="4.27,684,1204520400"; d="scan'208";a="23061534" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 21 Jun 2008 21:29:39 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id CHZ59339; Sat, 21 Jun 2008 21:29:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4043D83BA; Sat, 21 Jun 2008 21:29:39 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Sat, 21 Jun 2008 16:53:25 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99654 Archived-At: >> I've changed the Makefiles so the bootstrap now should be a bit >> more reliable. > Some problems I don't know how to fix at the moment: > i) `make maintainer-clean' now exits with an error, because running > its prereq bootstrap-clean deletes the lisp and src Makefiles. Hmm... I thought I'd changed those two to not remove the Makefile... Oh I see I've only done it in `lisp' but not in `src'. > ii) with `make -j2 bootstrap', I get this error every time: > gcc -nostdlib `./prefix-args -Xlinker -z nocombreloc` > -Wl,-znocombreloc -o temacs pre-crt0.o /usr/lib64/crt1.o > /usr/lib64/crti.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o > window.o charset.o coding.o category.o ccl.o character.o chartab.o > cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o > fontset.o xsmfns.o fringe.o image.o dbusbind.o emacs.o keyboard.o > macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o > minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o > indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o > callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o > unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o > atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o > xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o > vm-limit.o widget.o ../lwlib/liblw.a -lXaw -lXmu -lXt -lSM -lICE > -lXext -ltiff -ljpeg -lpng -lz -lm -lgif -lXpm -lX11 -lXft -lXrender > -lfontconfig -lfreetype -lX11 -lasound -L/lib64 -lrsvg-2 > -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 > -L/lib64 -ldbus-1 -lgpm -lncurses -lm -lgcc -lc -lgcc > /usr/lib64/crtn.o > make[3]: Leaving directory `/scratch/gmorris/emacs/cvs/trunk/lisp' > make -w --jobserver-fds=5,6 - --jobserver-fds=5,6 - > --jobserver-fds=5,6 - --jobserver-fds=5,6 -j bootstrap-emacs > make[3]: Entering directory `/scratch/gmorris/emacs/cvs/trunk/src' > cd ../lwlib/; make -w --jobserver-fds=5,6 - --jobserver-fds=5,6 - > --jobserver-fds=5,6 - --jobserver-fds=5,6 - --jobserver-fds=5,6 - > --jobserver-fds=5,6 - --jobserver-fds=5,6 - --jobserver-fds=5,6 -j > CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' MAKE='make' > "C_SWITCH_X_SITE=-I/usr/include/X11 -I/usr/include/freetype2" > "C_SWITCH_X_MACHINE=" "C_SWITCH_X_SYSTEM=" "C_SWITCH_SITE=" > "C_SWITCH_MACHINE=" "C_SWITCH_SYSTEM=-D_BSD_SOURCE" > make[4]: Entering directory `/scratch/gmorris/emacs/cvs/trunk/lwlib' > make[4]: Nothing to be done for `all'. > make[4]: Leaving directory `/scratch/gmorris/emacs/cvs/trunk/lwlib' > `/bin/pwd`/temacs --batch --load loadup bootstrap > /bin/sh: /scratch/gmorris/emacs/cvs/trunk/src/temacs: Permission > denied I've seen similar problems today but haven't been able to track them down yet. Stefan