Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688262 - www-client/firefox-60.7.0 requires sys-devel/clang:8
Summary: www-client/firefox-60.7.0 requires sys-devel/clang:8
Status: RESOLVED DUPLICATE of bug 671182
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-18 04:14 UTC by turtle
Modified: 2019-06-19 02:10 UTC (History)
0 users

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


Attachments
build log (log,26.13 KB, text/plain)
2019-06-18 04:14 UTC, turtle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description turtle 2019-06-18 04:14:27 UTC
Created attachment 580068 [details]
build log

www-client/firefox-60.7.0 requires sys-devel/clang:8
build will fail without much warning or error.
Comment 1 Georgy Yakovlev archtester gentoo-dev 2019-06-18 06:18:33 UTC
not sure where you got llvm

 0:06.49 ERROR: Cargo package manager not found.
 0:06.49 To compile Rust language sources, you must have 'cargo' in your path.


it's likely duplicate of 671182
 
run 'eselect rust set <installed rust version>' and retry

*** This bug has been marked as a duplicate of bug 671182 ***
Comment 2 turtle 2019-06-19 02:10:49 UTC
That indeed fixed it, but thats hardly a resolution for the average user.
The only reason I would ever install 'rust' is as a ff dependency.
and I only have one version of rust:

eselect rust list
Available Rust versions:
  [1]   rust-1.34.2 *

I would think firefox 
www-client/firefox-60.7.0.ebuild should rdepend on on the version of rust it needs like so:
 RDEPEND="
	system-icu? ( >=dev-libs/icu-60.2 )
	jack? ( virtual/jack )
	>=dev-libs/nss-3.36.7
	>=dev-libs/nspr-4.19
	selinux? ( sec-policy/selinux-mozilla )
	>=virtual/rust-1.34.2"