Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2005 17:47:42 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        paul thodiyil <pthodiyil@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Installing wine on 6.0 RC
Message-ID:  <20051103164742.GA12125@slackbox.xs4all.nl>
In-Reply-To: <cb10d07d0511030611k7aae7580h7739b524587126ae@mail.gmail.com>
References:  <cb10d07d0511030611k7aae7580h7739b524587126ae@mail.gmail.com>

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

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

On Fri, Nov 04, 2005 at 01:11:52AM +1100, paul thodiyil wrote:
> I am sort of new to FreeBSD and still learning the ropes. I am having gre=
at
> trouble installing WINE and indeed other packages on my AMD64 desktop
> running FreeBSD ver 6.0. I had added this package during the installation
> process.
>  With the 'whereis wine' command, I get: /usr/ports/emulators/wine
>  Then when I type pkg_add wine, I get 'can't stat package file wine'
>  Could someone tell me what I could be doing wrong?

Apart from the fact that wine only works on i386, you're confusing
packages and ports.

The command 'pkg_add wine' tells pkg-add to install a package from a
file called 'wine' in the current directory. You can read the manual
page for pkg_add with the command 'man pkg_add'.

/usr/ports/emulators/wine is the ports directory you can use to build
wine. To do so, do the following as root:

 cd /usr/ports/emulators/wine
 make
 make install clean

On an amd64 machine, you'll get an error when running make, because wine
is only for i386.

Roland
--=20
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt

--BOKacYhQ+x31HxR3
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFDaj8uEnfvsMMhpyURAvMCAKClZiGMIvzWO2NDB0pgJR3wxJKJ2QCeMK3q
aKU4Sogq4vhbNd0z6pFRY0M=
=o+Lz
-----END PGP SIGNATURE-----

--BOKacYhQ+x31HxR3--



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