Search found 5 matches

by simon.agz
2015-01-09T04:49:31-07:00
Forum: Bugs
Topic: 6.9.0-2 fails tests on CentOS 5.11
Replies: 5
Views: 3151

Re: 6.9.0-2 fails tests on CentOS 5.11

That was the solution as /tmp was mounted noexec. The actual working solution was to create an .rpmmacros file in /root with the following line:

Code: Select all

%_tmppath %/usr/local/src/tmp
Setting $TMP or $TMPDIR as an environment variable doesn't work. I would think it could also be set in ImageMagick.spec.
by simon.agz
2015-01-08T09:07:02-07:00
Forum: Bugs
Topic: 6.9.0-2 fails tests on CentOS 5.11
Replies: 5
Views: 3151

Re: 6.9.0-2 fails tests on CentOS 5.11

Actually, that's quite possible, will give that a try, thanks.
by simon.agz
2015-01-08T08:46:31-07:00
Forum: Bugs
Topic: 6.9.0-2 fails tests on CentOS 5.11
Replies: 5
Views: 3151

Re: 6.9.0-2 fails tests on CentOS 5.11

Just tried to build 6.9.0-3 and this fails with the same results. As the error points to libMagick++-6.Q16.so.5 I removed that from /usr/lib64 to see if that had an effect and it didn't. I also tried building on a clean 5.11 VM and still no joy, but the failures were different. I can see that other ...
by simon.agz
2015-01-02T05:43:03-07:00
Forum: Bugs
Topic: 6.9.0-2 fails tests on CentOS 5.11
Replies: 5
Views: 3151

Re: 6.9.0-2 fails tests on CentOS 5.11

test-suite.log below. For reference I have also tried installation on a new VM running Centos 5.11 and it also fails on tests. ========================================= ImageMagick 6.9.0: ./test-suite.log ========================================= # TOTAL: 59 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 57 ...
by simon.agz
2014-12-30T06:14:01-07:00
Forum: Bugs
Topic: 6.9.0-2 fails tests on CentOS 5.11
Replies: 5
Views: 3151

6.9.0-2 fails tests on CentOS 5.11

Hello - We are building RPMs using the instructions at http://www.imagemagick.org/Usage/api/#building and the process is failing testing with errors like this: /usr/src/redhat/BUILD/ImageMagick-6.9.0-2/utilities/.libs/lt-convert: error while loading shared libraries: libMagickWand-6.Q16.so.2: failed ...