From owner-freebsd-x11@FreeBSD.ORG Thu Mar 26 23:50:06 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 E5DB0106566C for ; Thu, 26 Mar 2009 23:50:06 +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 B95528FC1B for ; Thu, 26 Mar 2009 23:50:06 +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 n2QNo6B9097379 for ; Thu, 26 Mar 2009 23:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2QNo6IF097378; Thu, 26 Mar 2009 23:50:06 GMT (envelope-from gnats) Date: Thu, 26 Mar 2009 23:50:06 GMT Message-Id: <200903262350.n2QNo6IF097378@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Randy Pratt 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: Randy Pratt List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 23:50:07 -0000 The following reply was made to PR ports/130986; it has been noted by GNATS. From: Randy Pratt To: John Nielsen Cc: Robert Noland , bug-followup@freebsd.org Subject: Re: ports/130986: [PATCH] x11/xmore build failure Date: Thu, 26 Mar 2009 19:26:11 -0400 On Tue, 24 Mar 2009 11:46:40 -0400 John Nielsen wrote: > 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? Its been awhile, but my ports mix does change occasionally and its entirely possible that I could have removed something. Up to that point I had been updating ports daily for about 3 years. I use portmaster and regularly run the "--check-depends" option. This should restore any missing dependencies required by the ports Makefile. If there is a missing dependency in the Makefile, it appeared with the new xorg since xmore compiled fine with the older xorg. At the time, I gave up on updating to the latest xorg due to keyboard/mouse problems and just reverted my tree back to just before the xorg update (2009-01-23 09:58:10 UTC) and left it there. > 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. I may get some time when the weather gets hot to attempt the xorg update again but its a lot of compiling and a lot more if I have to revert the tree again. This time will probably be a wipe-all-ports and reinstall since the ports tree has moved so much in the past couple of months that its not worth doing an upgrade path. Thanks for confirming that I'm not the only one who has seen this. Randy