dos2unix failed to build from source in Fedora rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=28174744 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Please fix dos2unix 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, dos2unix will be orphaned. Before branching of Fedora 30, dos2unix 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 1461504 [details] build.log
Created attachment 1461505 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1461506 [details] state.log
Need to add CC=gcc to make build command. The default value of CC is cc, which command is not available any more as it seems.
Correction. The default value of CC is gcc. So it looks like CC is set in the environment to "cc", which breaks compilation. To me it looks like that this is actually an environment problem and not a dos2unix problem. The environment sets CC to "cc" which is not available.
Matches: make: cc: Command not found Suggested fix: BuildRequires: gcc
Thanks fixing!