Package Details: kubo-git 0.30.0.r15.gb71cf0d-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: Revvy
Last Packager: Revvy
Votes: 24
Popularity: 0.013637
First Submitted: 2022-07-10 17:38 (UTC)
Last Updated: 2024-09-20 03:13 (UTC)

Dependencies (4)

Required by (16)

Sources (1)

Latest Comments

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

Kubuxu commented on 2016-05-09 10:54 (UTC)

Here is a fix that worked for me From 63db4b943736f30e92215421c4f32915914dfcb4 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera <kubuxu@protonmail.ch> Date: Mon, 9 May 2016 12:50:32 +0200 Subject: [PATCH] Fix build in Go 1.6 --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 7fa2229..1c00f85 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,6 +31,7 @@ prepare() { build() { # Required for go get export GOPATH="$srcdir" + export GOBIN="$srcdir/bin" export PATH=$PATH:$GOPATH/bin msg2 'Installing dependencies...' -- 2.8.2

edtoml commented on 2016-05-07 13:29 (UTC)

The problem is not the go version. I restored a go 1.5.3 package from my backups, installed it and tried building. Same error.

edtoml commented on 2016-05-06 00:55 (UTC)

redfish queried the ipfs main author on irc and go 1.6.2 should work.

edtoml commented on 2016-05-03 00:27 (UTC)

Also getting make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/tmp/makepkg/go-ipfs-git/src/go-ipfs/cmd/ipfs' go install -ldflags="-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=d597f4b" go install: no install location for directory /tmp/makepkg/go-ipfs-git/src/go-ipfs/cmd/ipfs outside GOPATH For more details see: go help gopath Makefile:7: recipe for target 'install' failed It used to work. Ideas anyone?

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