Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672896 - x11-terms/alacritty-0.2.4 doesn't build with stable rust/cargo(=1.29.1-r1)
Summary: x11-terms/alacritty-0.2.4 doesn't build with stable rust/cargo(=1.29.1-r1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-10 19:38 UTC by Joshua Baergen
Modified: 2018-12-11 12:13 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info.txt,6.51 KB, text/plain)
2018-12-10 19:38 UTC, Joshua Baergen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Baergen 2018-12-10 19:38:08 UTC
Created attachment 557548 [details]
emerge --info

Annoyingly, I didn't enable Portage build logs, and my box locked up after I had fixed the issue but before I took a capture of stdout logs, so I don't have the precise errors available. At a high level, Cargo was failing because Alacritty was using tool lints against "clippy", and apparently tool lints are a Beta feature in 1.29.1.

Tool lints appear to have become stable in rust-1.31 (https://github.com/rust-lang/rust/pull/54870) and, indeed, Alacritty builds fine against rust-1.31.
Comment 1 Larry the Git Cow gentoo-dev 2018-12-11 05:08:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35878b063a0401f5c5b7ff4b64a2dd67c29bf875

commit 35878b063a0401f5c5b7ff4b64a2dd67c29bf875
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2018-12-11 05:08:10 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2018-12-11 05:08:10 +0000

    x11-terms/alacritty: rust-1.31.0 is required for 0.2.4
    
    Closes: https://bugs.gentoo.org/672896
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 x11-terms/alacritty/alacritty-0.2.4.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Georgy Yakovlev archtester gentoo-dev 2018-12-11 05:10:57 UTC
thanks, fixed.
Comment 3 Joshua Baergen 2018-12-11 12:13:37 UTC
Thank you!