build errors on 7.0.8-63

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
loneZone9
Posts: 1
Joined: 2019-09-09T18:01:38-07:00
Authentication code: 1152

build errors on 7.0.8-63

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: build errors on 7.0.8-63

Post by magick »

Did you install the DJVU RPM? On our host we installed djvulibre-devel and the RPM build succeeded.
Post Reply