pkgsrc-Users archive

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

Re: Error building rust





On 03/08/2018 21:09, J. Lewis Muir wrote:
Do you have that change for lang/rust/Makefile?  If so, my point was
that if the problem is a parallel build, one way to test that hypothesis
is to make the build serial and see if the sporadic failures go away.
But with

I did the following:

diff -u -r1.44 Makefile
--- lang/rust/Makefile  22 Jul 2018 08:02:27 -0000      1.44
+++ lang/rust/Makefile  3 Aug 2018 20:10:59 -0000
@@ -9,7 +9,7 @@
 HOMEPAGE=      https://www.rust-lang.org/
 COMMENT=       Safe, concurrent, practical language
 LICENSE=       mit OR apache-2.0
-
+MAKE_JOBS_SAFE=NO
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes

Mike


Home | Main Index | Thread Index | Old Index