Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BBF3F163 for ; Tue, 2 Apr 2013 15:25:27 +0000 (UTC) Received: (qmail 76774 invoked by uid 500); 2 Apr 2013 15:25:27 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 76635 invoked by uid 500); 2 Apr 2013 15:25:27 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 76615 invoked by uid 99); 2 Apr 2013 15:25:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:25:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [89.146.220.134] (HELO posteo.de) (89.146.220.134) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:25:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by posteo.de (Postfix) with ESMTP id A9DCB802C0576 for ; Tue, 2 Apr 2013 17:25:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at posteo.de Received: from posteo.de ([127.0.0.1]) by localhost (posteo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FD-PB+PfGRnB for ; Tue, 2 Apr 2013 17:24:57 +0200 (CEST) Received: from posteo.de (localhost [127.0.0.1]) by posteo.de (Postfix) with ESMTPSA for ; Tue, 2 Apr 2013 17:24:57 +0200 (CEST) Message-ID: <1364916296.21649.27.camel@devil> Subject: Re: Add OTP R16B support + upgrade Mochiweb to 2.4.2 From: Klaus Trainer To: dev@couchdb.apache.org Date: Tue, 02 Apr 2013 17:24:56 +0200 In-Reply-To: References: <1364762599.25355.7.camel@devil> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org That's totally strange and feels a bit embarrassing. Here's what I enter in my shell in order to do the respective testing: g fetch g reset --hard origin/1696-update-mochiweb-2-4-2 ./bootstrap && ./configure && make && make check Actually, there are no untracked unignored files or any strange things *that I'd know of*. Now, when I clone a new copy of the repo to a different location and do the same there, everything works fine, except that ./test/etap/200-view-group-no-db-leaks.t keeps failing. So, the good news is that I can confirm that beside ./test/etap/200-view-group-no-db-leaks.t (which keeps failing) everything seems to be fine. The bad news is that I still don't know what's wrong in my other repo clone. K On Mon, 2013-04-01 at 23:20 +0200, Dave Cottlehuber wrote: > Hey Klaus, > > There's nothing failing in make check for me on OSX, but I need to flick > back to UTC +7 or whatever if was, and see if the TZ bug is still fixed. > Bob did a patch for this originally and I think mochiweb has now done > something similar, but I've not validated that. > > PS it's time to upgrade > http://eightface.com/2012/11/worlds-oldest-working-digital-computer/ > http://laughingsquid.com/1951-harwell-dekatron-the-oldest-original-working-digital-computer/ > > > On 31 March 2013 22:43, Klaus Trainer wrote: > > > Dave, what tests do you have exactly failing? > > > > I got nine (consistently) failing tests. However, it might be possible > > that a few of them are timeout related, as I'm still working with > > spinning discs (do you remember those?) on my computer here. That's why > > I'd like to compare. > > > > K > > > > > > On Sun, 2013-03-31 at 15:29 +0200, Dave Cottlehuber wrote: > > > Hi everybody, > > > > > > I have a couple more tests to make on ensuring the timezone bug in > > > earlier OTP releases is correctly resolved, but the bulk of the work > > > is done. Unless somebody reports an issue, I'll include this branch in > > > master in the next week, probably cherry-picked. > > > > > > [jira]: https://issues.apache.org/jira/browse/COUCHDB-1696 > > > [branch]: > > https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=tree;h=refs/heads/1696-update-mochiweb-2-4-2;hb=1696-update-mochiweb-2-4-2 > > > > > > A+ > > > Dave > > > > > >