Package Details: transmission-cli-git 4.0.3.r546.g52d1c1f34-5

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: EndlessEden (cephian, glitsj16)
Last Packager: glitsj16
Votes: 6
Popularity: 0.000024
First Submitted: 2018-01-17 23:20 (UTC)
Last Updated: 2024-03-08 13:07 (UTC)

Required by (52)

Sources (3)

Pinned Comments

EndlessEden commented on 2023-07-07 06:54 (UTC) (edited on 2023-07-09 03:17 (UTC) by EndlessEden)

Will resolve when I get home. Sorry for delay.

Update co-maintainer list @glitsj16 -- you have been added.

(Sorry I dont have any other time right now)

Latest Comments

1 2 3 4 5 6 Next › Last »

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.

cipher699 commented on 2023-07-10 09:32 (UTC)

Thanks @glitsj16 for the info.

glitsj16 commented on 2023-07-10 07:01 (UTC)

@cipher699 We're OK regarding the git submodules. The used cmake configuration only needs those 7. If we needed some other(s) for that specific configuration the build would fail and we'd update the PKGBUILD.

Not seeing anything odd at the moment, transmission-daemon is active here. Hope you find some time to debug.

cipher699 commented on 2023-07-10 03:28 (UTC) (edited on 2023-07-10 03:30 (UTC) by cipher699)

Hi, with the latest build my transmission-daemon stops responding after some time. I don't know if it is an upstream issue. I want to debug that but i currently short on time.

The other thing is that in the there are 14 submodules and we added only 7 in PKGBUILD is that ok.

glitsj16 commented on 2023-07-09 14:49 (UTC)

@FabioLolix Thanks for the suggestions. Fixed.

cipher699 commented on 2023-07-09 14:48 (UTC) (edited on 2023-07-09 14:49 (UTC) by cipher699)

My transmission-daemon is not responding after running for some time. Has anyone else facing this issue. I haven't checked by building using the instructions given in the github.