Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609438 - dev-util/cargo should depend on rust or rust-bin
Summary: dev-util/cargo should depend on rust or rust-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-15 15:21 UTC by Jan Vansteenkiste
Modified: 2017-09-09 13:31 UTC (History)
2 users (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 Jan Vansteenkiste 2017-02-15 15:21:33 UTC
I just tried to build cargo using rust-bin and that worked for me. We should possibly update the ebuild to reflect that:

DEPEND="${COMMON_DEPEND}
	|| ( >=dev-lang/rust-1.9.0:stable >=dev-lang/rust-bin-1.15.0 )
	dev-util/cmake
	sys-apps/coreutils
	sys-apps/diffutils
	sys-apps/findutils
	sys-apps/sed"


I pinned to 1.15.0 since that is the only version I'm testing.
Comment 1 Oleg 2017-03-21 19:43:30 UTC
Rust overlay use virtual/rust package.
Comment 2 tt_1 2017-09-08 17:14:30 UTC
It would be super helpfull to change the DEPEND to the virtual/rust package.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2017-09-09 13:31:58 UTC
cargo-0.21.0 depends on virtual/rust.