Please see log here: http://pastebin.com/BCPzJAfV
@Yuri, Please include logs as attachments, compressed if required or (ideally) edited (snipped) to only show relevant sections. This ensures that all relevant information is in one place Also, is this reproducible for any other clang/llvmXY ports?
It looks like chromium has a broken configuration test resulting it in thinking libdl exists. It claims to have found dlopen() in dl, but we don't have a libdl on FreeBSD because that functionality is in libc. As far as I can tell, this has nothing to do with devel/llvm39.
Thanks Brooks, This was discussed on the chromium@ ML, I posted the link to this bug there. Yuri
The standalone build of llvm39 fails too for me: > /usr/bin/ld: cannot find -ldl > c++: error: linker command failed with exit code 1 (use -v to see invocation) > [4/4] Linking CXX shared library lib/freebsd/libclang_rt.asan-x86_64.so ninja: build stopped: subcommand failed. > *** Error code 1
I've never been able to reproduce this and no-one else has reported it so I'm closing this report.