cmd/compile: "truncation is not exact" ICE while compiling docker on ppc64le #32148
Labels
arch-ppc64x
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (go version)?
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Installed CentOS ppc64le on a virtual machine hosted on a Fedora 30 amd64 qemu-system-ppc-3.1.0-8.fc30.x86_64 and libvirt-5.1.0-5.fc30.x86_64
server installs correctly and everything works, only programs compiled with go seem to be affected.
I could not run a docker container from distribution:
I decided to recompile docker since this works on a non emulated ppc64le followed:
https://github.com/moby/moby/blob/master/project/PACKAGERS.md
to get a minimal docker build that would run containers on ppc64le.
What did you expect to see?
docker built
What did you see instead?
The text was updated successfully, but these errors were encountered: