Changeset bf5fb94 for xsoft/graphweb


Ignore:
Timestamp:
10/26/2020 09:44:17 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 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:
6fe9b0bd
Parents:
a2e21ee
Message:

Update to llvm-11.0.0 and rustc-1.47.0.

Patch firefox and thunderbird for this version of rust.
Remeasure all packages which use rust -
I think I used an out of date mozconfig when I updated thunderbird.
In general, builds are slower and slightly larger, but installs are marginally smaller.

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

Location:
xsoft/graphweb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    ra2e21ee rbf5fb94  
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "4.7 GB (184 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "5.0 GB (181 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "29 SBU (on a 4-core machine) without tests">
     17  <!ENTITY firefox-time          "30 SBU (on a 4-core machine) without tests">
    1818]>
    1919
     
    7676    </itemizedlist>
    7777
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/firefox-&firefox-version;esr-rustc1470-1.patch"/>
     84        </para>
     85      </listitem>
     86    </itemizedlist>
     87
    7888    <note>
    7989      <para>
     
    346356esac</userinput></screen>
    347357    -->
     358    <para>
     359      Apply a patch to allow this to be compiled with <xref linkend="rust"/>:
     360    </para>
     361
     362<screen><userinput remap="pre">patch -p1 -i ../firefox-&firefox-version;esr-rustc1470-1.patch</userinput></screen>
    348363
    349364    <para>
     
    394409      everywhere. On the X86 architectures <application>clang</application>
    395410      now appears to support most of the same security-hardening options as
    396       <application>GCC</application> but the newer
    397       <literal>-fstack-clash-protection</literal> is still not supported.
     411      <application>GCC</application>.
     412      <!-- supported in llvm-11
     413      but the newer
     414      <literal>-fstack-clash-protection</literal> is still not supported.-->
    398415      With the current versions and the default flags,
    399416      <application>GCC</application> creates a marginally bigger build but
  • xsoft/graphweb/seamonkey.xml

    ra2e21ee rbf5fb94  
    99  <!ENTITY seamonkey-md5sum        "bbf02af3586f1d488e77517f8cd9f439">
    1010  <!ENTITY seamonkey-size          "281 MB">
    11   <!ENTITY seamonkey-buildsize     "6.6 GB (145 MB installed)">
    12   <!ENTITY seamonkey-time          "16 SBU (on a 4-core machine)">
     11  <!ENTITY seamonkey-buildsize     "6.8 GB (145 MB installed)">
     12  <!ENTITY seamonkey-time          "18 SBU (on a 4-core machine)">
    1313]>
    1414
     
    107107      <xref linkend="autoconf213"/>,
    108108      both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
     109      <xref linkend="python2"/>,
    109110      <xref linkend="rust"/>,
    110111      <xref linkend="unzip"/>,
Note: See TracChangeset for help on using the changeset viewer.