Changeset d47b15b
- Timestamp:
- 07/08/2018 08:23:05 PM (6 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 3307b88
- Parents:
- b8b65b7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rb8b65b7 rd47b15b 45 45 46 46 <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> 47 64 <para>2018-07-07</para> 48 65 <itemizedlist> -
chapter06/meson.xml
rb8b65b7 rd47b15b 41 41 <title>Installation of Meson</title> 42 42 43 <para>Make a fix from upstream:</para> 44 45 <screen><userinput remap="pre">sed -i '309 s/os.getcwd/-C, &/' mesonbuild/minstall.py</userinput></screen> 46 43 47 <para>Compile Meson with the following command:</para> 44 48 … … 49 53 <para>Install the package:</para> 50 54 51 <screen><userinput remap="install">python3 setup.py install</userinput></screen> 52 55 <screen><userinput remap="install">python3 setup.py install --root=dest 56 cp -rv dest/* /</userinput></screen> 57 <!-- 53 58 <para>At last, move Meson man pages to correct location:</para> 54 59 … … 56 61 /usr/share/man/man1 57 62 rm -r /usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg/share</userinput></screen> 63 --> 58 64 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> 59 81 </sect2> 60 61 82 62 83 <sect2 id="contents-meson" role="content"> -
chapter06/texinfo.xml
rb8b65b7 rd47b15b 41 41 <sect2 role="installation"> 42 42 <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> 43 47 44 48 <para>Prepare Texinfo for compilation:</para> -
general.ent
rb8b65b7 rd47b15b 1 <!ENTITY version "SVN-2018070 7">1 <!ENTITY version "SVN-20180708"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2018070 7-systemd">6 <!ENTITY versiond "20180708-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "July 7, 2018">10 <!ENTITY releasedate "July 8, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rb8b65b7 rd47b15b 417 417 <!ENTITY linux-major-version "4"> 418 418 <!ENTITY linux-minor-version "17"> 419 <!ENTITY linux-patch-version " 3">419 <!ENTITY linux-patch-version "5"> 420 420 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> 421 421 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 422 <!ENTITY linux-size "99,78 3KB">422 <!ENTITY linux-size "99,780 KB"> 423 423 <!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"> 425 425 <!ENTITY linux-home "https://www.kernel.org/"> 426 426 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 471 471 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> 472 472 473 <!ENTITY meson-version "0.4 6.1">474 <!ENTITY meson-size "1, 176KB">473 <!ENTITY meson-version "0.47.0"> 474 <!ENTITY meson-size "1,218 KB"> 475 475 <!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"> 477 477 <!ENTITY meson-home "https://mesonbuild.com"> 478 478 <!ENTITY meson-ch6-du "16 MB">
Note:
See TracChangeset
for help on using the changeset viewer.