Changeset 68c0a30 for chapter06


Ignore:
Timestamp:
03/30/2016 09:41:03 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
0376c98
Parents:
c4dcfd8
Message:

Added DJ Lucas to the list of authors.
Updated dependencies for Gawk. Merged from trunk r11036
Updated to linux-4.4.4. Merged from trunk r11034
Updated to mpfr-3.1.4. Merged from trunk r11034.
Updated to pkg-config-0.29.1. Merged from trunk r11034.
Updated to tcl-core-8.6.5. Merged from trunk r11034.
Removed pcprofiledump and libpcprofile.so from the installed files list on the Glibc page. Merged from trunk r11034.
Added the creation of /var/log/faillog. Merged from trunk r11034.
Removed the --disable-profile and --enable-obsolete-rpc options from glibc. Merged from trunk r11034.
Cleaned up patches file.
Cleaned up whatsnew file.
Cleaned up changelog of former changes.
Merged various spelling changes from r11030 and r11031.
Disable static libraries in texinfo and document installation of XSParagraph.so. Merged from trunk r11032.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter06/autoconf.xml

    rc4dcfd8 r68c0a30  
    5454<screen><userinput remap="test">make check</userinput></screen>
    5555
    56     <para>This takes a long time, about &autoconf-ch6-sbu; SBUs. In addition,
     56    <para>This takes a long time, about &autoconf-ch6-sbu-tests; SBUs. In addition,
    5757    several steps are skipped that use Automake. For full test coverage,
    5858    Autoconf can be re-tested after Automake has been installed. In addition,
  • chapter06/createfiles.xml

    rc4dcfd8 r68c0a30  
    238238  proper permissions:</para>
    239239
    240 <screen><userinput>touch /var/log/{btmp,lastlog,wtmp}
     240<screen><userinput>touch /var/log/{btmp,lastlog,faillog,wtmp}
    241241chgrp -v utmp /var/log/lastlog
    242242chmod -v 664  /var/log/lastlog
     
    245245  <para>The <filename>/var/log/wtmp</filename> file records all logins and
    246246  logouts. The <filename>/var/log/lastlog</filename> file records when each
    247   user last logged in. The <filename>/var/log/btmp</filename> file records the
    248   bad login attempts.</para>
     247  user last logged in. The <filename>/var/log/faillog</filename> file records
     248  failed login attempts. The <filename>/var/log/btmp</filename> file records
     249  the bad login attempts.</para>
    249250
    250251  <note><para>The <filename>/run/utmp</filename> file records the users that
  • chapter06/glibc.xml

    rc4dcfd8 r68c0a30  
    8989
    9090<screen><userinput remap="configure">../configure --prefix=/usr          \
    91              --disable-profile      \
    9291             --enable-kernel=&min-kernel; \
    9392             --enable-obsolete-rpc</userinput></screen>
     
    403402      <seglistitem>
    404403        <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    405         ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
     404        ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd,
    406405        pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
    407406        zdump, and zic</seg>
     
    411410        libmcheck.a, libmemusage.so, libnsl.{a,so}, libnss_compat.so,
    412411        libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnss_nis.so,
    413         libnss_nisplus.so, libpcprofile.so, libpthread.{a,so},
     412        libnss_nisplus.so, libpthread.{a,so},
    414413        libpthread_nonshared.a, libresolv.{a,so}, librpcsvc.a, librt.{a,so},
    415414        libthread_db.so, and libutil.{a,so}</seg>
     
    577576      </varlistentry>
    578577
     578<!--
    579579      <varlistentry id="pcprofiledump">
    580580        <term><command>pcprofiledump</command></term>
     
    586586        </listitem>
    587587      </varlistentry>
     588-->
    588589
    589590      <varlistentry id="pldd">
     
    852853      </varlistentry>
    853854
     855<!--
    854856      <varlistentry id="libpcprofile">
    855857        <term><filename class="libraryfile">libpcprofile</filename></term>
     
    862864        </listitem>
    863865      </varlistentry>
     866-->
    864867
    865868      <varlistentry id="libpthread">
  • chapter06/mpfr.xml

    rc4dcfd8 r68c0a30  
    4242    <title>Installation of MPFR</title>
    4343
     44<!--
    4445    <para>First, apply the following patch to fix various bugs that have been
    4546    addressed upstream:</para>
    4647
    4748<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-upstream-patch;</userinput></screen>
    48 
     49-->
     50   
    4951    <para>Prepare MPFR for compilation:</para>
    5052
  • chapter06/revisedchroot.xml

    rc4dcfd8 r68c0a30  
    4242  linkend="ch-system-kernfsmount"/>.</para>
    4343
    44   <para>Finally, there were several static libraries that were not supressed earlier
     44  <para>Finally, there were several static libraries that were not suppressed earlier
    4545  in the chapter in order to satisfy the regression tests in several packages. These
    4646  libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib.  If desired,
  • chapter06/texinfo.xml

    rc4dcfd8 r68c0a30  
    4444    <para>Prepare Texinfo for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
    4747
    4848    <para>Compile the package:</para>
     
    9999    <segmentedlist>
    100100      <segtitle>Installed programs</segtitle>
     101      <segtitle>Installed library</segtitle>
    101102      <segtitle>Installed directory</segtitle>
    102103
     
    104105        <seg>info, install-info, makeinfo (link to texi2any),
    105106        pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
    106         <seg>/usr/share/texinfo</seg>
     107        <seg>XSParagraph.so</seg>
     108        <seg>/usr/share/texinfo and /usr/lib/texinfo</seg>
    107109      </seglistitem>
    108110    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.