Package Details: transmission-cli-git 4.1.0.beta.5.r234.g7d3b22639-1

Git Clone URL: https://aur.archlinux.org/transmission-cli-git.git (read-only, click to copy)
Package Base: transmission-cli-git
Description: Fast, easy, and free BitTorrent client (CLI tools and daemon and web client)
Upstream URL: https://www.transmissionbt.com/
Licenses: GPL-2.0-or-later
Conflicts: transmission-cli
Provides: transmission-cli
Submitter: lonaowna
Maintainer: yar
Last Packager: yar
Votes: 6
Popularity: 0.000000
First Submitted: 2018-01-17 23:20 (UTC)
Last Updated: 2026-03-02 06:15 (UTC)

Required by (66)

Sources (3)

Pinned Comments

EndlessEden commented on 2025-04-30 06:42 (UTC)

@afader -- I just built in a clean chroot. Sounds like a issue either with your system or your chroot. tested with a knoppix ISO to verify it functions as intended. If you can create a dump and link to it here, i can take a look.

-- Updated pkgver, updated the maintainers list (@glitsj16 & @cephian | if you want to be listed as a maintainer instead of contributors in pkgbuild, please update your sections in it. Thanks.)

Trying to be more active, apologies for the long hiatus.

Latest Comments

1 2 3 4 5 6 7 Next › Last »

yar commented on 2026-02-08 19:08 (UTC)

could you add some more active co-maintainers please?

rekman commented on 2026-02-07 14:20 (UTC)

Du to upstream #8309 the an additional submodule third-party/sigslot must be checked out to build successfully. Actually, it looks like sigslot is only needed for the GUI frontends, but the build system isn't smart enough to take this into account.

yar commented on 2025-10-30 06:06 (UTC)

need to add third-party/crc32c to the submodule update list

rekman commented on 2025-05-17 14:08 (UTC)

Due to upstream #7471 the following change is needed

diff --git a/PKGBUILD b/PKGBUILD
index d82bc50..1011285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -113,7 +113,7 @@ package() {
        install -d "$pkgdir"/usr/share/transmission
        cp -a web/public_html/ "$pkgdir"/usr/share/transmission

-       install -Dm644 ../daemon/transmission-daemon.service \
+       install -Dm644 ../build/daemon/transmission-daemon.service \
                "$pkgdir/usr/lib/systemd/system/transmission.service"

        install -Dm644 ../COPYING -t "$pkgdir/usr/share/licenses/transmission-cli"

EndlessEden commented on 2025-04-30 06:42 (UTC)

@afader -- I just built in a clean chroot. Sounds like a issue either with your system or your chroot. tested with a knoppix ISO to verify it functions as intended. If you can create a dump and link to it here, i can take a look.

-- Updated pkgver, updated the maintainers list (@glitsj16 & @cephian | if you want to be listed as a maintainer instead of contributors in pkgbuild, please update your sections in it. Thanks.)

Trying to be more active, apologies for the long hiatus.

afader commented on 2024-12-19 07:22 (UTC)

Lately when I try to build even an x86-extra-build in clean chroot I get this core dump when the actual daemon is started:

rocess 565233 (transmission-da) of user 169 dumped core.
 14
 15                                                    Stack trace of thread 565235:
 16                                                    #0  0x0000000000000000 n/a (n/a + 0x0)
 17                                                    #1  0x00007bd354e7e4f0 evutil_getaddrinfo (libevent-2.1.so.7 + 0x2c4f0)
 18                                                    #2  0x00007bd354e89584 n/a (libevent-2.1.so.7 + 0x37584)
 19                                                    #3  0x00007bd354e8b4bd evhttp_bind_socket_with_handle (libevent-2.1.so.7 + 0x394bd)
 20                                                    #4  0x00007bd354e8b591 evhttp_bind_socket (libevent-2.1.so.7 + 0x39591)

rekman commented on 2024-11-10 20:02 (UTC)

May FTBFS until an upstream fix is merged

glitsj16 commented on 2023-11-02 18:20 (UTC)

@ rekman The GetGitRevisionDescription cmake module is available as another git submodule. Leatherman isn't needed. I've pushed an update to fix the build.

rekman commented on 2023-11-02 16:40 (UTC) (edited on 2024-11-10 20:00 (UTC) by rekman)

As of PR #6100 transmission relies on the GetGitRevisionDescription cmake module. This file is provided by leatherman. That suggests leatherman should be added to makedeps, but installing it is not sufficient to fix the FTBFS. This is because leatherman puts the modules in /usr/lib/cmake/leatherman, but cmake looks in /usr/share/cmake/Modules. I don't know the best practice solution to this. Add the cmake module to sources and copy it into the source tree?

glitsj16 commented on 2023-10-29 14:58 (UTC)

Added support for rapidjson git submodule.