Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 8600 invoked from network); 25 Jun 2007 10:12:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 10:12:45 -0000 Received: (qmail 82250 invoked by uid 500); 25 Jun 2007 10:12:47 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 81848 invoked by uid 500); 25 Jun 2007 10:12:45 -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 81839 invoked by uid 99); 25 Jun 2007 10:12:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 03:12:45 -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 stepan.mishura@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 03:12:41 -0700 Received: by py-out-1112.google.com with SMTP id u77so1727488pyb for ; Mon, 25 Jun 2007 03:12:20 -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=gQhSJPd9fEtO7heo1bxJQvXp8MulJErNY9apaMkPhJ4kGm9A8oY/TOp+eRTq5lM9PgA2SNm4NUWXj0tu3/AoW2c7AkZXJKdB+EpTHB3vIw5LLhq9+AdhwBhae+maXYvRYhwBAI9tWQBPzKJ83aDNQVnFdbyQdIt+SN7gus5ASLs= 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=Tg1CDsHLlMOK7rPL1E2jDg/FcNN13X747CA2OK0MRrhKUmP0sw7XdMfPUH2r2ew47RTKacVitFoZeEQrIdt/T5Evd+h4AG5FAutB77g0rxZMOlv82k3NBIWnHv56r7DN2Zl9jsqjWj2ttzBJ0+Agsmga4Wqr24flbjIcvWh24vA= Received: by 10.65.137.5 with SMTP id p5mr8856222qbn.1182766340404; Mon, 25 Jun 2007 03:12:20 -0700 (PDT) Received: by 10.64.76.4 with HTTP; Mon, 25 Jun 2007 03:12:20 -0700 (PDT) Message-ID: <6e47b64f0706250312h70259818m821277f04d3a467c@mail.gmail.com> Date: Mon, 25 Jun 2007 17:12:20 +0700 From: "Stepan Mishura" To: dev@harmony.apache.org Subject: Re: [general][M2] Code frozen In-Reply-To: <906dd82e0706250242u53a29864s9f4854561a9e0b9f@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: <906dd82e0706240018u3f4f092fqb30fe4aa87b1af03@mail.gmail.com> <6e47b64f0706242359t4a21f1ebu899a5fc5c17dd9f1@mail.gmail.com> <200706250850.l5P8orOO001265@d06av02.portsmouth.uk.ibm.com> <6e47b64f0706250238o6152ca0av84e6a8b810805e6d@mail.gmail.com> <906dd82e0706250242u53a29864s9f4854561a9e0b9f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 6/25/07, Mikhail Loenko wrote: > 2007/6/25, Stepan Mishura : > > On 6/25/07, Mark Hindess wrote: > > > > > > On 25 June 2007 at 13:59, "Stepan Mishura" wrote: > > > > On 6/24/07, Mikhail Loenko wrote: > > > > > > > > > > We have passed our code freeze date for M2 > > > > > > > > > > > > > Mikhail, > > > > > > > > Just to be clear - M1 milestone published snapshots include build for > > > > Windows x86, Linux (libstdc++ v5 and libstdc++ v6) x86 and Windows > > > > x86_64. > > > > > > Do you think it would be possible to produce source snapshots? The > > > Apache release FAQ (at http://www.apache.org/dev/release.html ) says: > > > > > > The Apache Software Foundation produces open source software. All > > > releases are in the form of the source materials needed to make > > > changes to the software being released. In some cases, binary/bytecode > > > packages are also produced as a convenience to users that might > > > not have the appropriate tools to build a compiled version of the > > > source. In all such cases, the binary/bytecode package must have > > > the same version number as the source release and may only add > > > binary/bytecode files that are the result of compiling that version of > > > the source code release. > > > > > > Currently binaries are our primary artifact. I appreciated that it may > > > be a little late to try to correct this for this release, but I think it > > > is important that we try to correct this before we get too comfortable > > > with the current release process. > > > > > > > I'd suggest to switch to using source snapshots right after M2. > > > > > It should now be possible to do: > > > > > > ant bundle_src > > > mkdir /tmp/build > > > tar -C /tmp/build -xzf target/apache-harmony-src-r550411-snapshot.tar.gz > > > cd /tmp/build/harmony-src-550411 > > > ant -Dauto.fetch=true > > > > > > which would seem to me to be more in-keeping with the Apache release > > > guidelines. > > > > > > On this subject, I'd like to permission to commit a patch to correct the > > > top-level directory name in the source tar.gz/zip files from: > > > > > > harmony-src-550411 > > > > > > to: > > > > > > apache-harmony-src-r550411 > > > > > > > I'm OK with it. > > will it require rebuild of the release candidate? > I think it is not required. OK, I've built and uploaded milestone candidates (r550333) for - Linux x86/x86_64 libstdc++ v5 (and v6 for x86 is in progress) - Windows x86/x86_64 The snapshots are available from "snapshots v5" page[1] (or can be taken from dir [2]) [1] http://harmony.apache.org/snapshots_v5.html [2] http://people.apache.org/builds/harmony/snapshots/r550333/ -Stepan. > Thanks, > Mikhail > > > > > Thanks, > > Stepan. > > > > > The format of the archive names changed over time and these have become > > > inconsistent. > > > > > > Regards, > > > Mark. > > > > > > > I assume that we still aimed to x86 architecture and I need to build > > > > milestone candidates for: > > > > - Windows x86 > > > > - Linux x86. BWT, again for both libstdc++ versions? > > > > > > > > And what about x86_64? > > > > > > > > As I said M1 includes Windows x86_64. Should we publish them to let > > > > the community test them to see how good they are? > > > > > > > > Thanks, > > > > Stepan.