Bug 1382628
Summary: | [mozjs45] test failures on s390x | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dan Horák <dan> |
Component: | mozjs45 | Assignee: | Marek Skalický <mskalick> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | mskalick, paulo.cesar.pereira.de.andrade, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | s390x | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-13 08:24:44 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: | 467765 |
Description
Dan Horák
2016-10-07 09:02:34 UTC
still the same issues with mozjs45-45.5.1-1.fc26 (http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=2417826) Thanks for retesting it... Could you provide please gcc preprocessor code to check all Fedora non-primary architectures? I am not sure sure what is the value of XY for all secondary in code: #if defined(XY) (I need it to update a patch correctly) s390(x) defines __s390x__ and __s390__ for the 64-bit s390x __s390__ for 32-bit s390 ppc defines __powerpc64__ and __powerpc__ for ppc64/ppcle (needs additional endian check via __BYTE_ORDER__ Than, have you made any progress with this issue? (In reply to Dan Horák from comment #4) > Than, have you made any progress with this issue? Hi Dan, i was busy with other stuff in qt/kde due to openssl-1.1. so no solution atm, i will continue to work on it today or tomorrow after the openssl-1.1 issue in qt/kde is resolved. The test failure should be resolved by http://pkgs.fedoraproject.org/cgit/rpms/mozjs45.git/commit/?id=42a40ee4afe094d80e688504389f70f74b9ce645 and http://pkgs.fedoraproject.org/cgit/rpms/mozjs45.git/commit/?id=c68c468efbcefc6d1e13971dcce36d1bc064e501 Please test rebuilding in s390 koji. i can confirm the fix. It's built fine on s390x. http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=2419458 Thanks for feedback. |