[PATCH 1/4] getpwuid: check for standards compliance (Solaris support)
authorVladimir.Marek <Vladimir.Marek@oracle.com>
Mon, 6 May 2013 15:15:59 +0000 (17:15 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:39 +0000 (09:54 -0800)
94/241f1da9aefab7de119fba5002be254eb1d65a [new file with mode: 0644]

diff --git a/94/241f1da9aefab7de119fba5002be254eb1d65a b/94/241f1da9aefab7de119fba5002be254eb1d65a
new file mode 100644 (file)
index 0000000..94ddf77
--- /dev/null
@@ -0,0 +1,168 @@
+Return-Path: <Vladimir.Marek@oracle.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0538C431FBD\r
+       for <notmuch@notmuchmail.org>; Mon,  6 May 2013 08:16:43 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.299\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id yAgNQIxPC2ur for <notmuch@notmuchmail.org>;\r
+       Mon,  6 May 2013 08:16:38 -0700 (PDT)\r
+Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 83A29431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  6 May 2013 08:16:34 -0700 (PDT)\r
+Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237])\r
+       by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with\r
+       ESMTP id r46FGPht009934\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);\r
+       Mon, 6 May 2013 15:16:26 GMT\r
+Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231])\r
+       by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r46FGNhF027183\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);\r
+       Mon, 6 May 2013 15:16:24 GMT\r
+Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71])\r
+       by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id\r
+       r46FGN0d003609; Mon, 6 May 2013 15:16:23 GMT\r
+Received: from vi64-x3-2e-prg06.cz.oracle.com (/10.163.102.127)\r
+       by default (Oracle Beehive Gateway v4.0)\r
+       with ESMTP ; Mon, 06 May 2013 08:16:23 -0700\r
+From: Vladimir.Marek@oracle.com\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/4] getpwuid: check for standards compliance (Solaris\r
+ support)\r
+Date: Mon,  6 May 2013 17:15:59 +0200\r
+Message-Id: <1367853362-11846-2-git-send-email-Vladimir.Marek@oracle.com>\r
+X-Mailer: git-send-email 1.7.9.2\r
+In-Reply-To: <1367853362-11846-1-git-send-email-Vladimir.Marek@oracle.com>\r
+References: <1367853362-11846-1-git-send-email-Vladimir.Marek@oracle.com>\r
+X-Source-IP: acsinet21.oracle.com [141.146.126.237]\r
+Cc: Vladimir Marek <vlmarek@volny.cz>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 06 May 2013 15:16:43 -0000\r
+\r
+From: Blake Jones <blakej@foo.net>\r
+\r
+Add checks to "configure" to see whether _POSIX_PTHREAD_SEMANTICS needs\r
+to be defined to get the right number of arguments in the prototypes for\r
+getpwuid_r().  Solaris' default implementation conforms to POSIX.1c\r
+Draft 6, rather than the final POSIX.1c spec.  The standards-compliant\r
+version can be used by defining _POSIX_PTHREAD_SEMANTICS.\r
+\r
+This change also adds the file "compat/check_getpwuid.c", which\r
+configure uses to perform its check, and modifies compat/compat.h to\r
+define _POSIX_PTHREAD_SEMANTICS if configure detected it was needed.\r
+\r
+Signed-off-by: Vladimir Marek <vlmarek@volny.cz>\r
+---\r
+ compat/check_getpwuid.c |   11 +++++++++++\r
+ compat/compat.h         |    4 ++++\r
+ configure               |   23 +++++++++++++++++++++--\r
+ 3 files changed, 36 insertions(+), 2 deletions(-)\r
+ create mode 100644 compat/check_getpwuid.c\r
+\r
+diff --git a/compat/check_getpwuid.c b/compat/check_getpwuid.c\r
+new file mode 100644\r
+index 0000000..c435eb8\r
+--- /dev/null\r
++++ b/compat/check_getpwuid.c\r
+@@ -0,0 +1,11 @@\r
++#include <stdio.h>\r
++#include <pwd.h>\r
++\r
++int main()\r
++{\r
++    struct passwd passwd, *ignored;\r
++\r
++    (void) getpwuid_r (0, &passwd, NULL, 0, &ignored);\r
++\r
++    return (0);\r
++}\r
+diff --git a/compat/compat.h b/compat/compat.h\r
+index b2e2736..c1ee0f9 100644\r
+--- a/compat/compat.h\r
++++ b/compat/compat.h\r
+@@ -30,6 +30,10 @@\r
+ extern "C" {\r
+ #endif\r
\r
++#if !STD_GETPWUID\r
++#define _POSIX_PTHREAD_SEMANTICS 1\r
++#endif\r
++\r
+ #if !HAVE_GETLINE\r
+ #include <stdio.h>\r
+ #include <unistd.h>\r
+diff --git a/configure b/configure\r
+index 460fcfc..8ef7bac 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -517,6 +517,17 @@ else\r
+ fi\r
+ rm -f compat/have_strcasestr\r
\r
++printf "Checking for standard version of getpwuid_r... "\r
++if ${CC} -o compat/check_getpwuid "$srcdir"/compat/check_getpwuid.c > /dev/null 2>&1\r
++then\r
++    printf "Yes.\n"\r
++    std_getpwuid=1\r
++else\r
++    printf "No (will define _POSIX_PTHREAD_SEMANTICS to get it).\n"\r
++    std_getpwuid=0\r
++fi\r
++rm -f compat/check_getpwuid\r
++\r
+ printf "int main(void){return 0;}\n" > minimal.c\r
\r
+ printf "Checking for rpath support... "\r
+@@ -676,6 +687,11 @@ HAVE_GETLINE = ${have_getline}\r
+ # build its own version)\r
+ HAVE_STRCASESTR = ${have_strcasestr}\r
\r
++# Whether the getpwuid_r function is standards-compliant\r
++# (if not, then notmuch will #define _POSIX_PTHREAD_SEMANTICS\r
++# to enable the standards-compliant version -- needed for Solaris)\r
++STD_GETPWUID = ${std_getpwuid}\r
++\r
+ # Supported platforms (so far) are: LINUX, MACOSX, SOLARIS, FREEBSD, OPENBSD\r
+ PLATFORM = ${platform}\r
\r
+@@ -720,10 +736,13 @@ WITH_ZSH = ${WITH_ZSH}\r
+ # Combined flags for compiling and linking against all of the above\r
+ CONFIGURE_CFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS)      \\\r
+                  \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND)   \\\r
+-                 \$(VALGRIND_CFLAGS) -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)\r
++                 \$(VALGRIND_CFLAGS)                                   \\\r
++                 -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)                 \\\r
++                 -DSTD_GETPWUID=\$(STD_GETPWUID)\r
+ CONFIGURE_CXXFLAGS = -DHAVE_GETLINE=\$(HAVE_GETLINE) \$(GMIME_CFLAGS)    \\\r
+                    \$(TALLOC_CFLAGS) -DHAVE_VALGRIND=\$(HAVE_VALGRIND) \\\r
+                    \$(VALGRIND_CFLAGS) \$(XAPIAN_CXXFLAGS)             \\\r
+-                     -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)\r
++                   -DHAVE_STRCASESTR=\$(HAVE_STRCASESTR)               \\\r
++                   -DSTD_GETPWUID=\$(STD_GETPWUID)\r
+ CONFIGURE_LDFLAGS =  \$(GMIME_LDFLAGS) \$(TALLOC_LDFLAGS) \$(XAPIAN_LDFLAGS)\r
+ EOF\r
+-- \r
+1.7.9.2\r
+\r