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

Bug 622654

Summary: dev-lang/rust calls eselect rust but the eselect module is listed in pdepend
Product: Gentoo Linux Reporter: aaron m <chainsawbike>
Component: Current packagesAssignee: Gentoo Rust Project <rust>
Status: RESOLVED FIXED    
Severity: normal CC: dschridde+gentoobugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description aaron m 2017-06-25 00:59:24 UTC
dev-lang/rust calls `eselect rust update --if-unset` but the eselect-rust dependency is listed as a PDEPEND, so it is installed after rust has already called this function

as both eselect-rust and cargo are in pdepend this can also cause cargo to fail if portage chooses to install cargo before eslect-rust
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-06-06 09:03:24 UTC
eselect-rust is now in RDEPEND, so this issue should no longer occur.