Description of problem:
Package xvkbd fails to build from source in Fedora rawhide.
Version-Release number of selected component (if applicable):
3.9-1.fc29
Steps to Reproduce:
koji build --scratch f29 xvkbd-3.9-1.fc29.src.rpm
Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/xvkbd
It seems recent mass-rebuild broke imake. From build.log of xvkbd:
+ xmkmf -a
+ sed -i.mode -e 's|-m 0444|-m 0644|' Makefile
sed: can't read Makefile: No such file or directory
I'll extract and attach the used Imakefile to have better reproducibility.
Thanks to spot for the fix with commit 68ed50.
It seems imake must Require: gcc to be able to generate Makefile.
+ xmkmf -a
imake -DUseInstalled -I/usr/share/X11/config
sh: gcc: command not found
/usr/bin/xmkmf: line 53: 1684 Aborted (core dumped) imake $imake_defines $args
https://koji.fedoraproject.org/koji/taskinfo?taskID=28594043