Hi I am trying to package GDK-Pixbuf on our distro.
However the build fails with:
Found ninja-1.9.0.git.kitware.dyndep-1.jobserver-1 at /System/Index/bin/ninja
[42/277] Generating gdk-pixbuf/gdk-pixbuf-marshal_c with a custom command
INFO: Reading ../gdk-pixbuf/gdk-pixbuf-marshal.list...
[64/277] Generating gdk-pixbuf/gdk-pixbuf-marshal_h with a custom command
INFO: Reading ../gdk-pixbuf/gdk-pixbuf-marshal.list...
[257/277] Generating tests/resources.c with a custom command
FAILED: tests/resources.c
/usr/bin/python3.8 /Data/Compile/Sources/gdk-pixbuf-2.42.6/build-aux/gen-resources.py --glib-compile-resources=/System/Index/bin/glib-compile-resources --pixdata=/Data/Compile/Sources/gdk-pixbuf-2.42.6/_build/gdk-pixbuf/gdk-pixbuf-pixdata --loaders=/Data/Compile/Sources/gdk-pixbuf-2.42.6/_build/gdk-pixbuf/loaders.cache --sourcedir=/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests --source ../tests/resources.gresource.xml tests/resources.c
failed to load "/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests/icc-profile.png": Couldn?t recognize the image file format for file ?/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests/icc-profile.png?
../tests/resources.gresource.xml: Child process exited with code 1.
[258/277] Generating tests/resources.h with a custom command
FAILED: tests/resources.h
/usr/bin/python3.8 /Data/Compile/Sources/gdk-pixbuf-2.42.6/build-aux/gen-resources.py --glib-compile-resources=/System/Index/bin/glib-compile-resources --pixdata=/Data/Compile/Sources/gdk-pixbuf-2.42.6/_build/gdk-pixbuf/gdk-pixbuf-pixdata --loaders=/Data/Compile/Sources/gdk-pixbuf-2.42.6/_build/gdk-pixbuf/loaders.cache --sourcedir=/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests --header ../tests/resources.gresource.xml tests/resources.h
failed to load "/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests/icc-profile.png": Couldn?t recognize the image file format for file ?/Data/Compile/Sources/gdk-pixbuf-2.42.6/tests/icc-profile.png?
../tests/resources.gresource.xml: Child process exited with code 1.
[261/277] Generating gdk-pixbuf/GdkPixbuf-2.0.gir with a custom command
ninja: build stopped: subcommand failed.
I have reported it as an issue here: Build fails with: `Couldn't recognize the image file format for file ...` (#206) · Issues · GNOME / gdk-pixbuf · GitLab
But sadly the Gdk-Pixbuf bug tracker seems dormant.
There is a similar issue here 3.24.26 does not build on raspberry pi: Failed to load / recognize file format for bullet-symbolic.symbolic.png (#175) · Issues · GNOME / gdk-pixbuf · GitLab which is exactly a year old, and has not received a single answer.
I hope I can be pointed into the right direction
Thanks in advance,
nuc