gnome-colors-icon-theme failed to build from source in Fedora rawhide/f32 https://koji.fedoraproject.org/koji/taskinfo?taskID=41317508 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Please fix gnome-colors-icon-theme at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, gnome-colors-icon-theme will be orphaned. Before branching of Fedora 33, gnome-colors-icon-theme will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://fedoraproject.org/wiki/Fails_to_build_from_source
Created attachment 1659093 [details] build.log
Created attachment 1659094 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1659095 [details] state.log
sed "s/#8fb3d9/#e47070/g;s/#729fcf/#df5757/g;s/#3465a4/#c22f2f/g;s/#204a87/#a40000/g" src/16x16/places/network-workgroup.svg | inkscape --without-gui -f /dev/stdin -e "/builddir/build/BUILD/gnome-colors-icon-theme-5.5.1/gnome-colors-wine/16x16/places/network-workgroup.png" Unable to init server: Could not connect: Connection refused Unknown option -f Gwyn, could you please help me understand this? Has the command line interface of inkscape changed?
Possibly, yes, since it's a 1.0 beta, but there's a bug open against gtk3, there have been issues similar to this.
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32.
This does the trick: sed -i 's|inkscape --without-gui -f /dev/stdin -e|inkscape --pipe -o|' Makefile