From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:51:33 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 1A95E16A4CE for ; Mon, 2 Aug 2004 03:51:33 +0000 (GMT) Received: from comsmtp2.singnet.com.sg (comsmtp2.singnet.com.sg [165.21.101.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4318643D39 for ; Mon, 2 Aug 2004 03:51:32 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i723pUFZ001831 for ; Mon, 2 Aug 2004 11:51:30 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i723pUQ7001326 for ; Mon, 2 Aug 2004 11:51:30 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i723pUCV001321 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 11:51:30 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1091418690.410dba423fa99@arrowana.singnet.com.sg> Date: Mon, 02 Aug 2004 11:51:30 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 03:51:33 -0000 I am trying to get CVsup running on 4.10. The handbook indicates it is easier to install the package, so I went to the package collection and installed cvsup-16.1h The package installation seemed to indicate the target directory was /usr/ports/net/cvsup. (this was a message asking me to confirm the installation from /stand/sysinstall) When I had finished the installation, I could not run cvsup - command not found. So I thought maybe I had to install from the ports collection, so I cd'd to /usr/ports/net/cvsup and ran Make. That seemed to go OK. Then I did a Make Install. It stops with error code 1. It says cvsup-16.1h already installed. I am not sure what I am doing wrong in all this. Can anyone spot what it is ? (I realise that I shouldnt normally be installing from a port just after a package install, but that was just because I was out of ideas) Thanks Peter