Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help resolving slot conflicts
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Tzuriel
Apprentice
Apprentice


Joined: 01 Jun 2004
Posts: 259

PostPosted: Thu Dec 02, 2021 3:25 pm    Post subject: help resolving slot conflicts Reply with quote

Still trying to get "-uDNp @world" to build. Any thoughts on how to get past these slot conflicts?

Code:

$ sudo emerge -uDNp @world

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/boost:0

  (dev-libs/boost-1.77.0-r4:0/1.77.0::gentoo, installed) USE="bzip2 icu nls python tools zlib -context -debug -doc -lzma -mpi -numpy -zstd" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-libs/boost-1.76.0-r1:0/1.76.0::gentoo, ebuild scheduled for merge) USE="bzip2 icu nls python threads tools zlib -context -debug -doc -lzma -mpi -numpy -static-libs -zstd" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8" pulled in by
    >=dev-libs/boost-1.58.0:0/1.76.0=[threads(+)] required by (net-p2p/bitcoin-qt-0.21.0:0/0::gentoo, installed) USE="asm dbus qrcode sqlite system-leveldb wallet -kde -knots -test -upnp -zeromq"
                           ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                   
    (and 8 more with the same problem)

dev-python/async_timeout:0

  (dev-python/async_timeout-4.0.1:0/0::gentoo, ebuild scheduled for merge) USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-python/async_timeout-3.0.1:0/0::gentoo, ebuild scheduled for merge) USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" pulled in by
    <dev-python/async_timeout-4[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/aiohttp-3.7.4-r2:0/0::gentoo, installed) USE="-doc -test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8"
    ^                         ^                                                                                                                                                                                                                                                                                                                                                                                                                                         

media-libs/harfbuzz:0

  (media-libs/harfbuzz-3.1.1:0/3.0.0::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" pulled in by
    media-libs/harfbuzz:0/3.0.0=[truetype] required by (app-text/mupdf-1.18.0-r4:0/1.18.0::gentoo, installed) USE="X javascript opengl ssl"
                       ^^^^^^^^^                                                                                                                                                                                                                           
    (and 5 more with the same problem)

  (media-libs/harfbuzz-2.9.1:0/0.9.18::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" pulled in by
    >=media-libs/harfbuzz-1.4.5:0/0.9.18=[icu,graphite] required by (app-text/texlive-core-2021-r1:0/0::gentoo, installed) USE="X luajittex tk -cjk -doc -source -xetex -xindy"
                               ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                 
    (and 1 more with the same problem)

dev-lang/python-exec:2

  (dev-lang/python-exec-2.4.8:2/2::gentoo, ebuild scheduled for merge) USE="(native-symlinks) -test" PYTHON_TARGETS="(pypy3) (python3_8) (python3_9) (-python3_10)" pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-lang/python-exec-2.4.6-r2:2/2::gentoo, installed) USE="" PYTHON_TARGETS="(pypy3) python2_7 python3_7 (python3_8) (python3_9) -python3_6" pulled in by
    >=dev-lang/python-exec-2:2/2=[python_targets_python2_7(-),-python_single_target_python2_7(-)] required by (app-text/rpl-1.5.5-r1:0/0::gentoo, installed) USE="" PYTHON_TARGETS="python2_7"
                                                                                                                                                                                                                                 

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.


!!! All ebuilds that could satisfy "virtual/libcrypt:0/1=" have been masked.
!!! One of the following masked packages is required to complete your request:
- virtual/libcrypt-1-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/base/package.mask:
# Sam James <sam@gentoo.org> (2021-11-22)
# Mask the older libcrypt virtual (which accepted glibc[crypt]) to ease
# dependency resolution. In a fair number of cases, this has helped
# upgrades go through cleanly.
# Read the news item if you need help!
# (This mask is undone in musl profiles where the transition is not yet being
# made.)
# bug #699422.


(dependency required by "sys-fs/eudev-3.2.10-r1::gentoo" [installed])
(dependency required by "virtual/libudev-232-r5::gentoo[-systemd]" [installed])
(dependency required by "sys-apps/util-linux-2.37.2-r1::gentoo[udev]" [installed])
(dependency required by "net-fs/nfs-utils-2.5.4-r3::gentoo[libmount,uuid]" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Here's my emerge --info ...
Code:
$ emerge --info

Head commit of repository gentoo: ab93fba48a0803e6f793206113ff509179cf2b3b
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.34.0-r3::gentoo
dev-lang/python:          2.7.18_p13::gentoo, 3.8.12_p1::gentoo, 3.9.8::gentoo
dev-lang/rust:            1.56.1::gentoo
dev-util/cmake:           3.20.5::gentoo
sys-apps/baselayout:      2.7-r3::gentoo
sys-apps/openrc:          0.44.8::gentoo
sys-apps/sandbox:         2.25::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.15.1-r2::gentoo, 1.16.4::gentoo
sys-devel/binutils:       2.37_p1::gentoo
sys-devel/gcc:            10.3.0-r2::gentoo, 11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts:

local_overlay
    location: /usr/local/portage
    masters: gentoo
    priority: 0



ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nostrip parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo http://lug.mtu.edu/gentoo/ http://gentoo.osuosl.org/ http://gentoo.mirrors.pair.com/ rsync://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo rsync://gentoo.cs.uni.edu/gentoo-distfiles http://gentoo.cs.uni.edu/ http://mirror.usu.edu/mirrors/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X acl alsa alsa-plugin amd64 apng berkdb boost bzip2 cairo cg cli conntrack crypt cups cxx dbus dri flash fortran freeimage gdbm gtk gudev gui iconv icu ipv6 libglvnd libtirpc lua minizip ncurses network nls nptl nsplugin ois opengl openmp pam pcap pcre pcre16 png printsupport pulseaudio python qt5 readline rendering sdl seccomp split-usr sqlite ssl stats tcl tiff tk tools transparent-proxy udev unicode webkit widgets xattr xcb xkb zlib" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Thu Dec 02, 2021 4:22 pm    Post subject: Reply with quote

Plz try with emerge --sync before updating.

Code:

emerge --sync
emerge -uDNav --keep-going --with-bdeps=y @world

_________________
:)
Back to top
View user's profile Send private message
Tzuriel
Apprentice
Apprentice


Joined: 01 Jun 2004
Posts: 259

PostPosted: Thu Dec 02, 2021 5:53 pm    Post subject: Reply with quote

I had already done a --sync before posting that, and when giving that second command, nothing has changed. Same output as before.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Thu Dec 02, 2021 6:04 pm    Post subject: Reply with quote

I think the problem is sys-fs/eudev because has been masked.
Try to follow this news before update.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1678

PostPosted: Thu Dec 02, 2021 6:58 pm    Post subject: Reply with quote

alamahant wrote:
Plz try with emerge --sync before updating.

Code:

emerge --sync
emerge -uDNav --keep-going --with-bdeps=y @world


Yeah, we want to see the -v. I'm not sure if udev is masked (it might be which is why it' stuck, but it's not necessarily why it is -- it might just be moaning about libcrypt and other slot rebuilds needed).

But I see 'app-text/rpl' in the list with PYTHON_TARGETS="python2_7".

Can you run: grep -rsin "app-text/rpl" /etc/portage? You may need to make a less restrictive entry (or if you don't have any at all, add one, as it's an ~arch only package). If you don't use it anymore, you can try emerge --deselect app-text/rpl.

Then share emerge -p -uvDU @world --backtrack=9999 with us.
Back to top
View user's profile Send private message
Tzuriel
Apprentice
Apprentice


Joined: 01 Jun 2004
Posts: 259

PostPosted: Thu Dec 02, 2021 10:23 pm    Post subject: Reply with quote

fedeliallalinea wrote:
I think the problem is sys-fs/eudev because has been masked.

I did see item in the news, but before I start the removal of eudev by 1/1/22, I thought I should get the current state of @world built.

sam_ wrote:
Can you run: grep -rsin "app-text/rpl" /etc/portage?

I did run that line, returned absolutely nothing on the command line. I also removed app-text/rpl from world.
Code:

    emerge --deselect app-text/rpl


Here's the results of ...
Code:
$ sudo emerge -p -uvDU @world --backtrack=9999     
Password:                               

These are the packages that would be merged, in order:                     

Calculating dependencies... done!                                               
                                                                               
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:       
                                                                               
dev-libs/boost:0                       

  (dev-libs/boost-1.77.0-r4:0/1.77.0::gentoo, installed) USE="bzip2 icu nls pyth
on tools zlib -context -debug -doc -lzma -mpi -numpy -zstd" PYTHON_TARGETS="pyth
on3_9 -python3_10 -python3_8" pulled in by
    (no parents that aren't satisfied by other packages in this slot)
                                                                               
  (dev-libs/boost-1.76.0-r1:0/1.76.0::gentoo, ebuild scheduled for merge) USE="b
zip2 icu nls python threads tools zlib -context -debug -doc -lzma -mpi -numpy -s
tatic-libs -zstd" PYTHON_TARGETS="python3_9 (-python3_10) -python3_8" pulled in
by                                                                             
    >=dev-libs/boost-1.58.0:0/1.76.0=[threads(+)] required by (net-p2p/bitcoind-
0.21.0:0/0::gentoo, installed) USE="asm sqlite wallet -examples -knots -system-l
eveldb -test -upnp -zeromq"   
                           ^^^^^^^^^^   
                                                                               
                   
                   
                                                                           
    (and 8 more with the same problem)
                                                                               
dev-python/async_timeout:0                                                     
                                                                               
  (dev-python/async_timeout-4.0.1:0/0::gentoo, ebuild scheduled for merge) USE="
-test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" pulled in by
    (no parents that aren't satisfied by other packages in this slot)
                                                                               
  (dev-python/async_timeout-3.0.1:0/0::gentoo, ebuild scheduled for merge) USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" pulled in by
    <dev-python/async_timeout-4[python_targets_pypy3(-)?,python_targets_python3_
8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (d
ev-python/aiohttp-3.7.4-r2:0/0::gentoo, installed) USE="-doc -test" PYTHON_TARGE
TS="python3_9 (-pypy3) (-python3_10) -python3_8"                 
    ^                         ^                                                 


media-libs/harfbuzz:0

  (media-libs/harfbuzz-3.1.1:0/3.0.0::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" pulled in by
    >=media-libs/harfbuzz-0.9.12:0/3.0.0=[truetype,abi_x86_64(-)] required by (media-libs/libass-0.15.1-r2:0/9::gentoo, installed) USE="fontconfig"
                                ^^^^^^^^^                                                                                                                                                                 
    (and 5 more with the same problem)

  (media-libs/harfbuzz-2.9.1:0/0.9.18::gentoo, ebuild scheduled for merge) USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" pulled in by
    >=media-libs/harfbuzz-1.4.2:0/0.9.18=[icu(+)] required by (net-libs/webkit-gtk-2.32.4:4/37::gentoo, installed) USE="X egl geolocation gstreamer introspection jpeg2k jumbo-build opengl (seccomp) (-aqua) -examples -gamepad -gles2-only -gnome-keyring -gtk-doc -libnotify -spell -systemd -test -wayland"
                               ^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
    (and 1 more with the same problem)

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.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


!!! All ebuilds that could satisfy "virtual/libcrypt:0/1=" have been masked.
!!! One of the following masked packages is required to complete your request:
- virtual/libcrypt-1-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/base/package.mask:
# Sam James <sam@gentoo.org> (2021-11-22)
# Mask the older libcrypt virtual (which accepted glibc[crypt]) to ease
# dependency resolution. In a fair number of cases, this has helped
# upgrades go through cleanly.
# Read the news item if you need help!
# (This mask is undone in musl profiles where the transition is not yet being
# made.)
# bug #699422.


(dependency required by "sys-fs/eudev-3.2.10-r1::gentoo" [installed])
(dependency required by "virtual/libudev-232-r5::gentoo[-systemd]" [installed])
(dependency required by "sys-apps/util-linux-2.37.2-r1::gentoo[udev]" [installed])
(dependency required by "net-fs/nfs-utils-2.5.4-r3::gentoo[libmount,uuid]" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1678

PostPosted: Thu Dec 02, 2021 11:34 pm    Post subject: Reply with quote

Okay:
1. grep -rsin "udev" /etc/portage

If sys-fs/udev is masked, we should unmask eudev temporarily so that you can do the world upgrade.

2. grep -rsin "crypt" /etc/portage

Just share the output of this.

3. emerge -p -uvDU @world --backtrack=9999 --ignore-built-slot-operator-deps=y

Show me the output of this before proceeding but we might have to go with it.
Back to top
View user's profile Send private message
Tzuriel
Apprentice
Apprentice


Joined: 01 Jun 2004
Posts: 259

PostPosted: Fri Dec 03, 2021 2:41 pm    Post subject: Reply with quote

Code:
$ grep -rsin "udev" /etc/portage
/etc/portage/make.conf:30:USE="xcb png dbus X acl alsa amd64 berkdb bzip2 cli crypt ssl -systemd udev gudev ncurses sqlite apng python gtk icu cups minizip opengl tk qt5 pcre16 xkb transparent-proxy stats ipv6 pcap conntrack pulseaudio nsplugin cg freeimage ois tools sdl tiff flash lua gui widgets boost tcl rendering alsa-plugin webkit network printsupport cxx cairo"
/etc/portage/package.mask/systemd:2:sys-fs/udev
/etc/portage/package.use/eudev:1:>=sys-fs/eudev-3.1.5 static-libs


Code:

$ grep -rsin "crypt" /etc/portage
/etc/portage/make.conf:30:USE="xcb png dbus X acl alsa amd64 berkdb bzip2 cli crypt ssl -systemd udev gudev ncurses sqlite apng python gtk icu cups minizip opengl tk qt5 pcre16 xkb transparent-proxy stats ipv6 pcap conntrack pulseaudio nsplugin cg freeimage ois tools sdl tiff flash lua gui widgets boost tcl rendering alsa-plugin webkit network printsupport cxx cairo"
/etc/portage/package.use/pineentry:1:>=app-crypt/pinentry-1.0.0-r2 gnome-keyring


The results of "$ emerge -p -uvDU @world --backtrack=9999 --ignore-built-slot-operator-deps=y" which I haven't kicked off yet.
Code:

These are the packages that would be merged, in order:

Calculating dependencies  .... done!
[ebuild  N     ] sys-apps/makedev-3.23.1-r1::gentoo  USE="-build (-selinux)" 0 KiB
[ebuild     U  ] dev-lang/go-1.17.3:0/1.17.3::gentoo [1.17.2:0/1.17.2::gentoo] CPU_FLAGS_X86="sse2" 21,664 KiB
[ebuild  N     ] sys-fs/static-dev-0.1-r2::gentoo  0 KiB
[ebuild     U  ] app-office/libreoffice-l10n-7.1.7.2::gentoo [7.1.5.2::gentoo] USE="-offlinehelp" L10N="-af -am -ar -as -ast -be -bg -bn -bn-IN -bo -br -brx -bs -ca -ca-valencia -ckb -cs -cy -da -de -dgo -dsb -dz -el -en -en-GB -en-ZA -eo -es -et -eu -fa -fi -fr -fur -fy -ga -gd -gl -gu -gug -he -hi -hr -hsb -hu -id -is -it -ja -ka -kab -kk -km -kmr-Latn -kn -ko -kok -ks -lb -lo -lt -lv -mai -mk -ml -mn -mni -mr -my -nb -ne -nl -nn -nr -nso -oc -om -or -pa -pl -pt -pt-BR -ro -ru -rw -sa -sat -sd -si -sid -sk -sl -sq -sr -sr-Latn -ss -st -sv -sw-TZ -szl -ta -te -tg -th -tn -tr -ts -tt -ug -uk -uz -ve -vec -vi -xh -zh-CN -zh-TW -zu" 0 KiB
[ebuild     U  ] dev-libs/nss-3.68.1::gentoo [3.68::gentoo] USE="-cacert -utils" 80,475 KiB
[ebuild  N     ] dev-lang/python-exec-conf-2.4.6:2::gentoo  PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 (-python3_10)" 0 KiB
[ebuild     U  ] dev-lang/python-exec-2.4.8:2::gentoo [2.4.6-r2:2::gentoo] USE="(native-symlinks%*) -test%" PYTHON_TARGETS="(pypy3) (python3_8) (python3_9) (-python3_10) (-python2_7%*) (-python3_6%) (-python3_7%*)" 81 KiB
[blocks b      ] <dev-lang/python-exec-2.4.6-r4 ("<dev-lang/python-exec-2.4.6-r4" is soft blocking dev-lang/python-exec-conf-2.4.6)
[ebuild     U  ] dev-lang/python-3.9.9:3.9::gentoo [3.9.8:3.9::gentoo] USE="gdbm ncurses readline sqlite ssl tk xml -bluetooth -build -examples -hardened -lto% -pgo% -test -verify-sig -wininst" 18,709 KiB
[ebuild     U  ] dev-python/tomli-1.2.2-r1::gentoo [1.2.1::gentoo] USE="-test" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) (-python3_10)" 0 KiB
[ebuild  NS    ] dev-lang/python-3.10.0_p1:3.10::gentoo [2.7.18_p13:2.7::gentoo, 3.8.12_p1:3.8::gentoo, 3.9.8:3.9::gentoo] USE="gdbm ncurses readline sqlite ssl tk xml -bluetooth -build -examples -hardened -lto% -pgo% -test -verify-sig -wininst" 18,298 KiB
[ebuild     U  ] net-fs/nfs-utils-2.5.4-r3::gentoo [2.5.4-r2::gentoo] USE="ipv6 libmount nfsidmap nfsv4 uuid -caps -junction -kerberos -ldap -nfsdcld -nfsv41 -sasl (-selinux) -tcpd" 0 KiB
[ebuild     U  ] media-libs/netpbm-10.86.24-r1::gentoo [10.86.24::gentoo] USE="X png tiff zlib -doc -jbig -jpeg -postscript -rle -static-libs (-svga) -xml" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild     U  ] app-text/po4a-0.64::gentoo [0.63-r1::gentoo] USE="-test" 4,025 KiB
[ebuild     U  ] app-crypt/gnupg-2.2.32-r1::gentoo [2.2.32::gentoo] USE="bzip2 nls readline smartcard ssl tools -doc -ldap (-selinux) -tofu -usb -user-socket -wks-server" 0 KiB
[ebuild     U  ] app-crypt/gpgme-1.16.0:1/11::gentoo [1.15.1:1/11::gentoo] USE="cxx python qt5 -common-lisp -static-libs" PYTHON_TARGETS="python3_9 -python3_8 (-python3_10)" 1,679 KiB
[ebuild     U  ] dev-python/setuptools-59.2.0::gentoo [57.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_8 python3_9 (-pypy3) (-python3_10)" 2,228 KiB
[ebuild     U  ] dev-python/pip-21.3.1::gentoo [21.2.4::gentoo] USE="-test -vanilla" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 (-python3_10)" 7,902 KiB
[ebuild  N     ] dev-python/async_timeout-3.0.1::gentoo  USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) -python3_8 (-python3_10)" 0 KiB
[ebuild     U  ] net-print/cups-2.3.3_p2-r3::gentoo [2.3.3_p2-r2::gentoo] USE="X acl dbus pam ssl threads -debug -kerberos (-selinux) -static-libs -systemd -usb -xinetd -zeroconf" 0 KiB
[ebuild     U  ] dev-lang/ruby-2.7.5:2.7::gentoo [2.7.4:2.7::gentoo] USE="berkdb gdbm ipv6 rdoc ssl tk -debug -doc -examples -jemalloc -jit -rubytests -socks5 -static-libs -systemtap -xemacs" 11,791 KiB
[ebuild     U  ] dev-lang/ruby-2.6.9:2.6::gentoo [2.6.8:2.6::gentoo] USE="berkdb gdbm ipv6 rdoc ssl tk -debug -doc -examples -jemalloc -jit -rubytests -socks5 -static-libs -systemtap -xemacs" 11,319 KiB
[ebuild     U ~] dev-ruby/bundler-2.2.31:2::gentoo [2.2.29:2::gentoo] USE="doc -test" RUBY_TARGETS="ruby26 ruby27 -ruby30" 392 KiB
[ebuild     U  ] sys-apps/openrc-0.44.9::gentoo [0.44.8::gentoo] USE="ncurses netifrc pam unicode -audit -bash -debug -newnet (-selinux) -sysv-utils" 249 KiB
[ebuild  N     ] media-libs/harfbuzz-3.1.1:0/3.0.0::gentoo  USE="cairo glib graphite icu introspection truetype -debug -doc -experimental -test" 0 KiB
[ebuild  N     ] x11-libs/gtk+-3.24.29:3::gentoo  USE="X cups introspection (-aqua) -broadway -cloudprint -colord -examples -gtk-doc -sysprof -test -vim-syntax -wayland -xinerama" 0 KiB
[ebuild     U  ] app-text/poppler-21.11.0:0/115::gentoo [21.07.0:0/111::gentoo] USE="boost cairo cxx introspection jpeg jpeg2k lcms png qt5 tiff utils -cjk -curl -debug -doc -nss" 1,742 KiB
[ebuild     U  ] sys-fs/encfs-1.9.5-r1::gentoo [1.9.5::gentoo] USE="nls" 0 KiB
[ebuild     U  ] net-print/cups-filters-1.28.10-r1::gentoo [1.28.7::gentoo] USE="dbus foomatic png postscript tiff -jpeg -ldap -pclm -pdf -perl -test -zeroconf" 1,469 KiB
[ebuild     U  ] app-office/libreoffice-7.1.7.2::gentoo [7.1.5.2::gentoo] USE="branding cups dbus gtk mariadb -accessibility (-base) -bluetooth -clang (-coinmp) -custom-cflags -debug -eds (-firebird) -googledrive -gstreamer -java -kde -ldap -odk -pdfimport -postgres -test -vulkan" LIBREOFFICE_EXTENSIONS="-nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_9 -python3_8 (-python3_10)" 0 KiB
[ebuild     U  ] media-sound/pulseaudio-15.0-r1::gentoo [13.0-r1::gentoo] USE="X alsa alsa-plugin asyncns (daemon%*) dbus gdbm glib gtk ipv6 orc ssl udev webrtc-aec -bluetooth -doc -elogind -equalizer -gstreamer% -jack -lirc -native-headset -ofono-headset (-oss) (-selinux) -sox (-system-wide) -systemd -tcpd* -test -zeroconf (-caps%*) (-gconf%) (-libsamplerate%) (-qt5%*) (-realtime%)" 0 KiB
[ebuild     U  ] media-libs/libsdl2-2.0.16-r1::gentoo [2.0.16::gentoo] USE="X alsa dbus joystick opengl pulseaudio sound threads udev video (-aqua) (-custom-cflags) -doc -fcitx4 -gles1 -gles2 -haptic -ibus -jack -kms -libsamplerate -nas -oss -pipewire -sndio -static-libs -vulkan -wayland -xinerama -xscreensaver" CPU_FLAGS_X86="mmx sse sse2 -3dnow" VIDEO_CARDS="(-vc4)" 0 KiB
[ebuild     U  ] app-emulation/qemu-6.0.0-r54::gentoo [6.0.0-r53::gentoo] USE="aio alsa bzip2 caps curl doc fdt filecaps gtk jpeg ncurses nls opengl oss pin-upstream-blobs png pulseaudio python sdl seccomp slirp udev vhost-net vnc xattr -accessibility (-capstone) -debug -fuse -glusterfs -gnutls -infiniband -io-uring -iscsi -jack -jemalloc -lzo -multipath -nfs -numa -plugins -rbd -sasl -sdl-image (-selinux) -smartcard -snappy -spice -ssh -static -static-user -systemtap -test -usb -usbredir -vde -vhost-user-fs -virgl -virtfs -vte -xen -xfs -zstd" PYTHON_TARGETS="python3_9 -python3_8 (-python3_10)" QEMU_SOFTMMU_TARGETS="x86_64 -aarch64 -alpha -arm -avr -cris -hppa -i386 -lm32 -m68k -microblaze -microblazeel -mips -mips64 -mips64el -mipsel -moxie -nios2 -or1k -ppc -ppc64 -riscv32 -riscv64 -rx -s390x -sh4 -sh4eb -sparc -sparc64 -tricore -unicore32 -xtensa -xtensaeb" QEMU_USER_TARGETS="x86_64 -aarch64 -aarch64_be -alpha -arm -armeb -cris -hexagon -hppa -i386 -m68k -microblaze -microblazeel -mips -mips64 -mips64el -mipsel -mipsn32 -mipsn32el -nios2 -or1k -ppc -ppc64 -ppc64abi32 -ppc64le -riscv32 -riscv64 -s390x -sh4 -sh4eb -sparc -sparc32plus -sparc64 -xtensa -xtensaeb" 0 KiB
[ebuild     U  ] media-libs/gegl-0.4.32:0.4::gentoo [0.4.26-r1:0.4::gentoo] USE="cairo sdl tiff -debug -ffmpeg -introspection -lcms -lensfun -openexr -pdf -raw -svg -test -umfpack -v4l -vala -webp" 0 KiB
[ebuild     U  ] app-emulation/virtualbox-6.1.24-r1:0/6.1::gentoo [6.1.24:0/6.1::gentoo] USE="alsa opengl opus pam pulseaudio python qt5 sdk udev -debug -doc -dtrace -headless -java -lvm -pax-kernel -vboxwebsrv -vnc" PYTHON_SINGLE_TARGET="python3_9 -python3_8" 0 KiB
[ebuild     U  ] app-emulation/libvirt-7.7.0:0/7.7.0::gentoo [7.3.0:0/7.3.0::gentoo] USE="caps libvirtd nls pcap qemu udev virt-network -apparmor -audit -bash-completion -dtrace -firewalld -fuse -glusterfs -iscsi -iscsi-direct -libssh -lvm -lxc -nfs -numa (-openvz) -parted -policykit -rbd -sasl (-selinux) -verify-sig -virtualbox -wireshark-plugins -xen -zfs" 0 KiB
[ebuild     U  ] www-client/firefox-91.3.0:0/esr91::gentoo [78.15.0:0/esr78::gentoo] USE="clang dbus gmp-autoupdate openh264 pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto -pgo -screencast (-selinux) -sndio% -wayland -wifi" L10N="-ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -ca-valencia -cak -cs -cy -da -de -dsb -el -en-CA -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -sco% -si -sk -sl -son -sq -sr -sv -szl% -ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW" 0 KiB
[ebuild     U  ] dev-qt/qtwebengine-5.15.2_p20211019:5/5.15::gentoo [5.15.2_p20210824-r1:5/5.15::gentoo] USE="alsa jumbo-build pulseaudio system-ffmpeg system-icu widgets -bindist -debug -designer -geolocation -kerberos -test" 0 KiB
[ebuild  N     ] x11-libs/gtk+-2.24.33:2::gentoo  USE="cups introspection (-aqua) -examples -test -vim-syntax -xinerama" 0 KiB
[ebuild   R    ] media-sound/alsa-tools-1.2.2-r1:0.9::gentoo  USE="gtk -fltk" ALSA_CARDS="-emu10k1 -emu10k1x* -hdsp -hdspm -ice1712 -mixart -pcxhr -rme32 -rme96 -sb16 -sbawe -sscape -usb-usx2y -vx222" 0 KiB
[ebuild     U  ] www-client/chromium-96.0.4664.45:0/stable::gentoo [94.0.4606.71:0/0::gentoo] USE="cups hangouts js-type-check official* (pic) proprietary-codecs pulseaudio suid system-harfbuzz system-icu (-component-build) -custom-cflags -debug (-headless) -kerberos -screencast (-selinux) (-system-ffmpeg) -vaapi -wayland -widevine" L10N="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk vi zh-CN zh-TW" 0 KiB
[ebuild     U  ] kde-frameworks/kio-5.85.0-r2:5/5.85::gentoo [5.85.0-r1:5/5.85::gentoo] USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" 0 KiB
[ebuild     U  ] kde-apps/libkcddb-21.08.3:5::gentoo [21.04.3:5::gentoo] USE="handbook -debug -musicbrainz -test" 421 KiB
[ebuild     U  ] kde-apps/k3b-21.08.3:5::gentoo [21.04.3:5::gentoo] USE="handbook -debug -dvd -encode -ffmpeg -flac -mad -mp3 -musepack -sndfile -sox -taglib -test -vcd -vorbis" 10,495 KiB
[ebuild     U  ] media-gfx/gimp-2.10.28-r1:0/2::gentoo [2.10.22-r2:0/2::gentoo] USE="alsa udev -aalib (-aqua) -debug -doc -gnome -heif -jpeg2k -mng -openexr -postscript -test -unwind -vector-icons -webp -wmf -xpm" CPU_FLAGS_X86="mmx sse" 0 KiB

Total: 44 packages (35 upgrades, 7 new, 1 in new slot, 1 reinstall), Size of downloads: 192,932 KiB
Conflict: 1 block (all satisfied)

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-python/async_timeout:0

  (dev-python/async_timeout-4.0.1:0/0::gentoo, ebuild scheduled for merge) USE="-test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8" conflicts with
    <dev-python/async_timeout-4[python_targets_python3_9(-)] required by (dev-python/aiohttp-3.7.4-r2:0/0::gentoo, installed) USE="-doc -test" PYTHON_TARGETS="python3_9 (-pypy3) (-python3_10) -python3_8"
    ^                         ^                             


!!! The following installed packages are masked:
- sys-fs/eudev-3.2.10-r1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Mike Gilbert <floppym@gentoo.org> (2021-11-27)
# eudev will be removed on 2022-01-01.
# Please see the news item published on 2021-08-24 for more information.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 1678

PostPosted: Fri Dec 03, 2021 4:05 pm    Post subject: Reply with quote

I'd kick it off, but note that this was probably the source of your pain: "/etc/portage/package.mask/systemd:2:sys-fs/udev". systemd is just sys-apps/systemd, no need to mask anything else (systemd's udev is within sys-apps/systemd). See the eudev news item.

I'd suggest:
- Unmask eudev temporarily
- Do that upgrade you sent
- Depclean
- Drop the udev mask (and drop the eudev unmask)
- Upgrade again
- Depclean
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
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