On 25/12/18 7:55 π.μ., Ken Moffat via blfs-dev wrote:
So, for my attempts to keep old systems viable, things are looking
better, at least until firefox-65 appears (that will need a newer
version of rustc, but for me 1.31.1 fails to build from source).
Well, rust really hates you! ):
Just finished 1.31.1 build with llvm-7.0.1. I had 1.31.0 built with
llvm-7.0.0 installed and used
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
in config.toml. It took 28 min with very few downloads.
1.31.0 was the first rust installation on this system and took 44 min
with the downloads. These are without -j passed, with AMD Ryzen 7 2700X,
which by the way has no problem at all (until I'll try to run the rust
tests, I'm afraid).
Note that I've never installed libssh2. Rust downloads it, so for me
it should not be required. 1.31.0 had downloaded libssh2-sys v0.2.11
that 1.31.1 used as well, and on my previous system rustc-1.27.0 had
downloaded v0.2.6
On my llvm builds I add the -DLLVM_ENABLE_RTTI=ON option because mesa
with meson needs it IIRC.
I don't use python3. I do
./x.py build
DESTDIR=${fakeroot} ./x.py install
x.py has #!/usr/bin/env python
These are my related to rust deviations from the book that I can
remember.
Merry Xmas!
--
Thanos
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page