Topic: ImageMagick-last

I seem to be getting
lcms: Error #12288; Corrupted memory profile
when I point identify at a GIF file.

I think this started on the last update of IM - but cannot be sure of that.

which seems to be down to the age of the lcms code on Centos 5 - lcms.x86_64 1.18-0.1.beta1.el5_3.2

One solution suggested on the web is to install the latest version of LCMS...

Can you be persuaded to include this in ImageMagick-last?

http://www.imagemagick.org/discourse-se … hp?t=25917

Re: ImageMagick-last

I just build lcms2 2.7 for EL-5, package available in "remi" repo.

I just rebuild IM with lcms2, package available in "remi-test" repo.

Please test and give feedback.



Please, also remind that EL-5 is near to EOL, maintaining "recent" on a 8 years old distro is not so simple.
I recommend you start thinking to upgrade to a more recent version (EL-6 or 7)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: ImageMagick-last

Well thanks for this.. it fixes my problem. I did have to exclude

php-pecl-imagick-3.3.0-0.2.RC1.el5.remi.5.4.x86_64

from the yum update. I did this on my test system.

Incidentally I noticed that on my C6 system IM is built against lcms - but lcms2 is installed as part of the system, so perhaps you can upgrade across the board for PHP if you supply lcms2 for C5.

Points well taken about end of life for EL-5. I am looking hard at EL-7 - lots of new 'scary' things there which need understanding. Systemd, mariadb, firewalld to name a few. El-5 openssl is also a good reason for moving.  I may still go for EL-6 which will buy 5 years and be an easier jump.

Thanks for making is possible to maintain EL-5 for so long.

Re: ImageMagick-last

> Incidentally I noticed that on my C6 system IM is built against lcms

No

$ rpm -qp --requires ImageMagick-last-libs-6.9.1.2-1.el6.remi.1.x86_64.rpm | grep lcms
liblcms2.so.2()(64bit)

So it use lcms2, not lcms.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: ImageMagick-last

OK - sorry was looking in the wrong place...

Too easy with this stuff

Re: ImageMagick-last

Will you be releasing lcms2 for El-5?

Re: ImageMagick-last

> Will you be releasing lcms2 for El-5?
Read my previous post, it is already in my repo.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi