Gentoo Archives: gentoo-user

From: Jean-Baptiste Mestelan <mestelan@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Exclude package from emerge world ?
Date: Mon, 15 Jan 2007 22:10:33
Message-Id: eaa71e3e0701151402q2a74e6c1u3ccc32e9a65242d7@mail.gmail.com
1 Hello.
2
3 I am trying to emerge -uD world
4 and getting an error on app-emulation/wine-20050930 (error stack is below,
5 if YOU can decipher it;).
6
7 wine-9999 builds fine, but emerge world insists on building 20050930, and I
8 am not too sure why ? Probably some other package depends on 20050930, but
9 how can I check this ? (I might afford to unmerge this package, and do do
10 without it for the moment ...)
11
12 Or can I command emerge world to exclude wine ?
13
14 Thanks for attention.
15 *************************************************************************************************
16
17
18
19 bison -d -t ./parser.y -o parser.tab.c
20 ./parser.y:303.8-14: warning: symbol tSTRING redeclared
21 ./parser.y:303.16-21: warning: symbol tIDENT redeclared
22 ./parser.y:303.23-30: warning: symbol tRAWDATA redeclared
23 ./parser.y: conflicts: 5 shift/reduce
24 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include
25 -I../../include -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
26 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
27 -Wdeclaration-after-statement -Wpointer-arith -O2 -march=i686 -pipe -o
28 parser.tab.o parser.tab.c
29 flex -Cf -d -8 ./parser.l
30 i686-pc-linux-gnu-gcc -c -I. -I. -I../../include
31 -I../../include -DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe
32 -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
33 -Wdeclaration-after-statement -Wpointer-arith -O2 -march=i686 -pipe -o
34 lex.yy.o lex.yy.c
35 lex.yy.c:9174: error: syntax error before numeric constant
36 lex.yy.c: In function `yy_scan_string':
37 lex.yy.c:9175: error: number of arguments doesn't match prototype
38 lex.yy.c:367: error: prototype declaration
39 lex.yy.c:9177: warning: passing arg 1 of `strlen' makes pointer from integer
40 without a cast
41 lex.yy.c:9177: warning: passing arg 1 of `yy_scan_bytes' makes pointer from
42 integer without a cast
43 ./parser.l: At top level:
44 lex.yy.c:8687: warning: 'yyunput' defined but not used
45 lex.yy.c:9266: warning: 'yy_top_state' defined but not used
46 make[2]: *** [lex.yy.o] Error 1
47 make[2]: Leaving directory
48 `/var/tmp/portage/wine-20050930/work/wine-20050930/tools/wrc'
49 make[1]: *** [wrc] Error 2
50 make[1]: Leaving directory
51 `/var/tmp/portage/wine-20050930/work/wine-20050930/tools'
52 make: *** [tools] Error 2
53
54 !!! ERROR: app-emulation/wine-20050930 failed.
55 Call stack:
56 ebuild.sh, line 1546: Called dyn_compile
57 ebuild.sh, line 937: Called src_compile
58 wine-20050930.ebuild, line 132: Called die

Replies

Subject Author
Re: [gentoo-user] Exclude package from emerge world ? Randy Barlow <randy@×××××××××××××××××.com>
Re: [gentoo-user] Exclude package from emerge world ? "Bo Ørsted Andresen" <bo.andresen@××××.dk>
Re: [gentoo-user] Exclude package from emerge world ? Iain Buchanan <iaindb@××××××××××××.au>