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 1118776

Summary: make check hangs on arm
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: libdapAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: orion, pertusus
Target Milestone: ---   
Target Release: ---   
Hardware: armv7hl   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-15 16:57:55 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 Orion Poplawski 2014-07-11 13:57:11 UTC
Description of problem:

Last messages:

PASS: ArrayTest
PASS: AttrTableTest
PASS: ByteTest
PASS: MIMEUtilTest
PASS: ancT
PASS: DASTest

Comment 1 Orion Poplawski 2014-07-15 16:57:55 UTC
This was caused by incorrect use of "char" instead of "int" with getopt(), and because "char" defaults to "unsigned char" on ppc and arm.