Changeset ec2353a for xsoft/graphweb


Ignore:
Timestamp:
03/17/2020 07:50:34 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 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:
dca1247
Parents:
4969ec3c
Message:

rustc-1.39.0,
librsvg-2.48.0,
fix seamonkey for this version of rust.

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

Location:
xsoft/graphweb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4969ec3c rec2353a  
    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          "23 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "23 SBU (on a 4-core machine) without tests">
    1818]>
    1919
  • xsoft/graphweb/seamonkey.xml

    r4969ec3c rec2353a  
    1010  <!ENTITY seamonkey-size          "277 MB">
    1111  <!ENTITY seamonkey-buildsize     "6.9 GB (154 MB installed)">
    12   <!ENTITY seamonkey-time          "19 SBU (using parallelism=4)">
     12  <!ENTITY seamonkey-time          "19 SBU (on a 4-core machine)">
    1313]>
    1414
     
    220220ac_add_options --with-system-nss
    221221ac_add_options --with-system-icu
    222 
    223222<!-- seems OK with icu-60, seamonkey-2.49
    224223# Use the internal version of icu due to execution problems-->
     
    280279
    281280<screen><userinput>sed -i -e '/pid_t gettid/,+3 s@^@//@' mozilla/tools/profiler/core/platform.h</userinput></screen>
     281
     282    <para>
     283      No adapt the code for a change introduced in rustc-1.39.0:
     284    </para>
     285
     286<screen><userinput>sed -i '/deny(warnings)/d' mozilla/xpcom/rust/nsstring/src/lib.rs</userinput></screen>
     287
    282288    <!-- Doesn't seem to be needed anymore with 2.53.1
    283289    <para>
     
    362368    </para>
    363369-->
     370    <para>
     371      <command>sed -i '/deny(warnings)/d' ...</command> : rust-1.39 deprecated
     372      the "try!" call in favour of "?" which causes warnings, nsstring was
     373      treating warnings as errors.
     374    </para>
     375
    364376    <para>
    365377      <command>make -f client.mk</command>: Mozilla products are packaged to
Note: See TracChangeset for help on using the changeset viewer.