View previous topic :: View next topic |
Author |
Message |
smgpie n00b
Joined: 15 Apr 2024 Posts: 4
|
Posted: Thu Jan 09, 2025 10:16 am Post subject: How to remove virtual/rust |
|
|
Some days ago virtual/rust is marked deprecated as it moves to the slotted dev-lang/rust which is a change that I welcome. Then when I do an update, emerge warns that virtual/rust is masked due to the above reason.
However, I don't think I have that installed, and `equery l rust` returns the following:
Code: |
* Searching for rust ...
[IP-] [ ] dev-lang/rust-1.82.0-r100:1.82.0
[IP-] [ ] dev-lang/rust-1.83.0-r1:1.83.0
|
So why does this warning appear and how to handle it? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31408 Location: here
|
Posted: Thu Jan 09, 2025 10:39 am Post subject: |
|
|
What does emerge -cp virtual/rust command return? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
smgpie n00b
Joined: 15 Apr 2024 Posts: 4
|
Posted: Fri Jan 10, 2025 9:11 pm Post subject: |
|
|
fedeliallalinea wrote: | What does emerge -cp virtual/rust command return? |
It says
Code: | No packages selected for removal by depclean |
For reference, this showed at the end of output when I run emerge -avuDN @world
Code: | !!! The following installed packages are masked:
- virtual/rust-1.81.0-r1::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Matt Jolly <kangie@gentoo.org> (2024-11-09)
# The legacy Rust ebuilds are no longer maintained and have been
# replaced by the new slotted Rust. Removal in 30 days. |
|
|
Back to top |
|
|
Josef.95 Advocate
Joined: 03 Sep 2007 Posts: 4686 Location: Germany
|
Posted: Fri Jan 10, 2025 9:56 pm Post subject: |
|
|
The --depclean output prints: Code: | >>> No packages selected for removal by depclean
>>> To see reverse dependencies, use --verbose | so, please try it with --verbose Code: | emerge -p --verbose --depclean virtual/rust |
|
|
Back to top |
|
|
jburns Veteran
Joined: 18 Jan 2007 Posts: 1225 Location: Massachusetts USA
|
Posted: Fri Jan 10, 2025 10:48 pm Post subject: |
|
|
Is virtual/rust in your world set? Try emerge --deselect virtual/rust |
|
Back to top |
|
|
|