On Fri, Aug 14, 2015 at 8:59 PM, Simon McVittie <s...@debian.org> wrote: > On 14/08/15 18:53, Simon McVittie wrote: >> I'll see whether I can reproduce a similar thing on minkus.d.o with >> pre-built imagemagick binaries; if I can, I'll try the possible >> workarounds that were suggested on #770009. > > I couldn't reproduce this with the prebuilt convert(1). > > (sid_mips-dchroot)smcv@minkus:~/imagemagick-6.8.9.9$ time convert -limit > thread 1 -background none -define filter:blur=0.75 -filter Gaussian > -gravity center -resize 256x256 -extent 256x256 debian/display-im6.svg > ~/tmp.png > > real 0m47.460s > user 0m4.764s > sys 0m42.464s > > (sid_mips-dchroot)smcv@minkus:~/imagemagick-6.8.9.9$ time timeout 5m > convert -background none -define filter:blur=0.75 -filter Gaussian > -gravity center -resize 256x256 -extent 256x256 debian/display-im6.svg > ~/tmp.png > > real 0m32.951s > user 0m4.972s > sys 0m45.012s > > (of which ~ 15 seconds of wallclock time are spent running rsvg-convert) > > I'll follow up to 770009 if I can make any progress after doing the > whole build.
Smell like a libtool script bug (convert is executed thru a libtool script during build). Do you have inkscape installed during build ? If so convert will use inkscape. I have no idea why the wall time are so different. We have already disable test suite for mips with no FPU, and I have no trust of imagemagick result if I could not run at least one conversion. So even if it take 5h it will catch RC bug. That why I have added the print in order to keep going. Without testsuite, it is hard to know if mips is working. Bastien > S > >