[Bug 259799] devel/rust-cbindgen: armv6: build using "make" fails, using "cargo build --release -j 1" works

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Nov 2021 20:04:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259799

--- Comment #19 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Martin Birgmeier from comment #14)
> Hi Jan, of the ports I am using only rust-cbindgen, and specifically tempfile
> in it, consistently fails.

tempfile appears in around 80 USES=cargo ports. According to attachment 229451
you don't have many Rust-based ports

  devel/rust-cbindgen (USES=cargo + tempfile)
  graphics/librsvg2-rust (vendored + tempfile)
  lang/spidermonkey78 (vendored + tempfile)

Please, try more USES=cargo ports e.g., dns/dog, sysutils/lsd, textproc/sd. All
of these examples use tempfile crate, to get the full list try

  $ git grep -l tempfile- | sed '/distinfo/d; /files/d; s,/Makefile,,;
s/\.crates//'

-- 
You are receiving this mail because:
You are on the CC list for the bug.