Hi, I'm developing on Centos 5.0-final (2.6.18-8.el5) and trying to build ImageMagick from source RPM ImageMagick-6.4.2-6.src.rpm. While the dependency checking portion of the rpmbuild command seems to go ok, after about 10 min the cmd ends with the output you see at the end of this post.
I'm using the following command for rpmbuild: rpmbuild --nodeps --rebuild ImageMagick-6.4.2-6.src.rpm Incidentally, if I just get the source tar and go through the normal configure/make/make install, everything works fine and ImageMagick installs. It's only when trying to install via source RPM when I get this. FYI, I found a discourse-server post (http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8052&p=24620&hilit=source+rpm+build+problem#p24620) by anthony which suggested a possible fix to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/Config_heavy.pl. I tried that fix and it didn't seem to make a difference. Any help would be greatly appreciated. I'd much rather use the source PRM method to install. And lastly, an excellent job and much well-deserved kudos to the developers of ImageMagick. It's a great piece of software. -Jac Last several lines of the output: =============================================================== ... <snipped> ... Processing files: ImageMagick-perl-6.4.2-6 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5736 + umask 022 + cd /home/ramin/rpm/BUILD + cd ImageMagick-6.4.2 + DOCDIR=/var/tmp/ImageMagick-6.4.2-root/usr/share/doc/ImageMagick-perl-6.4.2 + export DOCDIR + rm -rf /var/tmp/ImageMagick-6.4.2-root/usr/share/doc/ImageMagick-perl-6.4.2 + /bin/mkdir -p /var/tmp/ImageMagick-6.4.2-root/usr/share/doc/ImageMagick-perl-6.4.2 + cp -pr PerlMagick/demo/ PerlMagick/Changelog PerlMagick/README.txt /var/tmp/ImageMagick-6.4.2-root/usr/share/doc/ImageMagick-perl-6.4.2 + exit 0 Provides: Magick.so perl(Image::Magick) = 6.4.2 perl(Turtle) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: ImageMagick = 6.4.2-6 libMagickCore.so.1 libMagickWand.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) perl >= 0:5.002 perl >= 5.6.0 perl(AutoLoader) perl(Carp) perl(DynaLoader) perl(Exporter) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: ImageMagick-c++-6.4.2-6 error: File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/lib/libMagick++.so.* Processing files: ImageMagick-c++-devel-6.4.2-6 error: File not found: /var/tmp/ImageMagick-6.4.2-root/usr/bin/Magick++-config error: File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/lib/libMagick++.* error: File not found: /var/tmp/ImageMagick-6.4.2-root/usr/lib/pkgconfig/ImageMagick++.pc error: File not found: /var/tmp/ImageMagick-6.4.2-root/usr/lib/pkgconfig/Magick++.pc error: File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/share/man/man1/Magick++-config.* RPM build errors: user cristy does not exist - using root group cristy does not exist - using root user cristy does not exist - using root group cristy does not exist - using root File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/lib/libMagick++.so.* File not found: /var/tmp/ImageMagick-6.4.2-root/usr/bin/Magick++-config File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/lib/libMagick++.* File not found: /var/tmp/ImageMagick-6.4.2-root/usr/lib/pkgconfig/ImageMagick++.pc File not found: /var/tmp/ImageMagick-6.4.2-root/usr/lib/pkgconfig/Magick++.pc File not found by glob: /var/tmp/ImageMagick-6.4.2-root/usr/share/man/man1/Magick++-config.* _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
