From owner-freebsd-questions@FreeBSD.ORG Mon May 31 22:45:12 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 5017616A4CE for ; Mon, 31 May 2004 22:45:12 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEAF43D31 for ; Mon, 31 May 2004 22:45:11 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i515jAZ5028025; Tue, 1 Jun 2004 00:45:10 -0500 (CDT) (envelope-from dan) Date: Tue, 1 Jun 2004 00:45:10 -0500 From: Dan Nelson To: Muhammad Ali Message-ID: <20040601054510.GD64314@dan.emsphone.com> References: <20040601051837.16D5B4C0D6@spy10.spymac.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040601051837.16D5B4C0D6@spy10.spymac.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Troubles with ports... 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, 01 Jun 2004 05:45:12 -0000 In the last episode (May 31), Muhammad Ali said: > Hi, I've downloaded the complete ports collection (ports.tar.gz). > I've extracted it in /usr. Now i go to /usr/ports/x11/kde3 and do > make install. I get: > > *kde-3.2.2 depends on file: /usr/X11R6/bin/moc - not found* > then it says: *Found saved configuration for qt-3.3.2* > and that qt-x11-free-3.3.2.tar.bz2 doesn't seem to exist in /usr/ports/distfile/KDE > and it starts fetching (I can't fetch over ftp right now because i'm behind an > authenticated proxy, i can fetch over http though but not ftp... odd but that's a > question for another day) > > So, i think maybe qt-x11 needs to be build first or something. But > when I try to go build that, it starts fetching the same file... so > back to sqr 1... > > Hence my question is that why can't it find qt-x11-free-3.3.2.tar.bz2 > when i have downloaded the whole ports collection? The ports tree is just instructions on building programs. It doesn't include the source. That would add another 14GB to the size of your download :) You will have to manually download that file and place it in /usr/ports/distfiles, or tell fetch about your authenticated proxy (run 'man 3 fetch', search for ENVIRONMENT). -- Dan Nelson dnelson@allantgroup.com