I am relatively new to Sabayon, Ive used ubuntu for around a year and decided it was time for a change. I just installed Sabayon 3.26 on my laptop when I decided to run "emerge --sync && emerge -uDN world" (I picked this up from the gentoo handbook). Sabayon gave me some commands to replace a make.profile, and as far as I know they were successful. After updating the make.profile, I decided to run
- Code: Select all
emerge --sync && emerge -uDN world
- Code: Select all
emaint --check world
- Code: Select all
localhost mcmahon # emaint --check world
Checking world for problems
'gnome-base/gnome-vfs' is not installed
'gnome-base/gnome-common' is not installed
'gnome-base/gnome-print' is not installed
'gnome-base/gnome-libs' is not installed
'x11-themes/gnome-themes-extras' is not installed
'gnome-base/gnome-keyring' is not installed
'sys-data/sabayon-version' has a category that is not listed in /etc/portage/categories
Finished
localhost mcmahon # emerge gnome-base/gnome-vfs gnome-base/gnome-common gnome-base/gnome-print gnome-base/gnome-libs x11-themes/gnome-themes-extras gnome-base/gnome-keyring
Calculating dependencies -!!! A file listed in the Manifest could not be found: /usr/portage/local/layman/sabayon/net-misc/networkmanager-openvpn/networkmanager-openvpn-0.3.3.ebuild
\
!!! All ebuilds that could satisfy ">=sys-apps/dbus-0.94" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/dbus-1.0.2-r2 (masked by: package.mask, package.mask)
/etc/portage/package.mask:
#=media-sound/jack-audio-connection-kit-0.102.20
- sys-apps/dbus-1.0.2-r1 (masked by: package.mask, package.mask)
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "dev-libs/dbus-glib-0.73" [ebuild])
localhost mcmahon # emaint --check world
Checking world for problems
'gnome-base/gnome-vfs' is not installed
'gnome-base/gnome-common' is not installed
'gnome-base/gnome-print' is not installed
'gnome-base/gnome-libs' is not installed
'x11-themes/gnome-themes-extras' is not installed
'gnome-base/gnome-keyring' is not installed
'sys-data/sabayon-version' has a category that is not listed in /etc/portage/categories
Finished
localhost mcmahon #
What should I do?
I told sabayon not to install gnome during the installation process; and when I ran
- Code: Select all
etc-update

