pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/57283: go120 does not build on evbarm aarch64 using pkgsrc-current (21.03.2022)



>Number:         57283
>Category:       pkg
>Synopsis:       go120 does not build on evbarm aarch64 using pkgsrc-current (21.03.2022)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 22 07:50:00 +0000 2023
>Originator:     Bartek Krawczyk
>Release:        10.0_BETA
>Organization:
>Environment:
NetBSD rpi3 10.0_BETA NetBSD 10.0_BETA (GENERIC64) #0: Thu Mar 16 07:19:51 UTC 2023  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm
>Description:
I am working on wip/adguardhome and I've successfully tested it on pkgsrc-2022Q4 where go119 is the default. Now I noticed freeze for 2023Q1 started and wanted to test with pkgsrc-current where go120 is the default version. The build fails on amd64 with:

(...)
cmd/link/internal/loadpe
cmd/link/internal/loadxcoff
cmd/link/internal/ld
cmd/compile/internal/objw
cmd/compile/internal/abi
cmd/compile/internal/typecheck
cmd/compile/internal/deadcode
cmd/compile/internal/compare
cmd/compile/internal/pgo
cmd/compile/internal/escape
cmd/compile/internal/staticdata
cmd/compile/internal/inline
cmd/compile/internal/coverage
cmd/compile/internal/devirtualize
cmd/compile/internal/importer
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/compile/internal/reflectdata
cmd/link/internal/arm64
cmd/link/internal/loong64
cmd/link/internal/mips
cmd/link/internal/mips64
cmd/link/internal/ppc64
cmd/link/internal/riscv64
cmd/link/internal/s390x
cmd/compile/internal/staticinit
cmd/compile/internal/ssa
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/link
cmd/compile/internal/ssa: /usr/pkgsrc/lang/go120/work/go/pkg/tool/netbsd_arm64/compile: signal: killed
go tool dist: FAILED: /usr/pkgsrc/lang/go120/work/go/pkg/tool/netbsd_arm64/go_bootstrap install -v cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/lang/go120
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/go120
rpi3# git clone username%wip.pkgsrc.org@localhost:/pkgsrc-wip.git wipclient_loop: send disconnect: Connection reset


rpi3# pkg_info
cwrappers-20220403  pkgsrc compiler wrappers
mktools-20220614    Collection of pkgsrc mk infrastructure tools
digest-20220214     Message digest wrapper utility
perl-5.36.0         Practical Extraction and Report Language
m4-1.4.19nb1        GNU version of UNIX m4 macro language processor
libtool-base-2.4.7nb1 Generic shared library support script (the script itself)
gettext-lib-0.21.1  Internationalized Message Handling Library (libintl)
gettext-tools-0.21.1 Tools for providing messages in different languages
bison-3.8.2nb1      GNU yacc(1) replacement
bash-5.2.15         The GNU Bourne Again Shell
go-bin-1.19.4       Bootstrap toolchain for lang/go*


I tested it also on 10.0_BETA with pkgsrc-current on amd64 virtual machine and there go120 built fine.
>How-To-Repeat:
Try building lang/go120 on evbarm aarch64 from pkgsrc-current (21.03.2022). Raspberry Pi 3 running 10.0_BETA
>Fix:



Home | Main Index | Thread Index | Old Index