Ignore:
Timestamp:
11/14/2018 10:10:34 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
f34fad23
Parents:
1bad997
Message:

perl modules branch: Merge trunk r20695:20702

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20703 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r1bad997 rd5ab2db2  
    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        "b38d2f3cbfe05963f151dd7548779aba">
    10   <!ENTITY nodejs-size          "18 MB">
    11   <!ENTITY nodejs-buildsize     "318 MB">
    12   <!ENTITY nodejs-time          "4.0 SBU (using parallelism=4)">
     9  <!ENTITY nodejs-md5sum        "8cee04dd5e57cfebd370c90375596513">
     10  <!ENTITY nodejs-size          "20 MB">
     11  <!ENTITY nodejs-buildsize     "412 MB (without tests)">
     12  <!ENTITY nodejs-time          "5.5 SBU (using parallelism=4)">
    1313]>
    1414
     
    7272    </itemizedlist>
    7373
     74    <note>
     75      <para>
     76        This tarball was created using a BSD version of
     77        <application>tar</application> and extracting it with a linux&trade;
     78        version will produce harmless warnings about unknown extended header
     79        keywords.
     80      </para>
     81    </note>
     82
    7483    <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
    7584
     
    8190    <bridgehead renderas="sect4">Recommended</bridgehead>
    8291    <para role="recommended">
    83       <xref linkend="c-ares"/> and
    84       <xref linkend="icu"/>
     92      <xref linkend="c-ares"/>,
     93      <xref linkend="icu"/> and
     94      <xref linkend="libuv"/>
    8595    </para>
    8696
     
    8898    <para role="optional">
    8999      <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>,
    90       <ulink url="https://github.com/libuv/libuv">libuv</ulink>, and
    91100      <ulink url="https://www.npmjs.com/">npm</ulink> (an internal copy of
    92101      <command>npm</command> will be installed if not present)
     
    109118<screen><userinput>./configure --prefix=/usr                  \
    110119            --shared-cares                 \
     120            --shared-libuv                 \
    111121            --shared-openssl               \
    112122            --shared-zlib                  \
     
    114124make</userinput></screen>
    115125
    116     <para>This package does not come with a test suite.</para>
     126    <!-- should get fixed eventually for openssl-1.1.1 in the v10 series,
     127     the command is 'make check', as of v10.13.0 it takes at least 14 minutes
     128     for the various timeouts to cut in, nad reports several errors.  -->
     129    <para>The test suite is currently broken when using
     130    <application>openssl-1.1.1</application> and several tests will
     131    eventually timeout.</para>
    117132
    118133    <para>
     
    133148    to build a local, minimal <application>icu</application> library).</para>
    134149
    135     <para><parameter>--shared-{cares,openssl,zlib}</parameter>: use the system
    136     installed libraries instead of local copies.</para>
     150    <para><parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: use the
     151    system installed libraries instead of local copies.</para>
    137152
    138153    <para><option>--without-npm</option>: do not build
     
    140155    <application>npm</application> later).</para>
    141156
    142     <para><option>--shared-{http-parser,libuv}</option>: use the system
    143     installed libraries instead of local copies.</para>
     157    <para><option>--shared-http-parser</option>: use the system
     158    installed library instead of a local copy.</para>
    144159
    145160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.