Remaining Travis merge-2.064 failure

Christian Kamm via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Jun 9 00:29:22 PDT 2014


> /build/work/ldc/runtime/../lib/libphobos-ldc.a(std_net_curl.o)
>                              
> /build/work/ldc/runtime/../lib/libphobos-ldc.a(std_stdio.o)
> (_D6object15__T8capacityTaZ8capacityFNaNbNdAaZm)

You are saying std_stdio.o uses that symbol - and the bug is that the
instantiation was not emitted into that object file?

The symptom is that it then uses the instantiation from std_net_curl.o,
leading to a linker error because -lcurl wasn't passed?

My runtime/std/stdio.o also only has a
U _D6object15__T8capacityTaZ8capacityFNaNbNdAaZm
so I think I can reproduce it locally.

Regards,
Christian


More information about the digitalmars-d-ldc mailing list