pkgsrc-Users archive

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

Re: Building cargo-c on netbsd-10/i386 fails



"John D. Baker" <jdbaker%consolidated.net@localhost> writes:

> Attempting to build "devel/cargo-c" from pkgsrc-HEAD on up-to-date
> NetBSD/i386-10.0_BETA fails with:
>
> [...]
> ===> Building for cargo-c-0.9.24
>    Compiling faster-hex v0.8.0
> error[E0425]: cannot find function `vectorization_support_no_cache_x86` in this scope
>   --> /tmp/pkgsrc/devel/cargo-c/work/vendor/faster-hex-0.8.0/src/lib.rs:63:28
>    |
> 63 |         let val = unsafe { vectorization_support_no_cache_x86() };
>    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
>
> For more information about this error, try `rustc --explain E0425`.
> error: could not compile `faster-hex` (lib) due to previous error
> *** Error code 101

Are all your packages up to date, including rust-bin?   You need to bulk
or pkg_rr fully before continuing.  While in theory dependencies will be
bounded, in practice nobody who fixes anything runs old code.  So my
advice is don't do that.

Of course, my guess may be off in this case.


Home | Main Index | Thread Index | Old Index