Changeset 27ccef2d


Ignore:
Timestamp:
11/09/2022 12:29:07 AM (18 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
5e0cd08
Parents:
1ff37b54 (diff), fce78fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r1ff37b54 r27ccef2d  
    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        "d47153d56d60f00ffcb33d63eacc2663">
    10   <!ENTITY nodejs-size          "34 MB">
    11   <!ENTITY nodejs-buildsize     "772 MB (add 29 MB for tests)">
    12   <!ENTITY nodejs-time          "13 SBU (add 4.4 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     9  <!ENTITY nodejs-md5sum        "7322f55ce420f49378515b67d73faf88">
     10  <!ENTITY nodejs-size          "37 MB">
     11  <!ENTITY nodejs-buildsize     "930 MB (add 29 MB for tests)">
     12  <!ENTITY nodejs-time          "18 SBU (add 4.6 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383-->
    84 
    85 <!--<note>
    86       <para>
    87         This tarball was created using a BSD version of
    88         <application>tar</application> and extracting it with a linux&trade;
    89         version will produce harmless warnings about unknown extended header
    90         keywords.
    91       </para>
    92     </note>-->
    9384
    9485    <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
     
    130121<screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
    131122-->
     123    <para>
     124      The <command>configure</command> script for this version of Node.js is
     125      not aware of Python-3.11. If you have installed <xref linkend="python3"/>,
     126      apply the following change (do not apply if you still have Python-3.10):
     127    </para>
     128
     129<screen><userinput>sed -i s/10/11/g configure</userinput></screen>
    132130
    133131    <para>
     
    170168
    171169    <para>
    172       <!-- FIXME : reinstate nghttp2 in this if build is fixed
    173            FIXME cont: Seems to be fixed in 12.18.1 -renodr
    174       <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->
    175170      <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
    176171      use the system installed libraries instead of local copies.
     
    200195      <seglistitem>
    201196        <seg>
    202           node, npm, and npx
     197          corepack, node, npm, and npx
    203198        </seg>
    204199        <seg>
     
    219214      <?dbhtml list-presentation="table"?>
    220215
     216      <varlistentry id="corepack">
     217        <term><command>corepack</command></term>
     218        <listitem>
     219          <para>
     220            is an experimental tool to help with managing versions of package
     221            managers.
     222          </para>
     223          <indexterm zone="nodejs corepack">
     224            <primary sortas="b-corepack">corepack</primary>
     225          </indexterm>
     226        </listitem>
     227      </varlistentry>
     228
    221229      <varlistentry id="node">
    222230        <term><command>node</command></term>
  • introduction/welcome/changelog.xml

    r1ff37b54 r27ccef2d  
    5858        </listitem>
    5959        <listitem>
     60          <para>[pierre] - Update to node.js-18.12.1. Fixes
     61          <ulink url="&blfs-ticket-root;17228">#17228</ulink>.</para>
     62        </listitem>
     63        <listitem>
    6064          <para>[bdubbs] - Update to sudo-1.9.12p1. Fixes
    6165          <ulink url="&blfs-ticket-root;17270">#17270</ulink>.</para>
  • packages.ent

    r1ff37b54 r27ccef2d  
    167167<!ENTITY lzo-version                  "2.10">
    168168<!ENTITY mtdev-version                "1.1.6">
    169 <!ENTITY nodejs-version               "16.18.0">
     169<!ENTITY nodejs-version               "18.12.1">
    170170<!ENTITY npth-version                 "1.6">
    171171<!ENTITY nspr-version                 "4.35">
  • xsoft/graphweb/firefox.xml

    r1ff37b54 r27ccef2d  
    365365
    366366    <para>
     367      Then fix an issue with regular expressions in python-3.11:
     368    </para>
     369
     370<screen><userinput>sed -e 's/?s)\./?s:.)/'               \
     371    -e '/?m)/{s/?m)/?m:/;s/\$"/$)"/}' \
     372    -e '/?s)%/{s/?s)/?s:/;s/?"/?)"/}' \
     373    -i xpcom/idl-parser/xpidl/xpidl.py</userinput></screen>
     374
     375    <para>
    367376      Now invoke the Python <command>mach</command> script to compile the package.
    368377    </para>
    369378
    370379<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    371 export MOZBUILD_STATE_PATH=${PWD}/mozbuild            &amp;&amp;
    372 ./mach configure                                      &amp;&amp;
     380export MOZBUILD_STATE_PATH=${PWD}/mozbuild          &amp;&amp;
     381./mach configure                                    &amp;&amp;
    373382./mach build</userinput></screen>
    374383
Note: See TracChangeset for help on using the changeset viewer.