Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 67105 invoked from network); 10 May 2007 07:12:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2007 07:12:47 -0000 Received: (qmail 23883 invoked by uid 500); 10 May 2007 07:12:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 23860 invoked by uid 500); 10 May 2007 07:12:51 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 23850 invoked by uid 99); 10 May 2007 07:12:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 00:12:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivan.g.popov@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2007 00:12:39 -0700 Received: by an-out-0708.google.com with SMTP id b33so145615ana for ; Thu, 10 May 2007 00:12:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UwPm/qxGi2n136STkSmXJ0R6XPL15BdarKIabp7Un8/veLaJ/R0IXZgBsCTaO4lRmEw5cQcdW7pSugv8o2gii65/rze6RmLDQO8LyRPOI6EQ0+w0EINCuSG8/FGlUoTJ/wHVwHn9j3/+XCy95M7u4ni17oec2xOQhgN3Y4oA2xU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MvzZYCUvR/CdDLXaIf8KMam1B7/lxRVu2sShJtiK3J2j0PRePptLZVN/Q43k69thYgqgDLFlKVfjjfmeGA0xqj8hbvbTCP6RMqFuFmM7TFz8VO3l2YOcjsFMHMZo14JBPWUblOzNYGNzcdUbcdBJj6/nv6UG0yVjZmiG8kDyCTo= Received: by 10.100.94.3 with SMTP id r3mr1023777anb.1178781138760; Thu, 10 May 2007 00:12:18 -0700 (PDT) Received: by 10.100.31.11 with HTTP; Thu, 10 May 2007 00:12:18 -0700 (PDT) Message-ID: Date: Thu, 10 May 2007 14:12:18 +0700 From: "Ivan Popov" To: dev@harmony.apache.org Subject: Re: [build][hdk] bug(?) can't start hdk/jdk/bin/java In-Reply-To: <7273946b0705092126l478afb01y1672b44c8f66a995@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0705092126l478afb01y1672b44c8f66a995@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org It is because of unresolved dependency on classlib libraries: $ ldd jdk/bin/java linux-gate.so.1 => (0xffffe000) libhythr.so => not found libhysig.so => not found libc.so.6 => /lib/libc.so.6 (0xb7e2e000) libm.so.6 => /lib/libm.so.6 (0xb7e08000) libdl.so.2 => /lib/libdl.so.2 (0xb7e04000) /lib/ld-linux.so.2 (0xb7f76000) I suspect this is caused by the recent changes in jdktools build while adding and then removing launcher module. These changes affected also samsa module, which produces jdk/bin/* binaries. I'll look at this problem and try to resolve it. Thanks. Ivan On 5/10/07, Vladimir Ivanov wrote: > Hello everyone, > today I can't start 'java' from the jdk directory. Could someone > reproduce/fix it? > > hdk> projects/trunk/target/hdk/jdk/bin/java -version > projects/trunk/target/hdk/jdk/bin/java: error while loading shared > libraries: libhythr.so: cannot open shared object file: No such file > or directory > hdk> projects/trunk/target/hdk/jdk/jre/bin/java -version > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software > Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r536725, (May 10 2007), Linux/ia32/gcc 3.3.3, release build > http://incubator.apache.org/harmony > hdk> > > thanks, Vladimir >