Package Details: kubo-git 0.26.0.r46.g1514785-1

Git Clone URL: https://aur.archlinux.org/kubo-git.git (read-only, click to copy)
Package Base: kubo-git
Description: IPFS implementation in Go
Upstream URL: https://github.com/ipfs/kubo
Licenses: MIT AND Apache-2.0
Conflicts: go-ipfs, go-ipfs-git, kubo
Provides: go-ipfs, ipfs, kubo
Replaces: go-ipfs-git
Submitter: RubenKelevra
Maintainer: None
Last Packager: mhdi
Votes: 24
Popularity: 0.77
First Submitted: 2022-07-10 17:38 (UTC)
Last Updated: 2024-02-14 17:42 (UTC)

Dependencies (3)

Required by (16)

Sources (1)

Latest Comments

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

mythmon commented on 2016-04-29 15:10 (UTC)

When building this package, I get this error: go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=fed6212" go install: no install location for directory /home/mythmon/src/pkgbuild/go-ipfs-git/src/go-ipfs/cmd/ipfs outside GOPATH For more details see: go help gopath Makefile:7: recipe for target 'install' failed

Freso commented on 2016-04-12 19:36 (UTC)

PSA: New released version is not a reason to flag a -git package as out-of-date. If you install the -git package, its pkgver() function will automatically pull the version from Git. It should only get flagged out of date if it no longer builds or its dependencies have been outdated.

whoami commented on 2016-04-05 12:10 (UTC)

Can u add systemd service file from community/go-ipfs?

jonnor commented on 2016-03-09 12:37 (UTC)

@Ape: The latest tag seems to work. Append #tag=0.4.0-rc2 to the .git in source()

Ape commented on 2016-03-05 06:50 (UTC)

I get this error when building this package: go-ipfs must be built from within your $GOPATH directory. expected '/tmp/go-ipfs-git20988/go-ipfs-git/src/src/github.com/ipfs/go-ipfs' but got '/tmp/go-ipfs-git20988/go-ipfs-git/src/go-ipfs' Makefile:32: recipe for target 'path_check' failed make: *** [path_check] Error 1

Kubuxu commented on 2016-02-26 15:19 (UTC) (edited on 2016-02-26 16:27 (UTC) by Kubuxu)

@Freso You might be interested as I just packaged build tools used by IPFS. See `gx` and `gx-go`. Also there are 0.4.0 tags, see: https://github.com/ipfs/go-ipfs/releases To use sources pulled by `makepkg` do what is done currently. Link them under go build infrastructure. If you don't feel great about handling go, I would be honoured to adopt this package. 0.4.0 release is a big steps for IPFS and the sooner AUR contains release candidate versions the better.

Freso commented on 2016-02-26 12:18 (UTC)

Also seems like upstream's own build instructions are currently broken, so it's not easy to test this.

Freso commented on 2016-02-26 10:47 (UTC)

@bitwave: Using the build instructions as listed on that page is not really suitable for this package, as it will cause the sources to be downloaded twice. I will need to figure out how to do this while using the repository pulled by `makepkg`. @Ape Ask upstream to make 0.4.x tag then and this package will have its $pkgver updated the next time you build it.

bitwave commented on 2016-02-20 11:51 (UTC)

please use the building instructions with go-gx (https://github.com/ipfs/go-ipfs/#build-from-source)

Ape commented on 2016-01-16 18:12 (UTC)

@Stebalien, The version numbering on this package is a bit problematic in other ways, too. IPFS 0.3.x and 0.4.x are mutually incompatible branches. The latest released version and so the latest tag in Git is 0.3.11. Because of this, the package version is based on 0.3.11. However, the package really builds a 0.4.x branch version since 0.4.0 is currently being developed in Git master. 'ipfs version' returns '0.4.0-dev'. I suggest that PKGBUILD is changed so that the package version number contains '0.4' instead of '0.3'. Maybe something like '0.4.0-dev.r###.hash'.