dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Tests in error: JpegImageTest.testDownScale:104 #3

Closed VonUniGE closed 6 years ago

VonUniGE commented 6 years ago

Observed behavior:

Running mvn clean install produces:

Tests in error:
  JpegImageTest.testDownScale:104 » UnsatisfiedLink de.digitalcollections.iiif.h...

Desired behavior

No errors in test

Steps to reproduce

On Debian 8 (Jessie), install libturbojpeg with:

wget https://github.com/dbmdz/iiif-image-api/releases/download/2.2.6/libturbojpeg-jni_1.5.1_amd64.deb
sudo dpkg -i libturbojpeg-jni_1.5.1_amd64.deb

Clone the repository with:

git clone https://github.com/dbmdz/iiif-server-hymir

Run:

mvn clean install

Remarks

morpheus-87 commented 6 years ago

With the latest version 3.1.0, that was released yesterday, there is also an updated debian package available, see here. If you install this, the compilation should work.

VonUniGE commented 6 years ago

Now, I obtain:

Tests run: 47, Failures: 0, Errors: 0, Skipped: 0

This issue can be closed.

Thank you.

morpheus-87 commented 6 years ago

Great, thank you very much for your feedback!