wcd failed to build from source in Fedora rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=28239287 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Please fix wcd 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, wcd will be orphaned. Before branching of Fedora 30, wcd 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 1468919 [details] build.log
Created attachment 1468920 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1468921 [details] state.log
The environment sets variable CC to "cc", which makes the build break: make: cc: Command not found make: *** [Makefile:532: wcd.o] Error 127 make: Leaving directory '/builddir/build/BUILD/wcd-6.0.2/src' error: Bad exit status from /var/tmp/rpm-tmp.BZ0pdn (%build) This is an environment problem. When CC is set in the build environment, it must be set to a compiler command that is available.
Matches: make: cc: Command not found Suggested fix: BuildRequires: gcc
There has been at least one successfull build after this bug got created. wcd-6.0.2-2.fc29: https://koji.fedoraproject.org/koji/buildinfo?buildID=1126885
Thanks for fixing.