Package Details: go-git 1:go1.15beta1.r138.gba9e1088997-1

Git Clone URL: https://aur.archlinux.org/go-git.git (read-only, click to copy)
Package Base: go-git
Description: Core compiler tools for the Go programming language
Upstream URL: http://golang.org/
Keywords: git go golang
Licenses: BSD
Conflicts: go
Provides: go
Submitter: fzerorubigd
Maintainer: obedmr
Last Packager: obedmr
Votes: 8
Popularity: 0.000009
First Submitted: 2014-12-18 12:40 (UTC)
Last Updated: 2020-08-07 17:52 (UTC)

Dependencies (2)

Required by (3258)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

fzerorubigd commented on 2015-03-13 16:57 (UTC)

@Stephen304 For cross compiling using gox, you need all src folder not just some file from that. But if you want to cross compile, this tip version unlike the go 1.4 can do it without any external tool or need to sources. for example building for mac is easy like this : env GOOS=darwin GOARCH=386 go build also I suggest reading this : http://dave.cheney.net/2015/03/03/cross-compilation-just-got-a-whole-lot-better-in-go-1-5

Stephen304 commented on 2015-03-13 15:18 (UTC)

I think this needs to be added under the gox sextion - I am trying to use gox but it complains that all.bash isn't found: install -Dm755 src/all.bash "$pkgdir/usr/lib/go/src/all.bash" Additionally, gox wants a VERSION file, but I can't figure out what goes in it. I put the git describe string "go1.4beta1.r1579" but it said it wanted "devel", so I changed it to devel, then it complained that it wanted the git describe string.

fzerorubigd commented on 2015-03-09 17:15 (UTC)

@Stephen304 Yes, in this commit : https://github.com/golang/go/commit/3317e7f19a15d7b7adb262c2a2712ba3caf05c70 Also I think the mercurial is not needed for make. I fix this as soon as possibele Thank you

fzerorubigd commented on 2015-02-24 06:39 (UTC)

@lucy thankyou. since there is a dependency to go>=1.4, so its safe to assume there is an installation in /usr/lib/go Could you try again with the updated version?

<deleted-account> commented on 2015-02-23 19:41 (UTC)

##### Building Go bootstrap tool. cmd/dist ERROR: Cannot find /home/lucy/go1.4/bin/go. Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4. make.bash: line 121: /home/lucy/go1.4/bin/go: No such file or directory Doesn't build.

fzerorubigd commented on 2015-02-09 10:58 (UTC)

@wertha fixed, thanks. also this provide go=1.4.

wertha commented on 2015-02-09 10:22 (UTC)

as per this document, go 1.4 is required to build master https://docs.google.com/document/d/1OaatvGhEAq7VseQ9kkavxKNAfepWy2yhPUBs96FGV28/edit?pli=1