From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LeC43-0001Z0-Bk for garchives@archives.gentoo.org; Mon, 02 Mar 2009 17:36:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32137E0364; Mon, 2 Mar 2009 17:36:26 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by pigeon.gentoo.org (Postfix) with ESMTP id 15280E0387 for ; Mon, 2 Mar 2009 17:36:26 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c2so1722894anc.1 for ; Mon, 02 Mar 2009 09:36:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=6oWACXkFyNUXsURy6BfKAPe6SHcpGwLcoCjtFs//RmI=; b=oCnZlyceEwsfZa3pgNoz+6clMrX1xfVfO6Qa3QsDdfB45Y48eN4o95oosPzxodQVJ3 FozJGqcp+K0XZAK1zf2yI8tItn9U7/7MsY5DqWbyRyaKpRE8W1OcFHEPV6lN6M/6dmqM t3ZnOD55n07qU4s7Uv4d8yIlRXcbYJEFGpvrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=sUAnBnXxh6BFuIoURYPTA4wNnfsmz+LaIfhNz4k8XRmcZuJ/WhLQC/sfTEKR50MPG1 uW+TjOe7/ywvot89gxizqta2mxVGbhQ5Us5+lZwp+EALJMNMg6TVxDXxDJPZOl6lUeQ3 lMgGPDYJ6rEl8sI29xZXcpYLUkcY9H8VTD/VY= Received: by 10.100.214.15 with SMTP id m15mr5015337ang.44.1236015385646; Mon, 02 Mar 2009 09:36:25 -0800 (PST) Received: from nazgul.localnet (196-210-153-49-rrdg-esr-2.dynamic.isadsl.co.za [196.210.153.49]) by mx.google.com with ESMTPS id f4sm10038160nfh.46.2009.03.02.09.36.24 (version=SSLv3 cipher=RC4-MD5); Mon, 02 Mar 2009 09:36:25 -0800 (PST) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Wine-1.1.16 and amd64 Date: Mon, 2 Mar 2009 19:35:00 +0200 User-Agent: KMail/1.11.0 (Linux/2.6.28-gentoo-r2; KDE/4.2.0; x86_64; ; ) References: <49AC1357.9090406@ritirata.org> In-Reply-To: <49AC1357.9090406@ritirata.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903021935.00955.alan.mckinnon@gmail.com> X-Archives-Salt: 33485a59-53e1-4393-be35-0ae3f1aaa6f3 X-Archives-Hash: 5aa12bbd3440da168289e48799aceca9 On Monday 02 March 2009 19:11:51 Antonio Quartulli wrote: > Hi all! > I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I > got a problem because it can't compile (or maybe link) on my amd64 system. > > x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include > -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits > -Wpointer-arith -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer > -o activeds_main.o activeds_main.c > /usr/bin/ld: Relocatable linking with relocations from format elf32-i386 > (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported > winebuild: /usr/bin/ld -r failed with status 256 > winegcc: ../../tools/winebuild/winebuild failed > make[2]: *** [acledit.dll.so] Error 2 > > this is one of the errors that I got. > > Is there a way to build wine on a 64bit system without using the win64 > flag (i still want to run win32 binaries). > > Bye! Bug #260726 at b.g.o. Apparently if you remove the offending line recently added by vapier to the ebuild, it may build. However, variable results have been reported. Failing that, I suggest you do what I did - mask 1.1.6 and be content with 1.1.15 -- alan dot mckinnon at gmail dot com