From: Vladimir Marek Date: Mon, 13 May 2013 05:05:40 +0000 (+0200) Subject: Re: Solaris support - missing or incompatible functions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0859ec01e8bc366f362b1442f653ab615bcb7ad7;p=notmuch-archives.git Re: Solaris support - missing or incompatible functions --- diff --git a/01/233032622c29e12252cf1a78e5824c6fa15768 b/01/233032622c29e12252cf1a78e5824c6fa15768 new file mode 100644 index 000000000..3494a7f42 --- /dev/null +++ b/01/233032622c29e12252cf1a78e5824c6fa15768 @@ -0,0 +1,82 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 545BB431FB6 + for ; Sun, 12 May 2013 22:05:57 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.299 +X-Spam-Level: +X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Hkv-x2FgwJy3 for ; + Sun, 12 May 2013 22:05:51 -0700 (PDT) +Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 2D280431FAE + for ; Sun, 12 May 2013 22:05:51 -0700 (PDT) +Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) + by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r4D55lUS016960 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); + Mon, 13 May 2013 05:05:48 GMT +Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) + by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r4D55jBX003435 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); + Mon, 13 May 2013 05:05:46 GMT +Received: from abhmt118.oracle.com (abhmt118.oracle.com [141.146.116.70]) + by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r4D55j0W024508; Mon, 13 May 2013 05:05:45 GMT +Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Sun, 12 May 2013 22:05:45 -0700 +Date: Mon, 13 May 2013 07:05:40 +0200 +From: Vladimir Marek +To: Jani Nikula +Subject: Re: Solaris support - missing or incompatible functions +Message-ID: <20130513050530.GA9899@vi64-x3-2e-prg06.cz.oracle.com> +References: <1367853362-11846-1-git-send-email-Vladimir.Marek@oracle.com> + <87ehdc9dbh.fsf@nikula.org> + <20130512202145.GA2047@vi64-x3-2e-prg06.cz.oracle.com> + <87bo8g9bbi.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +In-Reply-To: <87bo8g9bbi.fsf@nikula.org> +User-Agent: Mutt/ (2012-12-30) +X-Source-IP: acsinet21.oracle.com [141.146.126.237] +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Mon, 13 May 2013 05:05:57 -0000 + +> > I didn't pay too much attention to the test output as it's broken on +> > linux too :) +> +> It shouldn't be. All tests pass for me, and we're pretty strict about +> maintaining that. +> +> There may be some prerequisites to running tests that you're missing, +> and the test setup fails to tell you about. A pastebin of the 'make +> test' output might be helpful. + +Ok, in that case please let me take a look at the tests first. + +-- + Vlad