Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problemi nell upgrade di thunderbird
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Thu Sep 05, 2019 11:38 am    Post subject: problemi nell upgrade di thunderbird Reply with quote

Salve a tutti ..
Ho dei problemi relativi all'upgrade .. in particolare thunderbird mi ha richiesto di mettere in package.use per tutte le versioni di media-libs/libvpx la flag postproc

mi ritrovo quindi con queste linee nel package.use :

Code:

>=media-libs/libvpx-1.8.0-r1 postproc
=media-libs/libvpx-1.6.1 postproc
=media-libs/libvpx-1.6.0-r1 postproc
=media-libs/libvpx-1.5.0 postproc


con queste linee quando lancio un update a world ottengo (se non ho altri pacchetti da aggiornare) :

Code:
# emerge --update --newuse --deep --ask @world

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

Calculating dependencies... done!

Total: 0 packages, Size of downloads: 0 KiB

!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

mail-client/thunderbird:0

Nothing to merge; quitting.


ottengo la stessa identica cosa se inserisco un backtrack=300

se invece commento almeno una versione di libvpx ottengo questo :

Code:

# emerge --update --newuse --deep --ask @world

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

Calculating dependencies... done!
[ebuild     UD ] media-libs/libvpx-1.5.0:0/3::gentoo [1.8.0-r1:0/6::gentoo] USE="postproc svc threads -doc -static-libs -test (-highbitdepth%*)" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx%* sse%* sse2%* -avx% -avx2% -sse3% -sse4_1% -ssse3%" 1.862 KiB
[ebuild  N     ] net-libs/nghttp2-1.39.2:0/1.14::gentoo  USE="cxx threads xml -debug -hpack-tools -jemalloc -libressl -static-libs -test -utils" ABI_X86="(64) -32 (-x32)" 1.598 KiB
[ebuild  N     ] net-libs/nodejs-12.10.0::gentoo  USE="icu npm snapshot ssl -debug -doc -inspector -systemtap -test" CPU_FLAGS_X86="sse2" 22.194 KiB
[ebuild  N     ] media-libs/dav1d-0.4.0:0/2::gentoo  USE="10bit 8bit asm" ABI_X86="(64) -32 (-x32)" 483 KiB
[ebuild  N     ] dev-util/cbindgen-0.9.1::gentoo  USE="-debug" 8.521 KiB
[ebuild  N     ] media-libs/libaom-1.0.0-r2::gentoo  USE="-doc -examples" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx sse sse2 -avx -avx2 -sse3 -sse4_1 -ssse3" 2.711 KiB
[ebuild     U  ] mail-client/thunderbird-68.0-r2::gentoo [60.8.0::gentoo] USE="dbus gmp-autoupdate%* pulseaudio startup-notification system-av1%* system-harfbuzz* system-icu* system-jpeg* system-libevent* system-libvpx* system-sqlite* system-webp%* -bindist -clang -custom-cflags -custom-optimization -debug -eme-free% -hardened -jack -lightning -lto% (-neon) (-pgo) (-selinux) -test% -wayland% -wifi" CPU_FLAGS_X86="-avx2%" L10N="-ar -ast -be -bg -br -ca -cs -cy -da -de -el -en-GB -es-AR -es-ES -et -eu -fi -fr -fy -ga -gd -gl -he -hr -hsb -hu -hy -id -is -it -ja -ko -lt -nb -nl -nn -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -sq -sr -sv -tr -uk -vi -zh-CN -zh-TW" 330.534 KiB

Total: 7 packages (1 upgrade, 1 downgrade, 5 new), Size of downloads: 367.901 KiB

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

media-libs/libvpx:0

  (media-libs/libvpx-1.8.0-r1:0/6::gentoo, installed) pulled in by
    >=media-libs/libvpx-1.5:0/6=[svc] required by (dev-qt/qtwebengine-5.12.4:5/5.12::gentoo, installed)
                           ^^^^^                                                                                                           
    >=media-libs/libvpx-1.7.0:0=[postproc] required by (mail-client/thunderbird-68.0-r2:0/0::gentoo, ebuild scheduled for merge)
    ^^                  ^^^^^^^^                                                                                                                                                                         

  (media-libs/libvpx-1.5.0:0/3::gentoo, ebuild scheduled for merge) pulled in by
    <media-libs/libvpx-1.8:0=[postproc] required by (mail-client/thunderbird-68.0-r2:0/0::gentoo, ebuild scheduled for merge)
    ^                  ^^^^^^                                                                                                                                                                         


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.


The following USE changes are necessary to proceed:
 (see "package.use" in the portage(5) man page for more details)
# required by mail-client/thunderbird-68.0-r2::gentoo[system-libvpx]
# required by @selected
# required by @world (argument)
=media-libs/libvpx-1.5.0 postproc


Code:


come posso risolvere ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30909
Location: here

PostPosted: Thu Sep 05, 2019 11:50 am    Post subject: Reply with quote

Disabilita la use flag system-libvpx da thunderbird (vedi anche https://forums.gentoo.org/viewtopic-t-1094172.html)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
drudox
l33t
l33t


Joined: 28 Jan 2016
Posts: 919

PostPosted: Thu Sep 05, 2019 12:00 pm    Post subject: Reply with quote

grazie 1000 ... ora tutto quadra :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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