Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12 (Read 143 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12

Hi all. Currently installed:

Code: [Select]
# ls /lib/libFLAC.so.*
/lib/libFLAC.so.14  /lib/libFLAC.so.14.0.0
# pacman -Qo /lib/libFLAC.so.14
/usr/lib/libFLAC.so.14 is owned by flac 1.5.0-1

Re: omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12

Reply #1
In fact it depends on two versions at the same time?
Code: [Select]
# ldd /usr/lib/chromium/chromium | grep FLAC
        libFLAC.so.12 => not found
        libFLAC.so.14 => /usr/lib/libFLAC.so.14 (0x0000702e4ddb7000)

Downgrading flac, libopenmpt, libsndfile, opus-tools, and vorbis-tools helps (all of them perhaps not necessary).

Re: omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12

Reply #2
Can confirm. I have the same issue.

Re: omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12

Reply #3
ungoogled-chromium 133.0.6943.126-2 has just been added to omniverse

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

 

Re: omniverse/ungoogled-chromium 133.0.6943.126-1 depends on outdated libFLAC.so.12

Reply #4
Works, thank you! :)