Bug 1547844
| Summary: | Use ^uint32(0) instead of 0XFFFFFFFF in ipv4range.go for oc command so 32bit binaries will compile | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnray Fuller <jrfuller> |
| Component: | oc | Assignee: | Kenjiro Nakayama <knakayam> |
| Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.9.0 | CC: | aos-bugs, jokerman, jrfuller, jvallejo, knakayam, mfojtik, mmccomas, smunilla |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | i386 | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:09:51 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: | 1546634 | ||
|
Description
Johnray Fuller
2018-02-22 05:14:15 UTC
Reassigning to Kenjiro as he already has a PR [1] to address this. 1. https://github.com/openshift/origin/pull/18653 Checked in latest Origin env (v3.10.0-alpha.0+c1befdd-95) [root@ip-172-18-10-180 origin]# make all OS_BUILD_PLATFORMS=windows/386 WHAT=cmd/oc hack/build-go.sh cmd/oc ++ Building go targets for windows/386: cmd/oc [INFO] hack/build-go.sh exited with code 0 after 00h 05m 59s [root@ip-172-18-10-180 origin]# ls _output/local/bin/windows/386/ oc.exe Copy oc.exe to Windows 10, oc commands can work. PR is not in OCP yet. Because bug is reported against Product OCP, will verify bug when PR lands in OCP repo. Per comment 6, bug is verified in 3.10. Thank you all Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816 |