FreeBSD 13.0-RELEASE (amd64) Built 2021-07-08 PORTNAME= anyterm PORTVERSION= 1.1.29 PORTREVISION= 22 Compiling/installing www/anyterm with `make install` and running `anytermd` or `anytermd -p 7777 --local-only` results in an immediate SEGFAULT.
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.