From 42ea371f9e388ea4f9e66627dde0023599e1fd26 Mon Sep 17 00:00:00 2001 From: "Vladimir.Marek" Date: Mon, 6 May 2013 17:15:58 +0200 Subject: [PATCH] Solaris support - missing or incompatible functions --- 79/213d1c0cabd3cc92fe09ac1f536aaa549761d7 | 83 +++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 79/213d1c0cabd3cc92fe09ac1f536aaa549761d7 diff --git a/79/213d1c0cabd3cc92fe09ac1f536aaa549761d7 b/79/213d1c0cabd3cc92fe09ac1f536aaa549761d7 new file mode 100644 index 000000000..b9f1dbd54 --- /dev/null +++ b/79/213d1c0cabd3cc92fe09ac1f536aaa549761d7 @@ -0,0 +1,83 @@ +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 E5F88431FBD + for ; Mon, 6 May 2013 08:16:27 -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 9ZvO7hSQQ+vY for ; + Mon, 6 May 2013 08:16:21 -0700 (PDT) +Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B2006431FAE + for ; Mon, 6 May 2013 08:16:21 -0700 (PDT) +Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) + by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r46FGIsv000769 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) + for ; Mon, 6 May 2013 15:16:20 GMT +Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) + by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r46FGHF0011629 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) + for ; Mon, 6 May 2013 15:16:19 GMT +Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) + by userz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r46FGHu0011615 + for ; Mon, 6 May 2013 15:16:17 GMT +Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Mon, 06 May 2013 08:16:17 -0700 +From: Vladimir.Marek@oracle.com +To: notmuch@notmuchmail.org +Subject: Solaris support - missing or incompatible functions +Date: Mon, 6 May 2013 17:15:58 +0200 +Message-Id: <1367853362-11846-1-git-send-email-Vladimir.Marek@oracle.com> +X-Mailer: git-send-email 1.7.9.2 +X-Source-IP: ucsinet22.oracle.com [156.151.31.94] +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, 06 May 2013 15:16:28 -0000 + +Hi, + +This is next series of patches adding Solaris support to notmuch. I am mostly +using what Blake Jones sent some time ago + I fixed all the comments he +received back then. Since it's mostly his work, it's IMO fair to keep +him as an author. But since I made sure the patches work, I'm signing +them. I'm really git newbie, so hopefully this is right thing to do ... + +I tested the build on Solaris using Oracle Studio and on Linux using +gcc (to make sure I haven't break anything). + +I can't run the notmuch 'make test' on Solaris (too old bash) and on linux the +results are + +421/525 tests passed. +25 tests failed. +79 tests skipped. + +but they are the same without my changes too ... + +Cheers +-- + Vlad -- 2.26.2