Search Criteria
Package Details: eternalterminal 6.2.11-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.018212 |
First Submitted: | 2017-05-12 03:43 (UTC) |
Last Updated: | 2025-07-22 01:58 (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 (cmake3AUR, cmake-gitAUR) (make)
Required by (1)
- eternalterminal-bash-completion (optional)
Latest Comments
1 2 3 4 Next › Last »
xhaskx commented on 2025-07-07 15:13 (UTC) (edited on 2025-07-07 15:37 (UTC) by xhaskx)
@Digitalghost, here is the patch adding
+#include <cstdint>
, can be applied with justgit apply eternalterminal-aur-add-cstdint.patch
in the package directory:https://gist.github.com/xHasKx/5f24c1fe0558aae3838d5e8b4bb0ff12
Digitalghost commented on 2025-05-31 14:00 (UTC)
Please submit a PR with the patch, thanks!
akinomyoga commented on 2025-05-31 13:37 (UTC) (edited on 2025-05-31 13:38 (UTC) by akinomyoga)
This still doesn't build, and the patch provided in the previous reply doesn't apply because the diff context of the patch is broken.
@Digitalghost The discussion in the upstream is still open, but it doesn't seem to be active enough. Is it possible to include the patch in the AUR repository for the time being? Here's a working patch and PKGBUILD.
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.
1 2 3 4 Next › Last »