Bug 1603368

Summary: almanah: FTBFS in Fedora rawhide
Product: [Fedora] Fedora Reporter: Mohan Boddu <mboddu>
Component: almanahAssignee: Milan Crha <mcrha>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
build.log
none
root.log
none
state.log none

Description Mohan Boddu 2018-07-19 14:35:30 UTC
almanah failed to build from source in Fedora rawhide

https://koji.fedoraproject.org/koji/taskinfo?taskID=28165207


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Please fix almanah 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,
almanah will be orphaned. Before branching of Fedora 30,
almanah 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

Comment 1 Mohan Boddu 2018-07-19 14:35:37 UTC
Created attachment 1460391 [details]
build.log

file build.log too big, will only attach last 1024 bytes

Comment 2 Mohan Boddu 2018-07-19 14:35:40 UTC
Created attachment 1460392 [details]
root.log

file root.log too big, will only attach last 1024 bytes

Comment 3 Mohan Boddu 2018-07-19 14:35:46 UTC
Created attachment 1460393 [details]
state.log

Comment 4 Milan Crha 2018-07-19 15:46:23 UTC
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