Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 913679

Summary: x11-themes/tango-icon-theme-0.8.90-r1 - convert: no decode delegate for this image format PNG @ error/constitute.c/ReadImage/746.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: CONFIRMED ---    
Severity: normal CC: pacho
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 926418    
Bug Blocks: 765709    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.clang.tar.xz
etc.portage.tar.xz
logs.tar.xz
temp.tar.xz
x11-themes:tango-icon-theme-0.8.90-r1:20230905-074027.log

Description Toralf Förster gentoo-dev 2023-09-05 09:31:00 UTC
too long lines were shrinked:

/bin/sh ../../mkinstalldirs /var/tmp/portage/x11-themes/tango-icon-theme-0.8.90-r1/image/usr/share/icons/Tango/24x24/actions
mkdir -p -- /var/tmp/portage/x11-themes/tango-icon-theme-0.8.90-r1/image/usr/share/icons/Tango/24x24/actions
(cd /var/tmp/portage/x11-themes/tango-icon-theme-0.8.90-r1/image/usr/share/icons/Tango && \
for icon in address-book-new.png appointment-new.png bookmark-new.png contact-new.png document-new.png document-open.png document-print.png document-print-preview.png document-properties.png document-save.png document-save-as.png edit-clear.png edit-copy.png edit-cut.png edit-delete.png edit-find.pn
	/usr/bin/convert -bordercolor Transparent -border 1x1 22x22/actions/$icon 24x24/actions/$icon; \
done)
convert: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/746.
convert: no images defined `24x24/actions/address-book-new.png' @ error/convert.c/ConvertImageCommand/3354.
convert: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/746.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20230903-215513

  -------------------------------------------------------------------

gcc-config -l:
 [1] 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
  [2]   rust-1.72.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.20.7 linux/amd64

  HEAD of ::gentoo
commit d0c0c21515b67347399da69b3a525e3b60d86d2d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Sep 5 06:21:10 2023 +0000

    2023-09-05 06:21:09 UTC

emerge -qpvO x11-themes/tango-icon-theme
[ebuild  N    ] x11-themes/tango-icon-theme-0.8.90-r1  USE="png -minimal"
Comment 1 Toralf Förster gentoo-dev 2023-09-05 09:31:01 UTC
Created attachment 869813 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-05 09:31:02 UTC
Created attachment 869814 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-09-05 09:31:03 UTC
Created attachment 869815 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-09-05 09:31:04 UTC
Created attachment 869816 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-09-05 09:31:05 UTC
Created attachment 869817 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-05 09:31:06 UTC
Created attachment 869818 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-05 09:31:06 UTC
Created attachment 869819 [details]
temp.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-09-05 09:31:08 UTC
Created attachment 869820 [details]
x11-themes:tango-icon-theme-0.8.90-r1:20230905-074027.log
Comment 9 Pacho Ramos gentoo-dev 2024-03-07 14:24:25 UTC
I don't understand how you ended up with an imagemagick without png support. The dep is there, and you are building tango-icon-theme with png USE flag enabled
Comment 10 orbea 2024-03-07 18:40:29 UTC
Apologies, I was overzealous in ruling out slibtool.

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).