Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2004 09:01:54 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Jason Zimberoff <zim@svs.com>
Cc:        questions@freebsd.org
Subject:   Re: Need some port installation help.
Message-ID:  <20040318090154.GA10030@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <4056494D.2040603@svs.com>
References:  <4056494D.2040603@svs.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--d6Gm4EdcadzBjdND
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Mar 15, 2004 at 06:24:45PM -0600, Jason Zimberoff wrote:

Hmmm... Either your clock is a few days out, or it took 3 days for
this message to make it to the list...

> 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.

First of all, FreeBSD-5.0 is obsolete and buggy -- you should
certainly be thinking about updating.

Secondly, sysinstall(8) is meant to be a tool for installing the
system, not as a general system administration tool.  Once you've got
the system up and running, there's the whole panoply of system tools
available to you.  In your case, that would be pkg_add(1).  For a
supported release, the command to install xmms would be:

    # pkg_add -r xmms

which will search the appropriate release directory for the xmms
package, download it and install it.  It will also do the same for any
prerequisite packages.

Now, since the packages-5.0-release directory has gone from the FTP
servers, you need to make pkg_add look in the packages-5-current
directory. You do that by setting PACKAGESITE in your environment:

(tcsh)

    # setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packa=
ges-5-current/All

(sh, bash)

    # PACKAGESITE=3Dftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5=
-current/All ; export PACKAGESITE

If there is still a problem with the expat package, you should get a
reasonable error message out of pkg_add(1).
=20
> 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=20
> debug screen?

The debug screen comes from the Install process -- where you'ld type
Alt-F2 to get to it.  If you just run sysinstall from the shell, I
don't think that's going to be accessible to you.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--d6Gm4EdcadzBjdND
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAWWWCdtESqEQa7a0RAvMZAJ0cNm5rD6LK8e3RnvVjZ7I/0Gj9lQCfWXOq
M02t9CLvm+e8BtHwjymAV2s=
=mjVy
-----END PGP SIGNATURE-----

--d6Gm4EdcadzBjdND--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040318090154.GA10030>