Changeset 5cc2395
- Timestamp:
- 04/11/2018 09:37:07 PM (5 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, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 597019b
- Parents:
- c9627324
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rc9627324 r5cc2395 45 45 46 46 <listitem> 47 <para>2018-04-11</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Fix appdata.loc file in gettext.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to linux-4.16.1. Fixes 54 <ulink url="&lfs-ticket-root;4256">#4256</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to procps-ng-3.3.14. Fixes 58 <ulink url="&lfs-ticket-root;4267">#4257</ulink>.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 62 63 <listitem> 47 64 <para>2018-04-06</para> 48 65 <itemizedlist> -
chapter06/gettext.xml
rc9627324 r5cc2395 44 44 <title>Installation of Gettext</title> 45 45 46 <!-- this has been fixed in upstream gnulib, when a new version of46 <!-- This has been fixed in upstream gnulib, when a new version of 47 47 gettext is released, please check #4055 to see if the change has been 48 picked up in this package --> 48 picked up in this package 49 50 As of April 11, 2018, 'TESTS = test-lock' is in gettext-runtime/tests/Makefile.am 51 Perhaps the test is fixed. 52 53 There is no reference to 'test' or TEST in gettext-tools/gnulib-tests/Makefile.am 54 --> 49 55 <para>First, suppress two invocations of test-lock which on some machines 50 56 can loop forever:</para> … … 52 58 <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && 53 59 sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> 60 61 <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears 62 to be in metainfo.{its,loc}, When updating, check BLFS gnome-screenshot. --> 63 <para>Now fix a configuration file:</para> 64 65 <screen><userinput remap="pre">sed -e '/AppData/N;N;p;s/\.appdata\./.metainfo./' \ 66 -i gettext-tools/its/appdata.loc</userinput></screen> 54 67 55 68 <para>Prepare Gettext for compilation:</para> -
chapter06/revisedchroot.xml
rc9627324 r5cc2395 56 56 rm -f /usr/lib/libz.a</userinput></screen> 57 57 58 <para>There are also several files installed in the /usr/lib directory with a59 file name extention of .la. These are "libtool archive" files and generally60 unneeded on a linux system. None of these are necessary at this point. To61 remove them, run:</para>58 <para>There are also several files installed in the /usr/lib and /usr/libexec 59 directories with a file name extention of .la. These are "libtool archive" 60 files and generally unneeded on a linux system. None of these are necessary 61 at this point. To remove them, run:</para> 62 62 63 <screen><userinput>find /usr/lib -name \*.la -delete</userinput></screen>63 <screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen> 64 64 65 65 <para>For more information about libtool archive files, see the <ulink -
general.ent
rc9627324 r5cc2395 1 <!ENTITY version "SVN-201804 06">1 <!ENTITY version "SVN-20180411"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> … … 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "April 6, 2018">10 <!ENTITY releasedate "April 11, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rc9627324 r5cc2395 417 417 <!ENTITY linux-major-version "4"> 418 418 <!ENTITY linux-minor-version "16"> 419 <!ENTITY linux-patch-version " 0">420 <! ENTITY linux-version "&linux-major-version;.&linux-minor-version;">421 <! --<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -->422 <!ENTITY linux-size "100,6 06KB">419 <!ENTITY linux-patch-version "1"> 420 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> 421 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 422 <!ENTITY linux-size "100,610 KB"> 423 423 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 424 <!ENTITY linux-md5 "1 357fb4ee7c288fdeac5d4e0048f5c18">424 <!ENTITY linux-md5 "16123b843ad2efa394a060d8f72c91c2"> 425 425 <!ENTITY linux-home "http://www.kernel.org/"> 426 426 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 549 549 <!ENTITY pkgconfig-ch6-sbu "0.3 SBU"> 550 550 551 <!ENTITY procps-ng-version "3.3.1 3">552 <!ENTITY procps-ng-size " 881KB">551 <!ENTITY procps-ng-version "3.3.14"> 552 <!ENTITY procps-ng-size "906 KB"> 553 553 <!ENTITY procps-ng-url "https://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz"> 554 <!ENTITY procps-ng-md5 " ad20fe97b3f45797dd43e2d3e046ff32">554 <!ENTITY procps-ng-md5 "fce371ccc1c15a67af9d85e4057e559d"> 555 555 <!ENTITY procps-ng-home "https://sourceforge.net/projects/procps-ng"> 556 556 <!ENTITY procps-ng-ch6-du "15 MB">
Note:
See TracChangeset
for help on using the changeset viewer.