Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase)
Date: Thu, 16 Nov 2017 07:36:02
Message-Id: CAC=wYCGkjHiMRyFypP0PWG-FOKTAK5w-5e6dyVWy0OCtGU0T0Q@mail.gmail.com
In Reply to: Re: [gentoo-user] Problems copmiling firefox 57.0 (linking phase) by Jeremi Piotrowski
1 >
2 > thread '<unnamed>' panicked at 'Unable to find libclang: "the
3 > `libclang` shared library could not be opened:
4 > /usr/lib64/llvm/5/lib64/libclang.so.5.0"', src/libcore/result.rs:860
5 > stack backtrace:
6 >
7 > Short of the file missing, no idea what could be the root cause.
8 >
9 >
10 Given this, you may as well see if the file is there;
11 # file /usr/lib64/llvm/5/lib64/libclang.so.5.0
12 /usr/lib64/llvm/5/lib64/libclang.so.5.0: ELF 64-bit LSB shared object,
13 x86-64, version 1 (GNU/Linux), dynamically linked, stripped
14
15 If it exists, run ldconfig, if not, emerge clang again. Then try firefox
16 again.