The package currently available on the FreeBSD package mirrors has started exhibiting SIGSEV coredumps when fetching RSS/Atom feeds from the urls file. In investigating this, I discovered that I couldn't build it locally with debug symbols, and eventually learned that the build cluster has had build failures for about a month [1]. As of creating this bug, there are currently no open reports mentioning this, so I figure it's probably a good idea to get one in as I'd love for this port to work. 1: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p150bed43bfd4_sbc310a95c5/logs/newsboat-2.30.1_4.log
^Triage: reporter is committer, assign accordingly.
Created attachment 243837 [details] fix build on 14-CURRENT
Hi, the build fails on 14-CURRENT only, the attached patch fixes the problem. Regarding coredumps that you see, is it for some specific feed that I could try? Marko
This port has apparently started working again after a blanket fix by both@ in commit 54a44c5ab24, so I'm closing this bug report.
Hi, can we still merge the patch? Other ports use the cargo env for building, newsboat should too. Marko
Sure thing. Will MFH into 2023Q4 to prevent future issues.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf9c28003077703463187991bc153f8e7cd954d8 commit cf9c28003077703463187991bc153f8e7cd954d8 Author: Marko Turk <mt-bugs@markoturk.info> AuthorDate: 2023-10-04 17:19:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 20:01:39 +0000 www/newsboat: obey CARGO_ENV PR: 272675 Reported by: debdrup MFH: 2023Q4 www/newsboat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1282dc5177efad32da83f4d26512cef876f79ec commit e1282dc5177efad32da83f4d26512cef876f79ec Author: Marko Turk <mt-bugs@markoturk.info> AuthorDate: 2023-10-04 17:19:32 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 20:13:06 +0000 www/newsboat: obey CARGO_ENV PR: 272675 Reported by: debdrup MFH: 2023Q4 (cherry picked from commit cf9c28003077703463187991bc153f8e7cd954d8) www/newsboat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)