-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Executing make install in cross-build/wasm32-wasip1 after following the instruction to build WASI target fails. Here're the steps to replicate.
Configure and build (see https://devguide.python.org/getting-started/setup-building/#wasi for the details):
WASI_SDK_PATH=<your_wasi_sdk_install_path> python3 Tools/wasm/wasi build -- --config-cachewhere <your_wasi_sdk_install_path> points to WASI SDK installation (https://github.com/WebAssembly/wasi-sdk/releases).
Now attempting make install:
cd cross-build/wasm32-wasip1
make installended up with
...
install: cannot stat 'build/lib.wasi-wasm32-3.15/build-details.json': No such file or directory
make: *** [Makefile:2865: libinstall] Error 1CPython versions tested on:
3.14, 3.15, CPython main branch
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
OS-wasibuildThe build process and cross-buildThe build process and cross-buildtopic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error