pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
scaleway-cli: Add how the build fails
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu May 9 21:38:08 2024 +0200
Changeset: 764c53910bd54df8ffeef071402236c972837368
Added Files:
scaleway-cli/TODO
Log Message:
scaleway-cli: Add how the build fails
(Also 2.24.0 failed in the same way.)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=764c53910bd54df8ffeef071402236c972837368
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
scaleway-cli/TODO | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diffs:
diff --git a/scaleway-cli/TODO b/scaleway-cli/TODO
new file mode 100644
index 0000000000..6809436935
--- /dev/null
+++ b/scaleway-cli/TODO
@@ -0,0 +1,18 @@
+Build on NetBSD/amd64 fails with:
+
+ go: downloading github.com/prometheus/common v0.44.0
+ go: downloading github.com/prometheus/client_model v0.5.0
+ go: downloading github.com/beorn7/perks v1.0.1
+ go: downloading github.com/cespare/xxhash/v2 v2.2.0
+ go: downloading github.com/prometheus/procfs v0.12.0
+ go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
+ package github.com/scaleway/scaleway-cli/v2/cmd/scw
+ imports github.com/scaleway/scaleway-cli/v2/internal/namespaces
+ imports github.com/scaleway/scaleway-cli/v2/internal/namespaces/container/v1beta1
+ imports github.com/buildpacks/pack/pkg/client
+ imports github.com/buildpacks/lifecycle/phase
+ imports github.com/buildpacks/lifecycle/cache
+ imports github.com/buildpacks/lifecycle/platform
+ imports github.com/buildpacks/lifecycle/internal/path: build constraints exclude all Go files in .../pkgsrc/wip/scaleway-cli/work/.gopath/pkg/mod/github.com/buildpacks/lifecycle@v0.18.5/internal/path
+
+Investigate what it is going on.
Home |
Main Index |
Thread Index |
Old Index