Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wine-1.1.16 and amd64
Date: Mon, 02 Mar 2009 17:36:27
Message-Id: 200903021935.00955.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Wine-1.1.16 and amd64 by Antonio Quartulli
1 On Monday 02 March 2009 19:11:51 Antonio Quartulli wrote:
2 > Hi all!
3 > I am trying to upgrade wine to version 1.1.16 on my Gentoo AMD64 but I
4 > got a problem because it can't compile (or maybe link) on my amd64 system.
5 >
6 > x86_64-pc-linux-gnu-gcc -m32 -c -I. -I. -I../../include -I../../include
7 > -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
8 > -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits
9 > -Wpointer-arith -march=core2 -O3 -pipe -msse4.1 -fomit-frame-pointer
10 > -o activeds_main.o activeds_main.c
11 > /usr/bin/ld: Relocatable linking with relocations from format elf32-i386
12 > (main.o) to format elf64-x86-64 (acledit.gf6Map.o) is not supported
13 > winebuild: /usr/bin/ld -r failed with status 256
14 > winegcc: ../../tools/winebuild/winebuild failed
15 > make[2]: *** [acledit.dll.so] Error 2
16 >
17 > this is one of the errors that I got.
18 >
19 > Is there a way to build wine on a 64bit system without using the win64
20 > flag (i still want to run win32 binaries).
21 >
22 > Bye!
23
24
25 Bug #260726 at b.g.o.
26
27 Apparently if you remove the offending line recently added by vapier to the
28 ebuild, it may build. However, variable results have been reported.
29
30 Failing that, I suggest you do what I did - mask 1.1.6 and be content with
31 1.1.15
32
33 --
34 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Wine-1.1.16 and amd64 Antonio Quartulli <ordex@××××××××.org>