Skip to content

Commit

Permalink
devel/libwasmtime: mark build failed on i386 (+)
Browse files Browse the repository at this point in the history
<Error>

error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym`
   --> crates/fiber/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

</Error>

Add cpe staff.

Bump PORTREVISION.
  • Loading branch information
osokin committed Aug 11, 2023
1 parent 9b09bd9 commit a297d34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion devel/libwasmtime/Makefile
@@ -1,6 +1,7 @@
PORTNAME= lib${GH_PROJECT}
PORTVERSION= 11.0.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= osa@FreeBSD.org
Expand All @@ -10,7 +11,11 @@ WWW= https://wasmtime.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cargo
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= build currently failing

USES= cargo cpe
CPE_VENDOR= bytecodealliance

USE_LDCONFIG= yes

Expand Down

0 comments on commit a297d34

Please sign in to comment.