[110467] trunk/dports/mail/notmuch/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Aug 31 16:41:44 PDT 2013


On Aug 31, 2013, at 03:18, jeremyhu at macports.org wrote:

> Revision: 110467
>          https://trac.macports.org/changeset/110467
> Author:   jeremyhu at macports.org
> Date:     2013-08-31 01:18:49 -0700 (Sat, 31 Aug 2013)
> Log Message:
> -----------
> notmuch: Simplify blacklisting, but I was unable to figure out why it was needed.
> 
> Modified Paths:
> --------------
>    trunk/dports/mail/notmuch/Portfile
> 
> Modified: trunk/dports/mail/notmuch/Portfile
> ===================================================================
> --- trunk/dports/mail/notmuch/Portfile	2013-08-31 08:11:37 UTC (rev 110466)
> +++ trunk/dports/mail/notmuch/Portfile	2013-08-31 08:18:49 UTC (rev 110467)
> @@ -40,8 +40,11 @@
> conflicts_build     ${name}
> 
> configure.args      --without-emacs
> -compiler.blacklist      clang macports-clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.2 macports-clang-3.3
> 
> +# TODO: Upstream ticket?
> +#       This port failst to build with or without the blacklist for me (jeremyhu)
> +compiler.blacklist  *clang*

How does it fail to build for you with llvm-gcc-4.2?

It build for me, on Mountain Lion with Xcode 4.6.3, provided I do not have a previous version active and I do not use the universal variant.

With clang, it fails:


In file included from lib/database.cc:21:
In file included from ./lib/database-private.h:33:
./lib/notmuch-private.h:479:23: error: visibility does not match previous declaration
struct __attribute__((visibility("default"))) _notmuch_string_list {
                      ^
./lib/notmuch-private.h:52:13: note: previous attribute is here
#pragma GCC visibility push(hidden)
            ^
1 error generated.





More information about the macports-dev mailing list