View previous topic :: View next topic |
Author |
Message |
causality Apprentice
Joined: 03 Jun 2006 Posts: 238
|
Posted: Wed Oct 02, 2024 7:47 pm Post subject: Can't find ghost fault in world file |
|
|
At the beginning of an emerge --update --deep --changed-use --ask @world, portage says:
Code: | !!! Problems have been detected with your world file
!!! Please run emaint --check world
!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
kde-plasma/ksysguard
Would you like to merge these packages? [Yes/No]
|
At running the suggested command in another root shell, emaint says::
Code: | causality /etc/portage/package.use # emaint --check world
Emaint: check world 100% [============================================>]
causality /etc/portage/package.use # |
Yet Portage continues to say something is wrong with the world file. What's going on? I have had to remove masked packages before without Portage giving nebulous errors about my world file that the check tool doesn't confirm. This is odd. |
|
Back to top |
|
|
causality Apprentice
Joined: 03 Jun 2006 Posts: 238
|
Posted: Wed Oct 02, 2024 7:52 pm Post subject: |
|
|
/var/lib/portage/world:
Code: | app-admin/eclean-kernel
app-admin/needrestart
app-admin/ps_mem
app-admin/spectre-meltdown-checker
app-admin/sysklogd
app-arch/dpkg
app-backup/borgbackup
app-emulation/wine-staging
app-emulation/wine-vanilla
app-emulation/winetricks
app-office/libreoffice-bin
app-portage/eix
app-portage/genlop
app-portage/gentoolkit
app-portage/mirrorselect
app-portage/recover-broken-vdb
dev-libs/atk
dev-qt/designer
dev-util/clinfo
dev-util/vulkan-tools
kde-apps/kde-apps-meta
kde-apps/spectacle
kde-frameworks/kdesu
kde-plasma/ksysguard
kde-plasma/plasma-meta
mail-client/thunderbird
media-gfx/curtail
media-gfx/exif
media-gfx/gimp
media-gfx/jpegoptim
media-sound/alsa-utils
media-sound/aqualung
media-sound/audacious
media-sound/clementine
media-video/mpv
media-video/smplayer
net-analyzer/iptraf-ng
net-dns/bind-tools
net-dns/unbound
net-fs/samba
net-misc/chrony
net-misc/dhcpcd
net-misc/netifrc
net-misc/whois
net-misc/yt-dlp
net-news/rssguard
net-p2p/ctorrent
net-print/cups-meta
net-print/hplip
net-vpn/openvpn
net-vpn/wireguard-tools
sys-apps/earlyoom
sys-apps/firejail
sys-apps/hdparm
sys-apps/merge-usr
sys-apps/plocate
sys-apps/usbutils
sys-boot/grub
sys-devel/llvm-common
sys-firmware/intel-microcode
sys-fs/dosfstools
sys-fs/reiserfsprogs
sys-fs/simple-mtpfs
sys-kernel/gentoo-sources
sys-kernel/installkernel
sys-kernel/linux-firmware
sys-power/acpid
sys-process/cronie
sys-process/htop
sys-process/iotop-c
www-client/chromium
www-client/firefox
www-client/vivaldi
x11-apps/mesa-progs
x11-apps/xdpyinfo
x11-apps/xgamma
x11-apps/xrandr
x11-drivers/nvidia-drivers
|
|
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1921
|
Posted: Wed Oct 02, 2024 8:03 pm Post subject: |
|
|
It is asking you to run emerge --deselect kde-plasma/ksysguard so that the package can be removed in the next depclean.
kde-plasma/ksysguard is no longer part of the Gentoo repository.
The message stems from a package requested on the command line (from the world set) not able to be resolved in the repository. |
|
Back to top |
|
|
|