We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalAI version: v2.0.0
Environment, CPU architecture, OS, and Version: Linux srv-gpt 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 x86_64 x86_64 GNU/Linux running on proxmox CT, AMD Ryzen 9 3900X, 128GB RAM
Describe the bug #27 640.5 /usr/local/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -X=runtime.godebugDefault=panicnil=1 -buildmode=exe -buildid=TWZUDTLvdn6HKu_kF5q6/UUBgWj7ClK-NtHdb9Snq/kirzY3-D_xEGG32lYy8s/TWZUDTLvdn6HKu_kF5q6 -extld=g++ $WORK/b001/pkg.a #27 640.7 # github.com/mudler/go-piper/example #27 640.7 /usr/local/go/pkg/tool/linux_amd64/link: running g++ failed: exit status 1 #27 640.7 /usr/bin/ld: cannot find -lucd #27 640.7 /usr/bin/ld: cannot find -lucd #27 640.7 /usr/bin/ld: cannot find -lucd #27 640.7 collect2: error: ld returned 1 exit status #27 640.7 #27 640.7 make[1]: *** [Makefile:32: example/main] Error 1 #27 640.7 make[1]: Leaving directory '/build/sources/go-piper' #27 640.7 make: *** [Makefile:229: sources/go-piper/libpiper_binding.a] Error 2 failed to solve: process "/bin/sh -c make build" did not complete successfully: exit code: 2
To Reproduce just run: docker compose up -d
Expected behavior docker runs
Logs
Additional context
The text was updated successfully, but these errors were encountered:
#1356
Sorry, something went wrong.
mudler
Successfully merging a pull request may close this issue.
LocalAI version:
v2.0.0
Environment, CPU architecture, OS, and Version:
Linux srv-gpt 5.15.131-1-pve #1 SMP PVE 5.15.131-2 (2023-11-14T11:32Z) x86_64 x86_64 x86_64 GNU/Linux
running on proxmox CT, AMD Ryzen 9 3900X, 128GB RAM
Describe the bug
#27 640.5 /usr/local/go/pkg/tool/linux_amd64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -X=runtime.godebugDefault=panicnil=1 -buildmode=exe -buildid=TWZUDTLvdn6HKu_kF5q6/UUBgWj7ClK-NtHdb9Snq/kirzY3-D_xEGG32lYy8s/TWZUDTLvdn6HKu_kF5q6 -extld=g++ $WORK/b001/pkg.a
#27 640.7 # github.com/mudler/go-piper/example
#27 640.7 /usr/local/go/pkg/tool/linux_amd64/link: running g++ failed: exit status 1
#27 640.7 /usr/bin/ld: cannot find -lucd
#27 640.7 /usr/bin/ld: cannot find -lucd
#27 640.7 /usr/bin/ld: cannot find -lucd
#27 640.7 collect2: error: ld returned 1 exit status
#27 640.7
#27 640.7 make[1]: *** [Makefile:32: example/main] Error 1
#27 640.7 make[1]: Leaving directory '/build/sources/go-piper'
#27 640.7 make: *** [Makefile:229: sources/go-piper/libpiper_binding.a] Error 2
failed to solve: process "/bin/sh -c make build" did not complete successfully: exit code: 2
To Reproduce
just run: docker compose up -d
Expected behavior
docker runs
Logs
Additional context
The text was updated successfully, but these errors were encountered: