Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632502 - www-client/firefox-56.0 requires sys-devel/clang if stylo isn't disabled
Summary: www-client/firefox-56.0 requires sys-devel/clang if stylo isn't disabled
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-30 11:44 UTC by Marco Genasci
Modified: 2017-09-30 12:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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