Skip to main content
Topic: libvpx conflict (Read 1115 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

libvpx conflict

Hi,
with the last update I got this error:
Quote
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libvpx (1.11.0-1) breaks dependency 'libvpx.so=6-64' required by thunderbird-artix

In detail, trying to install it alone and not with a pacman -Syu, the result is:
Quote
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libvpx (1.11.0-1) breaks dependency 'libvpx.so=6-64' required by ffmpeg
:: installing libvpx (1.11.0-1) breaks dependency 'libvpx.so=6-64' required by thunderbird-artix
Press any key to continue...

Is it a problem of mirrors site update?

Re: libvpx conflict

Reply #1
Personally I use testing and when libvpx was in testing I installed thunderbird from arch testing. Regarding ffmpeg you most likely have a mirror that’s not up2date as I was getting that error until I rebuilt ffmpeg in repo

Re: libvpx conflict

Reply #2
thunderbird-artix is rebuilding right now; should be in the universe repo in about 3 hours

Re: libvpx conflict

Reply #3
@Artist: thank you!!! I'll try in one hour to repeat the upgrade and I'll tel you

Re: libvpx conflict

Reply #4
thunderbird-artix-91.2.1 - updated version - is now available in the universe repo
artist

Re: libvpx conflict

Reply #5
Hi there,

just a hint for anybody still using thunderbird  (NOT thunderbird-artix):

Doing a
pacman -Syu
didn't work out because of the conflicting dependencies of ffmpeg & thunderbird with libvpx


I had to do the following to upgrade to thunderbird-artix & get thunderbird running again:

pacman -S thunderbird-artix ffmpeg

Quote
pacman -S thunderbird ffmpeg
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
:: thunderbird-artix und thunderbird stehen miteinander in Konflikt. thunderbird entfernen? [j/N] j

Pakete (5) libvpx-1.11.0-1  thunderbird-78.10.2-1 [Entfernung]  x264-3:0.163.r3060.5db6aa6-1  ffmpeg-2:4.4-5.1  thunderbird-artix-91.2.1-1

Gesamtgröße des Downloads:              61,90 MiB
Gesamtgröße der installierten Pakete:  237,89 MiB
Größendifferenz der Aktualisierung:     21,90 MiB

:: Installation fortsetzen? [J/n]
:: Pakete werden empfangen …
 thunderbird-artix-91.2.1-1-x86_64                  
 ffmpeg-2:4.4-5.1-x86_64                                                
 libvpx-1.11.0-1-x86_64                                                 
 x264-3:0.163.r3060.5db6aa6-1-x86_64                                    
 Gesamt (4/4)                                                            
(4/4) Schlüssel im Schlüsselbund werden geprüft                                                        
(4/4) Paket-Integrität wird überprüft                                                                  
(4/4) Paket-Dateien werden geladen                                                                     
(4/4) Auf Dateikonflikte wird geprüft                                                                  
(5/5) Verfügbarer Festplattenspeicher wird ermittelt                                                   
:: Paketänderungen werden verarbeitet …
(1/1) Entfernung läuft thunderbird                                                                     
(1/4) Aktualisiert wird libvpx                                                                         
(2/4) Installiert wird thunderbird-artix                                                               
Optionale Abhängigkeiten für thunderbird-artix
    libcanberra: sound support [Installiert]
    libotr: OTR support for active one-to-one chats
(3/4) Aktualisiert wird x264                                                                           
(4/4) Aktualisiert wird ffmpeg                                                                         
:: Post-transaction-Hooks werden gestartet …
(1/2) Updating icon theme caches...
(2/2) Updating the desktop file MIME type cache...

Re: libvpx conflict

Reply #6
I tried sudo pacman -S thunderbird-artix ffmpeg
and got this

error: target not found: thunderbird-artix


Re: libvpx conflict

Reply #8
...
error: target not found: thunderbird-artix
thunderbird-artix is in the [universe] repo:
Code: [Select]
$ pacman -Ss thunderbird-artix
universe/thunderbird-artix 91.2.1-1
    Standalone mail and news reader from mozilla.org
$
or:
Code: [Select]
$ pacman -Sl universe | grep -i thunderbird
universe thunderbird-artix 91.2.1-1
$