Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 48 / 21cbb9e8c878e95f2e4c5525bddcd981531b0b
1 Return-Path: <wiz@danbala.ifoer.tuwien.ac.at>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F130C431FC0\r
6         for <notmuch@notmuchmail.org>; Sat,  4 Jan 2014 05:28:41 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 1GdJ4+2HSXQn for <notmuch@notmuchmail.org>;\r
16         Sat,  4 Jan 2014 05:28:34 -0800 (PST)\r
17 Received: from danbala.ifoer.tuwien.ac.at (danbala.ifoer.tuwien.ac.at\r
18         [128.130.168.64])\r
19         by olra.theworths.org (Postfix) with ESMTP id 0823C431FBD\r
20         for <notmuch@notmuchmail.org>; Sat,  4 Jan 2014 05:28:34 -0800 (PST)\r
21 Received: by danbala.ifoer.tuwien.ac.at (Postfix, from userid 116)\r
22         id 669F6390DA4; Sat,  4 Jan 2014 14:28:33 +0100 (CET)\r
23 Date: Sat, 4 Jan 2014 14:28:33 +0100\r
24 From: Thomas Klausner <tk@giga.or.at>\r
25 To: Tomi Ollila <tomi.ollila@iki.fi>\r
26 Subject: Re: notmuch-0.16: realpath() compatibility issue; clang visibility\r
27         problem\r
28 Message-ID: <20140104132833.GZ27614@danbala.tuwien.ac.at>\r
29 References: <20140103214735.GG27614@danbala.tuwien.ac.at>\r
30         <CAB+hUn-8eyY07y3j1N3JJLQ3qWVEVPoGWHcUVkovg34xH0ZOwQ@mail.gmail.com>\r
31         <CAB+hUn-ov+2roT-tVTcjuPbckiTkRPtUxazfmY1KFeeVoMQJCA@mail.gmail.com>\r
32         <20140104125358.GW27614@danbala.tuwien.ac.at>\r
33         <sfid-H20140104-141337-+031.33-1@spamfilter.osbf.lua>\r
34         <m2eh4n521t.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 Content-Disposition: inline\r
38 In-Reply-To: <m2eh4n521t.fsf@guru.guru-group.fi>\r
39 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 04 Jan 2014 13:28:42 -0000\r
53 \r
54 On Sat, Jan 04, 2014 at 03:06:38PM +0200, Tomi Ollila wrote:\r
55 > The linux namual page (*) has good explanation of this in the BUGS section\r
56\r
57 > (*) http://man7.org/linux/man-pages/man3/realpath.3.html\r
58\r
59 > After reading that I think fixing that is not as simple as your previous\r
60 > patch does it -- so probably you just have to keep patching your system\r
61 > until NetBSD library realpath() is POSIX.1-2008 -compatible.\r
62 \r
63 Ok, so it's not that easy in general. On the other hand, I wonder how\r
64 many systems support POSIX.1-2008 realpath() :)\r
65 \r
66 > Note that having users' own patches in their systems is not uncommon\r
67 > at all :D\r
68 \r
69 I've filed a bug report in the meantime:\r
70 http://gnats.netbsd.org/48497\r
71 \r
72 Thanks for the comments,\r
73  Thomas\r