Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 632502

Summary: www-client/firefox-56.0 requires sys-devel/clang if stylo isn't disabled
Product: Gentoo Linux Reporter: Marco Genasci <fedeliallalinea>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marco Genasci 2017-09-30 11:44:41 UTC
In firefox 56 enable by default stylo but this option require clang

checking for llvm-config... /usr/bin/llvm-config
ERROR: Could not find the clang shared library in the path /usr/lib64
returned by `llvm-config --libdir` (searched for files [u'libclang.so.1', u'libclang.so']).
Please check your system configuration.

*** Fix above errors and then restart with\
               "make -f client.mk build"
make: *** [client.mk:383: configure] Error 1

Workaround disable stylo with --disable-stylo

Reference:
https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1389568

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-09-30 12:48:52 UTC
mozconfig-v6.56.eclass already contains:

mozconfig_annotate 'Upstream bug 1341234' --disable-stylo
Comment 2 Marco Genasci 2017-09-30 12:58:13 UTC
You right, sorry my fault on local overlay ebuild