pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

scaleway-cli: Add initial investigation



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu May 9 21:42:14 2024 +0200
Changeset:	714cef40759f7f19a5dea96f066df448e8b12e51

Modified Files:
	scaleway-cli/TODO

Log Message:
scaleway-cli: Add initial investigation

Spotting the issue is pretty easy... patching it without forking could
be more challenging!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=714cef40759f7f19a5dea96f066df448e8b12e51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 scaleway-cli/TODO | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/scaleway-cli/TODO b/scaleway-cli/TODO
index 6809436935..75c038aeff 100644
--- a/scaleway-cli/TODO
+++ b/scaleway-cli/TODO
@@ -15,4 +15,7 @@ Build on NetBSD/amd64 fails with:
          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.
+The problem is likely due
+github.com/buildpacks/lifecycle/internal/path/defaults_unix.go that is
+actually only for "linux" and "darwin"... Unix-like OS-es are not just
+Linux and macOS!


Home | Main Index | Thread Index | Old Index