Re: Installing wine on 6.0 RC

2005-11-03 Thread paul thodiyil
Many thanks Roland .. Great help. I will try your suggestions. I had
installed the AMD 64 version of FreeBSD on my AMD64 CPU - I will try the
i386 version.
 PT

 On 11/4/05, RW <[EMAIL PROTECTED]> wrote:
>
> On Thursday 03 November 2005 14:29, paul thodiyil wrote:
> > On 11/4/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > > On 11/3/05, paul thodiyil <[EMAIL PROTECTED]> wrote:
> > > > I am sort of new to FreeBSD and still learning the ropes. I am
> having
> > >
> > > great
> > >
> > > > 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?
> > > > Paul
> > > > ___
> > > > freebsd-questions@freebsd.org mailing list
> > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to "
> > >
> > > [EMAIL PROTECTED]"
> > >
> > >
> > > Wine does not run on anything but x86 yet. Sorry.
>
> > Many thanks. Saves me a lot of sweat.
>
> Are you aware that an amd 64 processor can run either the AMD64 or i386
> versions of FreeBSD? Wine will run on the the later.
>
> It wasn't clear to me whether "on my AMD64 desktop" referred to the OS or
> the
> CPU. If you have installed the AMD64 version of the OS then I would advise
> you to consider replacing it with the I386 version, which has fewer rough
> edges.
>
>
> The actual problem you report will happen on *any* system:
>
> # pkg_add wine
> pkg_add: can't stat package file 'wine'
>
> The correct usage is either
>
> pkg_add -r wine #install a wine package from a server
>
> or something like:
>
> pkg_add wine-20050930.tbz #install this particular local file
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing wine on 6.0 RC

2005-11-03 Thread Roland Smith
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 great
> 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
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgprEO84kNMkQ.pgp
Description: PGP signature


Re: Installing wine on 6.0 RC

2005-11-03 Thread RW
On Thursday 03 November 2005 14:29, paul thodiyil wrote:
> On 11/4/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > On 11/3/05, paul thodiyil <[EMAIL PROTECTED]> wrote:
> > > I am sort of new to FreeBSD and still learning the ropes. I am having
> >
> > great
> >
> > > 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?
> > > Paul
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to "
> >
> > [EMAIL PROTECTED]"
> >
> >
> > Wine does not run on anything but x86 yet. Sorry.

> Many thanks. Saves me a lot of sweat.

Are you aware that an amd 64 processor can run either the AMD64 or i386  
versions of FreeBSD?  Wine will run on the the later.

It wasn't clear to me  whether "on my AMD64 desktop" referred to the OS or the 
CPU.  If you have installed the AMD64 version of the OS then I would advise 
you to consider replacing it with the I386 version, which has fewer rough 
edges.  


The actual problem you report will happen on *any* system:

# pkg_add  wine
pkg_add: can't stat package file 'wine'

The correct usage is either

pkg_add -r  wine#install a wine package from a server

or something like:

pkg_add wine-20050930.tbz #install this particular local file
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing wine on 6.0 RC

2005-11-03 Thread paul thodiyil
Many thanks. Saves me a lot of sweat.

On 11/4/05, Andrew P. <[EMAIL PROTECTED]> wrote:
>
> On 11/3/05, paul thodiyil <[EMAIL PROTECTED]> wrote:
> > I am sort of new to FreeBSD and still learning the ropes. I am having
> great
> > 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?
> > Paul
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
> >
>
> Wine does not run on anything but x86 yet. Sorry.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing wine on 6.0 RC

2005-11-03 Thread Andrew P.
On 11/3/05, paul thodiyil <[EMAIL PROTECTED]> wrote:
> I am sort of new to FreeBSD and still learning the ropes. I am having great
> 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?
>  Paul
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

Wine does not run on anything but x86 yet. Sorry.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"