[Blink] Symbol not found error

Adrian Georgescu ag at ag-projects.com
Fri Feb 5 15:44:38 CET 2010


Hi Jakob,

Beware that Blink was not designed to run on ppc architecture. Not  
wishing to discourage you in trying building for it, if you run into  
problems we may not be able to provide help because of this initial  
consideration.

The steps would be:

1. Build SIP SIMPLE client SDK and its dependencies (it should run on  
ppc but we stopped using this architecture last year and is not  
certain that it works anymore)
2. Build Blink (this was never built or tested for ppc architecture yet

If you can solve the puzzle, we can make a section in the wiki site  
for how to build it for ppc if you can maintain it.


Adrian

On Feb 5, 2010, at 3:07 PM, Jakob van Santen wrote:

> Hello,
>
> I'm trying to run Blink on OS X 10.5/PPC with Python 2.5.1 and am  
> having problems with libgcrypt. Here's the traceback raised on  
> application start:
>
> 05/02/2010 07:55:38 Blink[5040] Traceback (most recent call last):
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/Main.py", line 56, in <module>
> 05/02/2010 07:55:38 Blink[5040] import BlinkAppDelegate
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/BlinkAppDelegate.py", line 15, in <module>
> 05/02/2010 07:55:38 Blink[5040] from sipsimple.api import  
> SIPApplication
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/sipsimple/api.py", line 24, in <module>
> 05/02/2010 07:55:38 Blink[5040] from sipsimple.account import  
> AccountManager
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/sipsimple/account.py", line 20, in <module>
> 05/02/2010 07:55:38 Blink[5040] from gnutls.crypto import  
> X509Certificate, X509PrivateKey
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/gnutls/crypto.py", line 11, in <module>
> 05/02/2010 07:55:38 Blink[5040] from gnutls.validators import  
> method_args, one_of
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/gnutls/validators.py", line 9, in <module>
> 05/02/2010 07:55:38 Blink[5040] from gnutls.constants import *
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/gnutls/constants.py", line 38, in <module>
> 05/02/2010 07:55:38 Blink[5040] from gnutls.library import constants
> 05/02/2010 07:55:38 Blink[5040]   File "/Applications/Blink.app/ 
> Contents/Resources/lib/gnutls/library/__init__.py", line 4, in  
> <module>
> 05/02/2010 07:55:38 Blink[5040] from gnutls.library import  
> _gnutls_init
> 05/02/2010 07:55:38 Blink[5040] ImportError
> 05/02/2010 07:55:38 Blink[5040] :
> 05/02/2010 07:55:38 Blink[5040] dlopen(/Applications/Blink.app/ 
> Contents/Resources/lib/gnutls/library/_gnutls_init.so, 2): Symbol  
> not found: _gcry_control
>  Referenced from: /Applications/Blink.app/Contents/Resources/lib/ 
> gnutls/library/_gnutls_init.so
>  Expected in: dynamic lookup
>
> What's going on here?
>
> Best,
> Jakob_______________________________________________
> Blink mailing list
> Blink at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/blink




More information about the Blink mailing list