Remaining Travis merge-2.064 failure

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 18 22:36:15 PDT 2014


On Sunday, 18 May 2014 at 02:04:52 UTC, David Nadlinger via 
digitalmars-d-ldc wrote:
> Hi all,
>
> so there currently seems to be one remaining Travis build 
> failure on
> the merge-2.064 branch, namely a linking issue in the release 
> tests,
> and only on LLVM 3.4:
> https://travis-ci.org/ldc-developers/ldc/builds/25057239
>
> The issue looks like a symbol emission problem where 
> std.net.curl is
> getting pulled in randomly because it contained a template 
> instance
> that is missing from whatever other module by chance. However, 
> I can
> neither replicate the issue on x86_64 Linux locally nor on OS X.
>
> Any ideas? We should really try to get the merge-* branches 
> integrated
> into master ASAP.
>
> Best,
> David

Hi David,

I think this is a problem with the multilib setup. This Travis 
build passes: 
https://travis-ci.org/ldc-developers/ldc/builds/25474830 - the 
only difference is that the 32bit libraries are not build (and 
some applications are not installed, e.g. gcc-multilib).

Regards,
Kai


More information about the digitalmars-d-ldc mailing list