Bug 429238

Summary: beagle build requires libunwind on ia64
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: beagleAssignee: David Nielsen <gnomeuser>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-14 04:04:34 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: 163350    

Description Doug Chapman 2008-01-18 04:45:48 UTC
Description of problem:
Beagle requires libunwind when being built on ia64.  Please add the following to
the spec file:

%ifarch ia64
BuildRequires:  libunwind-devel
%endif

thanks,

- Doug

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Doug Chapman 2008-02-14 04:04:34 UTC
Dennis Gilmore made the specfile change I needed and I have verified it builds
cleanly on ia64 now.