Project

General

Profile

Bug #3169

bibletime: error while loading shared libraries: libsword.so.1.8.1: cannot open shared object file

maddox - about 2 years ago - . Updated about 2 years ago.

Status:
fixed
Priority:
bug
Assignee:
% Done:

0%


Description

After upgrade I can see that error:

$ bibletime
bibletime: error while loading shared libraries: libsword.so.1.8.1: cannot open shared object file: No such file or directory

History

#1

Updated by bill-auger about 2 years ago

  • Assignee set to bill-auger
  • Status changed from unconfirmed to in progress

this one could take a while - the upgrade (v3) has missing java dependencies

 |   > resolving dependencies...
 |   > :: There are 3 providers available for java-runtime:
 |   > :: Repository extra
 |   >    1) jre-openjdk  2) jre11-openjdk  3) jre8-openjdk
 |   >
 |   > Enter a number (default=1): warning: cannot resolve "java-resolver", a dependency of "xerces2-java" 
 |   > warning: cannot resolve "xerces2-java", a dependency of "xalan-java" 
 |   > warning: cannot resolve "xalan-java", a dependency of "java-batik" 
 |   > warning: cannot resolve "java-resolver", a dependency of "xerces2-java" 
 |   > warning: cannot resolve "xerces2-java", a dependency of "java-batik" 
 |   > warning: cannot resolve "java-batik", a dependency of "fop" 

same result, specifying jre11-openjdk and jre8-openjdk

'java-resolver' is the missing package

$ for pkg in java-resolver xerces2-java xalan-java java-batik fop ; do pacman -Ss ^"$pkg"$ ; done
libre/xerces2-java 2.11.0-3.parabola1
    High performance fully compliant Java XML parser
libre/xalan-java 2.7.2-1.parabola1
    XSLT processor for transforming XML documents into HTML, text, or other XML document types
libre/java-batik 1.9-1.parabola1
    SVG library for Java.
libre/fop 2.2-1.parabola1
    XSL-FO implementation in Java.
#2

Updated by bill-auger about 2 years ago

  • Status changed from in progress to fixed

was able to rebuild the current version

#3

Updated by maddox about 2 years ago

Thanks!

Also available in: Atom PDF