Many tests failing with imagemagick 7.1.0-48 #148
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We recently upgraded imagemagick in NixOS unstable from 7.1.0-47 to 7.1.0-48 and img2pdf 0.4.4 has multiple tests failing in the same way.
I suspect that this is the culprit:
751829cd4c
Can you confirm if the following (untested) diff fixes the problem?
With that patch applied we arrive here:
Oh wow, that imagemagick release is wild! I think that this commit might've fixed the in-exact cmyk issues:
c1ca247654
Can you try this new patch?
Different errors now:
Aha, of course! Here is another patch:
Yes, all good now! Thanks!
Thanks a lot for reporting this issue and helping with fixing it!
In Debian we do not have enough person-power to maintain imagemagick these days so we lack severely behind.
Does NixOS package every new imagemagick version and run tests for all packages depending on it?
I would appreciate more bug reports of this sort in the future! :)
Yes, NixOS unstable is a rolling distro and we are usually pretty quick to update everything. We also run python tests when available, because the ecosystem is somewhat fragile for distros where there can be only one version of a python package. We can't test every reverse dependency of imagemagick immediately, but we'll notice these kinds of breakages quickly through appliations like paperless-ngx.
Thanks for the quick turn-around, we'll happily report more issues when we come across them.