too long lines were shrinked: [64/84] cd /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/man5 && /usr/bin/asciidoctor -a lang=en -d manpage -b manpage -o /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/man5/awesomerc.5 /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3/man [65/84] cd /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/man1 && /usr/bin/asciidoctor -a lang=en -d manpage -b manpage -o /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/man1/awesome.1 /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3/manpa [66/84] cd /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/ru/man1 && /usr/bin/asciidoctor -a lang=ru -d manpage -b manpage -o /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/manpages/ru/man1/awesome-client.1 /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awes [67/84] cd /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build && /usr/bin/convert themes/zenburn/titlebar/close_focus.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/close_normal.png FAILED: themes/zenburn/titlebar/close_normal.png /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build/themes/zenburn/titlebar/close_normal.png cd /var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build && /usr/bin/convert themes/zenburn/titlebar/close_focus.png -strip -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4 themes/zenburn/titlebar/close_normal.png convert: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/746. convert: no images defined `themes/zenburn/titlebar/close_normal.png' @ error/convert.c/ConvertImageCommand/3354. [68/84] /usr/bin/x86_64-pc-linux-gnu-gcc -I/var/tmp/portage/x11-wm/awesome-4.3-r102/work/awesome-4.3_build -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman- ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_systemd-20230903-194504 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.5 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.72.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm php cli (if any): go version go1.21.1 linux/amd64 HEAD of ::gentoo commit 6a63e30c7477287324aab13ef2000b958bdfd98b Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Sep 9 20:02:10 2023 +0000 2023-09-09 20:02:10 UTC emerge -qpvO x11-wm/awesome [ebuild N ] x11-wm/awesome-4.3-r102 USE="dbus -doc -gnome -test" LUA_SINGLE_TARGET="lua5-1 -lua5-3 -luajit"
Created attachment 870207 [details] emerge-info.txt
Created attachment 870208 [details] emerge-history.txt.xz
Created attachment 870209 [details] environment
Created attachment 870210 [details] etc.clang.tar.xz
Created attachment 870211 [details] etc.portage.tar.xz
Created attachment 870212 [details] temp.tar.xz
Created attachment 870213 [details] x11-wm:awesome-4.3-r102:20230909-205735.log
Huh, missed this one. Does the problem still occur? If so, what is the output of /usr/bin/convert -version on the affected system?
(In reply to Marek Szuba from comment #8) > Huh, missed this one. Does the problem still occur? If so, what is the > output of > > /usr/bin/convert -version > > on the affected system? $ /usr/bin/convert -version Version: ImageMagick 7.1.1-18 Q8 x86_64 21582 https://imagemagick.org Copyright: (C) 1999 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP(4.5) Delegates (built-in): bzlib cairo fontconfig freetype jng jp2 jpeg jxl lcms lqr ltdl openexr pangocairo png rsvg tiff x xml zlib Compiler: gcc (13.2)
Having tried to find some more information about this on the Web, it seems that the appearance of 'no decode delegate' errors when the relevant delegate HAS in fact been enable is an indication of a corrupted installation of ImageMagick. Therefore, I am reassigning the issue to the maintainers of media-gfx/imagemagick.
Imagemagick detects features at runtime by the presence of installed libtool archives (.la) files, which are not installed by default with slibtool.... To fix this media-gfx/imagemagick must be built with 'rclibtool' or 'rdclibtool' (Debug version).