From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124191 invoked by alias); 29 Oct 2015 12:14:44 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 123664 invoked by uid 89); 29 Oct 2015 12:14:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 29 Oct 2015 12:14:38 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D18068EA29; Thu, 29 Oct 2015 12:14:36 +0000 (UTC) Received: from zebedee.pink (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9TCEZXq021290; Thu, 29 Oct 2015 08:14:36 -0400 Subject: Re: GCJ 4.9.3 on mips64el-linux failing to build Ant. To: Ricardo Wurmus References: <87k2qlgtd0.fsf@elephly.net> <56237454.1000808@redhat.com> <874mh9j2rv.fsf@elephly.net> Cc: java@gcc.gnu.org From: Andrew Haley Message-ID: <56320DAB.3040207@redhat.com> Date: Thu, 29 Oct 2015 12:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <874mh9j2rv.fsf@elephly.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00003.txt.bz2 On 10/29/2015 12:08 PM, Ricardo Wurmus wrote: > Here’s the complete log that I get when building GCJ 4.9.3 and running > the tests: > > http://hydra.gnu.org/build/758888/log/raw I can't see the output of the libjava testsuite. "make check-target-libjava" should do it. Andrew.