FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Debian > Debian KDE

 
 
LinkBack Thread Tools
 
Old 01-04-2008, 09:04 PM
"ldon.ml"
 
Default undefined symbol: stat64

Hello to all.


Today I've noticed a strange behaviour for konqueror ( 4:3.5.8.dfsg.1-5,
updated sid x86 box ) when used as file manager: the sidebar doesn't show
anything, and when I click on "root directory" button it causes a
complete konqueror crash.

Starting konqueror from a konsole and repeating same operation as
descripted before, I see this:

************************************************** **
konqueror: symbol lookup error: /usr/lib/kde3
konq_sidebartree_dirtree.so: undefined symbol: stat64
************************************************** **

Otherwise, Konqueror package rev 4:3.5.8.dfsg.1-2 works fine.


Looking around in my system, I've found that even latest (1.0.4-3) k3b
package suddenly crash during startup, showing in console the same stat64
message.
Otherwise, k3b package rev 1.0.4-2 works well as expected.

Someone on Google suggests to play with LD_LIBRARY_PATH variable, but all
tests I made didn't resolv this issue.

Any suggestion?

Thanks in advance.

Mario


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-04-2008, 11:52 PM
"ldon.ml"
 
Default undefined symbol: stat64

Hello to all.


Today I've noticed a strange behaviour for konqueror ( 4:3.5.8.dfsg.1-5,
updated sid x86 box ) when used as file manager: the sidebar doesn't show
anything, and when I click on "root directory" button it causes a
complete konqueror crash.

Starting konqueror from a konsole and repeating same operation as
descripted before, I see this:

************************************************** **
konqueror: symbol lookup error: /usr/lib/kde3
konq_sidebartree_dirtree.so: undefined symbol: stat64
************************************************** **

Otherwise, Konqueror package rev 4:3.5.8.dfsg.1-2 works fine.


Looking around in my system, I've found that even latest (1.0.4-3) k3b
package suddenly crash during startup, showing in console the same stat64
message.
Otherwise, k3b package rev 1.0.4-2 works well as expected.

Someone on Google suggests to play with LD_LIBRARY_PATH variable, but all
tests I made didn't resolv this issue.

Any suggestion?

Thanks in advance.

Mario


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-05-2008, 02:42 PM
Florian Kulzer
 
Default undefined symbol: stat64

On Fri, Jan 04, 2008 at 23:52:10 +0000, ldon.ml wrote:
> Hello to all.
>
>
> Today I've noticed a strange behaviour for konqueror ( 4:3.5.8.dfsg.1-5,
> updated sid x86 box ) when used as file manager: the sidebar doesn't show
> anything, and when I click on "root directory" button it causes a
> complete konqueror crash.
>
> Starting konqueror from a konsole and repeating same operation as
> descripted before, I see this:
>
> ************************************************** **
> konqueror: symbol lookup error: /usr/lib/kde3
> konq_sidebartree_dirtree.so: undefined symbol: stat64
> ************************************************** **

Konqueror 4:3.5.8.dfsg.1-5 works without problems on my Sid system.

Is your system completely up-to-date? Did you restart all processes that
needed to be restarted after the upgrade? (Use "checkrestart" from
package "debian-goodies" to check, or simply reboot to be sure.)

What output do you get from these two commands:

ldd /usr/lib/kde3/konq_sidebartree_dirtree.so | grep libqt

ldd /usr/lib/libqt-mt.so.3 | grep libc

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-13-2008, 12:53 AM
"ldon.ml"
 
Default undefined symbol: stat64

Il Sat, 05 Jan 2008 17:00:18 +0100, Florian Kulzer ha scritto:

[cut]
>> ************************************************** ** konqueror: symbol
>> lookup error: /usr/lib/kde3 konq_sidebartree_dirtree.so: undefined
>> symbol: stat64 ************************************************** **
>
> Konqueror 4:3.5.8.dfsg.1-5 works without problems on my Sid system.
>
> Is your system completely up-to-date? Did you restart all processes that
> needed to be restarted after the upgrade? (Use "checkrestart" from
> package "debian-goodies" to check, or simply reboot to be sure.)
>
> What output do you get from these two commands:
>
> ldd /usr/lib/kde3/konq_sidebartree_dirtree.so | grep libqt
>
> ldd /usr/lib/libqt-mt.so.3 | grep libc
>

Hi Florian,

I think my system is up-to-date because I update it every day with apt-get
update and apt-get upgrade.

These are the output for commands you ask:

io@Chiba:~$ ldd /usr/lib/kde3/konq_sidebartree_dirtree.so | grep libqt
libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x76b60000)
io@Chiba:~$ ldd /usr/lib/libqt-mt.so.3 | grep libc
libc.so.6 => /lib/i686/cmov/libc.so.6 (0x41020000)

Two days ago I found that even latest virtualbox-ose package (
virtualbox-ose_1.5.4-dfsg-3_i386 ) shows some problem with stat64 and
reverting it back to virtualbox-ose_1.5.2-dfsg2-1_i386 resolvs the issue.

Thanks in advance.

Mario


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-13-2008, 02:41 PM
Florian Kulzer
 
Default undefined symbol: stat64

On Sun, Jan 13, 2008 at 00:53:49 +0000, ldon.ml wrote:
> Il Sat, 05 Jan 2008 17:00:18 +0100, Florian Kulzer ha scritto:
>
> [cut]
> >> ************************************************** ** konqueror: symbol
> >> lookup error: /usr/lib/kde3 konq_sidebartree_dirtree.so: undefined
> >> symbol: stat64 ************************************************** **
> >
> > Konqueror 4:3.5.8.dfsg.1-5 works without problems on my Sid system.
> >
> > Is your system completely up-to-date? Did you restart all processes that
> > needed to be restarted after the upgrade? (Use "checkrestart" from
> > package "debian-goodies" to check, or simply reboot to be sure.)

[...]

> I think my system is up-to-date because I update it every day with apt-get
> update and apt-get upgrade.

Do you see any packages listed as "kept back", "not upgraded" or
something similar? In that case you have to run "apt-get dist-upgrade".

> These are the output for commands you ask:
>
> io@Chiba:~$ ldd /usr/lib/kde3/konq_sidebartree_dirtree.so | grep libqt
> libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x76b60000)
> io@Chiba:~$ ldd /usr/lib/libqt-mt.so.3 | grep libc
> libc.so.6 => /lib/i686/cmov/libc.so.6 (0x41020000)

Seems to be OK.

> Two days ago I found that even latest virtualbox-ose package (
> virtualbox-ose_1.5.4-dfsg-3_i386 ) shows some problem with stat64 and
> reverting it back to virtualbox-ose_1.5.2-dfsg2-1_i386 resolvs the issue.

What output do you get for this:

dpkg -l libc6* kdelibs4c2a libqt3-mt | awk '/^[^D|+]/{print $1,$2,$3}'

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-13-2008, 10:24 PM
"ldon.ml@gmail.com"
 
Default undefined symbol: stat64

Il Sun, 13 Jan 2008 16:00:11 +0100, Florian Kulzer ha scritto:

> On Sun, Jan 13, 2008 at 00:53:49 +0000, ldon.ml wrote:
>> Il Sat, 05 Jan 2008 17:00:18 +0100, Florian Kulzer ha scritto:
>>
>> [cut]
>
> Do you see any packages listed as "kept back", "not upgraded" or
> something similar? In that case you have to run "apt-get dist-upgrade".
Yes, I can confirm that system is updated, and to be sure, I've executed
a dist-upgrade just now.
Dpkg -l doesn't show any package not upgraded or kept back.

>
>> These are the output for commands you ask:
>>
>> io@Chiba:~$ ldd /usr/lib/kde3/konq_sidebartree_dirtree.so | grep libqt
>> libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x76b60000)
>> io@Chiba:~$ ldd /usr/lib/libqt-mt.so.3 | grep libc
>> libc.so.6 => /lib/i686/cmov/libc.so.6 (0x41020000)
>
> Seems to be OK.
>
>> Two days ago I found that even latest virtualbox-ose package (
>> virtualbox-ose_1.5.4-dfsg-3_i386 ) shows some problem with stat64 and
>> reverting it back to virtualbox-ose_1.5.2-dfsg2-1_i386 resolvs the
>> issue.
>
> What output do you get for this:
>
> dpkg -l libc6* kdelibs4c2a libqt3-mt | awk '/^[^D|+]/{print $1,$2,$3}'
>
ii kdelibs4c2a 4:3.5.8.dfsg.1-6
ii libc6 2.7-5
pn libc6-amd64 <non
pn libc6-dbg <non
ii libc6-dev 2.7-5
ii libc6-i686 2.7-5
un libc6.1 <non
ii libqt3-mt 3:3.3.7-9

Thanks,
Mario


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-14-2008, 05:11 PM
Florian Kulzer
 
Default undefined symbol: stat64

On Sun, Jan 13, 2008 at 22:24:54 +0000, ldon DOT ml AT gmail DOT com wrote:
> Il Sun, 13 Jan 2008 16:00:11 +0100, Florian Kulzer ha scritto:
> > On Sun, Jan 13, 2008 at 00:53:49 +0000, ldon.ml wrote:
> >> Il Sat, 05 Jan 2008 17:00:18 +0100, Florian Kulzer ha scritto:

[ snip: a problem with konqueror; konq_sidebartree_dirtree.so complains
about "unknown symbol: stat64" ]

> > What output do you get for this:
> >
> > dpkg -l libc6* kdelibs4c2a libqt3-mt | awk '/^[^D|+]/{print $1,$2,$3}'
> >
> ii kdelibs4c2a 4:3.5.8.dfsg.1-6
> ii libc6 2.7-5
> pn libc6-amd64 <non
> pn libc6-dbg <non
> ii libc6-dev 2.7-5
> ii libc6-i686 2.7-5
> un libc6.1 <non
> ii libqt3-mt 3:3.3.7-9

That looks OK to me. (I have libc6 2.7-6 meanwhile, but my system was
fine with 2.7-5 as well.)

I am not sure what else to check. Do you have any non-Debian programs or
libraries installed? Is there anything in /usr/local/lib/?

Can a newly-created user run konqueror normally?

--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |


--
To UNSUBSCRIBE, email to debian-kde-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 

Thread Tools




All times are GMT. The time now is 10:39 PM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org