Bug 261237 - net/eternalterminal: Update to 6.1.11_1 (hopefully fix pkg build failures)
Summary: net/eternalterminal: Update to 6.1.11_1 (hopefully fix pkg build failures)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-15 22:25 UTC by Will Tisdale
Modified: 2022-01-17 13:11 UTC (History)
1 user (show)

See Also:
willtisdale: maintainer-feedback+


Attachments
Git patch (731 bytes, patch)
2022-01-15 22:25 UTC, Will Tisdale
willtisdale: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Will Tisdale 2022-01-15 22:25:26 UTC
Created attachment 231032 [details]
Git patch

It seems that there are weird, unpredictable races when building which often cause build failures and setting MAKE_JOBS_UNSAFE should work around that for the time being until I can investigate properly and possibly get a fix pushed upstream.

Also I've tidied up the cmake arg and removed a superfluous configure variable.

Tested on x86_64 and aarch64.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-17 07:55:58 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]

Thanks!
Comment 2 Will Tisdale 2022-01-17 09:26:57 UTC
(In reply to Fernando Apesteguía from comment #1)
Done, thanks. I didn't realise I needed to do that, thanks for letting me know. :)

-Will
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-17 13:11:21 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-17 13:11:59 UTC
A commit in branch main references this bug:

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

commit 6ced46cab601100890a8a83510e6455700a82943
Author:     Will Tisdale <willtisdale@gmail.com>
AuthorDate: 2022-01-17 07:30:56 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-01-17 13:09:29 +0000

    net/eternalterminal: Update to 6.1.11_1

    Disable parallel jobs due to intermitent races.
    Clean up the Makefile a bit.

    PR:     261237
    Reported by:    willtisdale@gmail.com (maintainer)

 net/eternalterminal/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)