pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: rust vs rust-bin
Paul Goyette <paul%whooppee.com@localhost> writes:
> graphics/librsvg seems to require lang/rust-bin which conflicts with
> lang/rust.
This is abou RUST_TYPE. You pick src or bin, and the default on NetBSD
is (today, and for 2020Q2) bin. Then you get rust or rust-bin.
> How can I install librsvg (and stuff that depends on it) _and_ install
> lang/rust at the same time? Isn't it possible for librsvg to be built
> using lang/rust rather than lang/rust-bin ?
Put RUST_TYPE=src in mk.conf and that should work.
Or, kludgily, after building the other stuff, remove rust-bin and then
install rust.
Home |
Main Index |
Thread Index |
Old Index