From owner-freebsd-x11@FreeBSD.ORG Thu Apr 5 16:51:19 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0F0C16A409; Thu, 5 Apr 2007 16:51:19 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 84DD513C46C; Thu, 5 Apr 2007 16:51:19 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l35GWnfW062833; Thu, 5 Apr 2007 12:32:50 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: kde@freebsd.org Date: Thu, 5 Apr 2007 12:31:44 -0400 User-Agent: KMail/1.9.6 References: <200704051229.27994.lists@jnielsen.net> In-Reply-To: <200704051229.27994.lists@jnielsen.net> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704051231.45103.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: x11@freebsd.org Subject: Re: qt upgrade strangeness X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 16:51:19 -0000 On Thursday 05 April 2007 12:29:27 pm John Nielsen wrote: > I've had some trouble upgrading qt on two different machines now. I'm using > the experimental Xorg git ports tree on both and I'm not sure if that's a > factor, which is why I'm CC-ing x11@. > > In short, qt will install happily the first time but not the second. It > looks to my untrained eye like building [an upgraded] qt when qt is already > installed somehow taints the build. The build will complete successfully, > but it will fail during the install step whether or not the old qt was > uninstalled between the make and install steps--I tried an install without > uninstalling the old one using FORCE_PKG_REGISTER and it failed > differently, but it still failed. However, if qt and qmake are removed > completely before starting the [new] build for qt, it will install just > fine. > > I'd like to determine if 1) this is a known problem and 2) this is specific > to the Xorg ports tree so I know whether or not to send in a PR. I forgot to mention this was during an attempt to update qt from qt-copy-3.3.8 to qt-copy-3.3.8_1 on a 7-CURRENT (as of several days ago) box. I also saw the problem on a previous qt upgrade on a machine running 6-STABLE several weeks ago. JN