Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917115 Details for
Bug 948424
app-misc/ollama-9999::guru failing with amd use flag enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
full emerge messages
file_948424.txt (text/plain), 30.51 KB, created by
Raj Barath
on 2025-01-20 00:35:32 UTC
(
hide
)
Description:
full emerge messages
Filename:
MIME Type:
Creator:
Raj Barath
Created:
2025-01-20 00:35:32 UTC
Size:
30.51 KB
patch
obsolete
>emerge --ask app-misc/ollama > > * IMPORTANT: config file '/etc/portage/package.env' needs updating. > * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS > * sections of the emerge man page to learn how to update config files. > >These are the packages that would be merged, in order: > >Calculating dependencies ... done! >Dependency resolution took 5.77 s (backtrack: 0/20). > >[ebuild N *] app-misc/ollama-9999::guru USE="amd -nvidia" 0 KiB > >Total: 1 package (1 new), Size of downloads: 0 KiB > >Would you like to merge these packages? [Yes/No] >>>> Verifying ebuild manifests >>>> Running pre-merge checks for app-misc/ollama-9999 > * WARNING: AMD & Nvidia support in this ebuild are experimental > * If you run into issues, especially compiling dev-libs/rocm-opencl-runtime > * you may try the docker image here https://github.com/ROCm/ROCm-docker > * and follow instructions here > * https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/docker.html >>>> Emerging (1 of 1) app-misc/ollama-9999::guru >>>> Failed to emerge app-misc/ollama-9999, Log file: >>>> '/var/tmp/portage/app-misc/ollama-9999/temp/build.log' >>>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.51, 2.67, 4.59 > * Package: app-misc/ollama-9999:0 > * Repository: guru > * Maintainer: zdanevich.vitaly@ya.ru > * USE: abi_x86_64 amd amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... > * Repository id: ollama_ollama.git > * To override fetched repository properties, use: > * EGIT_OVERRIDE_REPO_OLLAMA_OLLAMA > * EGIT_OVERRIDE_BRANCH_OLLAMA_OLLAMA > * EGIT_OVERRIDE_COMMIT_OLLAMA_OLLAMA > * EGIT_OVERRIDE_COMMIT_DATE_OLLAMA_OLLAMA > * > * Fetching https://github.com/ollama/ollama.git ... >git fetch https://github.com/ollama/ollama.git +HEAD:refs/git-r3/HEAD >remote: Enumerating objects: 80, done. >remote: Counting objects: 100% (45/45), done. >remote: Compressing objects: 100% (39/39), done. >remote: Total 80 (delta 22), reused 6 (delta 6), pack-reused 35 (from 3) >Unpacking objects: 100% (80/80), 257.18 KiB | 1.61 MiB/s, done. >From https://github.com/ollama/ollama > 32bd37ad..021817e5 HEAD -> refs/git-r3/HEAD > * [new tag] v0.5.6 -> v0.5.6 > * [new tag] v0.5.7 -> v0.5.7 >git symbolic-ref refs/git-r3/app-misc/ollama/0/__main__ refs/git-r3/HEAD > * Checking out https://github.com/ollama/ollama.git to /var/tmp/portage/app-misc/ollama-9999/work/ollama-9999 ... >git checkout --quiet refs/git-r3/HEAD >GIT update --> > repository: https://github.com/ollama/ollama.git > updating from commit: 32bd37adf805f5224a4fa18c2d4e7f33d9a972d8 > to commit: 021817e59ace5e351b35b2e6881f83a09f038546 > .prettierrc.json | 10 - > README.md | 13 +- > api/examples/README.md | 17 + > {examples/go-chat => api/examples/chat}/main.go | 0 > {examples/go-generate-streaming => api/examples/generate-streaming}/main.go | 0 > {examples/go-generate => api/examples/generate}/main.go | 0 > {examples/go-multimodal => api/examples/multimodal}/main.go | 0 > {examples/go-pull-progress => api/examples/pull-progress}/main.go | 0 > cmd/cmd.go | 2 +- > cmd/cmd_test.go | 4 +- > convert/convert.go | 4 + > convert/convert_commandr.go | 76 ++ > convert/convert_qwen2.go | 78 ++ > convert/convert_test.go | 2 + > convert/testdata/Qwen2.5-0.5B-Instruct.json | 314 ++++++ > convert/testdata/c4ai-command-r-v01.json | 344 +++++++ > convert/tokenizer.go | 2 + > docs/README.md | 2 +- > docs/api.md | 110 ++- > examples/README.md => docs/examples.md | 6 + > examples/.gitignore | 174 ---- > examples/flyio/.gitignore | 1 - > examples/flyio/README.md | 67 -- > examples/go-http-generate/main.go | 29 - > examples/jupyter-notebook/README.md | 5 - > examples/jupyter-notebook/ollama.ipynb | 102 -- > examples/kubernetes/README.md | 38 - > examples/kubernetes/cpu.yaml | 42 - > examples/kubernetes/gpu.yaml | 58 -- > examples/langchain-python-rag-document/README.md | 29 - > examples/langchain-python-rag-document/main.py | 61 -- > examples/langchain-python-rag-document/requirements.txt | 109 --- > examples/langchain-python-rag-privategpt/.gitignore | 170 ---- > examples/langchain-python-rag-privategpt/LICENSE | 201 ---- > examples/langchain-python-rag-privategpt/README.md | 91 -- > examples/langchain-python-rag-privategpt/constants.py | 11 - > examples/langchain-python-rag-privategpt/ingest.py | 170 ---- > examples/langchain-python-rag-privategpt/poetry.lock | 3833 ------------------------------------------------------------------------- > examples/langchain-python-rag-privategpt/privateGPT.py | 74 -- > examples/langchain-python-rag-privategpt/pyproject.toml | 26 - > examples/langchain-python-rag-privategpt/requirements.txt | 15 - > examples/langchain-python-rag-websummary/README.md | 23 - > examples/langchain-python-rag-websummary/main.py | 12 - > examples/langchain-python-rag-websummary/requirements.txt | 1 - > examples/langchain-python-simple/README.md | 23 - > examples/langchain-python-simple/main.py | 6 - > examples/langchain-python-simple/requirements.txt | 1 - > examples/langchain-typescript-simple/README.md | 23 - > examples/langchain-typescript-simple/main.ts | 25 - > examples/langchain-typescript-simple/package-lock.json | 997 ------------------- > examples/langchain-typescript-simple/package.json | 13 - > examples/modelfile-mario/Modelfile | 5 - > examples/modelfile-mario/logo.png | Bin 456296 -> 0 bytes > examples/modelfile-mario/readme.md | 43 - > examples/python-dockerit/Modelfile | 20 - > examples/python-dockerit/README.md | 31 - > examples/python-dockerit/dockerit.py | 17 - > examples/python-dockerit/requirements.txt | 1 - > examples/python-grounded-factuality-rag-check/README.md | 93 -- > examples/python-grounded-factuality-rag-check/main.py | 137 --- > examples/python-grounded-factuality-rag-check/requirements.txt | 8 - > examples/python-grounded-factuality-simple-check/main.py | 53 - > examples/python-grounded-factuality-simple-check/readme.md | 54 -- > examples/python-grounded-factuality-simple-check/requirements.txt | 1 - > examples/python-json-datagenerator/predefinedschema.py | 31 - > examples/python-json-datagenerator/randomaddresses.py | 31 - > examples/python-json-datagenerator/readme.md | 60 -- > examples/python-json-datagenerator/requirements.txt | 1 - > examples/python-loganalysis/Modelfile | 8 - > examples/python-loganalysis/loganalysis.py | 41 - > examples/python-loganalysis/logtest.logfile | 32 - > examples/python-loganalysis/readme.md | 72 -- > examples/python-loganalysis/requirements.txt | 1 - > examples/python-rag-newssummary/README.md | 35 - > examples/python-rag-newssummary/requirements.txt | 9 - > examples/python-rag-newssummary/summ.py | 86 -- > examples/python-rag-newssummary/utils.py | 108 --- > examples/python-simplechat/client.py | 48 - > examples/python-simplechat/readme.md | 44 - > examples/python-simplechat/requirements.txt | 1 - > examples/python-simplegenerate/README.md | 29 - > examples/python-simplegenerate/client.py | 40 - > examples/python-simplegenerate/requirements.txt | 1 - > examples/typescript-functioncalling/extractemail.ts | 118 --- > examples/typescript-functioncalling/extractwp.ts | 38 - > examples/typescript-functioncalling/info.txt | 17 - > examples/typescript-functioncalling/package-lock.json | 519 ---------- > examples/typescript-functioncalling/package.json | 9 - > examples/typescript-functioncalling/readme.md | 28 - > examples/typescript-functioncalling/wp.txt | 183 ---- > examples/typescript-mentors/.gitignore | 2 - > examples/typescript-mentors/README.md | 65 -- > examples/typescript-mentors/character-generator.ts | 26 - > examples/typescript-mentors/mentors.ts | 60 -- > examples/typescript-mentors/package.json | 15 - > examples/typescript-simplechat/client.ts | 77 -- > examples/typescript-simplechat/package.json | 12 - > examples/typescript-simplechat/readme.md | 35 - > llama/grammar/grammar_test.go | 107 --- > llama/llama_test.go | 104 ++ > macapp/package-lock.json | 91 -- > macapp/package.json | 6 +- > parser/expandpath_test.go | 114 ++- > parser/parser.go | 12 +- > parser/parser_test.go | 11 +- > server/create.go | 29 +- > server/routes_create_test.go | 98 ++ > template/command-r.gotmpl | 67 ++ > template/command-r.json | 6 + > template/index.json | 4 + > template/testdata/command-r.gotmpl/system-user-assistant-user | 1 + > template/testdata/command-r.gotmpl/user | 1 + > template/testdata/command-r.gotmpl/user-assistant-user | 1 + > 113 files changed, 1364 insertions(+), 9047 deletions(-) >go mod vendor >go: downloading golang.org/x/crypto v0.31.0 >go: downloading google.golang.org/protobuf v1.34.1 >go: downloading golang.org/x/sys v0.28.0 >go: downloading github.com/stretchr/testify v1.9.0 >go: downloading github.com/google/uuid v1.6.0 >go: downloading golang.org/x/image v0.22.0 >go: downloading github.com/google/go-cmp v0.6.0 >go: downloading github.com/spf13/cobra v1.7.0 >go: downloading github.com/containerd/console v1.0.3 >go: downloading golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa >go: downloading github.com/mattn/go-runewidth v0.0.14 >go: downloading golang.org/x/sync v0.10.0 >go: downloading github.com/gin-gonic/gin v1.10.0 >go: downloading github.com/olekukonko/tablewriter v0.0.5 >go: downloading golang.org/x/term v0.27.0 >go: downloading github.com/emirpasic/gods/v2 v2.0.0-alpha >go: downloading github.com/agnivade/levenshtein v1.1.1 >go: downloading golang.org/x/text v0.21.0 >go: downloading github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 >go: downloading github.com/nlpodyssey/gopickle v0.3.0 >go: downloading github.com/pdevine/tensor v0.0.0-20240510204454-f88f4562727c >go: downloading github.com/x448/float16 v0.8.4 >go: downloading github.com/gin-contrib/cors v1.7.2 >go: downloading github.com/rivo/uniseg v0.2.0 >go: downloading github.com/davecgh/go-spew v1.1.1 >go: downloading github.com/pmezard/go-difflib v1.0.0 >go: downloading gopkg.in/yaml.v3 v3.0.1 >go: downloading github.com/inconshreveable/mousetrap v1.1.0 >go: downloading github.com/spf13/pflag v1.0.5 >go: downloading github.com/gin-contrib/sse v0.1.0 >go: downloading github.com/mattn/go-isatty v0.0.20 >go: downloading golang.org/x/net v0.25.0 >go: downloading github.com/go-playground/validator/v10 v10.20.0 >go: downloading github.com/pelletier/go-toml/v2 v2.2.2 >go: downloading github.com/ugorji/go/codec v1.2.12 >go: downloading github.com/bytedance/sonic v1.11.6 >go: downloading github.com/goccy/go-json v0.10.2 >go: downloading github.com/json-iterator/go v1.1.12 >go: downloading github.com/modern-go/reflect2 v1.0.2 >go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd >go: downloading github.com/pkg/errors v0.9.1 >go: downloading github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 >go: downloading github.com/chewxy/math32 v1.11.0 >go: downloading github.com/chewxy/hm v1.0.0 >go: downloading github.com/google/flatbuffers v24.3.25+incompatible >go: downloading go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 >go: downloading gonum.org/v1/gonum v0.15.0 >go: downloading gorgonia.org/vecf32 v0.9.0 >go: downloading gorgonia.org/vecf64 v0.9.0 >go: downloading github.com/gogo/protobuf v1.3.2 >go: downloading github.com/golang/protobuf v1.5.4 >go: downloading github.com/gabriel-vasile/mimetype v1.4.3 >go: downloading github.com/go-playground/universal-translator v0.18.1 >go: downloading github.com/leodido/go-urn v1.4.0 >go: downloading github.com/xtgo/set v1.0.0 >go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 >go: downloading github.com/go-playground/locales v0.14.1 >go: downloading github.com/cloudwego/base64x v0.1.4 >go: downloading github.com/bytedance/sonic/loader v0.1.1 >go: downloading github.com/klauspost/cpuid/v2 v2.2.7 >go: downloading github.com/twitchyliquid64/golang-asm v0.15.1 >go: downloading golang.org/x/arch v0.8.0 >go: downloading github.com/cloudwego/iasm v0.2.0 ># github.com/agnivade/levenshtein v1.1.1 >## explicit; go 1.13 >github.com/agnivade/levenshtein ># github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 >## explicit; go 1.15 >github.com/apache/arrow/go/arrow >github.com/apache/arrow/go/arrow/array >github.com/apache/arrow/go/arrow/bitutil >github.com/apache/arrow/go/arrow/decimal128 >github.com/apache/arrow/go/arrow/endian >github.com/apache/arrow/go/arrow/float16 >github.com/apache/arrow/go/arrow/internal/cpu >github.com/apache/arrow/go/arrow/internal/debug >github.com/apache/arrow/go/arrow/memory >github.com/apache/arrow/go/arrow/memory/internal/cgoalloc >github.com/apache/arrow/go/arrow/tensor ># github.com/bytedance/sonic v1.11.6 >## explicit; go 1.16 >github.com/bytedance/sonic >github.com/bytedance/sonic/ast >github.com/bytedance/sonic/decoder >github.com/bytedance/sonic/encoder >github.com/bytedance/sonic/internal/caching >github.com/bytedance/sonic/internal/cpu >github.com/bytedance/sonic/internal/decoder >github.com/bytedance/sonic/internal/encoder >github.com/bytedance/sonic/internal/jit >github.com/bytedance/sonic/internal/native >github.com/bytedance/sonic/internal/native/avx >github.com/bytedance/sonic/internal/native/avx2 >github.com/bytedance/sonic/internal/native/neon >github.com/bytedance/sonic/internal/native/sse >github.com/bytedance/sonic/internal/native/types >github.com/bytedance/sonic/internal/resolver >github.com/bytedance/sonic/internal/rt >github.com/bytedance/sonic/option >github.com/bytedance/sonic/unquote >github.com/bytedance/sonic/utf8 ># github.com/bytedance/sonic/loader v0.1.1 >## explicit; go 1.16 >github.com/bytedance/sonic/loader >github.com/bytedance/sonic/loader/internal/abi >github.com/bytedance/sonic/loader/internal/rt ># github.com/chewxy/hm v1.0.0 >## explicit >github.com/chewxy/hm ># github.com/chewxy/math32 v1.11.0 >## explicit; go 1.13 >github.com/chewxy/math32 ># github.com/cloudwego/base64x v0.1.4 >## explicit; go 1.16 >github.com/cloudwego/base64x ># github.com/cloudwego/iasm v0.2.0 >## explicit; go 1.16 >github.com/cloudwego/iasm/expr >github.com/cloudwego/iasm/x86_64 ># github.com/containerd/console v1.0.3 >## explicit; go 1.13 >github.com/containerd/console ># github.com/d4l3k/go-bfloat16 v0.0.0-20211005043715-690c3bdd05f1 >## explicit; go 1.17 >github.com/d4l3k/go-bfloat16 ># github.com/davecgh/go-spew v1.1.1 >## explicit >github.com/davecgh/go-spew/spew ># github.com/emirpasic/gods/v2 v2.0.0-alpha >## explicit; go 1.21 >github.com/emirpasic/gods/v2/containers >github.com/emirpasic/gods/v2/lists >github.com/emirpasic/gods/v2/lists/arraylist >github.com/emirpasic/gods/v2/utils ># github.com/gabriel-vasile/mimetype v1.4.3 >## explicit; go 1.20 >github.com/gabriel-vasile/mimetype >github.com/gabriel-vasile/mimetype/internal/charset >github.com/gabriel-vasile/mimetype/internal/json >github.com/gabriel-vasile/mimetype/internal/magic ># github.com/gin-contrib/cors v1.7.2 >## explicit; go 1.18 >github.com/gin-contrib/cors ># github.com/gin-contrib/sse v0.1.0 >## explicit; go 1.12 >github.com/gin-contrib/sse ># github.com/gin-gonic/gin v1.10.0 >## explicit; go 1.20 >github.com/gin-gonic/gin >github.com/gin-gonic/gin/binding >github.com/gin-gonic/gin/internal/bytesconv >github.com/gin-gonic/gin/internal/json >github.com/gin-gonic/gin/render ># github.com/go-playground/locales v0.14.1 >## explicit; go 1.17 >github.com/go-playground/locales >github.com/go-playground/locales/currency ># github.com/go-playground/universal-translator v0.18.1 >## explicit; go 1.18 >github.com/go-playground/universal-translator ># github.com/go-playground/validator/v10 v10.20.0 >## explicit; go 1.18 >github.com/go-playground/validator/v10 ># github.com/goccy/go-json v0.10.2 >## explicit; go 1.12 >github.com/goccy/go-json >github.com/goccy/go-json/internal/decoder >github.com/goccy/go-json/internal/encoder >github.com/goccy/go-json/internal/encoder/vm >github.com/goccy/go-json/internal/encoder/vm_color >github.com/goccy/go-json/internal/encoder/vm_color_indent >github.com/goccy/go-json/internal/encoder/vm_indent >github.com/goccy/go-json/internal/errors >github.com/goccy/go-json/internal/runtime ># github.com/gogo/protobuf v1.3.2 >## explicit; go 1.15 >github.com/gogo/protobuf/gogoproto >github.com/gogo/protobuf/proto >github.com/gogo/protobuf/protoc-gen-gogo/descriptor ># github.com/golang/protobuf v1.5.4 >## explicit; go 1.17 >github.com/golang/protobuf/proto ># github.com/google/flatbuffers v24.3.25+incompatible >## explicit >github.com/google/flatbuffers/go ># github.com/google/go-cmp v0.6.0 >## explicit; go 1.13 >github.com/google/go-cmp/cmp >github.com/google/go-cmp/cmp/internal/diff >github.com/google/go-cmp/cmp/internal/flags >github.com/google/go-cmp/cmp/internal/function >github.com/google/go-cmp/cmp/internal/value ># github.com/google/uuid v1.6.0 >## explicit >github.com/google/uuid ># github.com/inconshreveable/mousetrap v1.1.0 >## explicit; go 1.18 >github.com/inconshreveable/mousetrap ># github.com/json-iterator/go v1.1.12 >## explicit; go 1.12 >github.com/json-iterator/go ># github.com/klauspost/cpuid/v2 v2.2.7 >## explicit; go 1.15 >github.com/klauspost/cpuid/v2 ># github.com/kr/text v0.2.0 >## explicit ># github.com/leodido/go-urn v1.4.0 >## explicit; go 1.18 >github.com/leodido/go-urn >github.com/leodido/go-urn/scim/schema ># github.com/mattn/go-isatty v0.0.20 >## explicit; go 1.15 >github.com/mattn/go-isatty ># github.com/mattn/go-runewidth v0.0.14 >## explicit; go 1.9 >github.com/mattn/go-runewidth ># github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd >## explicit >github.com/modern-go/concurrent ># github.com/modern-go/reflect2 v1.0.2 >## explicit; go 1.12 >github.com/modern-go/reflect2 ># github.com/nlpodyssey/gopickle v0.3.0 >## explicit; go 1.17 >github.com/nlpodyssey/gopickle/pickle >github.com/nlpodyssey/gopickle/pytorch >github.com/nlpodyssey/gopickle/types ># github.com/olekukonko/tablewriter v0.0.5 >## explicit; go 1.12 >github.com/olekukonko/tablewriter ># github.com/pdevine/tensor v0.0.0-20240510204454-f88f4562727c >## explicit; go 1.22.0 >github.com/pdevine/tensor >github.com/pdevine/tensor/internal/execution >github.com/pdevine/tensor/internal/serialization/fb >github.com/pdevine/tensor/internal/serialization/pb >github.com/pdevine/tensor/internal/storage >github.com/pdevine/tensor/native ># github.com/pelletier/go-toml/v2 v2.2.2 >## explicit; go 1.16 >github.com/pelletier/go-toml/v2 >github.com/pelletier/go-toml/v2/internal/characters >github.com/pelletier/go-toml/v2/internal/danger >github.com/pelletier/go-toml/v2/internal/tracker >github.com/pelletier/go-toml/v2/unstable ># github.com/pkg/errors v0.9.1 >## explicit >github.com/pkg/errors ># github.com/pmezard/go-difflib v1.0.0 >## explicit >github.com/pmezard/go-difflib/difflib ># github.com/rivo/uniseg v0.2.0 >## explicit; go 1.12 >github.com/rivo/uniseg ># github.com/spf13/cobra v1.7.0 >## explicit; go 1.15 >github.com/spf13/cobra ># github.com/spf13/pflag v1.0.5 >## explicit; go 1.12 >github.com/spf13/pflag ># github.com/stretchr/testify v1.9.0 >## explicit; go 1.17 >github.com/stretchr/testify/assert >github.com/stretchr/testify/require ># github.com/twitchyliquid64/golang-asm v0.15.1 >## explicit; go 1.13 >github.com/twitchyliquid64/golang-asm/asm/arch >github.com/twitchyliquid64/golang-asm/bio >github.com/twitchyliquid64/golang-asm/dwarf >github.com/twitchyliquid64/golang-asm/goobj >github.com/twitchyliquid64/golang-asm/obj >github.com/twitchyliquid64/golang-asm/obj/arm >github.com/twitchyliquid64/golang-asm/obj/arm64 >github.com/twitchyliquid64/golang-asm/obj/mips >github.com/twitchyliquid64/golang-asm/obj/ppc64 >github.com/twitchyliquid64/golang-asm/obj/riscv >github.com/twitchyliquid64/golang-asm/obj/s390x >github.com/twitchyliquid64/golang-asm/obj/wasm >github.com/twitchyliquid64/golang-asm/obj/x86 >github.com/twitchyliquid64/golang-asm/objabi >github.com/twitchyliquid64/golang-asm/src >github.com/twitchyliquid64/golang-asm/sys >github.com/twitchyliquid64/golang-asm/unsafeheader ># github.com/ugorji/go/codec v1.2.12 >## explicit; go 1.11 >github.com/ugorji/go/codec ># github.com/x448/float16 v0.8.4 >## explicit; go 1.11 >github.com/x448/float16 ># github.com/xtgo/set v1.0.0 >## explicit >github.com/xtgo/set ># go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 >## explicit; go 1.11 >go4.org/unsafe/assume-no-moving-gc ># golang.org/x/arch v0.8.0 >## explicit; go 1.18 >golang.org/x/arch/x86/x86asm ># golang.org/x/crypto v0.31.0 >## explicit; go 1.20 >golang.org/x/crypto/blowfish >golang.org/x/crypto/chacha20 >golang.org/x/crypto/curve25519 >golang.org/x/crypto/internal/alias >golang.org/x/crypto/internal/poly1305 >golang.org/x/crypto/sha3 >golang.org/x/crypto/ssh >golang.org/x/crypto/ssh/internal/bcrypt_pbkdf ># golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa >## explicit; go 1.20 >golang.org/x/exp/maps ># golang.org/x/image v0.22.0 >## explicit; go 1.18 >golang.org/x/image/draw >golang.org/x/image/math/f64 ># golang.org/x/net v0.25.0 >## explicit; go 1.18 >golang.org/x/net/html >golang.org/x/net/html/atom >golang.org/x/net/http/httpguts >golang.org/x/net/http2 >golang.org/x/net/http2/h2c >golang.org/x/net/http2/hpack >golang.org/x/net/idna ># golang.org/x/sync v0.10.0 >## explicit; go 1.18 >golang.org/x/sync/errgroup >golang.org/x/sync/semaphore ># golang.org/x/sys v0.28.0 >## explicit; go 1.18 >golang.org/x/sys/cpu >golang.org/x/sys/plan9 >golang.org/x/sys/unix >golang.org/x/sys/windows ># golang.org/x/term v0.27.0 >## explicit; go 1.18 >golang.org/x/term ># golang.org/x/text v0.21.0 >## explicit; go 1.18 >golang.org/x/text/encoding >golang.org/x/text/encoding/internal >golang.org/x/text/encoding/internal/identifier >golang.org/x/text/encoding/unicode >golang.org/x/text/encoding/unicode/utf32 >golang.org/x/text/internal/language >golang.org/x/text/internal/language/compact >golang.org/x/text/internal/tag >golang.org/x/text/internal/utf8internal >golang.org/x/text/language >golang.org/x/text/runes >golang.org/x/text/secure/bidirule >golang.org/x/text/transform >golang.org/x/text/unicode/bidi >golang.org/x/text/unicode/norm ># golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 >## explicit; go 1.11 >golang.org/x/xerrors >golang.org/x/xerrors/internal ># gonum.org/v1/gonum v0.15.0 >## explicit; go 1.21 >gonum.org/v1/gonum/blas >gonum.org/v1/gonum/blas/blas64 >gonum.org/v1/gonum/blas/cblas128 >gonum.org/v1/gonum/blas/gonum >gonum.org/v1/gonum/floats >gonum.org/v1/gonum/floats/scalar >gonum.org/v1/gonum/internal/asm/c128 >gonum.org/v1/gonum/internal/asm/c64 >gonum.org/v1/gonum/internal/asm/f32 >gonum.org/v1/gonum/internal/asm/f64 >gonum.org/v1/gonum/internal/cmplx64 >gonum.org/v1/gonum/internal/math32 >gonum.org/v1/gonum/lapack >gonum.org/v1/gonum/lapack/gonum >gonum.org/v1/gonum/lapack/lapack64 >gonum.org/v1/gonum/mat ># google.golang.org/protobuf v1.34.1 >## explicit; go 1.17 >google.golang.org/protobuf/encoding/prototext >google.golang.org/protobuf/encoding/protowire >google.golang.org/protobuf/internal/descfmt >google.golang.org/protobuf/internal/descopts >google.golang.org/protobuf/internal/detrand >google.golang.org/protobuf/internal/editiondefaults >google.golang.org/protobuf/internal/editionssupport >google.golang.org/protobuf/internal/encoding/defval >google.golang.org/protobuf/internal/encoding/messageset >google.golang.org/protobuf/internal/encoding/tag >google.golang.org/protobuf/internal/encoding/text >google.golang.org/protobuf/internal/errors >google.golang.org/protobuf/internal/filedesc >google.golang.org/protobuf/internal/filetype >google.golang.org/protobuf/internal/flags >google.golang.org/protobuf/internal/genid >google.golang.org/protobuf/internal/impl >google.golang.org/protobuf/internal/order >google.golang.org/protobuf/internal/pragma >google.golang.org/protobuf/internal/set >google.golang.org/protobuf/internal/strs >google.golang.org/protobuf/internal/version >google.golang.org/protobuf/proto >google.golang.org/protobuf/reflect/protodesc >google.golang.org/protobuf/reflect/protoreflect >google.golang.org/protobuf/reflect/protoregistry >google.golang.org/protobuf/runtime/protoiface >google.golang.org/protobuf/runtime/protoimpl >google.golang.org/protobuf/types/descriptorpb >google.golang.org/protobuf/types/gofeaturespb ># gopkg.in/yaml.v3 v3.0.1 >## explicit >gopkg.in/yaml.v3 ># gorgonia.org/vecf32 v0.9.0 >## explicit; go 1.13 >gorgonia.org/vecf32 ># gorgonia.org/vecf64 v0.9.0 >## explicit; go 1.13 >gorgonia.org/vecf64 >>>> Source unpacked in /var/tmp/portage/app-misc/ollama-9999/work >>>> Preparing source in /var/tmp/portage/app-misc/ollama-9999/work/ollama-9999 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/ollama-9999/work/ollama-9999 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/ollama-9999/work/ollama-9999 ... >go generate ./... >make: *** No targets specified and no makefile found. Stop. >llama/llama.go:3: running "make": exit status 2 > * ERROR: app-misc/ollama-9999::guru failed (compile phase): > * go generate ./... failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 2566: Called ego 'generate' './...' > * environment, line 1078: Called die > * The specific snippet of code: > * "$@" || die -n "${*} failed" > * > * If you need support, post the output of `emerge --info '=app-misc/ollama-9999::guru'`, > * the complete build log and the output of `emerge -pqv '=app-misc/ollama-9999::guru'`. > * The complete build log is located at '/var/tmp/portage/app-misc/ollama-9999/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/ollama-9999/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/ollama-9999/work/ollama-9999' > * S: '/var/tmp/portage/app-misc/ollama-9999/work/ollama-9999' > > * Messages for package app-misc/ollama-9999: > > * WARNING: AMD & Nvidia support in this ebuild are experimental > > * Messages for package app-misc/ollama-9999: > > * ERROR: app-misc/ollama-9999::guru failed (compile phase): > * go generate ./... failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 2566: Called ego 'generate' './...' > * environment, line 1078: Called die > * The specific snippet of code: > * "$@" || die -n "${*} failed" > * > * If you need support, post the output of `emerge --info '=app-misc/ollama-9999::guru'`, > * the complete build log and the output of `emerge -pqv '=app-misc/ollama-9999::guru'`. > * The complete build log is located at '/var/tmp/portage/app-misc/ollama-9999/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/ollama-9999/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/ollama-9999/work/ollama-9999' > * S: '/var/tmp/portage/app-misc/ollama-9999/work/ollama-9999'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 948424
: 917115