From owner-freebsd-ports-bugs@freebsd.org Sat Apr 13 11:09:21 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64D3B157546B for ; Sat, 13 Apr 2019 11:09:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F255477D40 for ; Sat, 13 Apr 2019 11:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B0631157546A; Sat, 13 Apr 2019 11:09:20 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C1061575469 for ; Sat, 13 Apr 2019 11:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2981077D3B for ; Sat, 13 Apr 2019 11:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6FF7F93B6 for ; Sat, 13 Apr 2019 11:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3DB9Jae099245 for ; Sat, 13 Apr 2019 11:09:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3DB9JjM099244 for ports-bugs@FreeBSD.org; Sat, 13 Apr 2019 11:09:19 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 221297] lang/go: Fix arm build Date: Sat, 13 Apr 2019 11:09:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: paulzhol@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2019 11:09:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221297 --- Comment #23 from Yuval Pavel Zholkover --- (In reply to Dmitri Goutnik from comment #21) proper VFP detection is merged in Go 1.12 (https://github.com/golang/go/commit/2e8c31b3d2afce1c1c7b0c6af9cc4a9f296af2= 99) but it relies on the AT_HWCAP ELF auxiliary vector tag which is not availab= le in FreeBSD 10.3 still officially supported by Go 1.12. It would be best if the Go packages for FreeBSD 11.2/12.0 would also carry = this patch: https://github.com/golang/go/commit/3b6216ed0601c81fe42c2a4738d419afccb62163 As for poudriere builds on amd64, if I read https://wiki.freebsd.org/QemuUserModeHowTo correctly: "For 32-bit targets (i.e. armv6) use an 32-bit host (i.e. i386) or compat= -32. It may be possible to emulate 32-bit targets on a 64-bit host in the future= but currently that is not possible." The qemu-user-static needs to be built as an i386 binary so it would trigger COMPAT_FREEBSD32 syscalls. I'm not familiar with qemu-sbruno, unfortunately. --=20 You are receiving this mail because: You are the assignee for the bug.=