Changeset d47b15b


Ignore:
Timestamp:
07/08/2018 08:23:05 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3307b88
Parents:
b8b65b7
Message:

Fix failures in texinfo regression tests.
Update to linux-4.17.5.
Update to meson-0.47.0.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb8b65b7 rd47b15b  
    4545
    4646    <listitem>
     47      <para>2018-07-08</para>
     48      <itemizedlist>
     49        <listitem>
     50           <para>[bdubbs] - Fix failures in texinfo regression tests.</para>
     51        </listitem>
     52        <listitem>
     53           <para>[bdubbs] - Update to linux-4.17.5.  Fixes
     54           <ulink url="&lfs-ticket-root;4300">#4300</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57           <para>[bdubbs] - Update to meson-0.47.0.  Fixes
     58           <ulink url="&lfs-ticket-root;4306">#4306</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
     63    <listitem>
    4764      <para>2018-07-07</para>
    4865      <itemizedlist>
  • chapter06/meson.xml

    rb8b65b7 rd47b15b  
    4141    <title>Installation of Meson</title>
    4242
     43    <para>Make a fix from upstream:</para>
     44
     45<screen><userinput remap="pre">sed -i '309 s/os.getcwd/-C, &amp;/' mesonbuild/minstall.py</userinput></screen>
     46
    4347    <para>Compile Meson with the following command:</para>
    4448
     
    4953    <para>Install the package:</para>
    5054
    51 <screen><userinput remap="install">python3 setup.py install</userinput></screen>
    52 
     55<screen><userinput remap="install">python3 setup.py install --root=dest
     56cp -rv dest/* /</userinput></screen>
     57<!--
    5358    <para>At last, move Meson man pages to correct location:</para>
    5459
     
    5661      /usr/share/man/man1
    5762rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen>
     63-->
    5864
     65    <variablelist>
     66      <title>The meaning of the install parameters:</title>
     67     
     68      <varlistentry>
     69        <term><parameter>--root=dest</parameter></term>
     70        <listitem>
     71          <para>By default <command>python3 setup.py install</command>
     72          installs various files (such as man pages) into Python Eggs.
     73          With a specified root location, <command>setup.py</command> installs
     74          these files into a standard hierarchy.  Then we can just copy
     75          the hierarchy so the files will be in the standard location.
     76        </para>
     77        </listitem>
     78      </varlistentry>
     79
     80    </variablelist>
    5981  </sect2>
    60 
    6182
    6283  <sect2 id="contents-meson" role="content">
  • chapter06/texinfo.xml

    rb8b65b7 rd47b15b  
    4141  <sect2 role="installation">
    4242    <title>Installation of Texinfo</title>
     43
     44    <para>Fix a file that creates a lot of failures in the regression checks:</para>
     45
     46<screen><userinput remap="pre">sed -i '5481,5485 s/({/(\\{/' tp/Texinfo/Parser.pm</userinput></screen>
    4347
    4448    <para>Prepare Texinfo for compilation:</para>
  • general.ent

    rb8b65b7 rd47b15b  
    1 <!ENTITY version         "SVN-20180707">
     1<!ENTITY version         "SVN-20180708">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20180707-systemd">
     6<!ENTITY versiond        "20180708-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "July 7, 2018">
     10<!ENTITY releasedate     "July 8, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rb8b65b7 rd47b15b  
    417417<!ENTITY linux-major-version "4">
    418418<!ENTITY linux-minor-version "17">
    419 <!ENTITY linux-patch-version "3">
     419<!ENTITY linux-patch-version "5">
    420420<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    421421<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    422 <!ENTITY linux-size "99,783 KB">
     422<!ENTITY linux-size "99,780 KB">
    423423<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    424 <!ENTITY linux-md5 "a5899b46a3d146c65bc2ba724db2f4ca">
     424<!ENTITY linux-md5 "1677d884b0e39f217afc9e23e088e330">
    425425<!ENTITY linux-home "https://www.kernel.org/">
    426426<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    471471<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    472472
    473 <!ENTITY meson-version "0.46.1">
    474 <!ENTITY meson-size "1,176 KB">
     473<!ENTITY meson-version "0.47.0">
     474<!ENTITY meson-size "1,218 KB">
    475475<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    476 <!ENTITY meson-md5 "1698f6526574839de5dcdc45e3f7d582">
     476<!ENTITY meson-md5 "5ec10121fcd1e130fdc7e9a10d762a4c">
    477477<!ENTITY meson-home "https://mesonbuild.com">
    478478<!ENTITY meson-ch6-du "16 MB">
Note: See TracChangeset for help on using the changeset viewer.