| Summary: | sys-cluster/kubernetes: fails to compile with musl with sandbox failure (x86_64.c:pers_is_32():36: failure (No error information)) | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Alexander Miroshnichenko <alex> |
| Component: | Sandbox | Assignee: | Sandbox Maintainers <sandbox> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | musl, sam, williamh |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info '=sys-cluster/kubernetes-1.18.6::gentoo'
build log |
||
Full build.log and emerge --info please, but we may end up needing backtraces and such too. Created attachment 661861 [details]
emerge --info '=sys-cluster/kubernetes-1.18.6::gentoo'
How to collect backtrace ? Created attachment 661864 [details]
build log
(In reply to Alexander Miroshnichenko from comment #3) > How to collect backtrace ? I'm sorry, I missed this: https://wiki.gentoo.org/wiki/Debugging. Anyway, this looks sandbox related. ... that said, it's not in tree anymore. |
sys-cluster/kubernetes failed to compile on musl libc gentoo. Reproducible: Sometimes Steps to Reproduce: 1. install Gentoo with musl libc 2. emerge -v sys-cluster/kubernetes 3. compile fail Actual Results: k8s.io/kubernetes/vendor/k8s.io/kube-openapi/pkg/generators k8s.io/kubernetes/vendor/k8s.io/kube-openapi/cmd/openapi-gen +++ [0920 21:43:06] Building go targets for linux/amd64: ./vendor/github.com/go-bindata/go-bindata/go-bindata k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/go-bindata warning: ignoring symlink /var/tmp/portage/sys-cluster/kubernetes-1.18.6/work/kubernetes-1.18.6/_output/local/go/src/k8s.io/kubernetes go: warning: "k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/..." matched no packages * /var/tmp/portage/sys-apps/sandbox-2.18/work/sandbox-2.18/libsandbox/trace/linux/x86_64.c:pers_is_32():36: failure (No error information): * unknown x86_64 (CS) personalityhack/generate-bindata.sh: line 52: 12829 Aborted (core dumped) gofmt -s -w "${BINDATA_OUTPUT}.tmp" make[1]: *** [Makefile.generated_files:535: gen_bindata] Error 1 make: *** [Makefile:544: generated_files] Error 2 * ERROR: sys-cluster/kubernetes-1.18.6::gentoo failed (compile phase): * emake failed Expected Results: No errors while compile