Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768873 - www-client/firefox-85.0-r1 fails to read LLVM version from rustc-1.49.0
Summary: www-client/firefox-85.0-r1 fails to read LLVM version from rustc-1.49.0
Status: RESOLVED DUPLICATE of bug 768543
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-05 13:42 UTC by Marcus Koehler
Modified: 2021-02-05 13:43 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo.txt,7.10 KB, text/plain)
2021-02-05 13:42 UTC, Marcus Koehler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Koehler 2021-02-05 13:42:50 UTC
Created attachment 685839 [details]
emerge --info

My regular FF update failed today with the following error:

 * Using LLVM slot 11 to build
 * ERROR: www-client/firefox-85.0-r1::gentoo failed (setup phase):
 *   Failed to read used LLVM version from rustc!
 * 
 * Call stack:
 *                ebuild.sh, line 125:  Called pkg_setup
 *   firefox-85.0-r1.ebuild, line 409:  Called die
 * The specific snippet of code:
 *   			[[ -z ${version_llvm_rust} ]] && die "Failed to read used LLVM version from rustc!"

rustc (at least as of v1.49.0) seems to no longer report the used LLVM version:

rustc 1.49.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.49.0

I'm not sure whether that's a problem with my machine, as I can't find any note of the removal of that info in the rust changelogs since v1.47.0, where it was still included. This happens with system-llvm both enabled and disabled for dev-lang/rust.

emerge --info is attached.
Comment 1 Ionen Wolkens gentoo-dev 2021-02-05 13:43:51 UTC

*** This bug has been marked as a duplicate of bug 768543 ***