Bug 1799425
Summary: | gnome-colors-icon-theme: FTBFS in Fedora rawhide/f32 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | gnome-colors-icon-theme | Assignee: | Miro Hrončok <mhroncok> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 32 | CC: | gwync, mhroncok | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2020-05-05 13:31:25 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1750908 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2020-02-06 17:01:51 UTC
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 |