From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 21:44:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 143DE16A4CE for ; Tue, 31 Aug 2004 21:44:02 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF5143D49 for ; Tue, 31 Aug 2004 21:44:01 +0000 (GMT) (envelope-from freeBSD@insightbb.com) Received: from [192.168.1.238] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20040831214400i9100bvht1e>; Tue, 31 Aug 2004 21:44:00 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Tue, 31 Aug 2004 17:43:59 -0400 User-Agent: KMail/1.6.2 References: <20040831011519.9E84C43D2F@mx1.FreeBSD.org> <200408311626.20126.freeBSD@InsightBB.com> <200408311612.24114.donaldj1066@fastmail.fm> In-Reply-To: <200408311612.24114.donaldj1066@fastmail.fm> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408311743.59900.freeBSD@InsightBB.com> Subject: Re: newest kdelibs fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 21:44:02 -0000 Yes, I ran pkgdb -F (I didn't use f, don't know what it's for yet). I fixed those dependencies. And yep, I have Qt 3.3.3 I'll have to look at arts... On Tuesday 31 August 2004 05:12 pm, Donald J. O'Neill wrote: > I took this from the announcement on the ports list: > Packages are available for i386 for 4-STABLE and 5-CURRENT > (5.3-BETA) from > http://rabarber.fruitsalad.org > > Did you run pkgdb -fF? As I said before, I had to fix the broken > dependencies on kdelibs and kdepim before "portupgrade -pv kde\* > quanta\*" would work. > > Do you have qt-3.3.3 installed on your systems. You need to have > that. If not, install it first. Do you have arts-1.3.0,1 installed. > if not, install that next, it has a dependency on qt in order to > build from ports. Then install kdelibs-3.3.0, from ports. It has > dependency on qt and arts in order to build. After that try > upgrading using portupgrade, or if you have truly trashed kde, > build kde-3.3.0, the meta port. Then, build any other kde ports you > need. > > I run FreeBSD 5.2.1p9. There aren't any kde packages for it yet, > maybe there are now, well I know there are, I built them and > they're sitting on my system, but they not generic built. > > Don > > -- > Donald J. O'Neill > donaldj1066@fastmail.fm > > -------------------------------------------- > > On Tuesday 31 August 2004 03:26 pm, Steven Friedrich wrote: > > Thanks for the info. > > > > I added CFLAGS and COPTFLAGS to my make.conf, but it still fails > > to build kdelibs on two machines. This looks like a valid build > > break to me. Did you build it on 4.x or 5.x? > > > > I suspect it's due to the compiler on 4.x. Did the KDE port team > > build it on 4.10-STABLE?