From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 08:38:15 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4FDF106566C for ; Sat, 9 Jan 2010 08:38:15 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFDF8FC1E for ; Sat, 9 Jan 2010 08:38:14 +0000 (UTC) Received: by ewy5 with SMTP id 5so8833693ewy.14 for ; Sat, 09 Jan 2010 00:38:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=dEL67G4yoQvPUWXFoEHnx7IsC60YhNi9F/5OfrFqlGE=; b=I8wqKklmpd8oKqiT/sUNQ48RLE+udtNttO/NHQc3agspq3rWtNCxdWux55sq7miYhB 4o4AvsinI6n4SFxaadvVWAOAcfFzalkKTgKT5nDYiwQ60XQnY92E5FXDjcYo3kZ+DbVu CffP/s7cRG726ABIm4tnwdZ8H6VEgztspdgFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=AxiZ/5Ir+bVafU1TypoOW5h3mm6Ype1+ARWrm/D2J/jjKXazXd66ucHEcDGg1HbUFH BQeIi8Cn+dQQ48rfjuIS5Je3dn9Tlag/STvMkuOT9lwgrpF/e1uB03+pVMLLNUmdRF8m q+6QWC3n053nhV1MBNXp8/n1chb7DcXfv4vbM= Received: by 10.213.37.76 with SMTP id w12mr4306665ebd.72.1263026286927; Sat, 09 Jan 2010 00:38:06 -0800 (PST) Received: from dragon.dg ([41.216.197.11]) by mx.google.com with ESMTPS id 10sm39718811eyd.29.2010.01.09.00.38.04 (version=SSLv3 cipher=RC4-MD5); Sat, 09 Jan 2010 00:38:05 -0800 (PST) From: David Naylor Organization: Private To: Rusty Nejdl , freebsd-emulation@freebsd.org Date: Sat, 9 Jan 2010 10:38:09 +0200 User-Agent: KMail/1.12.3 (FreeBSD/8.0-STABLE; KDE/4.3.3; amd64; ; ) References: <200912081524.03878.naylor.b.david@gmail.com> <201001061602.35221.naylor.b.david@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart17581975.5NI0WkYLEf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201001091038.13781.naylor.b.david@gmail.com> Cc: Subject: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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: Sat, 09 Jan 2010 08:38:15 -0000 --nextPart17581975.5NI0WkYLEf Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Thursday 07 January 2010 17:53:53 Rusty Nejdl wrote: > On Wed, 6 Jan 2010 16:02:29 +0200, David Naylor >=20 > wrote: > > On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: > >> On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor > >> > >> > >> wrote: > >> >> I'll update the patch when wine-1.1.35 gets into my ports. > >> > >> David, > >> > >> Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to > >> test this out if you have it. > > > > Please see attached for the patches. I have the packages built for > > FreeBSD 7 > > & 8 and am just waiting for an upload site. > > > > Is the mailing list eating my attachments? If so could someone please > > host > > them somewhere. > > > > Regards >=20 > I'm getting this fun message on compile: >=20 > {standard input}: Assembler messages: >=20 > {standard input}:83: Error: no such instruction: `cmpxchg16b (%rdi)' >=20 > I'm running an Intel core i7 processor so that instruction should most > definitely be available. I get that with or without CPUTYPE=3Dnocono in > /etc/make.conf. Are you trying to run this in a chroot from an amd64 system? If so make su= re=20 you do: # env UNAME_m=3Di386 UNAME_p=3Di386 MACHINE=3Di386 ${CMD} Does this help? --nextPart17581975.5NI0WkYLEf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEABECAAYFAktIQHUACgkQUaaFgP9pFrJpbgCfT/RbqHtnCQuBBhjmIA3Bo489 S8YAnjjlpmuBqLzNoN7UfH2LvTOu4Zt8 =R/9R -----END PGP SIGNATURE----- --nextPart17581975.5NI0WkYLEf--