Bug 258024 - Port devel/gcc-arm-embedded marked as broken for aarch64, works on Pi4
Summary: Port devel/gcc-arm-embedded marked as broken for aarch64, works on Pi4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Some People
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-24 15:41 UTC by Brian McGovern
Modified: 2021-08-28 13:45 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!