View previous topic :: View next topic |
Author |
Message |
JeanMicMuch n00b
Joined: 30 Nov 2024 Posts: 3
|
Posted: Sun Dec 01, 2024 8:31 pm Post subject: Gnome Problem |
|
|
I keep having htis issue since i installed gentoo on my pc but I can solve this problem even using emerge -avuDN @world
Code: |
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
x11-wm/mutter:0
(x11-wm/mutter-46.7:0/14::gentoo, ebuild scheduled for merge) USE="debug elogind gnome introspection sysprof udev wayland -gtk-doc -screencast -systemd -test" ABI_X86="(64)" INPUT_DEVICES="-wacom" VIDEO_CARDS="nvidia" conflicts with
>=x11-wm/mutter-45.0:0/13[introspection] required by (gnome-base/gnome-shell-45.6-r1:0/0::gentoo, ebuild scheduled for merge) USE="elogind ibus networkmanager pipewire -gtk-doc -systemd -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
|
help plz
PS:is there a way to install gnome 47 ? _________________ mmmmm |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54603 Location: 56N 3W
|
Posted: Sun Dec 01, 2024 9:35 pm Post subject: |
|
|
gnome-47 is not in the ::gentoo repo yet.
it may well be under development in an overlay.
Are you sure that you want software that may be broken or incomplete?
I did not check overlays.
Your warning tells that there is a newer version of mutter available to you but nvidia-drivers needs an older version.
As nvidia-drivers is an evil binvry blob, you need to wait for nvidia to fix it. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
pingtoo Veteran
Joined: 10 Sep 2021 Posts: 1293 Location: Richmond Hill, Canada
|
Posted: Sun Dec 01, 2024 9:36 pm Post subject: Re: Gnome Problem |
|
|
JeanMicMuch wrote: | I keep having htis issue since i installed gentoo on my pc but I can solve this problem even using emerge -avuDN @world
Code: |
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
x11-wm/mutter:0
(x11-wm/mutter-46.7:0/14::gentoo, ebuild scheduled for merge) USE="debug elogind gnome introspection sysprof udev wayland -gtk-doc -screencast -systemd -test" ABI_X86="(64)" INPUT_DEVICES="-wacom" VIDEO_CARDS="nvidia" conflicts with
>=x11-wm/mutter-45.0:0/13[introspection] required by (gnome-base/gnome-shell-45.6-r1:0/0::gentoo, ebuild scheduled for merge) USE="elogind ibus networkmanager pipewire -gtk-doc -systemd -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
|
help plz
PS:is there a way to install gnome 47 ? | I would not able to answer you question about upgrade to gnome 47. myself also use gnome I would also like to learn about upgrade.
However You have not yet clarify what is preventing you finish emerge -avuDN @world.
The message you posted is just a "WANTING" and it is said it got "skipped" so it should not stop the emage to complete. So is there something else preventing the run to finish? |
|
Back to top |
|
|
JeanMicMuch n00b
Joined: 30 Nov 2024 Posts: 3
|
Posted: Sun Dec 01, 2024 9:39 pm Post subject: Re: Gnome Problem |
|
|
pingtoo wrote: | JeanMicMuch wrote: | I keep having htis issue since i installed gentoo on my pc but I can solve this problem even using emerge -avuDN @world
Code: |
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
x11-wm/mutter:0
(x11-wm/mutter-46.7:0/14::gentoo, ebuild scheduled for merge) USE="debug elogind gnome introspection sysprof udev wayland -gtk-doc -screencast -systemd -test" ABI_X86="(64)" INPUT_DEVICES="-wacom" VIDEO_CARDS="nvidia" conflicts with
>=x11-wm/mutter-45.0:0/13[introspection] required by (gnome-base/gnome-shell-45.6-r1:0/0::gentoo, ebuild scheduled for merge) USE="elogind ibus networkmanager pipewire -gtk-doc -systemd -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
|
help plz
PS:is there a way to install gnome 47 ? | I would not able to answer you question about upgrade to gnome 47. myself also use gnome I would also like to learn about upgrade.
However You have not yet clarify what is preventing you finish emerge -avuDN @world.
The message you posted is just a "WANTING" and it is said it got "skipped" so it should not stop the emage to complete. So is there something else preventing the run to finish? |
idk i'm kinda new to gentoo after 4 years of arch linux idk how to properly maintain the distro _________________ mmmmm |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54603 Location: 56N 3W
|
Posted: Sun Dec 01, 2024 9:50 pm Post subject: |
|
|
As it's a warning, not an error, in this case it can be safely ignored.
It would become a problem if nvidia-drivers wanted an old version and something else wanted a newer version.
You may only have one version of mutter installed at a time.
As it is, the older mutter satisfies other users too, so all is well. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22758
|
Posted: Sun Dec 01, 2024 10:52 pm Post subject: |
|
|
As I read the output, this is not an nVidia driver problem. This is a problem that the installed version of gnome-shell depends on subslot 13 of mutter. The upgrade would give a mutter with subslot 14. This upgrade of mutter can only be allowed if the user simultaneously installs a gnome-shell that accepts mutter subslot 14. As I read the ebuilds, gnome-shell-46.4 and gnome-shell-46.7 require subslot 14. However, those versions of gnome-shell are still in testing. |
|
Back to top |
|
|
|