Search Criteria
Package Details: eternalterminal-server 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 only the server. |
Upstream URL: | https://mistertea.github.io/EternalTerminal/ |
Licenses: | Apache |
Conflicts: | eternalterminal, eternalterminal-client |
Submitter: | jtgoguen |
Maintainer: | Digitalghost |
Last Packager: | Digitalghost |
Votes: | 15 |
Popularity: | 0.145445 |
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 (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
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.
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 be1 2 3 4 Next › Last »