From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: trunk build failure on Solaris 2.6 Date: Fri, 19 Oct 2007 13:33:01 +0900 Organization: Emacsen advocacy group Message-ID: References: <871wbr4x1v.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192768410 22465 80.91.229.12 (19 Oct 2007 04:33:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 04:33:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 06:33:30 2007 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 1IijY6-0000an-2m for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 06:33:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IijXy-00069w-HO for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 00:33:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IijXv-00068E-Cx for emacs-devel@gnu.org; Fri, 19 Oct 2007 00:33:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IijXt-00065Q-Pz for emacs-devel@gnu.org; Fri, 19 Oct 2007 00:33:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IijXt-00065J-Mm for emacs-devel@gnu.org; Fri, 19 Oct 2007 00:33:13 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IijXt-0000qH-CM for emacs-devel@gnu.org; Fri, 19 Oct 2007 00:33:13 -0400 Original-Received: from [66.225.201.151] (port=38945 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1IijXo-0002kE-Kc; Thu, 18 Oct 2007 23:33:09 -0500 X-Hashcash: 1:20:071019:cyd@stupidchicken.com::JNnjNj6dQwj+/t/8:000000000000000000000000000000000000000029da X-Hashcash: 1:20:071019:emacs-devel@gnu.org::UQ0dKk4dhYsZQaoM:00000000000000000000000000000000000000000002pg X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:xajzj/8Hf5GOs5rA/L9+I4Ovcjw= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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:81185 Archived-At: >>>>> Chong Yidong wrote: > Does compilation complete with this patch applied? Thanks, but it made no difference. config.log ========== configure:19614: checking for res_init configure:19670: gcc -o conftest [...] Undefined first referenced symbol in file res_init /var/tmp//cca3IgC2.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:19676: $? = 1 configure: failed program was: [...] configure:19693: result: no configure:19704: checking for res_init with -lresolv [...] configure:19751: result: yes Because of the latter(?), HAVE_RES_INIT was set in src/config.h as before and building Emacs failed. Regards,