From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96854-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MGa9o-0008Pb-No
	for garchives@archives.gentoo.org; Tue, 16 Jun 2009 15:01:04 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07855E033A;
	Tue, 16 Jun 2009 15:01:03 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157])
	by pigeon.gentoo.org (Postfix) with ESMTP id DC9EDE033A
	for <gentoo-user@lists.gentoo.org>; Tue, 16 Jun 2009 15:01:02 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so18728028ywm.46
        for <gentoo-user@lists.gentoo.org>; Tue, 16 Jun 2009 08:01:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=nWui5AXmfTPws6lySxbHroAUk1+LmbKwdHRy9TKnyC0=;
        b=Fs3T7zfhlwvtCZTk2iNCurFr4tb+ilhWlmxkHKDAHW0yEtyNaF8EnZu2XGcWLJ0Nl2
         HVlm2aSoT82nmPHe77iy9JbhYZ2HeXn9GMYtBohK4hI8S3W/7Rf/YbHl68L+zcMcOSVo
         R5rijswcU7AKh+jfwST0X1kTh49mChT75/IgY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        b=sNsYQa5cZMbGOGIG6VRmKmL7qYh10GhZPBZGIIBU1U8KBETLwHHIqG/35k6v4sxPHy
         WXGlQX3fQD44qcKYnam4KsT3rqYxqElvXFZlRH1OZRIYYXFdKcLpmHyaoHkD/JFM1nPj
         XgKrKTx47vmN0jL/pVH82AHLYXumLOJv+4cTk=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.90.35.9 with SMTP id i9mr3316144agi.9.1245164462505; Tue, 16 
	Jun 2009 08:01:02 -0700 (PDT)
In-Reply-To: <49bf44f10906131118q6abefe04ob83612a5d50a451a@mail.gmail.com>
References: <49bf44f10906131118q6abefe04ob83612a5d50a451a@mail.gmail.com>
Date: Tue, 16 Jun 2009 08:01:02 -0700
Message-ID: <49bf44f10906160801p6a3aed37p29b31158523429b9@mail.gmail.com>
Subject: [gentoo-user] Re: antlr compile error
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 3d1fe09e-7456-4591-b495-ad1d766d1b89
X-Archives-Hash: b4c748597c38c0af1eef1a6f4c16648c

> I'm getting the following when trying to compile antlr. =A0I'm not sure
> exactly where the error is. =A0Should I file a bug on this?
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> make -C lib/python all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> make[2]: Entering directory
> `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/python'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/python'
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> make -C lib/csharp all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> make[2]: Entering directory
> `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp'
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> make -C lib/csharp/antlr.astframe all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> make[3]: Entering directory
> `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp/antlr.=
astframe'
> make[4]: Entering directory
> `/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/csharp/antlr.=
runtime'
> /usr/bin/mcs -nologo -t:library
> -out:/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/antlr.run=
time.dll
> -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.dll
> -d:APTC
> /var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/scripts/csc.sh:
> line 253: 14662 Killed =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0$cmd ${ARGV}
>
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0>> E R R O R <<
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> /usr/bin/mcs -nologo -t:library
> -out:/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/antlr.run=
time.dll
> -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.dll
> -d:APTC [ file(s) skipped]
>
> - Grant

Sorry to bother you all again over this.  Should I file a bug?

- Grant