[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2021-08-21 Thread ulrich.teichert at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 --- Comment #7 from Ulrich Teichert --- Hi, after building under x86_64 I can confirm that the PkgPath issue is fixed.

[Bug go/101986] go, sparc64: Segmentation violation during kubernetes build

2021-08-21 Thread ulrich.teichert at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101986 --- Comment #1 from Ulrich Teichert --- After trying out the same compilation under x86_64, I can confirm that this issue is sparc64 specific.

[Bug go/101986] New: go, sparc64: Segmentation violation during kubernetes build

2021-08-19 Thread ulrich.teichert at gmx dot de via Gcc-bugs
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: ulrich.teichert at gmx dot de CC: cmang at google dot com Target Milestone: --- During a build of Kubernetes on sparc64 with gcgo 11.2.0: ristkon:~/soft/kubernetes> gcc -v Us

[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2021-08-19 Thread ulrich.teichert at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 --- Comment #6 from Ulrich Teichert --- After running out of disk space during stage2 of the gcc build, I now have a gcc 11.2.0 compiled for sparc64: ristkon:~> gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/

[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2021-08-14 Thread ulrich.teichert at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 --- Comment #5 from Ulrich Teichert --- Thanks for the head-up, I'll give it a spin and report back. But building gcc on my box takes a while, so please don't hold your breath ;-)

[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2020-05-30 Thread ulrich.teichert at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 --- Comment #3 from Ulrich Teichert --- BTW, I can reproduce the same strange reflect.Type.PkgPath issue on AMD64/Linux with gccgo 10.1.0

[Bug go/95389] Kubernetes build fails because of mangled PkgPath

2020-05-28 Thread ulrich.teichert at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95389 --- Comment #2 from Ulrich Teichert --- Yes, the string "vendor/k8s.x2eio/code-generator/pkg/util" is the content of the PkgPath() from "vendor/k8s.io/code-generator/pkg/util".

[Bug go/95389] New: Kubernetes build fails because of mangled PkgPath

2020-05-28 Thread ulrich.teichert at gmx dot de
Component: go Assignee: ian at airs dot com Reporter: ulrich.teichert at gmx dot de CC: cmang at google dot com Target Milestone: --- Hi, while trying to build Kubernetes on sparc64 (yes, this is a currently unsupported platform as far as Kubernetes is concerned), I