@afader I was getting the same error until I cleaned the build environment and rewritten the prepare() method according to the github instructions. @cephian I guess the PKGBUILD needs to be updated according to the latest build instructions (also dependencies needs to be checked/updated).
Search Criteria
Package Details: transmission-cli-git 4.0.3.r546.g52d1c1f34-5
Package Actions
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) |
Dependencies (13)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dht
- libb64 (libb64-gitAUR)
- libdeflate (libdeflate-gitAUR)
- libevent (libevent-gitAUR)
- libnatpmp
- libpsl (libpsl-gitAUR)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs)
- miniupnpc (miniupnpc-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Required by (52)
- addmag (requires transmission-cli)
- autobrr (requires transmission-cli) (optional)
- automatic (requires transmission-cli) (optional)
- automedia (requires transmission-cli)
- ctpv (requires transmission-cli) (optional)
- ctpv-git (requires transmission-cli) (optional)
- fragments-git (requires transmission-cli)
- headphones (requires transmission-cli) (optional)
- headphones-git (requires transmission-cli) (optional)
- kettu-git (requires transmission-cli)
- lfutils-git (requires transmission-cli) (optional)
- lfutils-meta (requires transmission-cli) (optional)
- lidarr (requires transmission-cli) (optional)
- lidarr-bin (requires transmission-cli) (optional)
- lidarr-develop (requires transmission-cli) (optional)
- lidarr-develop-bin (requires transmission-cli) (optional)
- lidarr-git (requires transmission-cli) (optional)
- lidarr-nightly-bin (requires transmission-cli) (optional)
- mylar3 (requires transmission-cli) (optional)
- prowlarr (requires transmission-cli) (optional)
- Show 32 more...
Sources (3)
test0 commented on 2023-01-05 08:43 (UTC) (edited on 2023-01-05 13:14 (UTC) by test0)
afader commented on 2023-01-03 17:51 (UTC)
Can anyone help for this
CMake Error in libtransmission/CMakeLists.txt:
Imported target "FastFloat::fast_float" includes non-existent path
"/home/akf/.cache/yay/transmission-cli-git/src/transmission/cmake/../third-party/fast_float/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
aramirez commented on 2022-10-17 14:50 (UTC)
Can confirm it still builds and works fine on armv7h (Raspberry Pi 2 B). Thank you.
cephian commented on 2022-10-08 17:59 (UTC)
Added armv7h from aramirez's suggestion, I have no way of testing it myself though.
aramirez commented on 2022-08-28 09:42 (UTC)
Can confirm it builds and works fine on armv7h (Raspberry Pi 2 B). Please, consider adding armv7h to the arch list.
EndlessEden commented on 2022-08-27 03:55 (UTC)
Thanks cephian, if you have any questions you can contact me via my email in the pkgbuild.
Sorry to the community that I have been neglecting this so much.
cephian commented on 2022-08-21 05:48 (UTC)
It seems I've been added as a comaintainer, so I updated the package to fix the wide-integer error. I've never maintained an AUR package before but I'll do my best to keep this updated.
rekman commented on 2022-08-03 21:53 (UTC)
In patch form cephian's fix is
diff --git a/PKGBUILD b/PKGBUILD
index 86ecbfa..e6076a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,8 @@ source=(transmission::git+https://github.com/transmission/transmission.git
"arc4"::"git+https://github.com/transmission/arc4"
"googletest"::"git+https://github.com/google/googletest.git"
"utfcpp"::"git+https://github.com/transmission/utfcpp#branch=post-3.2.1-transmission"
- "libutp"::"git+https://github.com/transmission/libutp#branch=post-3.4-transmission")
+ "libutp"::"git+https://github.com/transmission/libutp#branch=post-3.4-transmission"
+ "wide-integer"::"git+https://github.com/transmission/wide-integer.git")
#"$_pkgbase/third-party/libnatpmp"::"git+https://github.com/transmission/libnatpmp#branch=post-20151025-transmission"
#"$_pkgbase/third-party/miniupnpc"::"git+https://github.com/transmission/miniupnpc#branch=post-2.0.20170509-transmission"
#"$_pkgbase/third-party/libdeflate"::"git+https://github.com/transmission/libdeflate#branch=v1.11-plus-cmake"
@@ -38,6 +39,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'SKIP')
pkgver() {
@@ -67,6 +69,11 @@ prepare() {
fi
ln -s $srcdir/libutp libutp
+ if [ -e wide-integer ]; then
+ rm -r wide-integer
+ fi
+ ln -s $srcdir/wide-integer wide-integer
+
# git submodule update --init
}
yar commented on 2022-07-29 02:05 (UTC)
You should just add cephian as a comaintainer
cephian commented on 2022-07-28 03:57 (UTC) (edited on 2022-07-28 03:57 (UTC) by cephian)
Here's how to fix the #include <math/wide_integer/uintwide_t.h>
error in the PKGBUILD
Add "wide-integer"::"git+https://github.com/transmission/wide-integer.git"
to the end of the source array
Add 'SKIP'
to the end of the sha256sums array
Add
if [ -e wide-integer ]; then
rm -r wide-integer
fi
ln -s $srcdir/wide-integer wide-integer
inside the prepare function
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)