public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [RFC] making rust-bin ordered first in virtual/rust
@ 2022-01-17 23:24 Georgy Yakovlev
  2022-01-17 23:56 ` Dale
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Georgy Yakovlev @ 2022-01-17 23:24 UTC (permalink / raw
  To: gentoo-dev

Hi,

I've been approached multiple times with that request, and a lot of
time I see new users completely destroyed by rust build time and disk
space requirements.

WDYT about switching order of rusts in a virtual?

RDEPEND="|| (
        ~dev-lang/rust-${PV}
        ~dev-lang/rust-bin-${PV}
)"


becomes

RDEPEND="|| (
        ~dev-lang/rust-bin-${PV}
	~dev-lang/rust-${PV}
)"


Existing installs should be unaffected ofc.
But portage may prefer to depclean rust and not rust-bin if both are
present.
Users who wish to use source version at all times can just add it to
world file.

I see both positives and negatives of doing that, but would like to
reach out to community first.

Thanks!

--
Georgy


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-01-21 16:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-17 23:24 [gentoo-dev] [RFC] making rust-bin ordered first in virtual/rust Georgy Yakovlev
2022-01-17 23:56 ` Dale
2022-01-18  2:58 ` Ionen Wolkens
2022-01-18  4:38   ` Georgy Yakovlev
2022-01-18  6:30   ` Joonas Niilola
2022-01-18  7:48   ` Jaco Kroon
2022-01-18 17:13 ` Sam James
2022-01-18 17:53   ` Toralf Förster
2022-01-20 21:10 ` Piotr Karbowski
2022-01-20 21:19   ` Toralf Förster
2022-01-20 21:32   ` Rich Freeman
2022-01-21 16:52     ` Joshua Kinard
2022-01-20 21:32 ` Brian Evans
2022-01-21  1:01   ` Michael Orlitzky
2022-01-21  6:20   ` Joonas Niilola
2022-01-21  9:22   ` Mart Raudsepp
2022-01-21 10:29     ` Peter Böhm
2022-01-21 10:34       ` Fabian Groffen
2022-01-21 16:08 ` Alec Warner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox