On Tuesday, November 7, 2017 at 2:54:45 AM UTC-8, pa...@paul.cx wrote:
> I'm using this setup daily (with clang trunk from some weeks ago, not
> 5.0, but it's the same really), here is my mozconfig:
> 
> ```
> export CC="icecc clang"
> export CXX="icecc clang++"
> mk_add_options MOZ_MAKE_FLAGS="-j100" # adjust, this is good for the
> paris office
> mk_add_options 'export RUSTC_WRAPPER=sccache'
> mk_add_options 'export CARGO_INCREMENTAL=1'
> ```
> 
> Cheers,
> Paul.

Yeah, tried the same thing and got:

```
 0:02.49 checking yasm version... 1.3.0
 0:02.50 checking the target C compiler version... 5.0.0
 0:12.70 checking the target C compiler works... no
 0:12.70 DEBUG: Creating `/tmp/conftest.E5oBtT.c` with content:
 0:12.70 DEBUG: |
 0:12.70 DEBUG: | int
 0:12.70 DEBUG: | main(void)
 0:12.70 DEBUG: | {
 0:12.70 DEBUG: |
 0:12.70 DEBUG: |   ;
 0:12.70 DEBUG: |   return 0;
 0:12.70 DEBUG: | }
 0:12.70 DEBUG: Executing: `/usr/bin/ccache icecc /usr/bin/clang -std=gnu99 -c 
/tmp/conftest.E5oBtT.c`
 0:12.70 DEBUG: The command returned non-zero exit status 127.
 0:12.70 DEBUG: Its error output was:
 0:12.70 DEBUG: | usr/bin/clang: error while loading shared libraries: 
libLLVM-5.0.so: cannot open shared object file: No such file or directory
 0:12.70 DEBUG: | ICECC[8354] 18:03:45: Compiled on 10.251.25.45
 0:12.70 ERROR: Failed compiling a simple C source with the target C compiler
 0:12.74 *** Fix above errors and then restart with\
 0:12.74                "/usr/bin/make -f client.mk build"
```

Maybe it's just the SF Office icecream instance?

zb.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to