[Bug 268849] Mk/Uses/cargo.mk: error: failed to load manifest for workspace member ...

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Jan 2023 11:48:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268849

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
First the context missing from comment #0:
===>   Updating Cargo.lock
error: failed to load manifest for workspace member
`/wrkdirprefix/usr/ports/www/wasmtime/work/wasmtime-4.0.0/crates/bench-api`

Caused by:
  failed to load manifest for dependency `wasi-cap-std-sync`

Caused by:
  failed to load manifest for dependency `wasi-common`

Caused by:
  failed to load manifest for dependency `wasmtime`

Caused by:
  failed to load manifest for dependency `wasmtime-wasi`

Caused by:
  failed to load manifest for dependency `wasi-tokio`

Caused by:
  failed to load manifest for dependency `wiggle`

Caused by:
  failed to load manifest for dependency `wiggle-macro`

Caused by:
  failed to load manifest for dependency `wiggle-generate`

Caused by:
  failed to load manifest for dependency `witx`

Caused by:
  failed to read
`/wrkdirprefix/usr/ports/www/wasmtime/work/wasmtime-4.0.0/crates/wasi-common/WASI/tools/witx/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

My guess is that this is because it uses git submodules for some crates/files.
See https://github.com/bytecodealliance/wasmtime/blob/v4.0.0/.gitmodules

-- 
You are receiving this mail because:
You are on the CC list for the bug.