From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 21:12:47 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 0D08316A555 for ; Tue, 31 Aug 2004 21:12:46 +0000 (GMT) Received: from smtp805.mail.sc5.yahoo.com (smtp805.mail.sc5.yahoo.com [66.163.168.184]) by mx1.FreeBSD.org (Postfix) with SMTP id A2A1D43D31 for ; Tue, 31 Aug 2004 21:12:45 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.249.3.95 with plain) by smtp805.mail.sc5.yahoo.com with SMTP; 31 Aug 2004 21:12:45 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 31 Aug 2004 16:12:23 -0500 User-Agent: KMail/1.7 References: <20040831011519.9E84C43D2F@mx1.FreeBSD.org> <200408311411.42812.donaldj1066@fastmail.fm> <200408311626.20126.freeBSD@InsightBB.com> In-Reply-To: <200408311626.20126.freeBSD@InsightBB.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408311612.24114.donaldj1066@fastmail.fm> 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:12:48 -0000 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? > --