Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: jrballesteros05 on 03 February 2021, 11:31:34

Title: [SOLVED] libre2.so.9 issue with ungoogled-chromium
Post by: jrballesteros05 on 03 February 2021, 11:31:34
Good morning everyone. I was trying to open Ungoogled-chromium and I have this issue with the library libre2. When I try to open chromium from terminal I got this:

Code: [Select]
/usr/lib/chromium/chromium: error while loading shared libraries: libre2.so.9: cannot open shared object file: No such file or directory

When I execute the find command I know the library is installed on my machine:

Code: [Select]
doas find / -name libre2.so
doas (chucho@a3seclaptop) password:
/usr/lib/libre2.so

I upgrade my system every time I turn on the computer, I remember this browser working on Monday (2 days ago) and now it isn't.  This is not my main browser but I use it sometimes for some websites. Do you know what could it be?
Title: Re: libre2.so.9 issue with ungoogled-chromium
Post by: alium on 03 February 2021, 13:22:29
it's very simple reason why...

After EVERY pushed new version of re2, need ungoogled-chromium rebuild. Rebuild of ungoogled-chromium need on your second server few hours (sometimes more as 12 hours, if another projects are build paralell too).

Today came new  version of re2 again (last update was yesterday), so chromium need rebuild again  8) 

donwgrade back to older version of re2 or wait until new rebuild of ungoogled-chromium will come in your update again.
Title: Re: libre2.so.9 issue with ungoogled-chromium
Post by: alium on 03 February 2021, 13:44:06
You can see for yourself which projects are associated with re2 and need rebuild after each new version of re2:

https://archlinux.org/packages/extra/x86_64/re2/
Title: Re: libre2.so.9 issue with ungoogled-chromium
Post by: jrballesteros05 on 03 February 2021, 16:13:41
Thanks for the answer. I just will wait until you release a new version.