Package Details: golang-glide 0.13.3-3

Git Clone URL: https://aur.archlinux.org/golang-glide.git (read-only, click to copy)
Package Base: golang-glide
Description: Dependency management and vendoring for Go projects
Upstream URL: https://github.com/Masterminds/glide
Licenses: MIT
Submitter: City-busz
Maintainer: None
Last Packager: City-busz
Votes: 1
Popularity: 0.000000
First Submitted: 2021-05-13 16:30 (UTC)
Last Updated: 2021-05-13 16:30 (UTC)

Pinned Comments

MarsSeed commented on 2022-07-10 15:41 (UTC)

In case anyone still needs glide for Go builds, there is a working golang-glide-bin package as an alternative to this package.

Latest Comments

MarsSeed commented on 2022-07-10 15:41 (UTC)

In case anyone still needs glide for Go builds, there is a working golang-glide-bin package as an alternative to this package.

MarsSeed commented on 2022-07-10 15:25 (UTC) (edited on 2022-07-10 15:41 (UTC) by MarsSeed)

It seems this tool is not needed anymore on AUR.

There were a few packages that required the original AUR/glide dependency management utility, but now they are either obsolete or have updates that eliminate this need.

MarsSeed commented on 2022-06-14 18:48 (UTC)

There is a fork that fixes a build-time dependency:

https://github.com/Ownercz/glide

MartinX3 commented on 2021-08-20 00:01 (UTC)

Broken?

==> Beginne build()... glide.go:24:2: no required module provides package github.com/Masterminds/glide/action: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:25:2: no required module provides package github.com/Masterminds/glide/cache: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:26:2: no required module provides package github.com/Masterminds/glide/msg: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:27:2: no required module provides package github.com/Masterminds/glide/path: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:28:2: no required module provides package github.com/Masterminds/glide/repo: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:29:2: no required module provides package github.com/Masterminds/glide/util: go.mod file not found in current directory or any parent directory; see 'go help modules' glide.go:31:2: no required module provides package github.com/codegangsta/cli: go.mod file not found in current directory or any parent directory; see 'go help modules' ==> FEHLER: Ein Fehler geschah in build(). Breche ab... Fehler: kann ‚golang-glide-0.13.3-3‘ nicht bauen: Fehler: kann Pakete nicht bauen: golang-glide-0.13.3-3

City-busz commented on 2021-05-13 16:31 (UTC)

I moved glide-player as name 'glide' to the [community] repository, so I rename this package to golang-glide.

intelfx commented on 2020-05-28 17:02 (UTC)

Yeah, I didn't really build-test this one, did I?..

Fixed to export $GOPATH where needed. Also I don't really understand what good did the old prepare() do with all the symlinking into a custom $GOROOT, so I rewrote that, too.

lewisbrown commented on 2020-05-24 21:07 (UTC)

I've found that this doesn't build for me.

GOPATH is set and exported in in prepare(), but not in build - where it fails. Perhaps it has been assumed that exporting from within a function should take care of it for all others, but apparently not.

This problem was easily fixed by resetting GOPATH within the build() function.

intelfx commented on 2020-05-21 00:57 (UTC)

Ah, this has no maintainer. Package updated but I won't maintain it long term.

intelfx commented on 2020-05-21 00:41 (UTC)

Why does this want gcc-go rather than just go?

melentye commented on 2020-05-13 06:55 (UTC)

Hi! Can this package makedepend on go instead of its specific implementation gcc-go? gcc-go provides go.

The current dependency setup leads to a conflict on systems where "go" package is already installed.