From owner-freebsd-questions@FreeBSD.ORG Tue Aug 31 19:12:06 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 A485716A4CE for ; Tue, 31 Aug 2004 19:12:06 +0000 (GMT) Received: from smtp802.mail.sc5.yahoo.com (smtp802.mail.sc5.yahoo.com [66.163.168.181]) by mx1.FreeBSD.org (Postfix) with SMTP id 6593043D3F for ; Tue, 31 Aug 2004 19:12:05 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.249.3.95 with plain) by smtp802.mail.sc5.yahoo.com with SMTP; 31 Aug 2004 19:12:05 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 31 Aug 2004 14:11:42 -0500 User-Agent: KMail/1.7 References: <20040831011519.9E84C43D2F@mx1.FreeBSD.org> <20040831112907.GA75986@kayjay.xs4all.nl> <200408310920.13946.freeBSD@InsightBB.com> In-Reply-To: <200408310920.13946.freeBSD@InsightBB.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408311411.42812.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 19:12:06 -0000 Hi Steven, It looks to me like you may be missing something in your make.conf file. I use: CFLAGS= -O -pipe COPTFLAGS= -O -pipe And If you're just upgradeing KDE to 3.3, you can use: BATCH=yes Run pkgdb -fF and straighten out any bad dependencies. When I did the upgrade, after following step 2, there were dependencies on kdeutils and kdepim still in pkgdb. Those have to be resolved or portupgrade will puke. Unfortunately, I didn't resolve those dependencies until after I built arts and kdelib from ports. At that point I followed the top part of step 3. I have a 1.13ghz AMD Thunderbird, I started the upgrade at 5:00 last night, it finished today at about 1:00PM. That upgrade took a long time to complete. Hope that will help. Don Donald J. O'Neill donaldj1066@fastmail.fm On Tuesday 31 August 2004 08:20 am, Steven Friedrich wrote: > I failed to mention that I'm running 4.10-STABLE on this box. > > Also, I have a second box and I cvsupped it and it fails to build > kdelibs too. Only THIS time, I simply went to the port directory, > i.e., /usr/ports/x11/kdelibs3 and invoked make. On the other > system, I followed the procedures in UPDATING (which has > portupgrade -a as part of step 3 or 4), and now that system > doesn't have any kde. So the second system is still running KDE > 3.2.3 and the first box is blown out of the water. > > Here are my auto tool versions: > autoconf-2.13.000227_5 = up-to-date with port > autoconf-2.53_3 = up-to-date with port > autoconf-2.59_2 = up-to-date with port > automake-1.5_2,1 = up-to-date with port > automake-1.8.5_2 = up-to-date with port >