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 706347

Summary: nss 3.12.10 doesn't build on ARMv5tel platforms
Product: [Fedora] Fedora Reporter: Peter Robinson <pbrobinson>
Component: nssAssignee: Elio Maldonado Batiz <emaldona>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: emaldona, kdudka, kengert
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: 2011-05-23 18:09:08 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: 245418    
Attachments:
Description Flags
Disable the ssl tests suites on arm platform. none

Description Peter Robinson 2011-05-20 08:02:10 UTC
The latest version of nss doesn't build on ARM platforms. It fails a couple of tests (minor details below). nss-util and nss-softokn build without issues. 

The full chain build of the latest nspr/nss-util/nss-softokn/nss can be found here
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=94426

Tests summary:
--------------
Passed:             3698
Failed:             8
Failed with core:   0
Unknown status:     0
+ cd ../../../../
+ killall selfserv_9936
selfserv_9936: no process killed
+ :
++ grep -c FAILED ./mozilla/tests_results/security/localhost.1/output.log
error: test suite returned failure(s)
+ TEST_FAILURES=12
+ '[' 12 -ne 0 ']'
+ echo 'error: test suite returned failure(s)'
+ exit 1

Comment 1 Peter Robinson 2011-05-23 18:09:08 UTC
We fixed this in F-14/F15/rawhide by disabling tests for ARM.

Comment 2 Elio Maldonado Batiz 2011-05-23 19:04:51 UTC
The test that fail are ssl tests where client times attempinting a connection to the local test server on system with dual ipv6/ipv4 stack. This is related to Bug 539183 for which we had applied an upstream short-term fix for use in Linux and Mac OS X builds and testing, see 
https://bugzilla.mozilla.org/show_bug.cgi?id=617723. Unfortunately, it's not working on arm. Until the problem is fixed we could just opt to disable only the ssl tests.

Comment 3 Elio Maldonado Batiz 2011-05-23 19:08:34 UTC
Created attachment 500487 [details]
Disable the ssl tests suites on arm platform.

Suggested modifications to nss.spec file in the for of a patch to disable only the ssl tests.