Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: gavin17 on 06 February 2018, 04:16:22

Title: Firefox 58.0.1-2 missing libs
Post by: gavin17 on 06 February 2018, 04:16:22
Upon upgrading from Firefox 58.0.1-1 to Firefox 58.0.1-2 I get this error:

Code: [Select]
$ firefox          
XPCOMGlueLoad error for file /usr/lib/firefox/libxul.so:
libvpx.so.5: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

I suspect part of the reason is libvpx isn't updated to its most recent version; I can post my currently installed libvpx lib files and version.

UPDATE: same error with thunderbird
Title: Re: Firefox 58.0.1-2 missing libs
Post by: steve_v on 06 February 2018, 05:04:37
Code: [Select]
pkgfile libvpx.so.5
extra/libvpx
Try libvpx from extra, world doesn't have 1.7 yet.
Title: Re: Firefox 58.0.1-2 missing libs
Post by: kb41 on 06 February 2018, 14:43:12
How do I get it from extra? I have extra available in pacman.conf but all I see 1.6.
Title: Re: Firefox 58.0.1-2 missing libs
Post by: gavin17 on 06 February 2018, 17:03:35
How do I get it from extra? I have extra available in pacman.conf but all I see 1.6.
pacman -S extra/libvpx
Title: Re: Firefox 58.0.1-2 missing libs
Post by: kb41 on 06 February 2018, 19:29:05
ok getting the following error:
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64'
:: ffmpeg2.8: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64'
Title: Re: Firefox 58.0.1-2 missing libs
Post by: steve_v on 07 February 2018, 05:52:00
ok getting the following error:
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64'
:: ffmpeg2.8: installing libvpx (1.7.0-1) breaks dependency 'libvpx.so=4-64'
I'm not sure how deep this particular dependency rathole goes, but the immediate error should be solvable by installing the offending ffmpeg packages from extra. Or just wait until world catches up.
Title: Re: Firefox 58.0.1-2 missing libs
Post by: kb41 on 07 February 2018, 13:57:49
I am on world testing so the newer version came through and ff 58.0.2 is working with no issues. thanks for all of your help