Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 778029 - >=www-client/firefox-86 fails configure with rust-1.47-nightly
Summary: >=www-client/firefox-86 fails configure with rust-1.47-nightly
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-24 22:22 UTC by Austin Kilgore
Modified: 2021-03-25 02:29 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (build-emerge-info.tar.gz,9.50 KB, application/gzip)
2021-03-24 22:22 UTC, Austin Kilgore
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Kilgore 2021-03-24 22:22:21 UTC
Created attachment 693363 [details]
build.log and emerge --info

* ERROR: www-client/firefox-86.0.1::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_configure
 *   environment, line 4630:  Called die
 * The specific snippet of code:
 *       ./mach configure || die
 * 
 * If you need support, post the output of `emerge --info '=www-client/firefox-86.0.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/firefox-86.0.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/firefox-86.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-86.0.1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/firefox-86.0.1/work/firefox-86.0.1'
 * S: '/var/tmp/portage/www-client/firefox-86.0.1/work/firefox-86.0.1'
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-03-25 02:06:57 UTC
Looks to be an issue related to running an unstable Firefox with a stable Rust.
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2021-03-25 02:29:27 UTC
Why is your rust version returning "1.47.0-nightly"?
                                          ^^^^^^^^

There is nothing we can do for you, your error is:

> 0:05.97 checking rustc version... 1.47.0-nightly
> 0:05.98 checking cargo version... 1.47.0
> 0:05.99 ERROR: Rust compiler 1.47.0-nightly is too old.
> 0:05.99 
> 0:05.99 To compile Rust language sources please install at least
> 0:05.99 version 1.47.0 of the 'rustc' toolchain (or, if using nightly,
> 0:05.99 at least one version newer than 1.47.0) and make sure it is
> 0:05.99 first in your path.

Please upgrade your rust installation/move to ::gentoo version.

Closing as INVALID because this is not a bug in ebuild and we cannot add versions checks for packages/versions not in Gentoo repository.