Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 38644 invoked from network); 11 Oct 2007 13:11:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 13:11:19 -0000 Received: (qmail 18106 invoked by uid 500); 11 Oct 2007 13:11:07 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 18017 invoked by uid 500); 11 Oct 2007 13:11:07 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 18008 invoked by uid 99); 11 Oct 2007 13:11:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 06:11:07 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 13:11:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 997F471420A for ; Thu, 11 Oct 2007 06:10:50 -0700 (PDT) Message-ID: <32010397.1192108250596.JavaMail.jira@brutus> Date: Thu, 11 Oct 2007 06:10:50 -0700 (PDT) From: "Vasily Chekalkin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4929) Can't build workin_vm (DRLVM) with custom compiler. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Can't build workin_vm (DRLVM) with custom compiler. --------------------------------------------------- Key: HARMONY-4929 URL: https://issues.apache.org/jira/browse/HARMONY-4929 Project: Harmony Issue Type: Bug Components: build - test - ci Environment: Debian/Lenny Reporter: Vasily Chekalkin Priority: Minor Can't build DRLVM when CXX contains non alphabetic characters in name. bacek@icebolt:~/src/trunk/working_vm/build$ echo $CXX g++-4.1 bacek@icebolt:~/src/trunk/working_vm/build$ ./build.sh ... common_extra: BUILD FAILED /home/bacek/src/trunk/working_vm/build/make/build.xml:470: The following error occurred while executing this line: /home/bacek/src/trunk/working_vm/build/make/build.xml:477: The following error occurred while executing this line: /home/bacek/src/trunk/working_vm/build/make/build_component.xml:73: The following error occurred while executing this line: /home/bacek/src/trunk/working_vm/build/lnx_ia32_g++-4.1_debug/semis/build/targets/common_extra.xml:8: g++-4.1 is not a legal value for this attribute Total time: 1 minute 27 seconds -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.