View previous topic :: View next topic |
Author |
Message |
imp n00b
Joined: 03 Dec 2002 Posts: 45 Location: Belgrade, SCG
|
Posted: Tue Mar 08, 2005 7:52 pm Post subject: konqueror error: .la not found |
|
|
I emerged today, among other KDE packages, kdebase-3.3.2-r1.
When I try to start konqueror, I get the following error:
Code: | There was an error loading the module Navigation Panel.
The diagnostics is:
Library files for ".la" not found in paths. |
...and then it crashes. Strange thing is that it actually looks for file named ".la" in couple of directories?!
"strace konqueror" output:
Code: | access("/home/imp/.kde/lib/kde3/.la", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/kde3/.la", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/kde/3.3/lib/kde3/.la", R_OK) = -1 ENOENT (No such file or directory)
access("/home/imp/.kde/lib/.la", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/.la", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/kde/3.3/lib/.la", R_OK) = -1 ENOENT (No such file or directory) |
Any ideas why is this happening? _________________ blog :: bookmarks |
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
Posted: Wed Mar 09, 2005 2:54 am Post subject: |
|
|
Try running revdep-rebuild (emerge gentoolkit) and see if that helps. |
|
Back to top |
|
|
imp n00b
Joined: 03 Dec 2002 Posts: 45 Location: Belgrade, SCG
|
Posted: Wed Mar 09, 2005 7:42 pm Post subject: |
|
|
/dev/random wrote: | Try running revdep-rebuild (emerge gentoolkit) and see if that helps. |
Yeah, I thought of that too. Tried it, didn't help. :(
But the funny thing is that konqueror doesn't look for a "real" something.la file, but the file named exactly ".la", which doesn't make any sense?! _________________ blog :: bookmarks |
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
Posted: Wed Mar 09, 2005 8:15 pm Post subject: |
|
|
It's possible the KDE libraries are messed up. I would try re-emerging kdelibs and probably kdebase (or konqueror if you're using the 3.4 ebuilds). If that doesn't work then you might want to consider filing a bug report.
Also, you could try fix_libtool_files.sh <previous version of gcc used> if you've upgraded gcc recently. |
|
Back to top |
|
|
imp n00b
Joined: 03 Dec 2002 Posts: 45 Location: Belgrade, SCG
|
|
Back to top |
|
|
/dev/random l33t
Joined: 26 Nov 2004 Posts: 704 Location: Austin, Texas, USA
|
Posted: Wed Mar 09, 2005 10:26 pm Post subject: |
|
|
I noticed your LDFLAGS and CFLAGS in that bug report. Try it without the LDFLAGS and maybe -O2 instead of -O3 instead. |
|
Back to top |
|
|
imp n00b
Joined: 03 Dec 2002 Posts: 45 Location: Belgrade, SCG
|
Posted: Wed Mar 09, 2005 10:37 pm Post subject: |
|
|
Tried with -O2 and no LDFLAGS, still doesn't work. _________________ blog :: bookmarks |
|
Back to top |
|
|
imp n00b
Joined: 03 Dec 2002 Posts: 45 Location: Belgrade, SCG
|
Posted: Sun Mar 13, 2005 9:57 am Post subject: |
|
|
Somehow, deleting all *konq* files from $HOME/.kde/share/config/ helped.
Don't know how, I'll inspect the backuped deleted files later. _________________ blog :: bookmarks |
|
Back to top |
|
|
|