Clang is not the problem here.  This is the problem:

configure.ldflags-append \
                     -lclucene-shared

The build failure reports that the linker can't find that library.

Please don't blacklist clang to work around non-clang bugs. 

On Oct 30, 2012, at 12:25 PM, [email protected] wrote:

> Revision
> 99266
> Author
> [email protected]
> Date
> 2012-10-30 12:25:14 -0700 (Tue, 30 Oct 2012)
> Log Message
> 
> soprano: blacklist clang (#36774)
> Modified Paths
> 
>       • trunk/dports/devel/soprano/Portfile
> Diff
> 
> Modified: trunk/dports/devel/soprano/Portfile (99265 => 99266)
> 
> --- trunk/dports/devel/soprano/Portfile       2012-10-30 18:33:23 UTC (rev 
> 99265)
> +++ trunk/dports/devel/soprano/Portfile       2012-10-30 19:25:14 UTC (rev 
> 99266)
> 
> @@ -33,7 +33,7 @@
> 
>  patchfiles          patch-parsers-raptor-raptorparser.h.diff \
> 
>                      patch-serializers-raptor-raptorserializer.cpp.diff
> 
>  
> 
> -configure.compiler  gcc
> 
> +compiler.blacklist  clang
> 
>  
> 
>  configure.ldflags-append \
> 
>                      -lclucene-shared
> 
> _______________________________________________
> macports-changes mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo/macports-changes

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to