Control: reassign -1 libimlib2 1.12.4-1 Control: affects -1 src:libimage-imlib2-perl Thanks
Hi, * Andreas Tille <andr...@an3as.eu> [250424 12:48]: > [...] > Thus I investigated a bit and found out the problem is caused by the > Upgrade from imlib 1.12.3 to 1.12.4. Thanks, I used this information as a starting point! After investigation, this is caused by a change[1] in imlib2 where modules libraries are no longer linked with the Imlib library. This may causes a problem when the library is dynamically loaded, which I guess is what perl does. This was discussed in an issue[2], and the change was ultimately reverted in version 1.12.5 of imlib2. [1]: https://git.enlightenment.org/old/legacy-imlib2/commit/afcdc9223a7c99ac0ebbcbd7f75f3c07afb7e846 [2]: https://git.enlightenment.org/old/legacy-imlib2/issues/30 I made a quick & dirty patch to revert it and I was able to build libimage-imlib2-perl. I think the best would be to upgrade imlib2 to version 1.12.5 with the added bonus that it fixes another regression[3] in 1.12.4. [3]: https://git.enlightenment.org/old/legacy-imlib2/issues/32 Nicolas.