git: 0459a82c11ca - main - games/veloren-weekly: mark BROKEN on i386 after 76756d2f6d52
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 05:04:40 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=0459a82c11ca55e1fe2bfc69d5165670bb7b2312 commit 0459a82c11ca55e1fe2bfc69d5165670bb7b2312 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-13 04:56:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-13 04:56:59 +0000 games/veloren-weekly: mark BROKEN on i386 after 76756d2f6d52 error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym` --> cargo-crates/wasmtime-fiber-17.0.0/src/unix/x86.rs:13:37 | 13 | use wasmtime_asm_macros::{asm_func, asm_sym}; | ^^^^^^^ no `asm_sym` in the root For more information about this error, try `rustc --explain E0432`. error: could not compile `wasmtime-fiber` (lib) due to previous error Reported by: pkg-fallout --- games/veloren-weekly/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index f05b386cf535..0d6e7976ec9f 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -11,6 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= https://github.com/rust-lang/libc/issues/3217 +BROKEN_i386= https://github.com/bytecodealliance/wasmtime/issues/7924 ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer