Package Details: transmission-sequential-gtk 3.00-4

Git Clone URL: https://aur.archlinux.org/transmission-sequential.git (read-only, click to copy)
Package Base: transmission-sequential
Description: Fast, easy, and free BitTorrent client (GTK+ GUI) (+sequential patch)
Upstream URL: http://www.transmissionbt.com/
Keywords: torrent
Licenses: MIT
Conflicts: transmission-gtk
Provides: transmission-gtk
Submitter: Mikaye
Maintainer: None
Last Packager: gbc921
Votes: 18
Popularity: 0.000003
First Submitted: 2014-07-30 14:57 (UTC)
Last Updated: 2022-03-12 10:32 (UTC)

Required by (14)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

enihcam commented on 2017-04-25 05:48 (UTC)

install transmission without miniupnpc, and you will get: /usr/bin/transmission-daemon: error while loading shared libraries: libminiupnpc.so.16: cannot open shared object file: No such file or directory

je-vv commented on 2017-04-24 17:54 (UTC)

Needs patch from transmission-cli: https://git.archlinux.org/svntogit/packages.git/plain/trunk/transmission-2.92-openssl-1.1.0.patch?h=packages/transmission Needs rebuild against openssl 1.1.*, but it fails: ++++ crypto-utils-openssl.c: In function ‘tr_dh_new’: crypto-utils-openssl.c:244:29: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’ if (!check_pointer (handle->p = BN_bin2bn (prime_num, prime_num_length, NULL)) || ^ crypto-utils-openssl.c:92:56: note: in definition of macro ‘check_pointer’ #define check_pointer(pointer) check_openssl_pointer ((pointer), __FILE__, __LINE__) ^~~~~~~ make[1]: *** [Makefile:1251: crypto-utils-openssl.o] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-vasqueja/aur-transmission-sequential-cli/src/transmission-2.92-seq/libtransmission' make: *** [Makefile:509: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). ++++

enihcam commented on 2016-05-10 15:57 (UTC)

yes it works.

Mikaye commented on 2016-05-10 13:19 (UTC)

I pushed the fix (but didn't tested, let me know if it works) The package release number was not updated since it only affects the compilation.

enihcam commented on 2016-05-10 12:43 (UTC)

Fix is here: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13b5e88c6e9c7bd2698d844cb5ed127ed809f7e

enihcam commented on 2016-05-10 12:39 (UTC)

After GCC and glibc upgrades... ==> Starting build()... creating libtransmission/version.h m4/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN m4/glib-gettext.m4:39: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build transmission-sequential.

Mikaye commented on 2016-04-01 16:48 (UTC)

Alright, I removed the check function from the PKGBUILD since it was buggy... I didn't updated the package release number since it doesn't affect the resulting package...

Shara commented on 2016-04-01 16:24 (UTC)

Please, remove "check {}" from PKGBUILD

tahayassen commented on 2016-03-24 21:38 (UTC)

@Mikaye: I had forgotten to install the daemon with the sequential patches so while I was enabling it in the GUI, the daemon didn't understand. Oppsies. As a minor point, it seems like `make check` was giving an error so I replaced it with `echo test` to compile the package.