Bug 1274909
| Summary: | docker ftbfs in boltdb on s390x | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> | ||||||||
| Component: | docker | Assignee: | Daniel Walsh <dwalsh> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 24 | CC: | adimania, admiller, dwalsh, ichavero, jcajka, jchaloup, lsm5, miminar, pbrobinson, vbatts | ||||||||
| 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: | 2017-05-16 17:13:38 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 | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 1085926 [details]
boltdb/bolt patch adding aarch64 definitions
Created attachment 1085927 [details]
boltdb/bolt patch moving maxAllocSize to architecture files
Created attachment 1085928 [details]
local version of "moving maxAllocSize" patch
Are these patches getting merged upstream? Daniel: those patches are taken from upstream repo of boltdb/bolt. I am looking for those to get merged into docker. Still affects Fedora23 branch on s390x and aarch64. Seems fixed in rawhide. We are building docker-1.10-devel in rawhide. Fixed in docker-1.10. This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. |
Description of problem: Docker fails to build on aarch64. Took a look and code snapshot used lacks some aarch64 patches. Upstream revision 503413c0153839f5f316579d99c4bf1f09fa023f (from boltdb/bolt) adds aarch64 definitions. But they need 349dacfd44d5dbe9119075391751c0bcb62fff75 (same repo) revision (with several other to get them in line probably - I hand edited this one to get further with build). Then it fails: # github.com/docker/docker/api/server _build/src/github.com/docker/docker/api/server/credentials_linux.go:71:17: error: reference to undefined identifier 'syscall.GetsockoptUcred' return syscall.GetsockoptUcred(fd, syscall.SOL_SOCKET, syscall.SO_PEERCRED) ^ _build/src/github.com/docker/docker/api/server/credentials_linux.go:71:2: error: not enough arguments to return return syscall.GetsockoptUcred(fd, syscall.SOL_SOCKET, syscall.SO_PEERCRED) ^ Version-Release number of selected component (if applicable): docker-1.9.0-9.gitc743657.fc24.src.rpm How reproducible: always Steps to Reproduce: 1. do build on aarch64 (arm-koji) Actual results: fails Expected results: builds Additional info: