From owner-freebsd-questions@FreeBSD.ORG Mon Jan 5 15:23:55 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 E105116A4CE for ; Mon, 5 Jan 2004 15:23:55 -0800 (PST) Received: from m01.ca.astound.net (m01.ca.astound.net [64.85.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C9543D45 for ; Mon, 5 Jan 2004 15:23:53 -0800 (PST) (envelope-from rchopra@cal.berkeley.edu) Received: from cal.berkeley.edu (astound-64-85-244-72.ca.astound.net [64.85.244.72]) by m01.ca.astound.net (8.12.10/8.12.10) with ESMTP id i05NNhjo014921 for ; Mon, 5 Jan 2004 15:23:43 -0800 Message-ID: <3FF9F1D0.1050200@cal.berkeley.edu> Date: Mon, 05 Jan 2004 15:22:56 -0800 From: Rishi Chopra User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Updating Ports Index 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: Mon, 05 Jan 2004 23:23:56 -0000 For some reason, I can't seem to update the index for the ports database: idfubar# cd /usr/ports idfubar# make index Generating INDEX-5 - please wait..perl: not found perl: not found Done. I also tried attempting my first 'portsdb -Uu' after a successful CVSUp, but am running into some problems: idfubar# portsdb -Uu Updating the ports index ... perl: not found /usr/local/sbin/make_describe_pass2:70:in `write': Broken pipe (Errno::EPIPE) from /usr/local/sbin/make_describe_pass2:70:in `puts' from /usr/local/sbin/make_describe_pass2:70 failed to generate INDEX! portsdb: index generation error Can anyone explain why I might be getting these errors? My installation was a minimal install, do I need to install something else for the 'make index' command to work properly? -R