Summary: | www-client/firefox-109.0.1[system-libevent] depends on dev-libs/libevent[threads] but threads flag was removed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Greg Kubaryk <greg.kubaryk> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | crabbedhaloablution, feriman, floppym, herrtimson, poncho |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=869722 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Greg Kubaryk
2023-02-14 04:41:53 UTC
ah, this is propably where this beauty is from: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: dev-libs/libevent:0 (dev-libs/libevent-2.1.12-r1:0/2.1-7::gentoo, ebuild scheduled for merge) USE="clock-gettime ssl -debug -malloc-replacement -static-libs -test -verbose-debug" ABI_X86="(64) -32 (-x32)" conflicts with >=dev-libs/libevent-2.0:0/2.1-7=[threads] required by (mail-client/thunderbird-102.6.1:0/0::gentoo, installed) USE="eme-free lto system-harfbuzz system-icu system-jpeg system-libevent system-librnp system-png system-webp -clang -dbus -debug -hardened -hwaccel -jack -libproxy -openh264 (-pgo) -pulseaudio (-selinux) -sndio -system-av1 -system-libvpx (-system-python-libs) -wayland -wifi" ABI_X86="(64)" L10N="de -af -ar -ast -be -bg -br -ca -cak -cs -cy -da -dsb -el -en-CA -en-GB -es-AR -es-ES -es-MX -et -eu -fi -fr -fy -ga -gd -gl -he -hr -hsb -hu -id -is -it -ja -ka -kab -kk -ko -lt -lv -ms -nb -nl -nn -pa -pl -pt-BR -pt-PT -rm -ro -ru -sk -sl -sq -sr -sv -th -tr -uk -uz -vi -zh-CN -zh-TW" ^^^^^^^ I am seeing the dependency conflict of Comment 1 too, and it seems that both firefox and thunderbird are involved: >=dev-libs/libevent-2.0:0/2.1-7=[threads] required by (mail-client/thunderbird-102.6.1:0/0::gentoo, installed) >=dev-libs/libevent-2.1.12:0/2.1-7=[threads] required by (www-client/firefox-109.0.1:rapid/rapid::gentoo, installed) the libevent update hangs for the moment, as there is no stable thunderbird-102.7.x with the fixup in the ebuild yet. unmasking thunderbird-102.7.2 worked for me Ebuilds of Firefox and Thunderbird were updated without revision bump, since they are big packages. Just bear it. Firefox 102.8.0 and 110.0 will be released today. Thunderbird 102.8.0 will be released tomorrow. https://wiki.mozilla.org/Release_Management/Calendar https://wiki.mozilla.org/Thunderbird:Home#Releases As a workaround, you could manually rebuild firefox/thunderbird if you really want to update libevent immediately. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c657bddee5835e42b756fbf4c50b820fb27d2050 commit c657bddee5835e42b756fbf4c50b820fb27d2050 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2023-02-14 15:50:22 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2023-02-14 15:50:22 +0000 mail-client/thunderbird: revbump for previous RDEPEND change Bug: https://bugs.gentoo.org/894270 Signed-off-by: Mike Gilbert <floppym@gentoo.org> .../{thunderbird-102.6.1.ebuild => thunderbird-102.6.1-r1.ebuild} | 0 .../{thunderbird-102.7.1.ebuild => thunderbird-102.7.1-r1.ebuild} | 0 .../{thunderbird-102.7.2.ebuild => thunderbird-102.7.2-r1.ebuild} | 0 3 files changed, 0 insertions(+), 0 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b7f141923b761edb5ea9d0a016ebf48458b070 commit e1b7f141923b761edb5ea9d0a016ebf48458b070 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2023-02-14 15:49:22 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2023-02-14 15:49:22 +0000 www-client/firefox: revbump for previous RDEPEND change Bug: https://bugs.gentoo.org/894270 Signed-off-by: Mike Gilbert <floppym@gentoo.org> www-client/firefox/{firefox-102.7.0.ebuild => firefox-102.7.0-r1.ebuild} | 0 www-client/firefox/{firefox-109.0.1.ebuild => firefox-109.0.1-r1.ebuild} | 0 2 files changed, 0 insertions(+), 0 deletions(-) Preceding the above: ``` commit 7b2c4f8d2864279021fe44bf822d891e20bf4e35 Author: Mike Gilbert <floppym@gentoo.org> Date: Mon Feb 13 15:13:10 2023 -0500 www-client/firefox: adjust libevent dependency Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org> diff --git a/www-client/firefox/firefox-102.7.0.ebuild b/www-client/firefox/firefox-102.7.0.ebuild index 637c41fc7fe7a..5e995f7b919a6 100644 --- a/www-client/firefox/firefox-102.7.0.ebuild +++ b/www-client/firefox/firefox-102.7.0.ebuild @@ -164,7 +164,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} ) system-icu? ( >=dev-libs/icu-71.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads] ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) diff --git a/www-client/firefox/firefox-109.0.1.ebuild b/www-client/firefox/firefox-109.0.1.ebuild index 8a57456afd7fe..4c2e376c70456 100644 --- a/www-client/firefox/firefox-109.0.1.ebuild +++ b/www-client/firefox/firefox-109.0.1.ebuild @@ -172,7 +172,7 @@ COMMON_DEPEND="${FF_ONLY_DEPEND} ) system-icu? ( >=dev-libs/icu-71.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads] ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) ``` |