Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Re: antlr compile error
Date: Tue, 16 Jun 2009 15:01:04
Message-Id: 49bf44f10906160801p6a3aed37p29b31158523429b9@mail.gmail.com
In Reply to: [gentoo-user] antlr compile error by Grant
1 > I'm getting the following when trying to compile antlr.  I'm not sure
2 > exactly where the error is.  Should I file a bug on this?
3 >
4 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
5 >>> make -C lib/python all
6 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
7 > make[2]: Entering directory
8 > `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/python'
9 > make[2]: Nothing to be done for `all'.
10 > make[2]: Leaving directory
11 > `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/python'
12 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
13 >>> make -C lib/csharp all
14 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
15 > make[2]: Entering directory
16 > `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp'
17 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
18 >>> make -C lib/csharp/antlr.astframe all
19 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
20 > make[3]: Entering directory
21 > `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp/antlr.astframe'
22 > make[4]: Entering directory
23 > `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp/antlr.runtime'
24 > /usr/bin/mcs -nologo -t:library
25 > -out:/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/antlr.runtime.dll
26 > -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.dll
27 > -d:APTC
28 > /var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/scripts/csc.sh:
29 > line 253: 14662 Killed                  $cmd ${ARGV}
30 >
31 > xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
32 >                      >> E R R O R <<
33 > ============================================================
34 >
35 > /usr/bin/mcs -nologo -t:library
36 > -out:/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/antlr.runtime.dll
37 > -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.dll
38 > -d:APTC [ file(s) skipped]
39 >
40 > - Grant
41
42 Sorry to bother you all again over this. Should I file a bug?
43
44 - Grant