Search Criteria
Package Details: tget-git 0.1.1.r1.g77add45-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tget-git.git (read-only, click to copy) |
---|---|
Package Base: | tget-git |
Description: | Like wget but for torrents (latest commit) |
Upstream URL: | https://github.com/sweetbbak/tget |
Keywords: | bittorrent cli magnet torrent |
Licenses: | MIT |
Conflicts: | nodejs-tget, tget |
Provides: | tget |
Submitter: | kseistrup |
Maintainer: | kseistrup |
Last Packager: | kseistrup |
Votes: | 1 |
Popularity: | 0.034847 |
First Submitted: | 2024-07-12 16:37 (UTC) |
Last Updated: | 2024-07-15 08:27 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
kseistrup commented on 2024-07-15 10:14 (UTC)
@kozaki, I'm glad it works for you now. :)
kozaki commented on 2024-07-15 08:17 (UTC)
does the job.
@kseistrup you got these
go
package env variables right, it seems :-)Now let's see how tget works compared to rtorrent that I used for so long.
kseistrup commented on 2024-07-14 18:31 (UTC) (edited on 2024-07-14 18:32 (UTC) by kseistrup)
Hm, earlier on you showed me:
Shouldn't
GOROOT
just be/usr/lib/go
? Because you also showed me:and the
src
directory should be/usr/lib/go/src
, not/usr/lib/go/bin/src
.kseistrup commented on 2024-07-14 18:27 (UTC)
I'm unsure what to suggest…
What happens if you comment out the
go mod tidy
in theprepare()
function?And does it help if you clear go's caches and try again?
kozaki commented on 2024-07-14 18:03 (UTC)
makedep yeap.
Setting
GOPROXY
as it is for you goes way further though it still fails:kseistrup commented on 2024-07-14 09:07 (UTC)
@kozaki
go
is a make dependency.When I say
go env GOPROXY
I gethttps://proxy.golang.org,direct
(that should be the default for a newly installedgo
setup). What happens if you say?
I agree that this is not directly a packaging issue, but it would be nice if it just worked.
kozaki commented on 2024-07-14 08:37 (UTC)
I just installed go with pacman to do some quick checks; in that case GOPROXY is indeed empty:
Thank you for your help @kseistrup. Please note I can delete this comment as it's related to Go rather than tget.
kseistrup commented on 2024-07-13 18:37 (UTC)
@kozaki
“It works here.”
Does any of the suggestions in https://github.com/golang/go/issues/61928 help?
Is your
GOPROXY
variable set (go env GOPROXY
)? And/orGOROOT
?kozaki commented on 2024-07-13 15:07 (UTC) (edited on 2024-07-13 15:08 (UTC) by kozaki)
Not sure what's going wrong here?