pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: zellij on NetBSD



On Tue, 23 Jan 2024 at 20:02, pin <voidpin%protonmail.com@localhost> wrote:
>
> > This crate compiles with the above pull request; further down another
> > 20 or so compile ok, up until wasmer-vm-3.1.1, which, again, has
> > support for freebsd (but not for open- or net-).
> >
> > Well...
>
> This is weird ...
> ~> cd Downloads/wasmer-4.2.5
>
> ~> cargo build --release

Doesn't seem to be doing anything. There is nothing under  ./release.
>
> Updating crates.io index
> Downloaded addr2line v0.21.0
> Downloaded bytes v1.5.0
> Downloaded constant_time_eq v0.3.0
> Downloaded darling_macro v0.20.3
> Downloaded enum-iterator-derive v0.7.0
> Downloaded tokio-rustls v0.24.1
> Downloaded derive_builder_macro v0.12.0
> Downloaded serde v1.0.193
> [...]
> Finished release [optimized] target(s) in 24.20s

On the other hand, if you run 'cargo build --release --all' you get
the same error:

.....
 Compiling sha1 v0.10.6
   Compiling wasmer-object v4.2.5 (/home/xci/src/wasmer/lib/object)
   Compiling wasmer-vm v4.2.5 (/home/xci/src/wasmer/lib/vm)
   Compiling stable_deref_trait v1.2.0
error: Unsupported platform
   --> lib/vm/src/trap/traphandlers.rs:343:21
    |
343 |                     compile_error!("Unsupported platform");
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Unsupported platform
   --> lib/vm/src/trap/traphandlers.rs:463:21
    |
463 |                     compile_error!("Unsupported platform");
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   Compiling utf-8 v0.7.6
   Compiling void v1.0.2
   Compiling cranelift-codegen-shared v0.91.1
   Compiling data-encoding v2.5.0
error: could not compile `wasmer-vm` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...

The same traphandlers...

...

-- 
----


Home | Main Index | Thread Index | Old Index