Search Criteria
Package Details: eternalterminal-client 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 client. |
Upstream URL: | https://mistertea.github.io/EternalTerminal/ |
Licenses: | Apache |
Conflicts: | eternalterminal, eternalterminal-server |
Submitter: | jtgoguen |
Maintainer: | Digitalghost |
Last Packager: | Digitalghost |
Votes: | 14 |
Popularity: | 0.078780 |
First Submitted: | 2017-05-12 03:43 (UTC) |
Last Updated: | 2024-06-24 02:20 (UTC) |
Dependencies (7)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, 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) (make)
Required by (1)
- eternalterminal-bash-completion (optional)
Latest Comments
1 2 3 4 Next › Last »
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):
Porous3247 commented on 2023-06-25 22:22 (UTC)
For successful compilation with GCC 13, make a file named gcc13.patch with the following contents:
Then add it to the source/sha256sums array, then add
patch --strip=1 < "${srcdir}/gcc13.patch"
in theprepare
functionNCRonB commented on 2023-06-07 11:42 (UTC)
Build fails with gcc-13 (current Arch version as of this comment). gcc-12 works.
https://github.com/MisterTea/EternalTerminal/issues/573
skew-t commented on 2022-06-20 16:48 (UTC) (edited on 2022-06-20 16:48 (UTC) by skew-t)
I was similarly running into a conflict with an updated protobuf version. As mentioned by yuyichao, rebuilding the et package resolved this. With yay:
1 2 3 4 Next › Last »