#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.

 After DESTDIR=${PWD}/install ./x.py install:

 {{{
 mkdir -p install/opt/rustc-1.32.0
 mv install/usr/* install/opt/rustc-1.32.0
 rmdir install/usr
 }}}

 and then continue with

 {{{
 chown -R root:root install
 cp -a install/* /
 }}}

 And finish with

 ln -sfnv rustc-1.32.0 /opt/rustc
 --------

 For ld.so.conf, add '/opt/rustc/lib' and run ldconfig.

 Add a boot script that does 'pathprepend /opt/rustc/bin'

 Seems to work.  I'll create a new branch and change the book there for
 review.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/11521#comment:38>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to