From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104361 invoked by alias); 29 Oct 2015 12:08:31 -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 104338 invoked by uid 89); 29 Oct 2015 12:08:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: sender163-mail.zoho.com Received: from sender163-mail.zoho.com (HELO sender163-mail.zoho.com) (74.201.84.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Oct 2015 12:08:27 +0000 Received: from localhost (141.80.114.154 [141.80.114.154]) by mx.zohomail.com with SMTPS id 1446120504106982.6050892284229; Thu, 29 Oct 2015 05:08:24 -0700 (PDT) References: <87k2qlgtd0.fsf@elephly.net> <56237454.1000808@redhat.com> User-agent: mu4e 0.9.13; emacs 24.5.1 From: Ricardo Wurmus To: Andrew Haley Cc: java@gcc.gnu.org Subject: Re: GCJ 4.9.3 on mips64el-linux failing to build Ant. In-reply-to: <56237454.1000808@redhat.com> Date: Thu, 29 Oct 2015 12:08:00 -0000 Message-ID: <874mh9j2rv.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00002.txt.bz2 Andrew Haley writes: > It looks to me like gcj is non-functional. Are you building GCC 4.9.3? > Please run the gcj test suite (make check-target-libjava) to see if it > is broken. Yes, I built GCJ as a variant of GCC 4.9.3 (disabling all other languages but Java). Surprisingly, “make check-target-libjava” passes on MIPS, but GCJ is not working as can be seen when attempting to build Ant. 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 The beginning of the test phase is marked by “starting phase `check'”. I don’t see anything suspicious in the test output. Here’s the latest failing build of Ant on MIPS: http://hydra.gnu.org/build/758915/log/raw The errors are the same as before: 1. ERROR in /tmp/nix-build-ant-1.9.4.drv-0/apache-ant-1.9.4/src/main/org/apache/tools/bzip2/BlockSort.java (at line 121) QSORT_STACK_SIZE < FALLBACK_QSORT_STACK_SIZE ^^^^^^^^^^^^^^^^ QSORT_STACK_SIZE cannot be resolved to a variable ... ~~ Ricardo