View previous topic :: View next topic |
Author |
Message |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun May 07, 2023 11:40 am Post subject: Python3.11 upgrade, world upgrade still pulling python3.10 |
|
|
If I understood this news item correctly: https://www.gentoo.org/support/news-items/2023-04-02-python3-11.html
Quote: |
If you have not changed
the values of PYTHON_TARGETS or PYTHON_SINGLE_TARGET, the change will
have immediate effect on your system and the package manager will try
to switch automatically on the next upgrade following the change.
|
as long as I haven't set any of these variables, then I shouldn't have trouble at all.
In make.conf I haven't set any of these variables, but on package.use I had old lines like this:
Code: |
>=dev-python/pygments-2.12.0-r1 python_targets_python3_9
>=dev-python/gpep517-6 python_targets_python3_9
>=dev-python/setuptools-62.3.3 python_targets_python3_9
...
|
that came as resolve conflicts of previous upgrades. I removed all of those and the executed emerge -uvpDNU world but portage kept giving me conflict resolutions that required python_targets_python3_10 and I ended up adding this in make.conf:
Code: |
>=dev-python/trove-classifiers-2023.4.29 python_targets_python3_10
>=dev-python/calver-2022.06.26 python_targets_python3_10
>=dev-python/gpep517-13 python_targets_python3_10
>=dev-python/setuptools-67.6.1 python_targets_python3_10
>=dev-python/wheel-0.40.0 python_targets_python3_10
>=dev-python/jaraco-text-3.11.1 python_targets_python3_10
>=dev-python/more-itertools-9.1.0 python_targets_python3_10
>=dev-python/nspektr-0.4.0 python_targets_python3_10
>=dev-python/ordered-set-4.1.0 python_targets_python3_10
>=dev-python/packaging-23.0-r1 python_targets_python3_10
>=dev-python/platformdirs-3.2.0 python_targets_python3_10
>=dev-python/tomli-2.0.1-r1 python_targets_python3_10
>=dev-python/certifi-3021.3.16-r3 python_targets_python3_10
>=dev-python/setuptools-scm-7.1.0 python_targets_python3_10
>=dev-python/flit_core-3.8.0 python_targets_python3_10
>=dev-python/jaraco-context-4.3.0 python_targets_python3_10
>=dev-python/jaraco-functools-3.6.0 python_targets_python3_10
>=dev-python/autocommand-2.2.2 python_targets_python3_10
>=dev-python/inflect-6.0.2 python_targets_python3_10
>=dev-python/pydantic-1.10.7 python_targets_python3_10
>=dev-python/typing-extensions-4.5.0 python_targets_python3_10
>=dev-python/cython-0.29.33 python_targets_python3_10
>=dev-python/pyparsing-3.0.9 python_targets_python3_10
>=dev-python/installer-0.7.0 python_targets_python3_10
>=dev-python/pygments-2.14.0 python_targets_python3_10
|
Why are these packages wanting to have python_targets_python3_10?
The only thing I can think of, is that in package.use I had
Code: |
media-video/obs-studio python v4l speex python_single_target_python3_10
|
and I had to change it to
Code: |
media-video/obs-studio python v4l speex -python_single_target_python3_10 python_single_target_python3_11
|
So could it be that portage want to pull python_targets_python3_10 because media-video/obs-studio is still depending on python_single_target_python3_10? _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
logrusx Advocate


Joined: 22 Feb 2018 Posts: 2943
|
Posted: Sun May 07, 2023 1:54 pm Post subject: |
|
|
Both 29.0.2 and 29.1.0 versions of obs studio have python compatibility 3.9 to 3.11. It must be something else.
Remove that modifications of package.use you made, add --tree to your emerge command to see what pulls in python 3.10 and drop N. It is unnecessary and in the same time can cause needless rebuilds for things like use flags like python3_9 being dropped, despite of them not being active. In the same time it neutralizes U's advantages over N. U is smarter and won't do that.
And don't forget to dpaste the result.
Best Regards,
Georgi |
|
Back to top |
|
 |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun May 07, 2023 2:41 pm Post subject: |
|
|
I removed the changes I made
emerge -uvpDtU world:
https://dpaste.org/eZ1x9/raw
the stderr from this:
https://dpaste.org/LzaHJ/raw
It seems the reason it pull python3.10 is gnome-base/gconf
Code: |
[nomerge ] gnome-base/gconf-3.2.6-r6:2::gentoo USE="introspection policykit -debug -ldap" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_10 -python3_9 -python3_11"
|
I don't get why PYTHON_SINGLE_TARGET is still set to python3_10. Like I said, I haven't set PYTHON_SINGLE_TARGET and this is also not in package.use. _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun May 07, 2023 2:45 pm Post subject: |
|
|
It looks like gnome-base/gconf has been removed from portage. Why was this removed from Gentoo? _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31596 Location: here
|
Posted: Sun May 07, 2023 2:54 pm Post subject: |
|
|
pablo_supertux wrote: | It looks like gnome-base/gconf has been removed from portage. Why was this removed from Gentoo? |
Code: | # Matt Turner <mattst88@gentoo.org> (2023-03-04)
# Long deprecated, GNOME 2-era packages.
# Removal on 2023-04-04. Bug #873841
gnome-base/gconf |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
pablo_supertux Advocate


Joined: 25 Jan 2004 Posts: 2961 Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)
|
Posted: Sun May 07, 2023 3:02 pm Post subject: |
|
|
my dev-python/pudb is also pulling python3.10.
And dev-python/aiofiles-0.8.0-r1 was also pulling python3.10.
Adding these to package.accept_keywords
Code: |
=dev-python/aiofiles-22.1.0 ~amd64
=dev-python/pudb-2022.1.3 ~amd64
|
helped and now python_targets_python3_10 are not needed anymore  _________________ A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth! |
|
Back to top |
|
 |
logrusx Advocate


Joined: 22 Feb 2018 Posts: 2943
|
Posted: Sun May 07, 2023 3:29 pm Post subject: |
|
|
gconf is long gone, use dconf-editor instead, if you really need it.
Best Regards,
Georgi |
|
Back to top |
|
 |
pcmaster Advocate

Joined: 04 Dec 2003 Posts: 2234 Location: Barcelona
|
Posted: Sun May 07, 2023 5:44 pm Post subject: |
|
|
Same problem here.
I found this in the list of packages to be emerged:
Code: | ebuild U ] dev-libs/gobject-introspection-1.76.1::gentoo [1.74.0::gentoo] USE="-doctool -gtk-doc -test" PYTHON_SINGLE_TARGET="python3_11* -python3_10* (-python3_9%)" 0 KiB
[blocks b ] <dev-libs/gobject-introspection-1.76.1 ("<dev-libs/gobject-introspection-1.76.1" is soft blocking dev-libs/gobject-introspection-common-1.76.1) |
_________________ pcmaster |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31596 Location: here
|
Posted: Sun May 07, 2023 5:49 pm Post subject: |
|
|
pcmaster wrote: | Same problem here.
I found this in the list of packages to be emerged:
Code: | ebuild U ] dev-libs/gobject-introspection-1.76.1::gentoo [1.74.0::gentoo] USE="-doctool -gtk-doc -test" PYTHON_SINGLE_TARGET="python3_11* -python3_10* (-python3_9%)" 0 KiB
[blocks b ] <dev-libs/gobject-introspection-1.76.1 ("<dev-libs/gobject-introspection-1.76.1" is soft blocking dev-libs/gobject-introspection-common-1.76.1) |
|
And what's the problem? This is a soft block which is automatically solved by portage. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
pcmaster Advocate

Joined: 04 Dec 2003 Posts: 2234 Location: Barcelona
|
Posted: Sun May 07, 2023 6:05 pm Post subject: |
|
|
fedeliallalinea wrote: | pcmaster wrote: | Same problem here.
I found this in the list of packages to be emerged:
Code: | ebuild U ] dev-libs/gobject-introspection-1.76.1::gentoo [1.74.0::gentoo] USE="-doctool -gtk-doc -test" PYTHON_SINGLE_TARGET="python3_11* -python3_10* (-python3_9%)" 0 KiB
[blocks b ] <dev-libs/gobject-introspection-1.76.1 ("<dev-libs/gobject-introspection-1.76.1" is soft blocking dev-libs/gobject-introspection-common-1.76.1) |
|
And what's the problem? This is a soft block which is automatically solved by portage. |
This is the problem.
Code: | Total: 232 packages (116 upgrades, 37 new, 1 in new slot, 78 reinstalls), Size of downloads: 792.834 KiB
Conflict: 1 block (all satisfied)
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-qt/qtgui:5
(dev-qt/qtgui-5.15.9:5/5.15.9::gentoo, ebuild scheduled for merge) USE="X dbus egl jpeg libinput png udev vulkan wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)" pulled in by
=dev-qt/qtgui-5.15.9* required by (dev-qt/qtquickcontrols2-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test -widgets" ABI_X86="(64)"
^ ^^^^^^^
(and 12 more with the same problem)
(dev-qt/qtgui-5.15.8-r4:5/5.15.8::gentoo, installed) USE="X dbus egl jpeg libinput png udev vulkan wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)" pulled in by
=dev-qt/qtgui-5.15.8*:5/5.15.8=[egl,libinput,vulkan,X] required by (dev-qt/qtwayland-5.15.8-r3:5/5.15.8::gentoo, installed) USE="X vulkan -debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^^^^^^^^
dev-qt/qtgui:5/5.15.8= required by (media-video/smplayer-22.2.0:0/0::gentoo, installed) USE="-autoshutdown -bidi -debug -mpris" ABI_X86="(64)"
^^^^^^^^^^
(and 4 more with the same problems)
dev-qt/qtcore:5
(dev-qt/qtcore-5.15.9:5/5.15.9::gentoo, ebuild scheduled for merge) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
=dev-qt/qtcore-5.15.9*:5= required by (dev-qt/qtsql-5.15.9:5/5.15.9::gentoo, ebuild scheduled for merge) USE="mysql sqlite -debug -freetds -oci8 -odbc -postgres -test" ABI_X86="(64)"
^ ^^^^^^^^^^
(and 22 more with the same problem)
(dev-qt/qtcore-5.15.8-r4:5/5.15.8::gentoo, installed) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)" pulled in by
=dev-qt/qtcore-5.15.8*:5/5.15.8= required by (dev-qt/qtgui-5.15.8-r4:5/5.15.8::gentoo, installed) USE="X dbus egl jpeg libinput png udev vulkan wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)"
^ ^^^^^^^^^^^^^^^^^
(and 6 more with the same problem)
dev-qt/qtdbus:5
(dev-qt/qtdbus-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qtdbus-5.15.9* required by (dev-qt/qtnetwork-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="networkmanager ssl -connman -debug -gssapi -libproxy -sctp -test" ABI_X86="(64)"
^ ^^^^^^^
(and 3 more with the same problem)
(dev-qt/qtdbus-5.15.8:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qtdbus-5.15.8* required by (dev-qt/qtnetwork-5.15.8-r1:5/5.15::gentoo, installed) USE="networkmanager ssl -connman -debug -gssapi -libproxy -sctp -test" ABI_X86="(64)"
^ ^^^^^^^
(and 2 more with the same problem)
dev-qt/qtwayland:5
(dev-qt/qtwayland-5.15.9:5/5.15.9::gentoo, ebuild scheduled for merge) USE="X vulkan -debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qtwayland-5.15.9* required by (dev-qt/qtgui-5.15.9:5/5.15.9::gentoo, ebuild scheduled for merge) USE="X dbus egl jpeg libinput png udev vulkan wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)"
^ ^^^^^^^
(dev-qt/qtwayland-5.15.8-r3:5/5.15.8::gentoo, installed) USE="X vulkan -debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qtwayland-5.15.8* required by (dev-qt/qtgui-5.15.8-r4:5/5.15.8::gentoo, installed) USE="X dbus egl jpeg libinput png udev vulkan wayland -accessibility -debug -eglfs -evdev -gles2-only -ibus -linuxfb -test -tslib -tuio -vnc" ABI_X86="(64)"
^ ^^^^^^^
dev-qt/qtdeclarative:5
(dev-qt/qtdeclarative-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)" pulled in by
=dev-qt/qtdeclarative-5.15.9* required by (dev-qt/qtgraphicaleffects-5.15.9:5/5::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)"
^ ^^^^^^^
(and 2 more with the same problem)
(dev-qt/qtdeclarative-5.15.8-r2:5/5.15::gentoo, installed) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)" pulled in by
=dev-qt/qtdeclarative-5.15.8*:5/5.15= required by (dev-qt/qtwayland-5.15.8-r3:5/5.15.8::gentoo, installed) USE="X vulkan -debug -test" ABI_X86="(64)"
^ ^^^^^^^^^^^^^^^
dev-qt/qtnetwork:5
(dev-qt/qtnetwork-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="networkmanager ssl -connman -debug -gssapi -libproxy -sctp -test" ABI_X86="(64)" pulled in by
=dev-qt/qtnetwork-5.15.9* required by (dev-qt/qtbluetooth-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -qml -test" ABI_X86="(64)"
^ ^^^^^^^
(and 2 more with the same problem)
(dev-qt/qtnetwork-5.15.8-r1:5/5.15::gentoo, installed) USE="networkmanager ssl -connman -debug -gssapi -libproxy -sctp -test" ABI_X86="(64)" pulled in by
=dev-qt/qtnetwork-5.15.8* required by (dev-qt/qtdeclarative-5.15.8-r2:5/5.15::gentoo, installed) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)"
^ ^^^^^^^
dev-qt/qttest:5
(dev-qt/qttest-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="-debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qttest-5.15.9* required by (dev-qt/qtdeclarative-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)"
^ ^^^^^^^
(dev-qt/qttest-5.15.8:5/5.15::gentoo, installed) USE="-debug -test" ABI_X86="(64)" pulled in by
=dev-qt/qttest-5.15.8* required by (dev-qt/qtdeclarative-5.15.8-r2:5/5.15::gentoo, installed) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)"
^ ^^^^^^^
dev-qt/qtwidgets:5
(dev-qt/qtwidgets-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="X dbus gtk png -debug -gles2-only -test" ABI_X86="(64)" pulled in by
=dev-qt/qtwidgets-5.15.9*[gles2-only=] required by (dev-qt/qtprintsupport-5.15.9:5/5.15::gentoo, ebuild scheduled for merge) USE="cups -debug -gles2-only -test" ABI_X86="(64)"
^ ^^^^^^^
(and 5 more with the same problem)
(dev-qt/qtwidgets-5.15.8-r4:5/5.15::gentoo, installed) USE="X dbus gtk png -debug -gles2-only -test" ABI_X86="(64)" pulled in by
=dev-qt/qtwidgets-5.15.8*[-gles2-only] required by (dev-qt/qtdeclarative-5.15.8-r2:5/5.15::gentoo, installed) USE="jit vulkan widgets -debug -gles2-only -localstorage -test" ABI_X86="(64)"
^ ^^^^^^^
dev-python/pycairo:0
(dev-python/pycairo-1.23.0:0/0::gentoo, ebuild scheduled for merge) USE="-debug -doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 (-pypy3) -python3_10" pulled in by
dev-python/pycairo[python_targets_python3_11(-)] required by (app-editors/gedit-44.2:0/0::gentoo, ebuild scheduled for merge) USE="python -gtk-doc" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
dev-python/pycairo[python_targets_python3_11(-)] required by (net-wireless/blueman-2.3.5:0/0::gentoo, ebuild scheduled for merge) USE="nls policykit pulseaudio -network" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
>=dev-python/pycairo-1.16.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] required by (dev-python/pygobject-3.44.1:3/3::gentoo, ebuild scheduled for merge) USE="cairo -debug -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 (-pypy3) -python3_10"
(dev-python/pycairo-1.23.0:0/0::gentoo, installed) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_9 (-pypy3) -python3_11" pulled in by
>=dev-python/pycairo-1.16.0[python_targets_python3_9(-),python_targets_python3_10(-)] required by (dev-python/pygobject-3.42.2:3/3::gentoo, installed) USE="cairo -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_9 (-pypy3) -python3_11"
dev-python/pycairo[python_targets_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (media-video/devedeng-4.16.0-r1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
dev-python/pygobject:3
(dev-python/pygobject-3.44.1:3/3::gentoo, ebuild scheduled for merge) USE="cairo -debug -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 (-pypy3) -python3_10" pulled in by
>=dev-python/pygobject-3.2:3[python_targets_python3_11(-)] required by (dev-libs/libpeas-1.36.0:0/0::gentoo, ebuild scheduled for merge) USE="gtk python -glade -gtk-doc -lua -test -vala" ABI_X86="(64)" LUA_SINGLE_TARGET="lua5-1 -luajit" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
dev-python/pygobject:3[python_targets_python3_11(-)] required by (net-dns/avahi-0.8-r7:0/0::gentoo, ebuild scheduled for merge) USE="dbus gdbm gtk introspection ipv6 nls python qt5 -autoipd -bookmarks -doc -howl-compat -mdnsresponder-compat -mono (-selinux) -systemd -test" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
dev-python/pygobject:3[python_targets_python3_11(-)] required by (net-print/hplip-3.23.3:0/0::gentoo, ebuild scheduled for merge) USE="X hpcups libnotify policykit qt5 snmp -doc -fax -hpijs -kde -libusb0 -minimal -parport -scanner -static-ppds" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
dev-python/pygobject:3[python_targets_python3_11(-)] required by (gui-libs/gtk-4.10.3:4/4::gentoo, installed) USE="X cups introspection wayland (-aqua) -broadway -cloudproviders -colord -examples (-ffmpeg) -gstreamer -sysprof -test (-vulkan)" ABI_X86="(64)" CPU_FLAGS_X86="-f16c"
dev-python/pygobject:3[python_targets_python3_11(-)] required by (net-misc/networkmanager-1.42.6-r1:0/0::gentoo, ebuild scheduled for merge) USE="bluetooth concheck elogind gnutls gtk-doc introspection modemmanager policykit ppp tools wext wifi -audit -connection-sharing -debug -dhclient -dhcpcd -iptables -iwd -libedit -lto -nftables -nss -ofono -ovs -psl -resolvconf (-selinux) -syslog -systemd -teamd -test -vala" ABI_X86="(64) -32 (-x32)"
dev-python/pygobject:3[python_targets_python3_11(-)] required by (net-wireless/blueman-2.3.5:0/0::gentoo, ebuild scheduled for merge) USE="nls policykit pulseaudio -network" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
>=dev-python/pygobject-3:3[cairo,python_targets_python3_11(-)] required by (app-editors/gedit-44.2:0/0::gentoo, ebuild scheduled for merge) USE="python -gtk-doc" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
(dev-python/pygobject-3.42.2:3/3::gentoo, installed) USE="cairo -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_9 (-pypy3) -python3_11" pulled in by
dev-python/pygobject:3[python_targets_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (media-video/devedeng-4.16.0-r1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
NOTE: Use the '--verbose-conflicts' option to display parents omitted above
It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.
For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.
!!! The following installed packages are masked:
- media-fonts/font-bitstream-speedo-1.0.2-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
# speedo support was dropped from libXfont ~14 years ago. See
# https://www.x.org/wiki/DeprecatedInX11R7/
# https://gitlab.freedesktop.org/xorg/lib/libxfont/-/commit/85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced
# Removal on 2023-05-10
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook. |
_________________ pcmaster |
|
Back to top |
|
 |
fedeliallalinea Administrator


Joined: 08 Mar 2003 Posts: 31596 Location: here
|
Posted: Sun May 07, 2023 6:09 pm Post subject: |
|
|
Code: | !!! The following installed packages are masked:
- media-fonts/font-bitstream-speedo-1.0.2-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
# speedo support was dropped from libXfont ~14 years ago. See
# https://www.x.org/wiki/DeprecatedInX11R7/
# https://gitlab.freedesktop.org/xorg/lib/libxfont/-/commit/85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced
# Removal on 2023-05-10 |
Remove this package ans then run emerge -uUDpv @world _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
pcmaster Advocate

Joined: 04 Dec 2003 Posts: 2234 Location: Barcelona
|
Posted: Sun May 07, 2023 6:46 pm Post subject: |
|
|
fedeliallalinea wrote: | Code: | !!! The following installed packages are masked:
- media-fonts/font-bitstream-speedo-1.0.2-r2::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Matt Turner <mattst88@gentoo.org> (2023-04-10)
# speedo support was dropped from libXfont ~14 years ago. See
# https://www.x.org/wiki/DeprecatedInX11R7/
# https://gitlab.freedesktop.org/xorg/lib/libxfont/-/commit/85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced
# Removal on 2023-05-10 |
Remove this package ans then run emerge -uUDpv @world |
Not worked. _________________ pcmaster |
|
Back to top |
|
 |
Josef.95 Advocate

Joined: 03 Sep 2007 Posts: 4739 Location: Germany
|
Posted: Sun May 07, 2023 7:13 pm Post subject: |
|
|
pcmaster wrote: | Not worked. |
then i would try the tip from portage: Code: | You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically. |
|
|
Back to top |
|
 |
m.s.w Apprentice

Joined: 19 Sep 2004 Posts: 197 Location: Kraków, Poland
|
Posted: Sun May 07, 2023 7:43 pm Post subject: |
|
|
Have you try the easy but long way according to
I had similar issue but this worked for me:
Code: | Safer upgrade procedure
=======================
A safer approach is to add Python 3.11 support to your system first,
and only then remove Python 3.10. However, note that this involves two
rebuilds of all the affected packages, so it will take noticeably
longer.
First, enable both Python 3.10 and Python 3.11, and then run the upgrade
commands:
*/* PYTHON_TARGETS: -* python3_10 python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_10
Then switch PYTHON_SINGLE_TARGET and run the second batch of upgrades:
*/* PYTHON_TARGETS: -* python3_10 python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_11
Finally, switch to the final version and upgrade:
*/* PYTHON_TARGETS: -* python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_11
You may wish to remove the target overrides after the defaults switch.
Alternatively, you can keep them to block the next automatic upgrade
to Python 3.12, and upgrade manually then.
|
_________________ Mark Twain said it best:
"If you have to swallow a frog, don't stare at it too long!" |
|
Back to top |
|
 |
pcmaster Advocate

Joined: 04 Dec 2003 Posts: 2234 Location: Barcelona
|
Posted: Tue May 09, 2023 8:59 pm Post subject: |
|
|
m.s.w wrote: | Have you try the easy but long way according to
I had similar issue but this worked for me:
Code: | Safer upgrade procedure
=======================
A safer approach is to add Python 3.11 support to your system first,
and only then remove Python 3.10. However, note that this involves two
rebuilds of all the affected packages, so it will take noticeably
longer.
First, enable both Python 3.10 and Python 3.11, and then run the upgrade
commands:
*/* PYTHON_TARGETS: -* python3_10 python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_10
Then switch PYTHON_SINGLE_TARGET and run the second batch of upgrades:
*/* PYTHON_TARGETS: -* python3_10 python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_11
Finally, switch to the final version and upgrade:
*/* PYTHON_TARGETS: -* python3_11
*/* PYTHON_SINGLE_TARGET: -* python3_11
You may wish to remove the target overrides after the defaults switch.
Alternatively, you can keep them to block the next automatic upgrade
to Python 3.12, and upgrade manually then.
|
|
Trying this i found some packages that cause the conflict. Unmerging thesse packages, now it works. _________________ pcmaster |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|