Gentoo Archives: gentoo-user

From: "Matt Connell (Gmail)" <matthewdconnell@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to switch from rust to rust-bin?
Date: Tue, 08 Sep 2020 02:07:22
Message-Id: daf49f6ef569da7110fb2a062a502914ff7a8c9a.camel@gmail.com
In Reply to: [gentoo-user] Re: How to switch from rust to rust-bin? by Nikos Chantziaras
1 On Sun, 2020-09-06 at 16:39 +0300, Nikos Chantziaras wrote:
2 > On 06/09/2020 10:48, Walter Dnes wrote:
3 > > I notice that there is a "rust-bin" ebuild present. If nothing
4 > > else,
5 > > I'd like to switch over to that to save the notebook from
6 > > unnecessary
7 > > grinding when rust updates. What's the procedure for selecting it?
8 >
9 > emerge -C dev-lang/rust
10 > emerge -a1 virtual/rust dev-lang/rust-bin
11 > emerge -auD @world
12 > emerge -a --depclean
13
14 This worked for me, but only after setting the abi_x86_32 USE flag for
15 dev-lang/rust-bin, since packages upstream in the dependency chain are
16 multilib on this system.
17
18 Just putting it out there for anyone else who runs into it.