I have tried to use the latest 64-bit rpm from here, but it relayed some dependency errors. So heart in mouth, I decide to build my own rpm from source. First time I ever tried to do such a thing, but I am IT literate and can follow instructions.
I followed these instructions on imagemagick.org and all went well with a few non-fatal warnings along the way, until right at the very end when I got these error messages.
Code: Select all
Processing files: ImageMagick-6.8.8-5.x86_64
error: File not found by glob: /root/rpmbuild/BUILDROOT/ImageMagick-6.8.8-5.x86_ 64/usr/lib64/ImageMagick-6.8.8/modules-*/coders/djvu.*
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u0IRqd
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd ImageMagick-6.8.8-5
+ DOCDIR=/root/rpmbuild/BUILDROOT/ImageMagick-6.8.8-5.x86_64/usr/share/doc/Image Magick-6.8.8
+ export DOCDIR
+ rm -rf /root/rpmbuild/BUILDROOT/ImageMagick-6.8.8-5.x86_64/usr/share/doc/Image Magick-6.8.8
+ /bin/mkdir -p /root/rpmbuild/BUILDROOT/ImageMagick-6.8.8-5.x86_64/usr/share/do c/ImageMagick-6.8.8
+ cp -pr QuickStart.txt ChangeLog Platforms.txt /root/rpmbuild/BUILDROOT/ImageMa gick-6.8.8-5.x86_64/usr/share/doc/ImageMagick-6.8.8
+ cp -pr README.txt LICENSE NOTICE AUTHORS.txt NEWS.txt /root/rpmbuild/BUILDROOT /ImageMagick-6.8.8-5.x86_64/usr/share/doc/ImageMagick-6.8.8
+ exit 0
RPM build errors:
File not found by glob: /root/rpmbuild/BUILDROOT/ImageMagick-6.8.8-5.x86_64/ usr/lib64/ImageMagick-6.8.8/modules-*/coders/djvu.*
#
In /root/rpmbuild/SOURCES the ImageMagick-6.8.8-5.tar.bz2 file is there, and there are ImageMagick-6.8.8-5 folders under some of the other CAPITALISED folders, but no installable package.
Can anybody advise what I did wrong and how to recover please?