Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 689596 - www-client/firefox-68.0 should DEPEND on >=virtual/rust-1.34.0
Summary: www-client/firefox-68.0 should DEPEND on >=virtual/rust-1.34.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-10 14:51 UTC by Maciej S. Szmigiero
Modified: 2019-07-10 22:16 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 Maciej S. Szmigiero 2019-07-10 14:51:49 UTC
www-client/firefox-68.0 needs rust 1.34.0, but the package depends
only on '>=virtual/rust-1.31.0'.

The end result is a build failure when rust < 1.34.0 is installed:
0:11.21 checking rustc version... 1.32.0
0:11.21 checking cargo version... 1.32.0
0:11.21 ERROR: Rust compiler 1.32.0 is too old.
0:11.21
0:11.22 To compile Rust language sources please install at least
0:11.22 version 1.34.0 of the 'rustc' toolchain and make sure it is
Comment 1 Larry the Git Cow gentoo-dev 2019-07-10 22:16:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ed751db3e893e3df598e3eeb18a645749c91da

commit 80ed751db3e893e3df598e3eeb18a645749c91da
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-07-10 22:13:31 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-07-10 22:13:31 +0000

    www-client/firefox: adjust rust version requirement
    
    Closes: https://bugs.gentoo.org/689596
    Package-Manager: Portage-2.3.68, Repoman-2.3.16
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-client/firefox/firefox-68.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)