Gentoo Archives: gentoo-user

From: Matthias Langer <mlangc@×××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't build wine
Date: Thu, 20 Apr 2006 12:27:33
Message-Id: 1145535681.18044.4.camel@sputnik886.ruz-net
In Reply to: [gentoo-user] Can't build wine by Justin Hart
1 On Thu, 2006-04-20 at 03:12 -0400, Justin Hart wrote:
2 > Anybody know what this error is about? I can't seem to build wine.
3 >
4 > i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
5 > -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
6 > -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
7 > -Wpointer-arith -march=pentium4 -pipe -O2 -o y.tab.o y.tab.c
8 > flex -Cf -d -8 ./parser.l
9 > i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include
10 > -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
11 > -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
12 > -Wpointer-arith -march=pentium4 -pipe -O2 -o lex.yy.o lex.yy.c
13 > lex.yy.c:9174: error: syntax error before numeric constant
14 > lex.yy.c: In function `yy_scan_string':
15 > lex.yy.c:9175: error: number of arguments doesn't match prototype
16 > lex.yy.c:367: error: prototype declaration
17 > lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from
18 > integer without a cast
19 > lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer
20 > from integer without a cast
21 > ./parser.l: At top level:
22 > lex.yy.c:8687: warning: `yyunput' defined but not used
23 > lex.yy.c:9266: warning: `yy_top_state' defined but not used
24 > make[2]: *** [lex.yy.o] Error 1
25 > make[2]: Leaving directory
26 > `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools/wrc'
27 > make[1]: *** [wrc] Error 2
28 > make[1]: Leaving directory
29 > `/var/tmp/portage/wine-20050725-r1/work/wine-20050725/tools'
30 > make: *** [tools] Error 2
31 >
32 > !!! ERROR: app-emulation/wine-20050725-r1 failed.
33 > Call stack:
34 > ebuild.sh, line 1532: Called dyn_compile
35 > ebuild.sh, line 929: Called src_compile
36 > wine-20050725-r1.ebuild, line 133: Called die
37 >
38 > !!! depend
39 > !!! If you need support, post the topmost build error, and the call
40 > stack if relevant.
41 >
42 >
43 >
44 > --
45 > Justin W. Hart
46 >
47
48 Well, version 20050725-r1 is hardmasked, as it seems for good reasons.
49 If you want to try the latest version, go for 0.9.12 (just released a
50 few days ago) - it works fine for me. Otherwise try the currently stable
51 version 0.9.8-r1 which should also be newer than 20050725-r1.
52
53 HTH,
54 Matthias
55
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't build wine Justin Hart <justinhart@×××××.com>