Stream: git-wasmtime

Topic: wasmtime / issue #7893 Error during building from source


view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 00:21):

kermitdafrog8 opened issue #7893:

error: Package wasmtime-cli v17.0.1 (/tmp/SBo/wasmtime-v17.0.1-src) does not have feature wasmtime-wast. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

Not sure if this has already been reported. Trying to build the source package.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 01:55):

alexcrichton commented on issue #7893:

Thanks for the report! The feature is currently called wast, so does that work for you rather than a wasmtime-wast feature?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 02:02):

kermitdafrog8 commented on issue #7893:

All I do is extract the archive and then run cargo build --release. Is there something I'm missing?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 03:03):

alexcrichton commented on issue #7893:

Ah in that case I think your version of the Rust compiler rustc might be too old. The main branch of Wasmtime currently requires Rust 1.73.0. What version do you have locally? (you can find out with rustc -vV)

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 03:05):

kermitdafrog8 commented on issue #7893:

rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball)
binary: rustc
commit-hash: 90c541806f23a127002de5b4038be731ba1458ca
commit-date: 2023-05-31
host: x86_64-unknown-linux-gnu
release: 1.70.0
LLVM version: 16.0.2

view this post on Zulip Wasmtime GitHub notifications bot (Feb 08 2024 at 03:11):

alexcrichton commented on issue #7893:

Ah yes as you can see you're using 1.70.0. Are you able to update to Rust 1.73.0 or later?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2024 at 02:50):

kermitdafrog8 commented on issue #7893:

I'll close this issues knowing now that this version requires a newer version of rust.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 09 2024 at 02:50):

kermitdafrog8 closed issue #7893:

error: Package wasmtime-cli v17.0.1 (/tmp/SBo/wasmtime-v17.0.1-src) does not have feature wasmtime-wast. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

Not sure if this has already been reported. Trying to build the source package.


Last updated: Nov 22 2024 at 17:03 UTC