Bug 258024

Summary: Port devel/gcc-arm-embedded marked as broken for aarch64, works on Pi4
Product: Ports & Packages Reporter: Brian McGovern <bmcgover>
Component: Individual Port(s)Assignee: Lev A. Serebryakov <lev>
Status: Closed FIXED    
Severity: Affects Some People CC: mikael
Priority: --- Flags: bugzilla: maintainer-feedback? (lev)
Version: Latest   
Hardware: arm64   
OS: Any   

Description Brian McGovern 2021-08-24 15:41:20 UTC
ports/gcc-arm-embedded is marked with the BROKEN_aarch64 flag, with the reason given that it "fails to build".

I wanted to report success with the 8GB Raspberry Pi 4. Its possible the failure is due to low RAM/swap issues on the lesser hosts.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-28 13:43:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d67dc22f7508cce82f712ff14c9f16011e494b70

commit d67dc22f7508cce82f712ff14c9f16011e494b70
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-08-28 12:58:39 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-08-28 13:42:10 +0000

    devel/gcc-arm-embedded: remove BROKEN_aarch64

    It builds / runs fine on aarch64.

    PR:             258024
    Reported by:    Brian McGovern
    Approved by:    portmgr (build fix blanket)

 devel/gcc-arm-embedded/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2021-08-28 13:45:03 UTC
Thanks!