From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emacs-Hacker@Jovi.Net Newsgroups: gmane.emacs.bugs Subject: make bootstrap fails Date: Sat, 29 Oct 2005 12:53:40 -0400 (EDT) Message-ID: <200510291653.j9TGre14022414@grant.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1130606551 5075 80.91.229.2 (29 Oct 2005 17:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Oct 2005 17:22:31 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 29 19:22:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVuOi-0008Ah-Nf for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2005 19:21:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVuOi-0000zL-69 for geb-bug-gnu-emacs@m.gmane.org; Sat, 29 Oct 2005 13:21:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVuOf-0000z8-2N for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 13:21:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVuOd-0000yq-Do for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 13:21:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVuOd-0000yn-9m for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 13:21:35 -0400 Original-Received: from [206.190.173.18] (helo=grant.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EVuOd-0001aG-9A for bug-gnu-emacs@gnu.org; Sat, 29 Oct 2005 13:21:35 -0400 Original-Received: from grant.org (localhost [127.0.0.1]) by grant.org (8.12.11/8.12.11) with ESMTP id j9TGrfvm022417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Oct 2005 12:53:41 -0400 (EDT) (envelope-from Devon@Jovi.Net) Original-Received: (from devon@localhost) by grant.org (8.12.11/8.12.11/Submit) id j9TGre14022414; Sat, 29 Oct 2005 12:53:40 -0400 (EDT) (envelope-from Devon@Jovi.Net) X-Authentication-Warning: grant.org: devon set sender to Devon@Jovi.Net using -f Original-To: bug-gnu-emacs@gnu.org X-Virus-Scanned: by amavisd-new X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (grant.org [127.0.0.1]); Sat, 29 Oct 2005 12:53:47 -0400 (EDT) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:13773 Archived-At: The latest CVS version of emacs fails to build on MacOS 10.4.2 (the problem might not be OS X specific, though). Full transcript at http://jovi.net/emacs-make-bootstrap-failure.wall $ cvs update -P -d $ make distclean $ ./configure --enable-carbon-app --without-x $ make bootstrap ... gcc -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.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 print.o lread.o abbrev.o syntax.o unexmacosx.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 mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o terminfo.o lastfile.o -lncurses ld: warning multiple definitions of symbol _PC terminfo.o definition of _PC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC ld: warning multiple definitions of symbol _UP terminfo.o definition of _UP in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP ld: warning multiple definitions of symbol _BC terminfo.o definition of _BC in section (__DATA,__common) /usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC ld: /usr/lib/crt1.o illegal reference to symbol: __objcInit defined in indirectly referenced dynamic library /usr/lib/libobjc.A.dylib make[1]: *** [temacs] Error 1 make: *** [bootstrap-build] Error 2 Peace --Devon /~\ \ / Health Care X not warfare / \ Dubya won the digital vote Kerry won the popular vote PS: This exact symptom has troubled us before... http://lists.gnu.org/archive/html/emacs-devel/2003-02/msg00355.html From: Mark Moll Subject: make bootstrap fails Date: Thu, 13 Feb 2003 17:03:05 -0600