From owner-freebsd-x11@FreeBSD.ORG Tue Mar 24 16:30:04 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02A11066112 for ; Tue, 24 Mar 2009 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC1DD8FC1C for ; Tue, 24 Mar 2009 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2OGU40b042362 for ; Tue, 24 Mar 2009 16:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2OGU4cN042357; Tue, 24 Mar 2009 16:30:04 GMT (envelope-from gnats) Date: Tue, 24 Mar 2009 16:30:04 GMT Message-Id: <200903241630.n2OGU4cN042357@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: John Nielsen Cc: Subject: Re: ports/130986: [PATCH] x11/xmore build failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Nielsen List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 16:30:16 -0000 The following reply was made to PR ports/130986; it has been noted by GNATS. From: John Nielsen To: Robert Noland , bug-followup@freebsd.org, bsd-unix@embarqmail.com Cc: Subject: Re: ports/130986: [PATCH] x11/xmore build failure Date: Tue, 24 Mar 2009 11:46:40 -0400 I just ran in to the same build failure as the original submitter but on a machine running -CURRENT. Since you (rnoland) couldn't reproduce the issue and I've only seen it on one machine out of several I've been updating lately I suspect the problem is likely a missing dependency. I did recently do a pkg_cutleaves run on the machine now having the problem, but not quite recently enough that I remember everything I removed. Randy, do you recall uninstalling any ports prior to encountering this issue or is your Xorg configuration otherwise customized? I played around with a Makefile solution and while I was able to get --disable-xprint passed to the configure step it doesn't fix the problem. However, if I do a "make configure" (with or without my patched Makefile) then cd $WRKSRC then manually run "./configure --disable-xprint", a subsequent "make install" from the ports directory builds and installs just fine. So either my ports fu isn't up to snuff or something odd is going on or both. JN