Hello there,
I was just wondering why ImageMagick for ALARM is compiled with 32 bit depth, while it looks to me that the default is 16. 32bit version requires twice the memory to uncompress an image. This creates some problems given the small RAM for some devices like the Dockstar. Any particular reason for that?
Anyway, I got the PKGBUILD from the repository and try to compile ImageMagick with 16bit. The compilation failed (both makepkg and manual), but mostly failed also for 8bit and 32bit versions with the same exact error (some weird symbols due to "screen" log):
$this->bbcode_second_pass_code('', '
CC wand/wand_libMagickWand_la-convert.lo
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
make[1]: *** [wand/wand_libMagickWand_la-convert.lo] Error 1
make[1]: Leaving directory `/home/cenci/packages/imagemagick-q16_aur/src/ImageMagick-6.7.8-6'
make: *** [all] Error 2
[1m[31m==> ERROR:[m[1m A failure occurred in build().[m
[1m Aborting...[m
')
I attached below the full output.
Do we have any log for the compiling of the version that is available through pacman?
Thank you very much for any help or advices...