holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

Checkout of WASI-SDK fails #19

Closed normen closed 2 years ago

normen commented 2 years ago

Hi,

first of all thanks for this whole project, its pretty amazing!

When I try to download and compile the WASI SDK I seem to fail at the first step, downloading the repository: On MacOS Monterey I type:

git clone --recurse-submodules https://github.com/holzschu/wasi-sdk.git

and I get this error:

Receiving objects: 100% (9524/9524), 2.77 MiB | 5.82 MiB/s, done.
Resolving deltas: 100% (4820/4820), done.
Submodule path 'src/config': checked out 'c8ddc8472f8efcadafc1ef53ca1d863415fddd5f'
fatal: remote error: upload-pack: not our ref bb31aec2cc85b6e2e85e687d086f85408b166c42
Fetched in submodule path 'src/llvm-project', but it did not contain bb31aec2cc85b6e2e85e687d086f85408b166c42. Direct fetching of that commit failed.

Consequently compiling the SDK fails complaining about a missing llvm.

holzschu commented 2 years ago

Thanks for the warning; I'll have a look about that.

normen commented 2 years ago

Works now, thanks!