Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 912361

Summary: tomahawk is FTBFS on ARM
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: tomahawkAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: magnus.tuominen, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-18 15:08:29 UTC Type: Bug
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: 245418    

Description Peter Robinson 2013-02-18 14:18:20 UTC
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1446868

It's FTBFS on ARM due to the tomahawk_crash_reporter is missing from the build. I'm not sure if that's because tomahawk_crash_reporter isn't supported on ARM or because it's missing a buildrequires that's pulled in via something else on x86. It would be good to either get the file excluded on ARM if it's not supported, or the build fixed if it's something else.

Comment 1 Rex Dieter 2013-02-18 14:59:15 UTC
Indeed, upstream disables this purposely on arm,

IF( CMAKE_SYSTEM_PROCESSOR MATCHES "arm" )
    message(STATUS "Build of breakpad library disabled on this platform.")
    SET(WITH_BREAKPAD OFF)
    SET(WITH_CRASHREPORTER OFF)
ENDIF()

I'll fix this up.

Comment 2 Rex Dieter 2013-02-18 15:08:29 UTC
%changelog
* Mon Feb 18 2013 Rex Dieter <rdieter> 0.6.0-3
- tomahawk is FTBFS on ARM (#912361)