[Bug 278415] Mk/Uses/go.mk: 'make gomod-vendor' fails on the port misc/localai: missing go.sum entry for module providing package ...
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278415] Mk/Uses/go.mk: 'make gomod-vendor' fails on the port misc/localai: missing go.sum entry for module providing package ..."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 278415] Mk/Uses/go.mk: 'make gomod-vendor' fails on the port misc/localai: missing go.sum entry for module providing package ..."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 19:49:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278415
Bug ID: 278415
Summary: Mk/Uses/go.mk: 'make gomod-vendor' fails on the port
misc/localai: missing go.sum entry for module
providing package ...
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: yuri@freebsd.org
The error messages below seem to indicate that 'make gomod-vendor' expects
go.sum in git-submodules (ex. github.com/go-skynet/go-bert.cpp) that are C++
projects, not Go projects, for some reason.
--log--
[yuri@yv /usr/ports/misc/localai]$ cd /usr/ports/misc/localai && make
gomod-vendor
go: github.com/go-skynet/LocalAI/backend/go/llm/bert imports
github.com/go-skynet/go-bert.cpp: missing go.sum entry for module
providing package github.com/go-skynet/go-bert.cpp (imported by
github.com/go-skynet/LocalAI/backend/go/llm/bert); to add:
go get github.com/go-skynet/LocalAI/backend/go/llm/bert
go: github.com/go-skynet/LocalAI/backend/go/llm/gpt4all imports
github.com/nomic-ai/gpt4all/gpt4all-bindings/golang: missing go.sum
entry for module providing package
github.com/nomic-ai/gpt4all/gpt4all-bindings/golang (imported by
github.com/go-skynet/LocalAI/backend/go/llm/gpt4all); to add:
go get github.com/go-skynet/LocalAI/backend/go/llm/gpt4all
go: github.com/go-skynet/LocalAI/backend/go/llm/rwkv imports
github.com/donomii/go-rwkv.cpp: missing go.sum entry for module
providing package github.com/donomii/go-rwkv.cpp (imported by
github.com/go-skynet/LocalAI/backend/go/llm/rwkv); to add:
go get github.com/go-skynet/LocalAI/backend/go/llm/rwkv
go: github.com/go-skynet/LocalAI/backend/go/transcribe imports
github.com/ggerganov/whisper.cpp/bindings/go/pkg/whisper: missing
go.sum entry for module providing package
github.com/ggerganov/whisper.cpp/bindings/go/pkg/whisper (imported by
github.com/go-skynet/LocalAI/backend/go/transcribe); to add:
go get github.com/go-skynet/LocalAI/backend/go/transcribe
go: github.com/go-skynet/LocalAI/backend/go/tts imports
github.com/mudler/go-piper: missing go.sum entry for module providing
package github.com/mudler/go-piper (imported by
github.com/go-skynet/LocalAI/backend/go/tts); to add:
go get github.com/go-skynet/LocalAI/backend/go/tts
go: github.com/go-skynet/LocalAI/pkg/stablediffusion imports
github.com/mudler/go-stable-diffusion: missing go.sum entry for module
providing package github.com/mudler/go-stable-diffusion (imported by
github.com/go-skynet/LocalAI/pkg/stablediffusion); to add:
go get github.com/go-skynet/LocalAI/pkg/stablediffusion
go: github.com/go-skynet/LocalAI/pkg/tinydream imports
github.com/M0Rf30/go-tiny-dream: missing go.sum entry for module
providing package github.com/M0Rf30/go-tiny-dream (imported by
github.com/go-skynet/LocalAI/pkg/tinydream); to add:
go get github.com/go-skynet/LocalAI/pkg/tinydream
*** Error code 1
Stop.
make: stopped in /usr/ports/misc/localai
--
You are receiving this mail because:
You are the assignee for the bug.