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 - nss 3.12.10 doesn't build on ARMv5tel platforms
Summary: nss 3.12.10 doesn't build on ARMv5tel platforms
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: 14
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Elio Maldonado Batiz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2011-05-20 08:02 UTC by Peter Robinson
Modified: 2011-08-06 18:32 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-23 18:09:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Disable the ssl tests suites on arm platform. (2.05 KB, patch)
2011-05-23 19:08 UTC, Elio Maldonado Batiz
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 539183 0 high CLOSED FTBFS nss-3.12.4-13.1.fc13 2022-05-16 11:32:56 UTC

Internal Links: 539183

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.


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