smoke testing Beta 1

Thiago Macieira thiago at macieira.org
Thu Sep 3 18:28:42 PDT 2015


On Friday 04 September 2015 00:01:28 Robert C. Helling wrote:
> Found metadata in lib
> /Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_default
> tags.so, metadata= {
> 
>     "IID": "org.grantlee.TagLibraryInterface",
>     "MetaData": {
>     },
>     "className": "DefaultTagLibrary",
>     "debug": false,
>     "version": 328961
> 
> }

This looks fine. That version there is 0x50501 and is the same as the other 
plugins that did get loaded.

But then the actual dlopen failed:

> loaded library
> "/Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_defaul
> ttags.so" QLibraryPrivate::loadPlugin failed on
> "/Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_defaul
> ttags.so" : "Cannot load library
> /Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_default
> tags.so:
> (dlopen(/Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee
> _defaulttags.so, 5): Library not loaded:
> /Users/hohndel/src/install-root/lib/libGrantlee_Templates.5.dylib\n 
> Referenced from:
> /Applications/Subsurface.app/Contents/PlugIns/grantlee/5.0/grantlee_default
> tags.so\n  Reason: image not found)"

Looks like grantlee_defaulttags.so could not be loaded because 
/Users/hohndel/src/install-root/lib/libGrantlee_Templates.5.dylib was not 
found. Note the file path.

It seems the plugins were not properly deployed and the paths to the libraries 
properly rewritten to find the library inside the bundle.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list