Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 40658 invoked from network); 16 Jan 2008 05:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2008 05:38:14 -0000 Received: (qmail 16936 invoked by uid 500); 16 Jan 2008 05:38:03 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 16908 invoked by uid 500); 16 Jan 2008 05:38:03 -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 16899 invoked by uid 99); 16 Jan 2008 05:38:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 21:38:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stepan.mishura@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 05:37:39 +0000 Received: by wa-out-1112.google.com with SMTP id k22so223122waf.18 for ; Tue, 15 Jan 2008 21:37:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=StH3OwiVFdXJx0dlfFKAUNMIstFLjQI/KY7raIBEzcY=; b=b3XaE5CmiReftnX2H8aH0Xb7i+XxaYIV2ORZv8kwpjyZCvzL9gtpAQuPrVdrX0sK12IN8fG5WViTJV2HlZiIp+hRfap9KDCW3WW8sA5cNihgCG/XX9z3kXIjnJozn80mE1g5p9Bik1JnLmK+KInDumb6thVHVl2hDgO8nnqcjlI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ceas9UkO7Aq9qJ+gSsFSAkIVex0ZqOx1aVWCglCuNf6Nn8KGLLrphmDLvtXMjWcdT5dQIe48M/D7bdoOvQ/Lx570qveskM47h8gQkxr7bhGYthUiGs0/Gl+QEMPtdbAwR421g/5RQW0ESVyYMgD/2bRa3F8GN9B3MdTYRCnR3g8= Received: by 10.114.93.17 with SMTP id q17mr439823wab.70.1200461864657; Tue, 15 Jan 2008 21:37:44 -0800 (PST) Received: by 10.114.57.10 with HTTP; Tue, 15 Jan 2008 21:37:44 -0800 (PST) Message-ID: <6e47b64f0801152137i5c4c13cfp730b35979cb2496c@mail.gmail.com> Date: Wed, 16 Jan 2008 11:37:44 +0600 From: "Stepan Mishura" To: dev@harmony.apache.org Subject: Re: latest stable packages JRE packages - jre-r603534 (M4) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi Konstantin, On 1/15/08, Konstantin Lupach wrote: > Hi All, > > I gave a try these packages on Linux IA32 host with RHEL3 update 6 and > noticed that both apache-harmony-jre-r603534-linux-x86-32-libstdc++v6- > snapshot.tar.gz and > apache-harmony-jre-r603534-linux-x86-32-snapshot.tar.gzrequire > libstdc++.so.6. Was the 2-nd package built in a wrong compiler > environment? > Yes, you are right - both packages depend on libstdc++.so.6. Sorry, I missed that - OSes on the build hosts were upgraded and now libstdc++.so.6 is linked but still ICU libraries by default go with libstdc++.so.5 dependency. I think this is the right time to start publishing binaries with libstdc++.so.6 dependency only. Mark, you have committed ICU built libraries in depends/libs/linux.x86.libstdc++6. How we can get the same for x86_64 platform? > The 2-nd question is about libstdc++ dependency. Why not to incapsulate this > VM libraries dependecy? It can be either linked statically or if you want to > reduce libraries size it is possible to put it to the build directory and > provide a single IA32 package instead of 2 stdc++ dependent as it is done > now. > Yep, this issue was discussed some time ago. Any VM guru want to comment this? -Stepan. > We are looking at the opportunity to use a single VM package (per CPU > architecture and OS family) and redistribute it with our product that is > distributed in the binary form and supports a large variety of Linux > operating systems. > > -- > Kind regards, > Konstantin Lupach >