Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] firedragon error (Read 709 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] firedragon error

$ firedragon
XPCOMGlueLoad error for file /usr/lib/firedragon/libxul.so:
libvpx.so.6: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

$ locate libvpx
/usr/lib/libvpx.so
/usr/lib/libvpx.so.6
/usr/lib/libvpx.so.6.4
/usr/lib/libvpx.so.6.4.0
/usr/lib/vlc/plugins/codec/libvpx_plugin.so
/usr/share/ffmpeg/libvpx-1080p.ffpreset
/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
/usr/share/ffmpeg/libvpx-360p.ffpreset
/usr/share/ffmpeg/libvpx-720p.ffpreset
/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
/usr/share/licenses/libvpx
/usr/share/licenses/libvpx/LICENSE

Re: firedragon error

Reply #1
Then mentioned package has latest version 1.11.0-1 , the mirror you are using might be outdated, you should update /etc/pacman.d/mirrorlist
Mirrorlist
then update system
Create problems which don't have solution

Re: firedragon error

Reply #2
my mirrorlist is up to date. I suspect error in firedragon

$ pacman -Qi libvpx | grep -i ver
Versiune                   : 1.11.0-1

$ su -c 'rankmirrors -n 6 /etc/pacman.d/mirrorlist.pacnew > /etc/pacman.d/mirrorlist'

$ cat /etc/pacman.d/mirrorlist
# Server list generated by rankmirrors on 2021-10-23
##
## Artix Linux repository mirrorlist
## Generated on 2021-10-22
##
# Artix mirrors
## Europe
## North America
## Asia
Server = https://eu-mirror.artixlinux.org/repos/$repo/os/$arch
Server = https://mirror.pascalpuffke.de/artix-linux/$repo/os/$arch
Server = http://mirrors.redcorelinux.org/artixlinux/$repo/os/$arch
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch
Server = https://mirror.linux.pizza/artix-linux/$repo/os/$arch
Server = https://mirror.one.com/artix/$repo/os/$arch


Re: firedragon error

Reply #4
Build of firedragon 93.0-3 - new version - is running; this takes several hours.
artist

Re: firedragon error

Reply #5
The latest version is not building.
Until there is a fix, as a workaround create this symlink:

sudo ln -s /usr/lib/libvpx.so.7.0.0 /usr/lib/libvpx.so.6

artist

Re: firedragon error

Reply #6
weird, I have no issue building with libvpx (1.11.0-1) but I cant build with rust (1:1.56.0-1).  firedragon builds fine with rust 1.1.55.0-1.

Re: firedragon error

Reply #7
Indeed rust 1:1.56.0 contains altered features that break compiling thunderbird and firefox, and of course derived packages like firedragon. This has occurred before, and will be fixed later.

Re: firedragon error

Reply #8
firedragon-93.0-3 is now in universe, which should work on any updated system, without sym link.
artist