You are not logged in.

#1 2012-11-18 23:50:19

ETNyx
Member
From: Czech republic
Registered: 2010-06-08
Posts: 29

Broken system after upgrade (i think icu package)

I just upgrade my system and all has ***. I cant start gdm (gnome also) and more apps like firefox and more. I was able to log into wmii and get access to better Internet browser.

uname -a
Linux etnyx-arch-laptop 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET 2012 x86_64 GNU/Linux

pacman -Syu
:: Synchronising package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do

ldd /usr/lib/firefox/libxpcom.so
...
libicuuc.so.49 => not found
...

cat /var/log/gdm/:0-greeter.log
/usr/bin/gnome-session: error while loading shared libraries: libicuuc.so.49: cannot open shared object file: No such file or directory

I think all this mess was made by icu(50) https://www.archlinux.org/packages/extra/x86_64/icu/. How to get libicuuc.so.49 back to system? Or is it something else wrong?

should someone help me get my system back online?

Offline

#2 2012-11-19 00:02:04

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,594

Re: Broken system after upgrade (i think icu package)

Are you running any packages from the AUR? Any of them that link to libicuuc.so would need to be rebuilt after the upgrade.

Offline

#3 2012-11-19 00:16:42

ETNyx
Member
From: Czech republic
Registered: 2010-06-08
Posts: 29

Re: Broken system after upgrade (i think icu package)

Scimmia wrote:

Are you running any packages from the AUR? Any of them that link to libicuuc.so would need to be rebuilt after the upgrade.

Im pretty sure gdm or firefox is installed via official repository, i tried to re-install it bud still same error.

[etnyx@etnyx-arch-laptop ~]$ sudo rm /var/cache/pacman/pkg/firefox-16.0.2-1-x86_64.pkg.tar.xz
[etnyx@etnyx-arch-laptop ~]$ sudo pacman -Rdds firefox

Targets (1): firefox-16.0.2-1

Total Removed Size:     40.82 MiB

Do you want to remove these packages? [Y/n]
(1/1) removing firefox                             [######################] 100
[etnyx@etnyx-arch-laptop ~]$ sudo pacman -S firefox
resolving dependencies...
looking for inter-conflicts...

Targets (1): firefox-16.0.2-1

Total Download Size:    15.95 MiB
Total Installed Size:   40.82 MiB

Proceed with installation? [Y/n]
:: Retrieving packages from extra...
 firefox-16.0.2-1-x86_64   16.0 MiB  2.53M/s 00:06 [######################] 100
(1/1) checking package integrity                   [######################] 100
(1/1) loading package files                        [######################] 100
(1/1) checking for file conflicts                  [######################] 100
(1/1) checking available disk space                [######################] 100
(1/1) installing firefox                           [######################] 100
Optional dependencies for firefox
    wireless_tools: Location detection via available WiFi networks
[etnyx@etnyx-arch-laptop ~]$ firefox
XPCOMGlueLoad error for file /usr/lib/firefox/libxpcom.so:
libicuuc.so.49: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

[etnyx@etnyx-arch-laptop ~]$ ldd /usr/lib/firefox/libxpcom.so
...
libicuuc.so.49 => not found
...

Last edited by ETNyx (2012-11-19 00:18:00)

Offline

#4 2012-11-19 00:22:06

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,594

Re: Broken system after upgrade (i think icu package)

You didn't answer my question, though. Even if FF and GDM are from the official repos, you could have problems if any of their dependencies are from the AUR and link to that library.

Offline

#5 2012-11-19 00:33:53

ETNyx
Member
From: Czech republic
Registered: 2010-06-08
Posts: 29

Re: Broken system after upgrade (i think icu package)

Ahh, now i understand, is there any way how to check this else then manual?

Offline

#6 2012-11-19 00:37:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,594

Re: Broken system after upgrade (i think icu package)

pacman -Qm will give you a list of all packages you have installed that aren't in the standard repos.

Offline

#7 2012-11-19 00:42:47

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,134

Re: Broken system after upgrade (i think icu package)

What got updated? (pacman.log)

How long since you last updated?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#8 2012-11-19 00:57:14

ETNyx
Member
From: Czech republic
Registered: 2010-06-08
Posts: 29

Re: Broken system after upgrade (i think icu package)

Super, pacman -Qm helps a lot my system works again thx for help :-)
some package deleted some rebuilded. Im not sure what helps but my guess is consolekit (del) or hartbuzz-git (rebuild) got some dependence on icu.

Last edited by ETNyx (2012-11-19 00:57:35)

Offline

#9 2012-11-19 04:09:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Broken system after upgrade (i think icu package)

Offline

Board footer

Powered by FluxBB