You are not logged in.

#1 2022-06-26 03:53:51

BuddhiArch
Member
Registered: 2020-02-09
Posts: 42

libSvtAv1Enc not being found, after general update [SOLVED]

Recently, I updated all packages via pacman, and many programs broke, with the following message

gmic
gmic: error while loading shared libraries: libSvtAv1Enc.so.0: cannot open shared object file: No such file or directory

Last edited by BuddhiArch (2022-06-26 15:20:04)


"Perhaps your fox can perform that trick, but that is not the manner of Zen. My miracle is that when I feel hungry I eat, and when I feel thirsty I drink."

Offline

#2 2022-06-26 05:33:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: libSvtAv1Enc not being found, after general update [SOLVED]

Partial upgrade.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-06-26 06:29:32

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: libSvtAv1Enc not being found, after general update [SOLVED]

I updated all packages via pacman

pacman -Qs ffmpeg

Offline

#4 2022-06-26 15:19:34

BuddhiArch
Member
Registered: 2020-02-09
Posts: 42

Re: libSvtAv1Enc not being found, after general update [SOLVED]

I cd'ed to local packages

cd /var/cache/pacman/pkg

grepped key-words

ls | grep "svt"
svt-av1-0.8.6-2-x86_64.pkg.tar.zst
svt-av1-0.8.6-2-x86_64.pkg.tar.zst.sig
svt-av1-0.9.0-2-x86_64.pkg.tar.zst
svt-av1-0.9.0-2-x86_64.pkg.tar.zst.sig
svt-av1-1.1.0-1-x86_64.pkg.tar.zst
svt-av1-1.1.0-1-x86_64.pkg.tar.zst.sig
svt-hevc-1.5.1-1-x86_64.pkg.tar.zst
svt-hevc-1.5.1-1-x86_64.pkg.tar.zst.sig
svt-hevc-1.5.1-2-x86_64.pkg.tar.zst
svt-hevc-1.5.1-2-x86_64.pkg.tar.zst.sig

Finally, I rolled back those and any other who were giving problems (namely, srt),

sudo pacman -U svt-av1-0.9.0-2-x86_64.pkg.tar.zst
sudo pacman -U srt-1.4.4-1-x86_64.pkg.tar.zst

And, all went back to normal.

 sudo pacman -Qs ffmpeg
local/ffmpeg-git 5.1.r106928.g163e737c17-1
    Complete solution to record, convert and stream
    audio and video (git version)
local/ffmpeg4.4 4.4.2-3
    Complete solution to record, convert and stream
    audio and video
local/ffnvcodec-headers 11.1.5.1-2
    FFmpeg version of headers required to interface
    with Nvidias codec APIs
local/gst-libav 1.20.3-1
    Multimedia graph framework - libav plugin

"Perhaps your fox can perform that trick, but that is not the manner of Zen. My miracle is that when I feel hungry I eat, and when I feel thirsty I drink."

Offline

#5 2022-06-26 15:22:55

seth
Member
Registered: 2012-09-03
Posts: 51,029

Offline

Board footer

Powered by FluxBB