Skip to content

Conversation

@kjpou1
Copy link
Contributor

@kjpou1 kjpou1 commented Mar 19, 2021

Running make -C src/mono/wasm provision-wasm produced the following errors:

cd emsdk && ./emsdk install `cat emscripten-version.txt`
cat: emscripten-version.txt: No such file or directory

as well as the following subsequent errors:

HEAD is now at 7cba2e0 2.0.15 (#743)
cd emsdk && ./emsdk install `cat /Users/Jimmy/websharp/projects/runtime-issues/src/mono/wasm/emscripten-version.txt`
touch .stamp-wasm-install-and-select-`cat
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [.stamp-wasm-install-and-select-`cat] Error 2

Fix #49862

```
cd emsdk && ./emsdk install `cat emscripten-version.txt`
cat: emscripten-version.txt: No such file or directory
```
@kjpou1 kjpou1 requested a review from steveisok March 19, 2021 09:32
@kjpou1 kjpou1 requested a review from marek-safar as a code owner March 19, 2021 09:32
@ghost
Copy link

ghost commented Mar 19, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Running make -C src/mono/wasm provision-wasm produced the following errors:

cd emsdk && ./emsdk install `cat emscripten-version.txt`
cat: emscripten-version.txt: No such file or directory

as well as the following subsequent errors:

HEAD is now at 7cba2e0 2.0.15 (#743)
cd emsdk && ./emsdk install `cat /Users/Jimmy/websharp/projects/runtime-issues/src/mono/wasm/emscripten-version.txt`
touch .stamp-wasm-install-and-select-`cat
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [.stamp-wasm-install-and-select-`cat] Error 2
Author: kjpou1
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@kjpou1 kjpou1 added the arch-wasm WebAssembly architecture label Mar 19, 2021
@ghost
Copy link

ghost commented Mar 19, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Running make -C src/mono/wasm provision-wasm produced the following errors:

cd emsdk && ./emsdk install `cat emscripten-version.txt`
cat: emscripten-version.txt: No such file or directory

as well as the following subsequent errors:

HEAD is now at 7cba2e0 2.0.15 (#743)
cd emsdk && ./emsdk install `cat /Users/Jimmy/websharp/projects/runtime-issues/src/mono/wasm/emscripten-version.txt`
touch .stamp-wasm-install-and-select-`cat
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [.stamp-wasm-install-and-select-`cat] Error 2

Fix #49862

Author: kjpou1
Assignees: kjpou1
Labels:

arch-wasm, area-Infrastructure-mono

Milestone: -

@lewing lewing merged commit 43e5ae1 into dotnet:main Mar 19, 2021
@kjpou1 kjpou1 deleted the wasm-provision branch March 22, 2021 05:19
@ghost ghost locked as resolved and limited conversation to collaborators Apr 21, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[browser][build] Errors with provision-wasm from makefile

6 participants