Changeset d396c65 for introduction


Ignore:
Timestamp:
01/27/2019 02:38:43 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4f8ca94
Parents:
4cc77fbd
Message:

Rust - strongly recommend using /opt, and explain why.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21044 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4cc77fbd rd396c65  
    4545      <para>January 24th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - For rust, strongly recommend installing in /opt - this
     49          allows multiple versions to be used (fallback, testing a different
     50          config, trying a newer version) by merely (re-)running ldconfig after
     51          updating the symlink. It also prevents libraries from a previous version
     52          taking up space in /usr/lib/rustlib/ (previous /opt versions can easily
     53          be removed). Using a new prefix should also prevent the situation where
     54          changing the config.toml (e.g. from sys llvm to shipped llvm) builds
     55          fine but leaves a broken installation because cargo can no longer find
     56          the matching versions of the libraries.</para>
     57        </listitem>
    4758        <listitem>
    4859          <para>[ken] - Tweak the details of which rust tests might fail.</para>
Note: See TracChangeset for help on using the changeset viewer.