Bug 912361 - tomahawk is FTBFS on ARM
Summary: tomahawk is FTBFS on ARM
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tomahawk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2013-02-18 14:18 UTC by Peter Robinson
Modified: 2013-02-18 15:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-18 15:08:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.