cwm failed to build from source in Fedora rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=28173435 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Please fix cwm 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, cwm will be orphaned. Before branching of Fedora 30, cwm 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 1461232 [details] build.log
Created attachment 1461233 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1461234 [details] state.log
Hmm... that's a bit weird, but I don't think it's cwm package error... from build.log: ... + make -j4 cc -c -Wall -O2 -g -D_GNU_SOURCE `pkg-config --cflags x11 xft xrandr` calmwm.c cc -c -Wall -O2 -g -D_GNU_SOURCE `pkg-config --cflags x11 xft xrandr` screen.c cc -c -Wall -O2 -g -D_GNU_SOURCE `pkg-config --cflags x11 xft xrandr` xmalloc.c /bin/sh: cc: command not found make: *** [Makefile:37: calmwm.o] Error 127 make: *** Waiting for unfinished jobs.... /bin/sh: cc: command not found make: *** [Makefile:37: screen.o] Error 127 /bin/sh: cc: command not found ... Is there more packages failing with such error, because it seems the buildroot is lacking the compiler. Am I missing something?
Ok, sorry about that.. just realized I missed this info: https://bugzilla.redhat.com/show_bug.cgi?id=1551327 Will update the package adding BuildRequires: gcc. Thanks!
Package updated as pointed in comment#5. Build info: https://koji.fedoraproject.org/koji/buildinfo?buildID=1129163 Commit details: https://src.fedoraproject.org/rpms/cwm/c/e572c221874211ad7b5ab251088a7e6d25394b75 Thanks!
Matches: /bin/sh: cc: command not found Suggested fix: BuildRequires: gcc