<html dir="ltr"><head></head><body bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436" style="text-align:left; direction:ltr;"><div><br></div><div>On Sun, 2021-05-02 at 13:48 +0200, Abou Al Montacir wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>I've managed to get CGE build correctly on my machine using gbp/cowbuilder and uploaded.</div><div>However it fails on the build machines due to  the following error:</div><div><pre># cge embeds some images from xcf via png into Pascal source files</pre><pre># First we need to create the pngs</pre><pre>for pngfile in $(grep \\\.png\$ debian/clean) ; do convert -layers flatten -background transparent ${pngfile%.png}.xcf ${pngfile} ; done</pre><pre>convert convert: Unrecognized option (-layers).</pre><pre>convert convert: Unrecognized option (-layers).</pre><pre>...</pre><div>This is very strange I don't have it on my machine. I'll investigate more.</div></div></blockquote><div>After more analysis it seems that on my machine, <font face="monospace" size="3"><b>imagemagick-6.q16</b></font> is installed while on automatic builder, <span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><font face="monospace" size="3"><b>graphicsmagick-</b></font></span><font face="monospace" size="3"><b>imagemagick-compat</b></font> is installed instead.</div><div>Both of them provide <b><font face="monospace" size="3">imagemagick</font></b><font face="monospace" size="3"> on which CGE build depends.</font></div><div><font face="monospace" size="3"><br></font></div><div><font face="monospace" size="3">So one possible fix if to force dependency on </font><b style="font-family: monospace;">imagemagick-6.q16</b><span style="font-family: monospace; font-size: medium;">.</span></div><div><span style="font-family: monospace; font-size: medium;"><br></span></div><div><span style="font-family: monospace; font-size: medium;">If this is OK, please let me know.</span></div><div><pre>-- <br></pre><span style="font-family: monospace; white-space: pre;">Cheers,
Abou Al Montacir</span></div></body></html>