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.
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.
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
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/
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 ;-)
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
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".
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