Changeset ce960d7


Ignore:
Timestamp:
05/09/2021 09:11:49 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
ca73053a
Parents:
268b4719
Message:

Fix seamonkey-2.53.7.1 for rustc-1.52.0.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r268b4719 rce960d7  
    4646     <para>May 9th, 2021</para>
    4747     <itemizedlist>
     48       <listitem>
     49         <para>[ken] - Fix seamonkey build breakage with rust-1.52.0.</para>
     50       </listitem>
    4851       <listitem>
    4952         <para>[ken] - Update to rustc-1.52.0 (security fix). Fixes
  • xsoft/graphweb/seamonkey.xml

    r268b4719 rce960d7  
    292292    </para>
    293293
    294 <screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
     294<screen><userinput>RUSTC_BOOTSTRAP=encoding_rs,packed_simd \
     295CC=gcc CXX=g++ make -f client.mk</userinput></screen>
    295296
    296297    <note>
     
    320321  <sect2 role="commands">
    321322    <title>Command Explanations</title>
     323
     324    <para>
     325      <command>RUSTC_BOOTSTRAP=encoding_rs,packed_simd</command>: With
     326      <application>rustc-1.52.0</application> crates can no longer set
     327      `RUSTC_BOOTSTRAP` themselves because it subverts the stability guarantee
     328      of Rust. The crates encoding_rs v0.8.16 and packed_simd v0.3.4 are both
     329      affected, setting the environment variable like this allows the package
     330      to compile.
     331    </para>
    322332
    323333    <para>
Note: See TracChangeset for help on using the changeset viewer.