Bug 1603368
| Summary: | almanah: FTBFS in Fedora rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||||||
| Component: | almanah | Assignee: | Milan Crha <mcrha> | ||||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | jaromir.capik, mcrha, philip | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2018-07-19 15:46:23 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: | 1602938 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Mohan Boddu
2018-07-19 14:35:30 UTC
Created attachment 1460391 [details]
build.log
file build.log too big, will only attach last 1024 bytes
Created attachment 1460392 [details]
root.log
file root.log too big, will only attach last 1024 bytes
Created attachment 1460393 [details]
state.log
Thanks for a bug report. It's weird, I simply re-run the build with: $ fedpkg scratch-build and it succeeded with no problem: https://koji.fedoraproject.org/koji/taskinfo?taskID=28444512 Your build failed with: > event-manager.c: In function 'almanah_event_manager_class_init': > event-manager.c:74:21: error: 'ALMANAH_TYPE_EVENT_FACTORY_TYPE' undeclared > (first use in this function); did you mean 'ALMANAH_TYPE_EVENT_FACTORY'? > G_TYPE_NONE, 1, ALMANAH_TYPE_EVENT_FACTORY_TYPE); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ALMANAH_TYPE_EVENT_FACTORY but only in x86_64, others worked just fine. I rerun the real build: $ fedpkg build and it succeeded as well: https://koji.fedoraproject.org/koji/taskinfo?taskID=28444921 |