Changeset 5cc2395


Ignore:
Timestamp:
04/11/2018 09:37:07 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:
597019b
Parents:
c9627324
Message:

Fix appdata.loc file in gettext.
Update to linux-4.16.1.
Update to procps-ng-3.3.14.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc9627324 r5cc2395  
    4545
    4646    <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>
    4764      <para>2018-04-06</para>
    4865      <itemizedlist>
  • chapter06/gettext.xml

    rc9627324 r5cc2395  
    4444    <title>Installation of Gettext</title>
    4545
    46    <!-- this has been fixed in upstream gnulib, when a new version of
     46   <!-- This has been fixed in upstream gnulib, when a new version of
    4747   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   -->
    4955   <para>First, suppress two invocations of test-lock which on some machines
    5056   can loop forever:</para>
     
    5258<screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in &amp;&amp;
    5359sed -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>
    5467
    5568    <para>Prepare Gettext for compilation:</para>
  • chapter06/revisedchroot.xml

    rc9627324 r5cc2395  
    5656rm -f /usr/lib/libz.a</userinput></screen>
    5757
    58   <para>There are also several files installed in the /usr/lib directory with a
    59   file name extention of .la.  These are "libtool archive" files and generally
    60   unneeded on a linux system.  None of these are necessary at this point.  To
    61   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>
    6262
    63 <screen><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
     63<screen><userinput>find /usr/lib /usr/libexec -name \*.la -delete</userinput></screen>
    6464
    6565   <para>For more information about libtool archive files, see the <ulink
  • general.ent

    rc9627324 r5cc2395  
    1 <!ENTITY version         "SVN-20180406">
     1<!ENTITY version         "SVN-20180411">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
     
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 6, 2018">
     10<!ENTITY releasedate     "April 11, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rc9627324 r5cc2395  
    417417<!ENTITY linux-major-version "4">
    418418<!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,606 KB">
     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">
    423423<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    424 <!ENTITY linux-md5 "1357fb4ee7c288fdeac5d4e0048f5c18">
     424<!ENTITY linux-md5 "16123b843ad2efa394a060d8f72c91c2">
    425425<!ENTITY linux-home "http://www.kernel.org/">
    426426<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    549549<!ENTITY pkgconfig-ch6-sbu "0.3 SBU">
    550550
    551 <!ENTITY procps-ng-version "3.3.13">
    552 <!ENTITY procps-ng-size "881 KB">
     551<!ENTITY procps-ng-version "3.3.14">
     552<!ENTITY procps-ng-size "906 KB">
    553553<!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">
    555555<!ENTITY procps-ng-home "https://sourceforge.net/projects/procps-ng">
    556556<!ENTITY procps-ng-ch6-du "15 MB">
Note: See TracChangeset for help on using the changeset viewer.