Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

wrong keyboard after update world [SOLVED]

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
divago
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Fri Jun 04, 2010 9:10 pm

wrong keyboard after update world [SOLVED]

  • Quote

Post by divago » Tue Aug 10, 2010 7:26 am

Hi all
yesterday i did a total update; i mean
emerge --update world

and tomorrow i found keyboard in default layout (us... i use italian keyboard)
ok no problem, i thought, i just need to run properties.
then i discovered gnome-keyboard-properties is just... not starting

i left pc working alone for 10-12 hours while emerging 245 update so really, don't know exactly what he updated
BUT
i know for sure gnome was updated (and so many libraries i suppose :) )

if i try running gnome-keyboard-properties by terminal this is the output:

Code: Select all

$ gnome-keyboard-properties 
gnome-keyboard-properties: error while loading shared libraries: libgnomekbdui.so.3: cannot open shared object file: No such file or directory
first thing i did was simply link libgnomekbdui.so.4.0.1

Code: Select all

# cd /usr/lib
# ln -s libgnomekbdui.so.4.0.1 libgnomekbdui.so.3
# ln -s libgnomekbd.so.4.0.1 libgnomekbd.so.3
# ls -l /usr/lib/libgnomekbd*
-rw-r--r-- 1 root root  1761 10 ago 08.49 /usr/lib/libgnomekbd.la
lrwxrwxrwx 1 root root    20 10 ago 08.50 /usr/lib/libgnomekbd.so -> libgnomekbd.so.4.1.0
lrwxrwxrwx 1 root root    20 10 ago 08.50 /usr/lib/libgnomekbd.so.3 -> libgnomekbd.so.4.1.0
lrwxrwxrwx 1 root root    20 10 ago 08.50 /usr/lib/libgnomekbd.so.4 -> libgnomekbd.so.4.1.0
-rwxr-xr-x 1 root root 30148 10 ago 08.50 /usr/lib/libgnomekbd.so.4.1.0
-rw-r--r-- 1 root root  1847 10 ago 08.49 /usr/lib/libgnomekbdui.la
lrwxrwxrwx 1 root root    22 10 ago 08.50 /usr/lib/libgnomekbdui.so -> libgnomekbdui.so.4.1.0
lrwxrwxrwx 1 root root    22 10 ago 08.50 /usr/lib/libgnomekbdui.so.3 -> libgnomekbdui.so.4.1.0
lrwxrwxrwx 1 root root    22 10 ago 08.50 /usr/lib/libgnomekbdui.so.4 -> libgnomekbdui.so.4.1.0
-rwxr-xr-x 1 root root 80284 10 ago 08.50 /usr/lib/libgnomekbdui.so.4.1.0
Then restarted X
gnome does'nt load customization, still does'nt load keyboard italian layout and freeze and crash after about 15 secs
if i unlink the new created link, gnome work fine (just gnome-properties-keyboard not working at all)

i solved the wrong layout with

Code: Select all

$ setxkbmap it
but i'll need to start it everytime i boot
i can put it insinde a booting script (1) but really looks like a workaround not a solution -.-

Thanks for your helping
and i'm sorry if i did something wrong but i'm pretty noob at gentoo :)

(1) where can i put this script? /etc/bash/bashrc? or a rc.local file like in fedora?
sorry but i'm pretty noob at gentoo :\
Last edited by divago on Fri Aug 13, 2010 3:13 pm, edited 1 time in total.
Top
divago
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Fri Jun 04, 2010 9:10 pm

Libraries not present after Update World

  • Quote

Post by divago » Tue Aug 10, 2010 7:46 am

sorry for double posting, now it's worst...
is not just gnome-properties-keyboard

openoffice too does'nt work xD
similar error:

Code: Select all

# ooffice 
/usr/lib/openoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.42: cannot open shared object file: No such file or directory
root@river:/usr/lib# ln -s libicuuc.so.44 libicuuc.so.42
then again

Code: Select all

root@river:/usr/lib# ooffice 
/usr/lib/openoffice/program/soffice.bin: error while loading shared libraries: libicule.so.42: cannot open shared object file: No such file or directory
root@river:/usr/lib# ln -s libicule.so.44 libicule.so.42
so that's the situation:

Code: Select all

root@river:/usr/lib# ll libicuuc*
lrwxrwxrwx 1 root root      16  9 ago 18.06 libicuuc.so -> libicuuc.so.44.1
lrwxrwxrwx 1 root root      14 10 ago 09.37 libicuuc.so.42 -> libicuuc.so.44
lrwxrwxrwx 1 root root      16  9 ago 18.06 libicuuc.so.44 -> libicuuc.so.44.1
-rwxr-xr-x 1 root root 1298100  9 ago 18.06 libicuuc.so.44.1
root@river:/usr/lib# ll libicule*
lrwxrwxrwx 1 root root     16  9 ago 18.06 libicule.so -> libicule.so.44.1
lrwxrwxrwx 1 root root      14 10 ago 09.38 libicule.so.42 -> libicule.so.44
lrwxrwxrwx 1 root root     16  9 ago 18.06 libicule.so.44 -> libicule.so.44.1
-rwxr-xr-x 1 root root 226640  9 ago 18.06 libicule.so.44.1
and now i tried again to start it

Code: Select all

root@river:/usr/lib# ooffice 
/usr/lib/openoffice/program/soffice.bin: symbol lookup error: /usr/lib/openoffice/program/../basis-link/program/libvclli.so: undefined symbol: _ZNK7icu_4_214LEFontInstance17getDynamicClassIDEv
-_-
what else will not work??
è_é

(i changed post subject too but dunno if i could change topic subject and/or change dircetory :\ )

Edit
googling here and there i found

Code: Select all

revdep-rebuild
could solve my porblems :)

i'm trying it just now; i'll be in touch to say if it's working
Top
rlittle
Apprentice
Apprentice
User avatar
Posts: 200
Joined: Wed Dec 17, 2003 9:59 pm

  • Quote

Post by rlittle » Wed Aug 11, 2010 4:08 am

I think you need to run

Code: Select all

revdep-rebuild
If you don't already have it, you can obtain it by running

Code: Select all

emerge gentoolkit
It will search for all broken library links, and then rebuild any package that's looking for old (deleted by emerge --update world) libraries.

Be warned, it's going to take a long time if only because of OpenOffice.
I need a better signature...
Top
divago
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Fri Jun 04, 2010 9:10 pm

  • Quote

Post by divago » Wed Aug 11, 2010 12:50 pm

rlittle wrote:I think you need to run

Code: Select all

revdep-rebuild
It will search for all broken library links, and then rebuild any package that's looking for old (deleted by emerge --update world) libraries.
Be warned, it's going to take a long time if only because of OpenOffice.
yeah thanks :)
i solved just running revdep-rebuild and re-emerging openoffice (and few others things)

OOO emerge was running since 9.40 am to 6.58 pm xD

seems to me even more than gnome ;_;

Edit
now the problem is solved, so...
how do i change subject to insert the [SOLVED] tag? :)
Top
rlittle
Apprentice
Apprentice
User avatar
Posts: 200
Joined: Wed Dec 17, 2003 9:59 pm

  • Quote

Post by rlittle » Thu Aug 12, 2010 12:40 am

hey man, I've only reached "Apprentice" on this forum. I don't know everything. :D

I have a blank "Subject" line above "Message body" as I write this reply. Maybe you could edit yours? I'm really not sure. I don't think I've every started a thread before.

You should figure it out though. It's the mark of a good Gentoo-er. :)
I need a better signature...
Top
divago
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Fri Jun 04, 2010 9:10 pm

  • Quote

Post by divago » Fri Aug 13, 2010 3:14 pm

rlittle wrote:You should figure it out though. It's the mark of a good Gentoo-er. :)
yep ok
i figured out :)

i had to modify first message and then change subject :)
Top
Post Reply

6 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic