Search Criteria
Package Details: eternalterminal 6.2.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eternalterminal.git (read-only, click to copy) |
---|---|
Package Base: | eternalterminal |
Description: | Re-Connectable Terminal connection. Includes both client and server. |
Upstream URL: | https://mistertea.github.io/EternalTerminal/ |
Licenses: | Apache |
Conflicts: | eternalterminal-client, eternalterminal-server |
Submitter: | jtgoguen |
Maintainer: | Digitalghost |
Last Packager: | Digitalghost |
Votes: | 15 |
Popularity: | 0.34 |
First Submitted: | 2017-05-12 03:43 (UTC) |
Last Updated: | 2024-06-24 02:20 (UTC) |
Dependencies (7)
- curl (curl-gitAUR, curl-c-aresAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libutempter (libutempter-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- protobuf (protobuf-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
Required by (1)
- eternalterminal-bash-completion (optional)
Latest Comments
1 2 3 4 Next › Last »
fryfrog commented on 2025-05-03 16:36 (UTC)
The suggestion in the error fixes it, added the
.patch
locally and it built. So easy fix for @Digitalghost or the ET dev at least.fryfrog commented on 2025-05-03 16:19 (UTC)
@gyscos, I went ahead and reported it upstream as well in issue #690.
gyscos commented on 2025-05-02 13:54 (UTC) (edited on 2025-05-02 13:58 (UTC) by gyscos)
I'm getting compilation error with gcc 15.1.1:
TheLugal commented on 2024-03-26 12:54 (UTC)
I had the same experience as @partion. Removing eternalterminal and reinstalling fixed it for me.
partion commented on 2024-03-22 08:49 (UTC)
Broken after latest update:
Pulling from upstream and compiling manually worked fine.
Digitalghost commented on 2023-09-04 02:38 (UTC)
6.2.8 fixes gcc-13 and incorporates the patches from 6.2.4.
Thanks everyone for your contributions and support!
figue commented on 2023-07-14 15:00 (UTC)
@macdems thanks for that. I was having issues with linking binaries until now.
Here is a working PKGBUILD with all fixes:
I also resolved some other warnings, but it seems they are not important.
macdems commented on 2023-07-12 06:25 (UTC) (edited on 2023-07-12 06:27 (UTC) by macdems)
As a workaround you may add
gcc12
tomakedepends
and change the line withcmake
inbuild()
to:or you may use @Porous3247 patch for GCC 13 and then, the
cmake
line should beDigitalghost commented on 2023-07-08 12:22 (UTC)
I'm out of town for a couple of weeks, but will fix gcc-13 when I get back.
figue commented on 2023-07-07 18:59 (UTC)
Still with cstdint patch fails (something about symbols):
1 2 3 4 Next › Last »