Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622654 - dev-lang/rust calls eselect rust but the eselect module is listed in pdepend
Summary: dev-lang/rust calls eselect rust but the eselect module is listed in pdepend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-25 00:59 UTC by aaron m
Modified: 2018-06-06 09:03 UTC (History)
1 user (show)

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 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.