On Fri, Jan 25, 2019 at 01:29:52AM +0000, Ken Moffat wrote: > On Fri, Jan 25, 2019 at 12:21:25AM -0000, BLFS Trac wrote: > > #11521: Upgrade rustc for firefox-65.0 > > -------------------------+----------------------- > > Reporter: ken@… | Owner: ken@… > > Type: enhancement | Status: assigned > > Priority: normal | Milestone: 8.4 > > Component: BOOK | Version: SVN > > Severity: normal | Resolution: > > Keywords: | > > -------------------------+----------------------- > > > > Comment (by bdubbs): > > > > Just a progress report. I tried to change the value of prefix in > > config.toml to /opt/rust or /opt/rustc-1.32.0, but it won't work. I've > > developed a workaround. > > > > Interesting. I expect I'll find out the gory details soon enough -
Looks as if the prefix has to exist when the DESTDIR install is run: thread 'main' panicked at 'could not canonicalize /opt/rustc-1.32.0' Retrying, creating that directory at the point where I symlink before the build, trying mkdir -v (NOT -p) to fail if it already exists. Will look at the branch tomorrow. Also, 3 extra test failures on 8.3 in debuginfo-both, probably caused from running an old version of gdb (8.1.1). I might add that to the current page. ĸen -- thread 'main' panicked at 'giraffe', /tmp/rustc-1.32.0-src/src/test/run-fail/while-panic.rs:17:13 -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
