From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 9 21:18:01 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B37A16A403 for ; Fri, 9 Mar 2007 21:18:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id C940713C481 for ; Fri, 9 Mar 2007 21:18:00 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so915592wxc for ; Fri, 09 Mar 2007 13:18:00 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SupzcS1NcDrLGw4v1R8zWoTDOOXGNm6wlfKsMFusYCK3byre+FPpTGGsWSbm6X+x02yTXgPwOwqCH6t5D5n/a5gZTPTpzTe3fXbUNRPavnIZLNVQGNIIXib7Xz+0Il4+SZGtSRARIq2Q13lNNm+waq4gmDqjkkR7yeC+iyjZG5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dun99d7bbjz6L+4foRA32vME8U7ZjAifPxGFi2aBn7o7pgBx0e43TZePxGwIr2V2PQ9oJhIurnY9OGTcCq9m1OBJeTt++ijztfSiOXa0RliwBQNzQ77INP8Kld4HORdvNaULT+SriD1i4xX7Dx3VpPvvIDiG3AgGa3Ae8n0X0P8= Received: by 10.70.118.4 with SMTP id q4mr3716636wxc.1173475080063; Fri, 09 Mar 2007 13:18:00 -0800 (PST) Received: by 10.100.141.14 with HTTP; Fri, 9 Mar 2007 13:18:00 -0800 (PST) Message-ID: <790a9fff0703091318rf3dd0cepf133a6f6ebfd9580@mail.gmail.com> Date: Fri, 9 Mar 2007 15:18:00 -0600 From: "Scot Hetzel" To: "Tijl Coosemans" In-Reply-To: <200703092053.45563.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <200703092024.23577.tijl@ulyssis.org> <200703092053.45563.tijl@ulyssis.org> Cc: freebsd-emulation@freebsd.org, gerald@freebsd.org Subject: Re: emulators/linux-wine: Help in porting to FreeBSD X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2007 21:18:01 -0000 On 3/9/07, Tijl Coosemans 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.