Changeset 5d15cba
- Timestamp:
- 11/22/2016 05:15:50 AM (8 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.0, 8.1, 8.2, 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:
- d49e97c, d5a25a8
- Parents:
- af97530c
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
raf97530c r5d15cba 44 44 --> 45 45 <listitem> 46 <para>2016-11-22</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Update to Linux-4.8.10. Fixes 50 <ulink url="&lfs-ticket-root;4005">#4005</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[dj] - Added flex-2.6.2-fixes-1.patch. Fixes 54 <ulink url="&lfs-ticket-root;4003">#4003</ulink>.</para> 55 </listitem> 56 <listitem revision="systemd"> 57 <para>[dj] - Fix issue with systemd and sulogin. Fixes 58 <ulink url="&lfs-ticket-root;4006">#4006</ulink>. Thanks to 59 Eric S. Stone for the report.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 63 64 <listitem> 46 65 <para>2016-11-17</para> 47 66 <itemizedlist> -
chapter03/patches.xml
raf97530c r5d15cba 48 48 <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para> 49 49 <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para> 50 </listitem> 51 </varlistentry> 52 53 <varlistentry> 54 <term>Flex Fixes Patch - <token>&flex-fixes-patch-size;</token>:</term> 55 <listitem> 56 <para>Download: <ulink url="&patches-root;&flex-fixes-patch;"/></para> 57 <para>MD5 sum: <literal>&flex-fixes-patch-md5;</literal></para> 50 58 </listitem> 51 59 </varlistentry> -
chapter06/flex.xml
raf97530c r5d15cba 42 42 <title>Installation of Flex</title> 43 43 44 <para>Fix an issue that was discovered after release:</para> 45 46 <screen><userinput remap="pre">patch -Np1 -i ../&flex-fixes-patch; && 47 touch src/scan.*</userinput></screen> 48 44 49 <para>The build procedure assumes the <application>help2man</application> 45 50 program is available to create a man page from the executable --help option. 46 This is not present, so we use an environment variable to skip this process. 51 This is not present, so we use an environment variable to skip this process. 47 52 Now, prepare Flex for compilation:</para> 48 53 … … 58 63 <screen><userinput remap="test">make check</userinput></screen> 59 64 60 <para> There is one known test failure.</para>65 <para>One test, <emphasis>cxx_restart</emphasis>, is known to fail.</para> 61 66 62 67 <para>Install the package:</para> -
chapter06/systemd.xml
raf97530c r5d15cba 81 81 MOUNT_CFLAGS="-I/tools/include/libmount" 82 82 cc_cv_CFLAGS__flto=no 83 SULOGIN="/sbin/sulogin" 83 84 XSLTPROC="/usr/bin/xsltproc"</literal> 84 85 EOF</userinput></screen> -
general.ent
raf97530c r5d15cba 1 <!ENTITY version "SVN-201611 18">1 <!ENTITY version "SVN-20161122"> 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 "201611 18-systemd">6 <!ENTITY versiond "20161122-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "November 18, 2016">10 <!ENTITY releasedate "November 22, 2016"> 11 11 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "7.11"> -
packages.ent
raf97530c r5d15cba 392 392 <!ENTITY linux-major-version "4"> 393 393 <!ENTITY linux-minor-version "8"> 394 <!ENTITY linux-patch-version " 8">394 <!ENTITY linux-patch-version "10"> 395 395 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 396 396 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 397 <!ENTITY linux-size "89,82 4KB">397 <!ENTITY linux-size "89,828 KB"> 398 398 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 399 <!ENTITY linux-md5 " 48bd59bef11f5babf914df39e9b46dde">399 <!ENTITY linux-md5 "ac66f4cf464fbc6147ac5cb588eec192"> 400 400 <!ENTITY linux-home "http://www.kernel.org/"> 401 401 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is -
patches.ent
raf97530c r5d15cba 15 15 <!ENTITY coreutils-i18n-patch-size "146 KB"> 16 16 17 <!ENTITY flex-fixes-patch "flex-&flex-version;-fixes-1.patch"> 18 <!ENTITY flex-fixes-patch-md5 "ab07c395c5c96839f4fbc7801ed4cf73"> 19 <!ENTITY flex-fixes-patch-size "200 KB"> 20 21 <!-- 17 22 <!ENTITY gcc-asan-patch "gcc-&gcc-version;-asan-1.patch"> 18 23 <!ENTITY gcc-asan-patch-md5 "c12ab2e323010fda83bfccc27f58f0b5"> 19 24 <!ENTITY gcc-asan-patch-size "2.8 KB"> 25 --> 20 26 21 27 <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.