<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 27, 2016 at 5:23 AM, Carsten Mattner <span dir="ltr"><<a href="mailto:carstenmattner@gmail.com" target="_blank">carstenmattner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">After figuring out the fault in the configuration step and rebuilding,<br>
and then rebuilding again by forcing it with `ninja -k 16`, I managed to<br>
build everything but 12 ninja targets.<br>
<br>
I have to sift through them before I can report more, and I don't<br>
don't know if it's small enough to post here, but some of the more<br>
interesting errors are:<br>
<br>
llvm/projects/compiler-rt/lib/<wbr>tsan/dd/dd_interceptors.cc:226<wbr>:20:<br>
error: redefinition of 'realpath'<br>
INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {<br>
                   ^<br>
/usr/include/bits/stdlib.h:37:<wbr>8: note: previous definition is here<br>
__NTH (realpath (const char *__restrict __name, char *__restrict __resolved))<br></blockquote><div><br></div><div>I've never seen this before. Looks like bits/stdlib.h gets pulled in only when _FORTIFY_SOURCE is enabled (which causes __USE_FORTIFY_LEVEL > 0). Do you have _FORTIFY_SOURCE set somewhere? Can you try with that not set?</div><div>Teresa</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
[...]<br>
<br>
libomp.so<br>
duplicate symbol __kmp_get_reduce_method in version script<br>
duplicate symbol __kmp_itt_fini_ittlib in version script<br>
duplicate symbol __kmp_itt_init_ittlib in version script<br>
LLVM ERROR: A @@ version cannot be undefined<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail-m_-2517571750011635037gmail_signature"><span style="font-family:times;font-size:medium"><table cellspacing="0" cellpadding="0"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top:2px solid rgb(213,15,37)">Teresa Johnson |</td><td nowrap style="border-top:2px solid rgb(51,105,232)"> Software Engineer |</td><td nowrap style="border-top:2px solid rgb(0,153,57)"> <a href="mailto:tejohnson@google.com" target="_blank">tejohnson@google.com</a> |</td><td nowrap style="border-top:2px solid rgb(238,178,17)"> <a href="tel:(408)%20460-2413" value="+14084602413" target="_blank">408-460-2413</a></td></tr></tbody></table></span></div>
</div></div>