| 3 Sep 2023 |
problems | the issue is it's passing -fno-integrated-as to clang, but there is no as in the closure if cc is overridden with a bintools that doesn't contain as i think | 18:41:36 |
problems | ayyyyy it built!! | 19:08:03 |
problems | so now i need to make sure the wrapper builds, and see if i can add as back to stdenv without messing everything up | 19:10:57 |
problems | got wrapper building!! | 21:23:12 |
problems | and it works! ..now building again to fix sqlite endianness issue | 21:23:39 |
rhelmot | is clang known to be problematic as a basic stdenv compiler | 21:35:45 |
p14 | In reply to @rhelmot:matrix.org is clang known to be problematic as a basic stdenv compiler There are issues for example https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration They can be worked around with effort but lots of stuff doesn't currently work out of the box with a recent LLVM in nix. | 21:37:26 |
p14 | It's slightly unfortunate breakage particularly because it confuses a lot of configure scripts into awkwardly silently (or nonobviously at least) broken states. | 21:38:21 |