From owner-freebsd-stable Mon Aug 27 15:27:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id A789C37B40B for ; Mon, 27 Aug 2001 15:27:23 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id A94A67B0216; Mon, 27 Aug 2001 15:27:22 -0700 Message-ID: <3B8AC94A.7FECC383@urx.com> Date: Mon, 27 Aug 2001 15:27:22 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Dobbs Cc: stable@freebsd.org Subject: Re: KDE2.2 build problems References: <200108272146.OAA21829@mail13.bigmailbox.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Steve Dobbs wrote: > > I get kdebase-2.2 and kdelibs-2.1 (and kdelist-1.1.2_2) when I run the make search, but I'm not sure what this portsdb is that you speak of. I looked for it on my system and didn't find it. You have to have installed portupgrade before you have a portsdb. The directory is /usr/ports/sysutils/portupgrade. I have a function that I call search. It is crystal# cd /root/bin crystal# cat search #! /bin/sh cd /usr/ports make search name=$1 That lets you search the port INDEX from any convient location. I typed the make search and then watched the screen scroll by. I didn't realize that kde was in so many names. I typically type "search kdelibs" and that keeps it to a single screen. When I install kde-x.x, I first remove any of the older versions. I do something like pkg_info | grep kde > kderm Then I use vi to convert the lines into something that looks like pkg_delete -f kde-2.1.1 I also add "#! /bin/sh" as the first line. When you finish editing, you need to chmod it so you can run it. You also need to do this for anything that uses kdelibs, such as koffice and etc. You need the latest versions of the b-deps. You can see what they are by doing the make search on kdelibs-2. The list is pretty long. It is easier if you do this from a different computer. You can have multiple sessions running. If you can build and install kdelibs-2.2_1, the rest are easy. If you don't have a previous version installed, this is overkill. Just use "search kdelibs" and make sure you have current b-deps. That b-deps is a line from "make search". You also need current r-deps but one thing at a time. Kent > > >Date: Mon, 27 Aug 2001 13:17:26 -0700 > > Kent Stewart Steve Dobbs CC: stable@freebsd.org > > Re: KDE2.2 build problems > > > > > >Steve Dobbs wrote: > >> > >> I just cvsup'ed two Freebsd 4.3 systems, and tried to build KDE 2.2, and both systems errored out compiling favicons.cpp, saying that it cannot fine the ifle kdedemodule.h. I re-cvsupped (if that is a word) and tried it again, and got the same error on both machines. Is anyone else having this problem. > > > >I had a whole bunch of other errors but nothing like that. When you do > >a > > > >cd /usr/ports > >make search name=kde > > > >What do you see for kdebase and kdelibs? You should be seeing > >something like kdelibs-2.2_1. I running Windows XP on my system that I > >did the build on and can't look it until I finish some tests. > > > >You usually have to make the index after cvsup'ing ports-all. The > >INDEX isn't kept up todate that often. There is a port called > >portupgrade. When you finish cvsuping ports-all, you run portsdb -uU > >and that builds a new index for you. I have a script called uports > >that does all of it for me. > > > >Kent > > > >> > >> Steve Dobbs > >> > >> Steve Dobbs > >> sdobbs@stupid.com > >> > >> ------------------------------------------------------------ > >> Sent with STUPID.COM's free email. Don't YOU belong here? http://www.stupid.com > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-stable" in the body of the message > > > >-- > >Kent Stewart > >Richland, WA > > > >It is hard to believe you are soaring with Eagles (las águilas) > >when you accept SPAM like a mouse (el ratón). > > > >mailto:kbstew99@hotmail.com > >http://kstewart.urx.com/kstewart/index.html > >http://daily.daemonnews.org/ > > Steve Dobbs > sdobbs@stupid.com > > ------------------------------------------------------------ > Sent with STUPID.COM's free email. Don't YOU belong here? http://www.stupid.com -- Kent Stewart Richland, WA It is hard to believe you are soaring with Eagles (las águilas) when you accept SPAM like a mouse (el ratón). mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message