From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 06:35:28 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 35D3916A596 for ; Thu, 18 Mar 2004 06:35:28 -0800 (PST) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4CFD43D46 for ; Thu, 18 Mar 2004 06:35:18 -0800 (PST) (envelope-from ben@spooty.net) Received: from m59-mp1.cvx3-b.pop.dial.ntli.net ([80.1.84.59]) by mta01-svc.ntlworld.comESMTP <20040318143455.VIJD2185.mta01-svc.ntlworld.com@m59-mp1.cvx3-b.pop.dial.ntli.net>; Thu, 18 Mar 2004 14:34:55 +0000 From: Ben Paley To: zim@svs.com Date: Thu, 18 Mar 2004 14:31:05 +0000 User-Agent: KMail/1.5.4 References: <20040318070003.C933C16A544@hub.freebsd.org> In-Reply-To: <20040318070003.C933C16A544@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403181431.05056.ben@spooty.net> cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 52, Issue 12 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: Thu, 18 Mar 2004 14:35:28 -0000 > I am trying to install xmms. When I run sysinstall, I first have to > change the location to something else because 5.0-RELEASE is not there. > I have been choosing 5.0-CURRENT instead, and that seems to at least get > me into the list of available packages. > > When I try in install the xmms-1.2.10 package, one of the dependency > packags fails to install right away. (expat-1.95.6_1) All it says is > error code 1 - see debug screen for more info... How do I find the > debug screen? > > What am I doing wrong in general? Are you using sysinstall to install the port from a cd? It's almost certainly better in the long run to install the ports collection on your machine (you might already have it: look to see if you have /usr/ports and lots of subdirectories) and install from the net. That way you can keep the ports collection up to date with cvsup and install individual ports with portinstall. These things take a little setting up but make life a lot easier. Cheers, Ben