Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 15:18:00 -0600
From:      "Scot Hetzel" <swhetzel@gmail.com>
To:        "Tijl Coosemans" <tijl@ulyssis.org>
Cc:        freebsd-emulation@freebsd.org, gerald@freebsd.org
Subject:   Re: emulators/linux-wine: Help in porting to FreeBSD
Message-ID:  <790a9fff0703091318rf3dd0cepf133a6f6ebfd9580@mail.gmail.com>
In-Reply-To: <200703092053.45563.tijl@ulyssis.org>
References:  <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <200703092024.23577.tijl@ulyssis.org> <cb5206420703091137j34b05cch1937b5bee778b55@mail.gmail.com> <200703092053.45563.tijl@ulyssis.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/9/07, Tijl Coosemans <tijl@ulyssis.org> wrote:
> > The question is what kind of wine we, poor windows
> > addicts, can have on FreeBSD/amd64...
>
> This may be a dumb suggestion, but can't you install i386 packages
> under amd64?
>

You can't install the i386 packages with pkg_add on FreeBSD/amd64, as
you risk installing 32bit libraries on top of the 64bit libraries.

The only way to install an i386 package on FreeBSD/amd64 is to use a
staging area, and only install the 32bit libraries into PREFIX/lib32.

You then install the amd64 package, to have access to the 64bit programs.

Then to install the i386 wine package, extract it to the staging area
and check if any libraries are going to conflict with the 64bit
versions, if not use pkg_add, otherwise you'll have to manually
install the files.

The only problem, is you no longer can use pkg_delete to remove the
32bit libraries as they wouldn't have been registered in /var/db/pkg.

Scot


-- 
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.



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