From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: X11R7 failure Date: Thu, 22 Apr 2010 20:36:21 +0200 Message-ID: <87pr1r72sa.fsf@turtle.gmx.de> References: <87633jtl2x.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271961407 16546 80.91.229.12 (22 Apr 2010 18:36:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 18:36:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 20:36:46 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O51GW-0002Ti-8d for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 20:36:44 +0200 Original-Received: from localhost ([127.0.0.1]:40618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O51GV-0005E4-38 for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 14:36:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O51GQ-0005Dy-My for emacs-devel@gnu.org; Thu, 22 Apr 2010 14:36:38 -0400 Original-Received: from [140.186.70.92] (port=48944 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O51GK-0005Dd-4m for emacs-devel@gnu.org; Thu, 22 Apr 2010 14:36:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O51GI-0003W5-G4 for emacs-devel@gnu.org; Thu, 22 Apr 2010 14:36:32 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:45002) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O51GI-0003VU-1K for emacs-devel@gnu.org; Thu, 22 Apr 2010 14:36:30 -0400 Original-Received: (qmail invoked by alias); 22 Apr 2010 18:36:23 -0000 Original-Received: from p54862832.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.40.50] by mail.gmx.net (mp039) with SMTP; 22 Apr 2010 20:36:23 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+KFoBQcqqKvlgbL9LVpTXc02Q974/4hw29ILe4Mx mz7odcD2nESA5C Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id DE9713F58A; Thu, 22 Apr 2010 20:36:21 +0200 (CEST) In-Reply-To: <87633jtl2x.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 22 Apr 2010 14:10:14 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52000000000000002 X-detected-operating-system: by eggs.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:124068 Archived-At: On 2010-04-22 20:10 +0200, Chong Yidong wrote: > I just got a build failure report from one of the pretesters: > >> I have just looked at the failure to build it on NetBSD 5.0.2 >> AMD64, our first system with X11R7. The configure script fails to >> detect the presence of X11 libraries, even though they are present: >> >> % ls -1 /usr/X11R7/lib/lib* | wc -l >> 323 > > I don't know if there is anything we can do about this, since the X11 > checks are made by Autoconf. We're using Autoconf 6.2 for emacs-23, but > glancing at the output of Autoconf 6.5 from the trunk, looks like it > doesn't look for /usr/X11R7 either. It is version 2.65 (not 6.5), and this version does look in /usr/X11R7: ,---- | % grep -n X11R7 configure | 6987:/usr/X11R7/include | 6993:/usr/include/X11R7 | 6999:/usr/local/X11R7/include | 7005:/usr/local/include/X11R7 `---- > I'm not using X11R7 yet, but my impression was that it isn't supposed to > live under /usr/X11R7, but directly in /usr. Does anyone know what the > situation is? The standard installation directory for X.Org is /usr, but NetBSD apparently uses /usr/X11R7. The autoconf changelog mentions that it caters to that since version 2.64: 2009-05-11 Patrick Welche (tiny change) Also try X11R7 when looking for X11 files, for NetBSD. * lib/autoconf/libs.m4 (_AC_PATH_X_DIRECT): Also try directories with X11R7 in the name. Sven