Page 1 of 1

build errors on 7.0.8-63

Posted: 2019-09-09T18:09:15-07:00
by loneZone9
I am trying build at commit af8b5bee1ac841cce7e9d588d47e53303e11dd9f and trying to build a rpm.

After .configure I did a 'make rpm' and eventually, the step fails with the error mentioned below.
Does anyone know how to fix this?
My goal is to make a rpm or a deb.

Code: Select all

Processing files: ImageMagick-djvu-7.0.8-63.x86_64
error: File not found by glob: /root/rpmbuild/BUILDROOT/ImageMagick-7.0.8-63.x86_64/usr/lib64/ImageMagick-7.0.8/modules-Q16HDRI/coders/djvu.*


RPM build errors:
    File not found by glob: /root/rpmbuild/BUILDROOT/ImageMagick-7.0.8-63.x86_64/usr/lib64/ImageMagick-7.0.8/modules-Q16HDRI/coders/djvu.*
    File not found by glob: /root/rpmbuild/BUILDROOT/ImageMagick-7.0.8-63.x86_64/usr/lib64/ImageMagick-7.0.8/modules-Q16HDRI/coders/djvu.*
make: *** [rpm] Error 1

Re: build errors on 7.0.8-63

Posted: 2019-09-10T05:34:21-07:00
by magick
Did you install the DJVU RPM? On our host we installed djvulibre-devel and the RPM build succeeded.