From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LQlfF-0003sj-OK for garchives@archives.gentoo.org; Sat, 24 Jan 2009 16:47:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA33E04C8; Sat, 24 Jan 2009 16:47:20 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by pigeon.gentoo.org (Postfix) with ESMTP id 38085E04C8 for ; Sat, 24 Jan 2009 16:47:20 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so3005085fga.14 for ; Sat, 24 Jan 2009 08:47:19 -0800 (PST) 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=hb1z1rwS6QD+ItjfZhbMXsAKFDR/gwzRtnYTKl2gcF0=; b=xpDYogX/jgdQhDdnocZmsSRYERl3l5ipWNP6auCw2f4xLiS0aBMnJ0WeOYeHJUC4uV beNZk700QnKGhdgluFqlIK45/rL+F3uQv3XPo4Bw2iOc0aGNkTw+KXr8kBUlOkn4rAQI BXuTLmEajXicyHPqoc0z5Koi+rBEXXZWe+IeU= 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=fn4glyDl2CnXzjkNo2Y3cMQA0WgUTkp1cYV1syIbizyv+bd38QFWitzYbVZ/SkxDaV xRiBXbLBafHjhqj48FhlvInnPItxi9O7Avvlul96M7SLi9E4JSEanjz2TOasVdaOqqDz N1hOZocCNQBne/SbSMnOdgRaCwDJ/ohSasI/0= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.181.146.11 with SMTP id y11mr575088bkn.60.1232815639524; Sat, 24 Jan 2009 08:47:19 -0800 (PST) Date: Sat, 24 Jan 2009 08:47:19 -0800 Message-ID: <49bf44f10901240847u6c171b37i12ec0565c278e7c1@mail.gmail.com> Subject: [gentoo-user] Any ideas on this compile failure? From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: cd9d761f-fd53-4195-80cc-826f9c8bbcc4 X-Archives-Hash: c46ec0f930dc5efb809040ca488a1ed9 Does anyone have any ideas on this compile failure? It's for icedtea6 from the java-overlay: make[7]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product' make[6]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product' All done. make[5]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product' cd linux_amd64_compiler2/product && ./test_gamma ./test_gamma: line 10: 10518 Killed ./${gamma:-gamma} -Xbatch -showversion Queens < /dev/null make[4]: *** [product] Error 137 make[4]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir' make[3]: *** [generic_build2] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/hotspot/make' make[2]: *** [product] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/hotspot/make' make[1]: *** [hotspot-build] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/make' make: *** [stamps/icedtea.stamp] Error 2 - Grant