public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/3] go: drop patch to make content based hash generation less pedan
@ 2022-09-30 17:54 Jose Quaresma
  2022-09-30 17:54 ` [PATCH 2/3] kern-tools-native: don't pull the toolchain as it is not used Jose Quaresma
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jose Quaresma @ 2022-09-30 17:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jose Quaresma

With patch in place I have see some build issues mainly in meta-virtualization
with ti am62xx-evm, am64xx-evm and riscv64 machines.

All the mahines fails to build the following recipes:

| Summary: 5 tasks failed:
|  /srv/oe/build/conf/../../layers/meta-virtualization/recipes-containers/runc/runc-opencontainers_git.bb:do_compile
|  /srv/oe/build/conf/../../layers/meta-virtualization/recipes-containers/skopeo/skopeo_git.bb:do_compile
|  /srv/oe/build/conf/../../layers/meta-lmp/meta-lmp-base/recipes-support/fioconfig/fioconfig_git.bb:do_compile
|  /srv/oe/build/conf/../../layers/meta-virtualization/recipes-containers/docker/docker-ce_git.bb:do_compile
|  /srv/oe/build/conf/../../layers/meta-virtualization/recipes-containers/containerd/containerd-opencontainers_git.bb:do_compile
| Summary: There were 8 ERROR messages, returning a non-zero exit code.

And all of them fails with the same issue:

| panic: runtime error: index out of range [0] with length 0
|
| goroutine 6688 [running]:
| cmd/go/internal/work.(*Builder).buildActionID(0xc0000030e0, 0xc000172a00)
| 	/srv/oe/build/tmp-lmp/work/x86_64-linux/go-cross-riscv64/1.19-r0/recipe-sysroot-native/usr/lib/riscv64-lmp-linux/go/src/cmd/go/internal/work/exec.go:281 +0x2425
| cmd/go/internal/work.(*Builder).build(0xc0000030e0, {0xc000000238?, 0x0?}, 0xc000172a00)
| 	/srv/oe/build/tmp-lmp/work/x86_64-linux/go-cross-riscv64/1.19-r0/recipe-sysroot-native/usr/lib/riscv64-lmp-linux/go/src/cmd/go/internal/work/exec.go:478 +0x199
| cmd/go/internal/work.(*Builder).Do.func2({0xb2e4f0, 0xc000000238}, 0xc000172a00)
| 	/srv/oe/build/tmp-lmp/work/x86_64-linux/go-cross-riscv64/1.19-r0/recipe-sysroot-native/usr/lib/riscv64-lmp-linux/go/src/cmd/go/internal/work/exec.go:139 +0x5fc
| cmd/go/internal/work.(*Builder).Do.func3()
| 	/srv/oe/build/tmp-lmp/work/x86_64-linux/go-cross-riscv64/1.19-r0/recipe-sysroot-native/usr/lib/riscv64-lmp-linux/go/src/cmd/go/internal/work/exec.go:201 +0xb9
| created by cmd/go/internal/work.(*Builder).Do
| 	/srv/oe/build/tmp-lmp/work/x86_64-linux/go-cross-riscv64/1.19-r0/recipe-sysroot-native/usr/lib/riscv64-lmp-linux/go/src/cmd/go/internal/work/exec.go:187 +0x3f5
| make: *** [Makefile:244: bin/containerd] Error 2
| make: *** Waiting for unfinished jobs....

Without this patch everithing look good.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta/recipes-devtools/go/go-1.19.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/go/go-1.19.inc b/meta/recipes-devtools/go/go-1.19.inc
index f733a807b4..355a82eb9f 100644
--- a/meta/recipes-devtools/go/go-1.19.inc
+++ b/meta/recipes-devtools/go/go-1.19.inc
@@ -5,7 +5,6 @@ FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 
 SRC_URI += "\
-    file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \
     file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \
     file://0004-ld-add-soname-to-shareable-objects.patch \
     file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-10-24 14:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-30 17:54 [PATCH 1/3] go: drop patch to make content based hash generation less pedan Jose Quaresma
2022-09-30 17:54 ` [PATCH 2/3] kern-tools-native: don't pull the toolchain as it is not used Jose Quaresma
2022-10-06 10:50   ` [OE-core] " Ross Burton
2022-10-07  8:59     ` Jose Quaresma
     [not found]     ` <171BBDD02E0F6FCC.12487@lists.openembedded.org>
2022-10-24 14:21       ` Jose Quaresma
2022-10-24 14:51         ` Alexandre Belloni
2022-09-30 17:54 ` [PATCH 3/3] kernel-yocto: improve fatal error messages of symbol_why.py Jose Quaresma
2022-10-06 10:51   ` [OE-core] " Ross Burton
2022-10-07  9:02     ` Jose Quaresma
2022-09-30 17:56 ` [OE-core] [PATCH 1/3] go: drop patch to make content based hash generation less pedan Alexander Kanavin
2022-09-30 18:01   ` Jose Quaresma
2022-09-30 18:02     ` Alexander Kanavin
2022-09-30 18:10       ` Jose Quaresma
     [not found]       ` <1719B5CE9274A5E2.12498@lists.openembedded.org>
2022-10-07  8:53         ` Jose Quaresma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox