Gentoo Archives: gentoo-amd64

From: Jan Jitse Venselaar <janjitse@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] wine on AMD64?
Date: Mon, 12 Jun 2006 13:10:48
Message-Id: 200606121507.42844.janjitse@gmail.com
In Reply to: [gentoo-amd64] wine on AMD64? by Mark Knecht
1 On Monday 12 June 2006 14:44, Mark Knecht wrote:
2 > Hi,
3 > I wonder if anyone is able to build wine on their AMD64 systems
4 > right now. All of my attempts from wine-0.9.15 down through wine-0.9
5 > end with this sort of failure:
6 >
7 > lightning ~ # emerge -pv =app-emulation/wine-0.9.15
8 >
9 > These are the packages that would be merged, in order:
10 >
11 > Calculating dependencies... done!
12 > [ebuild N ] app-emulation/wine-0.9.15 USE="X alsa cups debug gif
13 > jack jpeg ncurses opengl oss -arts -esd -glut -lcms -ldap -nas
14 > -scanner -truetype -xml" 0 kB
15 >
16 > Total size of downloads: 0 kB
17 > lightning ~ # emerge =app-emulation/wine-0.9.15
18 > <SNIP>
19 > /usr/include/gentoo-multilib/amd64/bits/confname.h:597: error:
20 > redeclaration of enumerator `_CS_POSIX_V6_LPBIG_OFFBIG_LIBS'
21 > /usr/include/gentoo-multilib/x86/bits/confname.h:597: error: previous
22 > definition of '_CS_POSIX_V6_LPBIG_OFFBIG_LIBS' was here
23 > /usr/include/gentoo-multilib/amd64/bits/confname.h:601: error:
24 > redeclaration of enumerator `_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS'
25 > /usr/include/gentoo-multilib/x86/bits/confname.h:601: error: previous
26 > definition of '_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS' was here
27 > make[2]: *** [ffs.o] Error 1
28 > make[2]: Leaving directory
29 > `/var/tmp/portage/wine-0.9.15/work/wine-0.9.15/libs/p ort'
30 > make[1]: *** [port] Error 2
31 > make[1]: Leaving directory
32 > `/var/tmp/portage/wine-0.9.15/work/wine-0.9.15/libs' make: *** [libs] Error
33 > 2
34 >
35 > !!! ERROR: app-emulation/wine-0.9.15 failed.
36 > Call stack:
37 > ebuild.sh, line 1539: Called dyn_compile
38 > ebuild.sh, line 939: Called src_compile
39 > wine-0.9.15.ebuild, line 119: Called die
40 >
41 > !!! depend
42 > !!! If you need support, post the topmost build error, and the call
43 > stack if relevant.
44 >
45 > lightning ~ #
46 >
47 > I tried a number of the 0.9 series and they all failed the same way.
48 >
49 > As of yesterday I could not find anything like this in the forums.
50 >
51 > Thanks in advance,
52 > Mark
53 Hi,
54
55 I've been able to build it with the following procedure:
56
57 emerge --unmerge eselect-compiler
58 emerge "<gcc-config-1.99" --oneshot
59 emerge --nodeps --oneshot wine
60
61 Not really an ideal procedure I know, but it seems there is some conflict
62 between the maintainer of wine and the maintainer of eselect-compiler about
63 whose bug this really is.
64 The relevant bug report is
65 http://bugs.gentoo.org/show_bug.cgi?id=128772
66 which now has a patch attached, but is tagged WONTFIX by the maintainer.
67
68 Jan Jitse

Replies

Subject Author
Re: [gentoo-amd64] wine on AMD64? Mark Knecht <markknecht@×××××.com>
Re: [gentoo-amd64] wine on AMD64? Mark Knecht <markknecht@×××××.com>