pkgsrc-WIP-changes archive

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

termdbms: reduce errors



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Sep 14 09:46:04 2021 +0200
Changeset:	e9ea5a129996904af561e5d9c6fd8a18160515b0

Modified Files:
	termdbms/Makefile
	termdbms/TODO

Log Message:
termdbms: reduce errors

now limited by go libc not supporting NetBSD

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

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

diffstat:
 termdbms/Makefile |  2 ++
 termdbms/TODO     | 65 +++++++++++++------------------------------------------
 2 files changed, 17 insertions(+), 50 deletions(-)

diffs:
diff --git a/termdbms/Makefile b/termdbms/Makefile
index eee9d99941..dcf58e64ef 100644
--- a/termdbms/Makefile
+++ b/termdbms/Makefile
@@ -13,6 +13,8 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
+GO_BUILD_PATTERN=	.
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"
diff --git a/termdbms/TODO b/termdbms/TODO
index 561967459b..27936ac8a8 100644
--- a/termdbms/TODO
+++ b/termdbms/TODO
@@ -1,54 +1,19 @@
-=> Bootstrap dependency digest>=20010302: found digest-20190127
-WARNING: [license.mk] Every package should define a LICENSE.
-===> Skipping vulnerability checks.
-WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
-WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
-===> Building for termdbms-0.3alpha
-package modernc.org/tcl
-	imports modernc.org/libc/errno: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/errno
 package termdbms
-	imports modernc.org/sqlite
-	imports modernc.org/libc
-	imports modernc.org/libc/signal: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/signal
+        imports modernc.org/sqlite
+        imports modernc.org/libc
+        imports modernc.org/libc/errno: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/errno
 package termdbms
-	imports modernc.org/sqlite
-	imports modernc.org/libc/sys/types: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/sys/types
+        imports modernc.org/sqlite
+        imports modernc.org/libc
+        imports modernc.org/libc/signal: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/signal
 package termdbms
-	imports modernc.org/sqlite
-	imports modernc.org/libc
-	imports modernc.org/libc/time: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/time
+        imports modernc.org/sqlite
+        imports modernc.org/libc/sys/types: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/sys/types
 package termdbms
-	imports modernc.org/sqlite
-	imports modernc.org/libc
-	imports modernc.org/libc/unistd: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/unistd
-../.gopath/pkg/mod/golang.org/x/mod@v0.3.0/sumdb/note/note.go:194:2: missing go.sum entry for module providing package golang.org/x/crypto/ed25519 (imported by golang.org/x/mod/sumdb/note); to add:
-	go get golang.org/x/mod/sumdb/note@v0.3.0
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/present/parse.go:23:2: missing go.sum entry for module providing package github.com/yuin/goldmark (imported by golang.org/x/tools/present); to add:
-	go get golang.org/x/tools/present@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/present/parse.go:24:2: missing go.sum entry for module providing package github.com/yuin/goldmark/ast (imported by golang.org/x/tools/present); to add:
-	go get golang.org/x/tools/present@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/present/parse.go:25:2: missing go.sum entry for module providing package github.com/yuin/goldmark/renderer/html (imported by golang.org/x/tools/present); to add:
-	go get golang.org/x/tools/present@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/present/parse.go:26:2: missing go.sum entry for module providing package github.com/yuin/goldmark/text (imported by golang.org/x/tools/present); to add:
-	go get golang.org/x/tools/present@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/godoc/redirect/redirect.go:22:2: missing go.sum entry for module providing package golang.org/x/net/context/ctxhttp (imported by golang.org/x/tools/godoc/redirect); to add:
-	go get golang.org/x/tools/godoc/redirect@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/cmd/html2article/conv.go:21:2: missing go.sum entry for module providing package golang.org/x/net/html (imported by golang.org/x/tools/cmd/html2article); to add:
-	go get golang.org/x/tools/cmd/html2article@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/cmd/html2article/conv.go:22:2: missing go.sum entry for module providing package golang.org/x/net/html/atom (imported by golang.org/x/tools/cmd/html2article); to add:
-	go get golang.org/x/tools/cmd/html2article@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/playground/socket/socket.go:36:2: missing go.sum entry for module providing package golang.org/x/net/websocket (imported by golang.org/x/tools/playground/socket); to add:
-	go get golang.org/x/tools/playground/socket@v0.0.0-20201124115921-2c860bdd6e78
-../.gopath/pkg/mod/golang.org/x/tools@v0.0.0-20201124115921-2c860bdd6e78/internal/lsp/cache/analysis.go:16:2: missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by golang.org/x/tools/internal/lsp/cache); to add:
-	go get golang.org/x/tools/internal/lsp/cache@v0.0.0-20201124115921-2c860bdd6e78
-package modernc.org/tcl
-	imports modernc.org/tcl/lib: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/tcl@v1.5.9/lib
-pattern ...: github.com/google/goterm@v0.0.0-20190703233501-fc88cf888a3f: missing go.sum entry
-*** Error code 1
-
-Stop.
-make[1]: stopped in /usr/pkgsrc/wip/termdbms
-*** Error code 1
-
-Stop.
-make: stopped in /usr/pkgsrc/wip/termdbms
+        imports modernc.org/sqlite
+        imports modernc.org/libc
+        imports modernc.org/libc/time: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/time
+package termdbms
+        imports modernc.org/sqlite
+        imports modernc.org/libc
+        imports modernc.org/libc/unistd: build constraints exclude all Go files in /scratch/wip/termdbms/work/.gopath/pkg/mod/modernc.org/libc@v1.11.3/unistd


Home | Main Index | Thread Index | Old Index