Bug 1096135
Summary: | add ppc64le support to js | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Menanteau Guy <menantea> | ||||
Component: | js | Assignee: | Pavel Alexeev <pahan> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bbaude, dan, pahan | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | ppc64le | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-05-14 16:41:24 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: | 1051573 | ||||||
Attachments: |
|
Is there ppc64le koji builders available? Where I could test scratch build? You can submit to: http://ppc-le.koji.fedoraproject.org/koji/index Currently you need to make your own alias, copy, or symlink for /usr/bin/ppcle-koji as well as /etc/koji/ppcle-config Unfortunately I have no access to https://ppc-le.koji.fedoraproject.org/koji/login with certificate what accepted to https://koji.fedoraproject.org/koji/index Pavel, Can you jump into #fedora-ppcle and we can help you. (In reply to Pavel Alexeev (aka Pahan-Hubbitus) from comment #3) > Unfortunately I have no access to > https://ppc-le.koji.fedoraproject.org/koji/login with certificate what > accepted to https://koji.fedoraproject.org/koji/index This looks a problem of the koji web interface configuration only, koji CLI works fine here. Thanks. https://ppc-le.koji.fedoraproject.org/koji//taskinfo?taskID=19165 - scratch build http://koji.fedoraproject.org/koji/taskinfo?taskID=6849294 - rawhide |
Created attachment 893892 [details] ppc64le support patch Description of problem: js build fails on arch ppc64le Version-Release number of selected component (if applicable): js-1.8.5-16.fc21.ppc64le How reproducible: rpmbuild Actual results: build failed with following error: In file included from ./assembler/jit/ExecutableAllocatorPosix.cpp:26:0: ./assembler/jit/ExecutableAllocator.h:401:6: error: #error "The cacheFlush support is missing on this platform." #error "The cacheFlush support is missing on this platform." Additional info: note I have got js build pass with attached patch.