Changeset 54d09e7


Ignore:
Timestamp:
11/06/2022 07:36:09 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
acd69075
Parents:
33f878a9 (diff), d7ba6b4d (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' into plabs/python-mods

Files:
1 added
1 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    r33f878a9 r54d09e7  
    170170    </para>
    171171
    172      <note>
    173         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     172    <note>
     173      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    174174         href="../../xincludes/mozshm.xml"/>
    175175
    176         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     176      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    177177         href="../../xincludes/mozconfigure.xml"/>
    178178
    179         <para>
    180           Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
    181           the rust code will use all processors.
    182         </para>
    183      </note>
    184 
     179      <para>
     180        Compiling the C++ code respects $MAKEFLAGS and defaults to 'j1',
     181        the rust code will use all processors.
     182      </para>
     183    </note>
     184
     185    <para>
     186      First remove an obsolete flag in python code, that has been removed
     187      in python-3.11:
     188    </para>
     189
     190<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     191
     192    <para>
     193      Then run:
     194    </para>
    185195
    186196<screen><userinput>mkdir obj &amp;&amp;
  • general/genutils/genutils.xml

    r33f878a9 r54d09e7  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="desktop-file-utils.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dos2unix.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphviz.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-doc.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hd2u.xml"/>
    3333
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="highlight.xml"/>
  • general/prog/perl-modules/perl-html-parser.xml

    r33f878a9 r54d09e7  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/HTML-Parser-&HTML-Parser-version;.tar.gz">
    8   <!ENTITY my-md5sum "e39bbc692fa8955f87eea92f38f973a0">
     8  <!ENTITY my-md5sum "8e7151d08f30457a2ba80020b936285f">
    99
    1010]>
  • general/prog/perl-modules/perl-uri.xml

    r33f878a9 r54d09e7  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
    8   <!ENTITY my-md5sum "edde5a8b973b9a762d3a7af6f353fd61">
     8  <!ENTITY my-md5sum "63675c429cfb1df73d7d21a9302e1000">
    99]>
    1010
  • general/prog/python3.xml

    r33f878a9 r54d09e7  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "e92356b012ed4d0e09675131d39b1bde">
     10  <!ENTITY python3-md5sum        "fe92acfa0db9b9f5044958edb451d463">
    1111  <!ENTITY python3-size          "19 MB">
    12   <!ENTITY python3-buildsize     "202 MB (add 23 MB for tests)">
    13   <!ENTITY python3-time          "2.3 SBU (add 1.7 SBU for tests; both using parallelism=4)">
     12  <!ENTITY python3-buildsize     "282 MB (add 63 MB for tests)">
     13  <!ENTITY python3-time          "2.1 SBU (add 1.2 SBU for tests; both using parallelism=4)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    1717  <!ENTITY python3htmldoc-download-http
    1818  "https://www.python.org/ftp/python/doc/&python3-version;/python-&python3-version;-docs-html.tar.bz2">
    19   <!ENTITY python3-docs-md5sum "e19fa51f7055c0e869d609f2dfbcc5d9" >
     19  <!ENTITY python3-docs-md5sum "b740495c9f6714e0998894ed8d1cb379" >
    2020]>
    2121
     
    146146    <para>
    147147      To test the result, issue <command>make test</command>.
    148       Some tests may need an Internet connection. Two tests, test_distutils
    149       and test_peg_generator are known to fail.
     148      Some tests may need an Internet connection. <!--Two tests, test_distutils
     149      and test_peg_generator are known to fail.-->
    150150    </para>
    151151
     
    161161    </para>
    162162
    163 <screen role="root"><userinput>tar --strip-components=1  \
     163<screen role="root"><userinput>install -v -dm755 /usr/share/doc/python-&python3-version;/html
     164
     165tar --strip-components=1  \
    164166    --no-same-owner       \
    165167    --no-same-permissions \
  • general/sysutils/systemd.xml

    r33f878a9 r54d09e7  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "8090fcccc3a2ec20995e89d56fed61b1">
     10  <!ENTITY systemd-md5sum        "b9456750a212dd54d81caeb3c38134b6">
    1111  <!ENTITY systemd-size          "11 MB">
    1212  <!ENTITY systemd-buildsize     "307 MB (with tests)">
    13   <!ENTITY systemd-time          "2.5 SBU (with tests)">
     13  <!ENTITY systemd-time          "2.8 SBU (with tests)">
    1414
    1515]>
     
    7979
    8080<!--  Keep here in case a patch will be needed.-->
     81<!--
    8182    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8283    <itemizedlist spacing="compact">
     
    8889      </listitem>
    8990    </itemizedlist>
     91-->
    9092
    9193    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    151153    <title>Installation of systemd</title>
    152154
     155<!--
    153156    <para>
    154157      First, fix building <application>systemd</application> with glibc-2.36:
     
    156159
    157160<screen><userinput>patch -Np1 -i ../systemd-&systemd-version;-glibc_2.36_fix-1.patch</userinput></screen>
     161-->
    158162
    159163    <para>
  • introduction/welcome/changelog.xml

    r33f878a9 r54d09e7  
    4343    -->
    4444    <listitem>
     45      <para>November 3rd, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to URI-5.17 (perl module). Fixes
     49          <ulink url="&blfs-ticket-root;17263">#17263</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to HTML-Parser-3.80 (Perl Module). Fixes
     53          <ulink url="&blfs-ticket-root;17256">#17256</ulink>.</para>
     54        </listitem>
     55        <listitem revision="systemd">
     56          <para>[renodr] - Update to systemd-252. Fixes
     57          <ulink url="&blfs-ticket-root;17250">#17250</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[xry111] - Replace hd2u-1.0.4 with dos2unix-7.4.3, in
     61          response to improper maintainance of hd2u.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
     67      <para>November 1st, 2022</para>
     68      <itemizedlist>
     69        <listitem>
     70          <para>[bdubbs] - Update to mpg123-1.31.1. Fixes
     71          <ulink url="&blfs-ticket-root;17251">#17251</ulink>.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[bdubbs] - Update to Python3-3.11.0. Fixes
     75          <ulink url="&blfs-ticket-root;17223">#17223</ulink>.</para>
     76        </listitem>
     77      </itemizedlist>
     78    </listitem>
     79
     80    <listitem>
    4581      <para>October 31st, 2022</para>
    4682      <itemizedlist>
  • multimedia/audioutils/mpg123.xml

    r33f878a9 r54d09e7  
    77  <!ENTITY mpg123-download-http "&sourceforge-dl;/mpg123/mpg123-&mpg123-version;.tar.bz2">
    88  <!ENTITY mpg123-download-ftp  " ">
    9   <!ENTITY mpg123-md5sum        "99523f565a665bdcea06c8aa369ec315">
     9  <!ENTITY mpg123-md5sum        "fd400780d6a56473e8f17fc4fcd317d4">
    1010  <!ENTITY mpg123-size          "1.0 MB">
    1111  <!ENTITY mpg123-buildsize     "16 MB (with tests)">
  • packages.ent

    r33f878a9 r54d09e7  
    233233<!ENTITY compface-version             "1.5.2">
    234234<!ENTITY desktop-file-utils-version   "0.26">
     235<!ENTITY dos2unix-version             "7.4.3">
    235236<!ENTITY graphviz-version             "6.0.2">
    236237<!ENTITY gtk-doc-major                "1.33">
    237238<!ENTITY gtk-doc-version              "1.33.2">
    238 <!ENTITY hd2u-version                 "1.0.4">
    239239<!ENTITY highlight-version            "4.3">
    240240<!ENTITY ibus-version                 "1.5.27">
     
    287287<!ENTITY sg3_utils-version            "1.47">
    288288<!ENTITY sysstat-version              "12.6.0">
    289 <!ENTITY systemd-version              "251">
     289<!ENTITY systemd-version              "252">
    290290<!ENTITY udisks2-version              "2.9.4">    <!-- stable lt .90 micro version -->
    291291<!ENTITY unrar-version                "6.2.1">
     
    324324
    325325<!ENTITY python3-major                "3">
    326 <!ENTITY python3-minor                "10">
    327 <!ENTITY python3-patch                "8">
     326<!ENTITY python3-minor                "11">
     327<!ENTITY python3-patch                "0">
    328328<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    329329<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
     
    371371<!ENTITY File-Slurper-version         "0.013">
    372372<!ENTITY File-Which-version           "1.27">
    373 <!ENTITY HTML-Parser-version          "3.79">
     373<!ENTITY HTML-Parser-version          "3.80">
    374374<!ENTITY HTTP-Daemon-version          "6.14">
    375375<!ENTITY IO-Socket-SSL-version        "2.075">
     
    398398<!ENTITY Unicode-Collate-version      "1.31">
    399399<!ENTITY Unicode-LineBreak-version    "2019.001">
    400 <!ENTITY URI-version                  "5.16">
     400<!ENTITY URI-version                  "5.17">
    401401<!ENTITY XML-LibXML-Simple-version    "1.01">
    402402<!ENTITY XML-LibXSLT-version          "2.002000">
     
    979979<!-- kwave version is the same as KDE applications -->
    980980<!ENTITY lame-version                 "3.100">
    981 <!ENTITY mpg123-version               "1.31.0">
     981<!ENTITY mpg123-version               "1.31.1">
    982982<!ENTITY pavucontrol-version          "5.0">
    983983<!ENTITY pnmixer-version              "0.7.2">
  • xsoft/graphweb/firefox.xml

    r33f878a9 r54d09e7  
    358358
    359359    <para>
     360      First remove an obsolete flag in python code, that has been removed
     361      in python-3.11:
     362    </para>
     363
     364<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     365
     366    <para>
    360367      Now invoke the Python <command>mach</command> script to compile the package.
    361368    </para>
    362369
    363 <screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system &amp;&amp;
     370<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    364371export MOZBUILD_STATE_PATH=${PWD}/mozbuild            &amp;&amp;
    365372./mach configure                                      &amp;&amp;
     
    381388    </para>
    382389
    383 <screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system ./mach install</userinput></screen>
     390<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
    384391
    385392    <para>
     
    415422
    416423    <para>
    417       <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system</command>: Use the
     424      <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
    418425      system python to create a virtual environment for <command>mach</command>
    419       without downloading any python wheels.
     426      without downloading any python wheels nor using the system python modules.
     427      This prevent version mismatches between system modules and bundled ones.
    420428    </para>
    421429
  • xsoft/graphweb/seamonkey.xml

    r33f878a9 r54d09e7  
    269269<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fix-1.patch</userinput></screen>
    270270-->
     271
     272    <para>
     273      First remove an obsolete flag in python code, that has been removed
     274      in python-3.11:
     275    </para>
     276
     277<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
    271278
    272279    <para>
  • xsoft/other/thunderbird.xml

    r33f878a9 r54d09e7  
    248248    </note>
    249249
    250 <screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system &amp;&amp;
     250    <para>
     251      First remove an obsolete flag in python code, that has been removed
     252      in python-3.11:
     253    </para>
     254
     255<screen><userinput>grep -rl \"rU\" | xargs sed -i 's/"rU"/"r"/'</userinput></screen>
     256
     257<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
    251258export MOZBUILD_STATE_PATH=./mozbuild                 &amp;&amp;
    252259./mach configure                                      &amp;&amp;
     
    262269    </para>
    263270
    264 <screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system ./mach install</userinput></screen>
     271<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
    265272<!-- devs: For DESTDIR install, prepend DESTDIR=<dest> to the above -->
    266273    <para>
     
    276283
    277284    <para>
    278       <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system</command>: Use the
     285      <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
    279286      system python to create a virtual environment for <command>mach</command>
    280       without downloading any python wheels.
     287      without downloading any python wheels nor using the system python modules.
     288      This prevent version mismatches between system modules and bundled ones.
    281289    </para>
    282290
Note: See TracChangeset for help on using the changeset viewer.