From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Turner Newsgroups: gmane.emacs.bugs Subject: mac emacs port busted. Date: Wed, 17 Oct 2007 13:31:34 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192653114 7446 80.91.229.12 (17 Oct 2007 20:31:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 20:31:54 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 17 22:31:55 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiFYX-0002xz-51 for geb-bug-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 22:31:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiFYP-0006wq-LV for geb-bug-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 16:31:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiFYK-0006wV-VN for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2007 16:31:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiFYK-0006wJ-GK for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2007 16:31:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiFYK-0006wF-Aa for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2007 16:31:40 -0400 Original-Received: from outbound0.mx.meer.net ([209.157.153.23] helo=outbound0.sv.meer.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiFYJ-0004Gb-Ts for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2007 16:31:40 -0400 Original-Received: from mail.meer.net (mail.meer.net [209.157.152.14]) by outbound0.sv.meer.net (8.12.10/8.12.6) with ESMTP id l9HKVbih018911 for ; Wed, 17 Oct 2007 13:31:37 -0700 (PDT) (envelope-from dougt@meer.net) Original-Received: from [10.250.2.142] (corp-241.mountainview.mozilla.com [63.245.220.241]) by mail.meer.net (8.13.3/8.13.3/meer) with ESMTP id l9HKVbtU081990 for ; Wed, 17 Oct 2007 13:31:37 -0700 (PDT) (envelope-from dougt@meer.net) X-Mailer: Apple Mail (2.752.3) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:16771 Archived-At: if there is a better place for this kind of reports, please redirect me. when building emacs for the mac os x with: ./configure --with-carbon --without-x make bootstrap the result is: gcc -I/sw/include -L/sw/lib -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 terminal.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 /usr/bin/ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET environment variable greater or equal to 10.4 /usr/bin/ld: Undefined symbols: _res_9_init collect2: ld returned 1 exit status make[2]: *** [temacs] Error 1 make[1]: *** [bootstrap-build] Error 2 make: *** [bootstrap] Error 2 I believe that we need to ensure that the link includes -lresolv. I also believe that this is related to or a direct cause of the check in to configure.in: revision 1.477 date: 2007-10-17 15:53:01 +0000; author: cyd; state: Exp; lines: +31 -4; commitid: IJUAzOun4gWWAXBs; (HAVE_RES_INIT): Define if res_init() exists. (HAVE_LIBRESOLV): Also define if we are using res_init(). No patch; sorry. Happy to try one if you do not have a mac for testing. If I get some time, i will put something together and post it here. Regards, Doug Turner