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-96727-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MFXo8-0007Fu-0R for garchives@archives.gentoo.org; Sat, 13 Jun 2009 18:18:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B470DE03C4; Sat, 13 Jun 2009 18:18:22 +0000 (UTC) Received: from mail-yx0-f197.google.com (mail-yx0-f197.google.com [209.85.210.197]) by pigeon.gentoo.org (Postfix) with ESMTP id 96D83E03C4 for <gentoo-user@lists.gentoo.org>; Sat, 13 Jun 2009 18:18:22 +0000 (UTC) Received: by yxe35 with SMTP id 35so196682yxe.32 for <gentoo-user@lists.gentoo.org>; Sat, 13 Jun 2009 11:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=fl2KltrmU3G3bDS56uO7jAysI8V1NTcIivVV6lZ8x9o=; b=bbkkHoBfW6fvnmA+jndaiqqbZOwDmXN71PA4drrHXUAE3/FO/UFAZa/vdd5DcLQQbG 344llhFS3hZrWlEep/wwSbkPZhPdJku16vm4yAHlbm31hQUpAsKOusPBTTAIK8NhrxIg Tk0ahCQRtbJqC7+4YrrgOYwTT8vUjZMuK13lQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=atdncu3r8FfeOTyFuDKt10c5GlAVLrCFdZAcjfo8SI+LgmMwhuPfK/n07fDM11KjsS /m8SkIHWFAPjx7/UMZ9btpLqmL8Tjt4VUxA5y+MFX4RjYOAPD6bxULDVmak/jLB5OmkR QqCG6cBUbgIqOR6S0SCXNhJOMH7mkVVHgYESU= 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.87.19 with SMTP id k19mr4420471agb.39.1244917102333; Sat, 13 Jun 2009 11:18:22 -0700 (PDT) Date: Sat, 13 Jun 2009 11:18:22 -0700 Message-ID: <49bf44f10906131118q6abefe04ob83612a5d50a451a@mail.gmail.com> Subject: [gentoo-user] 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: 7bit X-Archives-Salt: ff25cc4c-e9be-47b8-b45e-92d5c2490fe8 X-Archives-Hash: 6c6ad5a720d9eb83af0d1e9c8d45e8dc I'm getting the following when trying to compile antlr. I'm not sure exactly where the error is. Should 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.runtime.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 $cmd ${ARGV} xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx >> E R R O R << ============================================================ /usr/bin/mcs -nologo -t:library -out:/var/tmp/portage/dev-java/antlr-2.7.7/work/antlr-2.7.7/lib/antlr.runtime.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -r:System.dll -d:APTC [ file(s) skipped] - Grant