vito/bass

Error: while running bass on Linux Fedora Workstation 37

gopherzz opened this issue · 2 comments

Displayed error message
12:31:29.646 error unable to start buildkitd {"version": "9b0bdb600641f3dd1d96f54ac2d86581ab6433b2", "error": "exit status 125", "output": "invalid argument "fe80::1%4" for "--dns" flag: fe80::1%4 is not an ip address\nSee 'docker run --help'.\n"}
init buildkit runtime for platform linux/amd64: list buildkit workers: failed to list workers: Unavailable: connection error: desc = "transport: Error while dialing: dial unix /run/buildkit/buildkitd.sock: connect: no such file or directory"

To Reproduce
starting bass REPL

Suggested message
Unavailable: connection error: desc = "transport: Error while dialing: dial unix /run/buildkit/buildkitd.sock: connect: no such file or directory

vito commented

Hey, thanks for trying it out! I'll fix this up when I have time. In the meantime, feel free to try the Dagger runtime. If you wrap the bass command with dagger run (using the dagger CLI from the latest release) it'll use it automatically. The REPL probably won't work since it's interactive, but you should be able to run scripts.

Thanks! It helps.