From owner-freebsd-questions Thu Jul 25 14:22:58 2002 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 888DB37B400 for ; Thu, 25 Jul 2002 14:22:56 -0700 (PDT) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F1D343E42 for ; Thu, 25 Jul 2002 14:22:56 -0700 (PDT) (envelope-from Hostmaster@Video2Video.Com) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id B8A7828C7A for ; Thu, 25 Jul 2002 17:22:55 -0400 (EDT) Date: Thu, 25 Jul 2002 17:22:55 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: FreeBSD LIST Subject: KDE = K.D.E.A.D! (2.2.2 to 3.0.1, cvspass?) Message-ID: <20020725170653.L65238-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 1. We start our newly-remodeled tour at - http://developer.kde.org/build/compile_cvs.html a. "To compile KDE you need: Qt 3.0.4 or greater" we scroll down to... b. "You can find the Qt library (version 3.0.4) at ftp://ftp.trolltech.com/qt/source/" c. So we click over to /qt/source/ and even /qt/ and find 0 files! d. Finally we try typing `pkg_add -r qt-x11-3.0.4` and are told: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/qt-x11-3.0.4.tgz: File unavailable (e.g., file not found, no access) e. So let's skip Qt for now and try our first stint at CVSupping! 2. Okay we're ready for step/stop #2 - http://developer.kde.org/source/anoncvs.html a. Well-written, let's follow it step for step b. `cat > ~/.cvsrc` cvs -z4 -q diff -u3 -p update -dP checkout -P ^D c. `export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde` doesn't work but `setenv CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde` does! d. Next, we try the following but get stuck and require the list's help! # cvs login Logging in to :pserver:anonymous@anoncvs.kde.org:2401/home/kde CVS password: cvs login: failed to open /root/.cvspass for reading: No such file or directory cvs [login aborted]: fatal error: exiting # man 1 cvs | col -b | grep -i cvspass e. What's a ~/.cvspass file and why do I need one? Thanks. f. PS when I cd to /usr/src and do `ls -al` there is nata, nothing. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message