From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 11 00:07:22 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C331106566C for ; Tue, 11 Mar 2008 00:07:22 +0000 (UTC) (envelope-from girgen@pingpong.net) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id B50528FC23 for ; Tue, 11 Mar 2008 00:07:21 +0000 (UTC) (envelope-from girgen@pingpong.net) Received: from ironport2.bredband.com (195.54.101.122) by proxy1.bredband.net (7.3.127) id 479F27B700D18E9E for freebsd-amd64@freebsd.org; Tue, 11 Mar 2008 00:46:41 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqUpAGdl1UdV4VYePGdsb2JhbAAIiAqIZwEBAQE2mWI Received: from c-1e56e155.1521-1-64736c12.cust.bredbandsbolaget.se (HELO [10.0.1.3]) ([85.225.86.30]) by ironport2.bredband.com with ESMTP; 11 Mar 2008 00:46:41 +0100 Date: Tue, 11 Mar 2008 00:46:38 +0100 From: Palle Girgensohn To: "Bjoern A. Zeeb" Message-ID: <62ADF5988AD5568D75A6ECF1@girgBook.local> In-Reply-To: <20080310214327.V50685@maildrop.int.zabbadoz.net> References: <08EA672FEF40AD31704D0F1B@rambutan.pingpong.net> <20080310214327.V50685@maildrop.int.zabbadoz.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Mailman-Approved-At: Tue, 11 Mar 2008 02:15:42 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: running 32-bit mplayer (win32codecs) on FreeBSD-7.0-amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 00:07:22 -0000 --On m=E5ndag, m=E5 10 mar 2008 21.45.44 +0000 "Bjoern A. Zeeb"=20 wrote: > On Mon, 10 Mar 2008, Palle Girgensohn wrote: > >> I've found some discussions about how to use a jail to build 32-bit >> ports on amd64, bu my need is simpler, I just need to be able to run >> win32codecs on an amd64 machine. Do I need to >> >> 1. build the relevant package chain on a i386 machine with the same >> major FreeBSD version, using LOCALBASE=3D/something-32 >> >> 2. install the packages on the amd64 machine, in a separate root >> /something-32 >> >> 3. set up ldconfig32_paths on the amd64 machine >> >> 4. just run the binary from the /something-32/path >> >> and hopefully it will work? > > So basically what I would try first... > > just build everything natively on amd64. > > If the (one specific) port refuses to build on amd64 comment out the > ONLY_FOR_ARCHS=3D i386 and simply build and install it. It might just > work... Well, it is win32codecs, those are windows binaries... I reckon they are=20 the last ports on earth to work on 64 bits, they don't build, they are=20 binaries... /P