FS#72047 - [booster] missing makedepends on git
Attached to Project:
Arch Linux
Opened by Felix Yan (felixonmars) - Monday, 06 September 2021, 12:24 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 10:35 GMT
Opened by Felix Yan (felixonmars) - Monday, 06 September 2021, 12:24 GMT
Last edited by Jelle van der Waa (jelly) - Saturday, 02 September 2023, 10:35 GMT
|
Details
Description:
==> Starting build()... go: downloading github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e go: downloading github.com/pierrec/lz4 v2.6.1+incompatible go: downloading github.com/ulikunitz/xz v0.5.10 go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b go: downloading github.com/klauspost/compress v1.13.1 go: downloading github.com/google/renameio v1.0.1 go: downloading github.com/golang/snappy v0.0.4 go: github.com/anatol/uevent.go@v1.0.1-0.20210327185707-f514f64e9887: git init --bare in /build/go/pkg/mod/cache/vcs/6666eb9d918f6cc22a96de66a465be3c92eb7d59a55d93907e3860158d07b237: exec: "git": executable file not found in $PATH go: downloading github.com/insomniacslk/dhcp v0.0.0-20210621130208-1cac67f12b1e go: downloading github.com/vishvananda/netlink v1.1.0 go: downloading github.com/anatol/devmapper.go v0.0.0-20210415184739-2afcc0316ff9 go: downloading github.com/anatol/luks.go v0.0.0-20210425171158-dc481afa1d24 go: downloading github.com/yookoala/realpath v1.0.0 go: downloading github.com/anatol/clevis.go v0.0.0-20210713172257-04afb7cd6b31 go: downloading github.com/anatol/uevent.go v1.0.1-0.20210327185707-f514f64e9887 go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f go: downloading golang.org/x/net v0.0.0-20210614182718-04defd469f4e go: downloading github.com/u-root/uio v0.0.0-20210528151154-e40b768296a7 go: github.com/anatol/uevent.go@v1.0.1-0.20210327185707-f514f64e9887: git init --bare in /build/go/pkg/mod/cache/vcs/6666eb9d918f6cc22a96de66a465be3c92eb7d59a55d93907e3860158d07b237: exec: "git": executable file not found in $PATH |
This task depends upon
Closed by Jelle van der Waa (jelly)
Saturday, 02 September 2023, 10:35 GMT
Reason for closing: Works for me
Additional comments about closing: Builds fine here.
Saturday, 02 September 2023, 10:35 GMT
Reason for closing: Works for me
Additional comments about closing: Builds fine here.
Comment by
Anatol Pomozov (anatolik) -
Wednesday, 08 September 2021, 18:20 GMT
Huh I am surprised that `go mod` uses git to pull sources
directly. I thought that sources are fetched from the proxy server
over HTTP protocol.