Gentoo Archives: gentoo-user

From: Richard Bradfield <bradfier@×××××.me>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)
Date: Thu, 16 Nov 2017 07:58:47
Message-Id: 20171116075813.it5fs3uqvsfc5sqg@arch.localdomain
In Reply to: Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase) by Jeremi Piotrowski
1 On Thu, Nov 16, 2017 at 08:15:18AM +0100, Jeremi Piotrowski wrote:
2 >It doesn't fail at the last stage - that's just when the error is
3 >repeated after other parallel tasks in the pipeline are completed. The
4 >actual error you got starts around line 5520 and is:
5 >
6 >--- stderr
7 >thread '<unnamed>' panicked at 'Unable to find libclang: "the
8 >`libclang` shared library could not be opened:
9 >/usr/lib64/llvm/5/lib64/libclang.so.5.0"', src/libcore/result.rs:860
10 >stack backtrace:
11 >
12 >Short of the file missing, no idea what could be the root cause.
13 >
14
15 Considering that's the Rust component of Firefox that's failing to
16 build, you should also try setting RUST_BACKTRACE=1 to get a more
17 verbose crash from rustc.