Budoka wrote:So I can't be bothered with compiling this anymore so emerge(d) rust-bin. However, when I do a world update it still wants to pull in and compile dev-lang/rust-1.41.0. rust-bin is in my World file now.
Do you really need rust in your world file? Usually things depend on virtual/rust which should be happy if you got either installed, then you should be able to "emerge -c dev-lang/rust" (they can coexist using eselect), not that I've ever had rust-bin installed so I'm not sure if there's things of note. "emerge --deselect category/package" can also be used to remove things from world file without uninstalling.
I'm likely just stating things you already know though, if still asking to install then not sure what's going on (maybe an overlay depending on dev-lang/rust directly? In which case it should stop you from depcleaning it unless you've been using -C/--unmerge that ignores this)
CaptainBlood wrote:Is the embedded llvm version known?
Version shown in the source is technically 9.0.0. It uses a "fork" of llvm as its submodule which could be based on non-release versions and/or modified, didn't look deeper into it (1.41.0 is using
this specifically). Gentoo is on 9.0.1 with the pre-release 10.0.0 unkeyworded for now, so it's older.