Bug 254945 - lang/mecrisp-stellaris: fix build problems
Summary: lang/mecrisp-stellaris: fix build problems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Some People
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-10 13:32 UTC by Robert Clausecker
Modified: 2021-04-23 16:40 UTC (History)
2 users (show)

See Also:
fuz: maintainer-feedback+
fuz: merge-quarterly?


Attachments
lang/mecrisp-stellaris: fix build problems (4.74 KB, patch)
2021-04-10 13:32 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2021-04-10 13:32:19 UTC
Created attachment 223984 [details]
lang/mecrisp-stellaris: fix build problems

Due to an oversight on my part, lang/mecrisp-stellaris does not build on the cluster.  The attached patch fixes this issue and also addresses incorrect cache synchronisation that causes crashes on some processors.  It also adds support for building on aarch64 FreeBSD >= 13.

Please merge into quarterly if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-23 16:36:39 UTC
A commit in branch main references this bug:

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

commit 4a19295b952c805bea86aea01125d6180eccb7a2
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-23 16:34:45 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-23 16:36:24 +0000

    lang/mecrisp-stellaris: fix build problems

    PR:             254945
    Submitted by:   Robert Clausecker <fuz AT fuz DOT su> (maintainer)
    MFH:            2021Q2

 lang/mecrisp-stellaris/Makefile                    | 29 +++++++++++-----------
 ...sp-stellaris-source_freebsd-ra_terminal.s (new) | 25 +++++++++++++++++++
 lang/mecrisp-stellaris/pkg-message (new)           |  8 ++++++
 3 files changed, 48 insertions(+), 14 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-23 16:39:40 UTC
A commit in branch 2021Q2 references this bug:

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

commit 56268cfe681dca6bd3163229f9cf8fa3995752d7
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-23 16:34:45 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-23 16:38:07 +0000

    lang/mecrisp-stellaris: fix build problems

    PR:             254945
    Submitted by:   Robert Clausecker <fuz AT fuz DOT su> (maintainer)
    MFH:            2021Q2

    (cherry picked from commit 4a19295b952c805bea86aea01125d6180eccb7a2)

 lang/mecrisp-stellaris/Makefile                    | 29 +++++++++++-----------
 ...sp-stellaris-source_freebsd-ra_terminal.s (new) | 25 +++++++++++++++++++
 lang/mecrisp-stellaris/pkg-message (new)           |  8 ++++++
 3 files changed, 48 insertions(+), 14 deletions(-)
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2021-04-23 16:40:06 UTC
Committed & MFH'd!