Bug 1603731
| Summary: | cwm: FTBFS in Fedora rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||||||
| Component: | cwm | Assignee: | Bruno Meneguele <brdeoliv> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | brdeoliv, mboddu | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | cwm-6.3-4.fc29 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-07-20 17:55:24 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: | 1551327, 1602938 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Mohan Boddu
2018-07-19 18:36:57 UTC
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 |