Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2021 08:00:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 259799] devel/rust-cbindgen: armv6: build using "make" fails, using "cargo build --release -j 1" works
Message-ID:  <bug-259799-21738-a2s72Ot0Rq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259799-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259799-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259799

--- Comment #33 from Martin Birgmeier <d8zNeCFG@aon.at> ---
(In reply to Mark Millard from comment #32)

Thank you for all the testing you are doing!

Did you check whether simply running "cargo build --release" in the configu=
red
build area is working? - Because in my setup, just doing "make" in
/usr/ports/devel/rust-cbindgen fails with the allocation error, but executi=
ng
"make configure ; cd "${WRKDIRPREFIX}/`/bin/pwd`/work/cbindgen-0.20.0" ; ca=
rgo
build --release" succeeds (but leaves no usable result for the port build
process because the artifacts built are not placed in the separate build
directory).

There seems to be some issue in how cargo is invoked for the build phase of=
 a
port - maybe it is the way the separate build directory is set.

-- Martin

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259799-21738-a2s72Ot0Rq>