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

Bug 688262

Summary: www-client/firefox-60.7.0 requires sys-devel/clang:8
Product: Gentoo Linux Reporter: turtle <turtle>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log

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"