Changeset f518066 for general


Ignore:
Timestamp:
06/03/2020 12:17:51 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:
52e582c9
Parents:
6535a6d
Message:

node-js v12.18.0, without system nghttp2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r6535a6d rf518066  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "337bec5ba5d31cc65f9bc5f5d4f9a565">
     9  <!ENTITY nodejs-md5sum        "9e140f97f434a41fff8392ecc6852db2">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "677 MB (add 155 MB for tests)">
    12   <!ENTITY nodejs-time          "8.1 SBU (using parallelism=4; add 4.2 SBU for tests)">
    13   <!-- timing is significantly longer on a Ryzen -->
     11  <!ENTITY nodejs-buildsize     "660 MB (add 55 MB for tests)">
     12  <!ENTITY nodejs-time          "8.3 SBU (using parallelism=4; add 2.7 SBU for tests)">
     13  <!-- timing may be shorter on intel -->
    1414]>
    1515
     
    9393    <para role="recommended">
    9494      <xref linkend="c-ares"/>,
    95       <xref linkend="icu"/>,
    96       <xref linkend="libuv"/>, and
    97       <xref linkend="nghttp2"/>
     95      <xref linkend="icu"/>, and
     96      <xref linkend="libuv"/>
     97     <!-- currently FTBFS with system nghttp2, g++ scope error
     98      <xref linkend="nghttp2"/>-->
    9899    </para>
    99100
     
    118119      commands:
    119120    </para>
     121<!-- with gcc-10.1 and v12.18.0, this fails to build with system nghttp2
     122            \-\-shared-nghttp2               \-->
    120123
    121124<screen><userinput>./configure --prefix=/usr                  \
    122125            --shared-cares                 \
    123126            --shared-libuv                 \
    124             --shared-nghttp2               \
    125127            --shared-openssl               \
    126128            --shared-zlib                  \
     
    157159
    158160    <para>
    159       <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     161      <!-- FIXME : reinstate nghttp2 in this if build is fixed
     162      <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->
     163      <parameter>--shared-{cares,libuv,openssl,zlib}</parameter>:
    160164      use the system installed libraries instead of local copies.
    161165    </para>
Note: See TracChangeset for help on using the changeset viewer.