[vox-tech] Fwd: strange error loading google earth

2010-11-09 Thread Bill Kendrick

Dylan posted from a non-subscribed address.


- Forwarded message from vox-tech-boun...@lists.lugod.org -

Date: Tue, 09 Nov 2010 12:21:20 -0800
From: vox-tech-boun...@lists.lugod.org
Subject: Auto-discard notification
To: vox-tech-ow...@lists.lugod.org

Date: Tue, 9 Nov 2010 11:57:15 -0800
From: Dylan Beaudette
Subject: strange error loading google earth
To: lugod's technical discussion forum vox-tech@lists.lugod.org

Hi,

I recently updated to Debian squeeze/sid and noticed a very strange error 
after installing the new version of Google Earth. I manually removed the 
previous install just in case.

Here is the error message from strace:

relocation error: /usr/lib/libGL.so.1: symbol _nv54gl, version LIBGLCORE 
not defined in file libGLcore.so.1 with link time reference

Any ideas on what could be causing this? I am using the NVIDIA driver compiled 
and installed using module-assistant.

Thanks!
Dylan


-- 
Dylan Beaudette
Soil Resource Laboratory
http://casoilresource.lawr.ucdavis.edu/
University of California at Davis
530.754.7341

- End forwarded message -

-- 
-bill!
Sent from my computer
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Fwd: strange error loading google earth

2010-11-09 Thread Nick Schmalenberger
On Tue, Nov 09, 2010 at 12:38:22PM -0800, Bill Kendrick wrote:
 
 Dylan posted from a non-subscribed address.
 
 
 - Forwarded message from vox-tech-boun...@lists.lugod.org -
 
 Date: Tue, 09 Nov 2010 12:21:20 -0800
 From: vox-tech-boun...@lists.lugod.org
 Subject: Auto-discard notification
 To: vox-tech-ow...@lists.lugod.org
 
 Date: Tue, 9 Nov 2010 11:57:15 -0800
 From: Dylan Beaudette
 Subject: strange error loading google earth
 To: lugod's technical discussion forum vox-tech@lists.lugod.org
 
 Hi,
 
 I recently updated to Debian squeeze/sid and noticed a very strange error 
 after installing the new version of Google Earth. I manually removed the 
 previous install just in case.
 
 Here is the error message from strace:
 
 relocation error: /usr/lib/libGL.so.1: symbol _nv54gl, version LIBGLCORE 
 not defined in file libGLcore.so.1 with link time reference
 
 Any ideas on what could be causing this? I am using the NVIDIA driver 
 compiled 
 and installed using module-assistant.
 
 Thanks!
 Dylan

Try using the nouveau driver from experimental with
libdrm-nouveau1. I haven't tried it with google earth but it
works great with glxgears and stonerview.
Nick Schmalenberger
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Fwd: strange error loading google earth

2010-11-09 Thread Dylan Beaudette
[snip]

 Thanks. I wonder if the problem I am having may have something to do with this
 other error I just noticed:

 kate: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol:
 _ZN14QObjectPrivate15checkWindowRoleEv

 ???

 Dylan

Even stranger, I am seeing all kinds of unresolved symbol errors-
mostly with Qt and KDE libraries:

kmail: symbol lookup error: /usr/lib/libQtScript.so.4: undefined
symbol: _ZN14QObjectPrivate15checkWindowRoleEv


checking for all un-defined symbols:
ldd -r /usr/lib/libQt*.so.* 21 | grep undefined | tr -d '()'  | awk
'{print $4}' | sort -n | uniq

/usr/lib/libQt3Support.so.4
/usr/lib/libQt3Support.so.4.6
/usr/lib/libQt3Support.so.4.6.3
/usr/lib/libQtCLucene.so.4
/usr/lib/libQtCLucene.so.4.6
/usr/lib/libQtCLucene.so.4.6.3
/usr/lib/libQtDBus.so.4
/usr/lib/libQtDBus.so.4.6
/usr/lib/libQtDBus.so.4.6.3
/usr/lib/libQtDesignerComponents.so.4
/usr/lib/libQtDesignerComponents.so.4.6
/usr/lib/libQtDesignerComponents.so.4.6.3
/usr/lib/libQtDesigner.so.4
/usr/lib/libQtDesigner.so.4.6
/usr/lib/libQtDesigner.so.4.6.3
/usr/lib/libQtGui.so.4
/usr/lib/libQtGui.so.4.6
/usr/lib/libQtGui.so.4.6.3
/usr/lib/libQtHelp.so.4
/usr/lib/libQtHelp.so.4.6
/usr/lib/libQtHelp.so.4.6.3
/usr/lib/libQtNetwork.so.4
/usr/lib/libQtNetwork.so.4.6
/usr/lib/libQtNetwork.so.4.6.3
/usr/lib/libQtOpenGL.so.4
/usr/lib/libQtOpenGL.so.4.6
/usr/lib/libQtOpenGL.so.4.6.3
/usr/lib/libQtScript.so.4
/usr/lib/libQtScript.so.4.6
/usr/lib/libQtScript.so.4.6.3
/usr/lib/libQtScriptTools.so.4
/usr/lib/libQtScriptTools.so.4.6
/usr/lib/libQtScriptTools.so.4.6.3
/usr/lib/libQtSql.so.4
/usr/lib/libQtSql.so.4.6
/usr/lib/libQtSql.so.4.6.3
/usr/lib/libQtSvg.so.4
/usr/lib/libQtSvg.so.4.6
/usr/lib/libQtSvg.so.4.6.3
/usr/lib/libQtTest.so.4
/usr/lib/libQtTest.so.4.6
/usr/lib/libQtTest.so.4.6.3
/usr/lib/libQtWebKit.so.4
/usr/lib/libQtWebKit.so.4.6
/usr/lib/libQtWebKit.so.4.6.3
/usr/lib/libQtXmlPatterns.so.4
/usr/lib/libQtXmlPatterns.so.4.6
/usr/lib/libQtXmlPatterns.so.4.6.3
/usr/lib/libQtXml.so.4
/usr/lib/libQtXml.so.4.6
/usr/lib/libQtXml.so.4.6.3



 which is a lot of stuff ! What could be causing this?

Cheers,
Dylan
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Fwd: strange error loading google earth [solved]

2010-11-09 Thread Dylan Beaudette
wow. what a mess. It looks like anything that was linking with Qt was
being mis-directed to google earth's local copy:

ldd -r /usr/lib/libQtGui.so.4
linux-gate.so.1 =  (0xb786c000)
libQtCore.so.4 = /usr/local/google-earth/libQtCore.so.4 (0xb6b2e000)
[...]

and thus symbols were getting mangled. I'll back-off on google earth
for a while, and make sure everything else is working.

Dylan






On Tue, Nov 9, 2010 at 2:35 PM, Dylan Beaudette
dylan.beaude...@gmail.com wrote:
 [snip]

 Thanks. I wonder if the problem I am having may have something to do with 
 this
 other error I just noticed:

 kate: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol:
 _ZN14QObjectPrivate15checkWindowRoleEv

 ???

 Dylan

 Even stranger, I am seeing all kinds of unresolved symbol errors-
 mostly with Qt and KDE libraries:

 kmail: symbol lookup error: /usr/lib/libQtScript.so.4: undefined
 symbol: _ZN14QObjectPrivate15checkWindowRoleEv


 checking for all un-defined symbols:
 ldd -r /usr/lib/libQt*.so.* 21 | grep undefined | tr -d '()'  | awk
 '{print $4}' | sort -n | uniq

 /usr/lib/libQt3Support.so.4
 /usr/lib/libQt3Support.so.4.6
 /usr/lib/libQt3Support.so.4.6.3
 /usr/lib/libQtCLucene.so.4
 /usr/lib/libQtCLucene.so.4.6
 /usr/lib/libQtCLucene.so.4.6.3
 /usr/lib/libQtDBus.so.4
 /usr/lib/libQtDBus.so.4.6
 /usr/lib/libQtDBus.so.4.6.3
 /usr/lib/libQtDesignerComponents.so.4
 /usr/lib/libQtDesignerComponents.so.4.6
 /usr/lib/libQtDesignerComponents.so.4.6.3
 /usr/lib/libQtDesigner.so.4
 /usr/lib/libQtDesigner.so.4.6
 /usr/lib/libQtDesigner.so.4.6.3
 /usr/lib/libQtGui.so.4
 /usr/lib/libQtGui.so.4.6
 /usr/lib/libQtGui.so.4.6.3
 /usr/lib/libQtHelp.so.4
 /usr/lib/libQtHelp.so.4.6
 /usr/lib/libQtHelp.so.4.6.3
 /usr/lib/libQtNetwork.so.4
 /usr/lib/libQtNetwork.so.4.6
 /usr/lib/libQtNetwork.so.4.6.3
 /usr/lib/libQtOpenGL.so.4
 /usr/lib/libQtOpenGL.so.4.6
 /usr/lib/libQtOpenGL.so.4.6.3
 /usr/lib/libQtScript.so.4
 /usr/lib/libQtScript.so.4.6
 /usr/lib/libQtScript.so.4.6.3
 /usr/lib/libQtScriptTools.so.4
 /usr/lib/libQtScriptTools.so.4.6
 /usr/lib/libQtScriptTools.so.4.6.3
 /usr/lib/libQtSql.so.4
 /usr/lib/libQtSql.so.4.6
 /usr/lib/libQtSql.so.4.6.3
 /usr/lib/libQtSvg.so.4
 /usr/lib/libQtSvg.so.4.6
 /usr/lib/libQtSvg.so.4.6.3
 /usr/lib/libQtTest.so.4
 /usr/lib/libQtTest.so.4.6
 /usr/lib/libQtTest.so.4.6.3
 /usr/lib/libQtWebKit.so.4
 /usr/lib/libQtWebKit.so.4.6
 /usr/lib/libQtWebKit.so.4.6.3
 /usr/lib/libQtXmlPatterns.so.4
 /usr/lib/libQtXmlPatterns.so.4.6
 /usr/lib/libQtXmlPatterns.so.4.6.3
 /usr/lib/libQtXml.so.4
 /usr/lib/libQtXml.so.4.6
 /usr/lib/libQtXml.so.4.6.3



  which is a lot of stuff ! What could be causing this?

 Cheers,
 Dylan

___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech