You are not logged in.

#1 2020-03-26 20:47:30

aretheybackfrom711yet
Member
Registered: 2019-07-01
Posts: 14

[SOLVED] Chromium missing shared libraries after update

Turns out my pacman -Syu threw the error "no packages were upgraded" and i didn't notice

Did

pacman -S archlinux-keyring 

and then all went well

-------

Hi all,

I updated chromium and got this error when trying to open it:

/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.65: cannot open shared object file: No such file or directory

I updated the package icu

pacman -S icu

which fixed that error but now I get this:

/usr/lib/chromium/chromium: error while loading shared libraries: libicuuc.so.64: cannot open shared object file: No such file or directory

I can't hunt down the missing package. Any ideas?

Last edited by aretheybackfrom711yet (2020-03-26 21:40:12)


Thinkpad E485 | Ryzen 5 2500U + Vega 8
wayland | sway | waybar

Offline

#2 2020-03-26 20:54:51

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: [SOLVED] Chromium missing shared libraries after update

What is the output of the following (requires the pax-utils package)

lddtree /usr/lib/chromium/chromium

Last edited by loqs (2020-03-26 20:55:31)

Offline

#3 2020-03-26 20:55:12

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [SOLVED] Chromium missing shared libraries after update

aretheybackfrom711yet wrote:

I updated chromium […]

How exactly did you update only chromium?

I suspect you have performed a partial upgrade, and I'd recommend first doing a proper system upgrade, and see if that fixes your system (and that problem) again.

--edit: ninja'd

Last edited by ayekat (2020-03-26 20:55:41)


pkgshackscfgblag

Offline

#4 2020-03-26 21:01:46

aretheybackfrom711yet
Member
Registered: 2019-07-01
Posts: 14

Re: [SOLVED] Chromium missing shared libraries after update

loqs wrote:

What is the output of the following (requires the pax-utils package)

lddtree /usr/lib/chromium/chromium

Unfortunately I can't seem to install pax-utils:

error: failed to commit transaction (invalid or corrupted package (PGP signature)) 

Last edited by aretheybackfrom711yet (2020-03-26 21:20:08)


Thinkpad E485 | Ryzen 5 2500U + Vega 8
wayland | sway | waybar

Offline

#5 2020-03-26 21:19:39

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: [SOLVED] Chromium missing shared libraries after update

Alternatively, try just

ldd /usr/lib/chromium/chromium

Also, please paste the full output of this:

pacman --debug -S pax-utils

pkgshackscfgblag

Offline

#6 2020-03-26 21:19:52

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,783
Website

Re: [SOLVED] Chromium missing shared libraries after update

Please post your complete /var/log/pacman.log

Use a pastebin: https://wiki.archlinux.org/index.php/Li … in_clients

Mod note: Moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2020-03-26 21:41:28

aretheybackfrom711yet
Member
Registered: 2019-07-01
Posts: 14

Re: [SOLVED] Chromium missing shared libraries after update

turns out

 pacman -Syu 

threw errors and didn't upgrade, I didn't notice. So I did:

pacman -S archlinux-keyring 

and now everything is perfect.

Thanks everyone for their time!


Thinkpad E485 | Ryzen 5 2500U + Vega 8
wayland | sway | waybar

Offline

Board footer

Powered by FluxBB