Skip to content

wasmer problem building on FreeBSD #1077

@ghost

Description

Trying to build elrond-go on FreeBSD 11.3 I have problems building the ElrondNetwork fork of wasmer. I open the issue here because issues are disabled in the forked wasmer repo.

[user@idefix ~/wasmer]$ cargo build --release
.
.
.
error[E0425]: cannot find function `get_fault_info` in this scope
   --> lib/runtime-core/src/fault.rs:289:21
    |
289 |         let fault = get_fault_info(siginfo as _, ucontext);
    |                     ^^^^^^^^^^^^^^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.
error: could not compile `wasmer-runtime-core`.
warning: build failed, waiting for other jobs to finish...
error: build failed

This is with cargo rust 1.43.0-nightly because stable fails with error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/stone/.cargo/registry/src/github.com-1ecc6299db9ec823/dynasm-0.5.2/sr c/lib.rs:1:1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions