Summary: | www/anyterm: segfaults on start | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex <r7st.guru> |
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | diizzy, douglas, fernape, r7st.guru |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(douglas) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Alex
2021-07-08 16:36:23 UTC
The port doesn't seem to be in good shape: $ anytermd -p 7777 --local-only ld-elf.so.1: /usr/local/lib/gcc10/libstdc++.so.6: version GLIBCXX_3.4.29 required by /usr/local/sbin/anytermd not found A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbb372eadafc4b008a83e333e1a3406e904bd9a0 commit bbb372eadafc4b008a83e333e1a3406e904bd9a0 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-01-18 15:14:43 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-18 15:14:43 +0000 www/anyterm: mark BROKEN When building from ports, it segfaults on startup. Package is broken with: ld-elf.so.1: /usr/local/lib/gcc10/libstdc++.so.6: version GLIBCXX_3.4.29 required by /usr/local/sbin/anytermd not found Maintainer missing for months. PR: 257058 Reported by: Alex <r7st.guru@gmail.com> www/anyterm/Makefile | 2 ++ 1 file changed, 2 insertions(+) Hi Alex, Since maintainer is missing, I had to mark this port as BROKEN. As you said, it segfaults on startup (after fixing LD_LIBRARY_PATH in my case) and the current package is also broken. Fernando, set deprecated and expiration date while at it. Upstream is dead... Having a quick look it seems like sysutils/ttyd , https://github.com/vercel/hyper (not packaged) , https://github.com/sergeir82/wetty (not packaged) might be suitable subtitutes. Possibly also https://github.com/maxmcd/webtty A commit in branch 2023Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=44092a48aa6708fdf35dbe431e7803efc4cbcc69 commit 44092a48aa6708fdf35dbe431e7803efc4cbcc69 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-01-18 15:14:43 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-18 17:17:19 +0000 www/anyterm: mark BROKEN When building from ports, it segfaults on startup. Package is broken with: ld-elf.so.1: /usr/local/lib/gcc10/libstdc++.so.6: version GLIBCXX_3.4.29 required by /usr/local/sbin/anytermd not found Maintainer missing for months. PR: 257058 Reported by: Alex <r7st.guru@gmail.com> (cherry picked from commit bbb372eadafc4b008a83e333e1a3406e904bd9a0) www/anyterm/Makefile | 2 ++ 1 file changed, 2 insertions(+) These two ports might be used as a substitute for www/anytermd: sysutils/ttyd www/shellinabox Cheers. |