Changeset c84ddd9


Ignore:
Timestamp:
10/05/2003 12:57:37 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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, v5_0, v5_1, v5_1_1, 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:
022d450
Parents:
7da1bff
Message:

Some more adjustments.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter04/chapter04.xml

    r7da1bff rc84ddd9  
    1818
    1919<para>All the URLs, when possible, refer to the project's page at
    20 <ulink url="http://www.freshmeat.net"/>. The Freshmeat
     20<ulink url="http://www.freshmeat.net/"/>. The Freshmeat
    2121pages will give you easy access to the official download sites as well as
    2222project websites, mailinglists, FAQs, Changelogs and more.</para>
     
    2525to you. In case a download location has changed since this book was
    2626published, please try to google for the package. Should you remain
    27 unsuccessful with this you should consult the book's errata page at
    28 <ulink url="http://linuxfromscratch.org/lfs/print"/> or try
    29 the alternative means of download listed at
     27unsuccessful with this, you can consult the book's errata page at
     28<ulink url="http://linuxfromscratch.org/lfs/print/"/> or try
     29the alternative means of downloading given at
    3030<ulink url="http://linuxfromscratch.org/lfs/packages.html"/></para>
    3131
     
    3333that is conveniently available throughout the entire build. You'll also need a
    3434working directory in which to unpack the sources and build them. A scheme that
    35 works well is to use $LFS/tools/src/packages for all the downloaded files and
    36 $LFS/tools/src for the working directory. In this way, everything will be on the
    37 LFS partition and always available. Normally, you should delete the source and
    38 build directories after each package installation, unless instructed to do
    39 otherwise.</para>
     35works well is to use <filename>$LFS/tools/src/packages</filename> for all the
     36downloaded files and <filename>$LFS/tools/src</filename> for the working
     37directory. In this way, everything will be on the LFS partition and always
     38available.</para>
     39 
     40<para>Ater each package installation you should normally delete the source and
     41build directories (for cleanness sake and to save space),
     42<emphasis>unless</emphasis> instructed to do otherwise.</para>
    4043
    4144<!--
     
    326329created by the LFS community.  Most of these solve slight problems, or enable
    327330some functionality that's not enabled by default.  Please feel free to examine
    328 the patches database, located at <ulink url="http://www.linuxfromscratch.org/patches"/>, and choose any additional patches you might wish to use.</para>
     331the patches database, located at
     332<ulink url="http://www.linuxfromscratch.org/patches/"/>, and choose any
     333additional patches you might wish to use.</para>
    329334
    330335</sect1>
  • chapter05/creatingstage1dir.xml

    r7da1bff rc84ddd9  
    3131
    3232<note><para>Study the above command closely. It can be confusing at first
    33 glance. The <userinput>ln</userinput> command has several syntax variations so
    34 be sure to check the ln man page before reporting what you may think is an
     33glance. The <userinput>ln</userinput> command has several syntax variations,
     34so be sure to check the ln man page before reporting what you may think is an
    3535error.</para></note>
    3636
  • chapter05/setting-environment.xml

    r7da1bff rc84ddd9  
    3838<para>The LC_ALL variable controls the localization of certain programs,
    3939making their messages follow the conventions of a specified country. If your
    40 host system uses a version of <emphasis>glibc</emphasis> older than 2.2.4,
     40host system uses a version of Glibc older than 2.2.4,
    4141having LC_ALL set to something other than "POSIX" or "C" during this chapter
    4242may cause trouble if you exit the chroot environment and wish to return later.
  • chapter06/bison-inst.xml

    r7da1bff rc84ddd9  
    1919<para>This package has a test suite available which can perform a number of
    2020checks to ensure it built correctly.  Should you choose to run it, the
    21 following command will do so:</para>
     21following command will do so (and takes a long time):</para>
    2222
    2323<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/gettext-inst.xml

    r7da1bff rc84ddd9  
    1414<para>This package has a test suite available which can perform a number of
    1515checks to ensure it built correctly.  Should you choose to run it, the
    16 following command will do so:</para>
     16following command will do so (and takes a very long time):</para>
    1717
    1818<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/zlib-inst.xml

    r7da1bff rc84ddd9  
    44<title>Installation of Zlib</title>
    55
    6 <para>Zlib has a potential buffer overflow in its gzprintf() function,
    7 that, though difficult to take advantage of, should be taken care of. Do
    8 so by applying this patch:</para>
     6<para>Zlib has a potential buffer overflow in its
     7<emphasis>gzprintf()</emphasis> function, that, though difficult to take
     8advantage of, should be taken care of by applying this patch:</para>
    99
    1010<para><screen><userinput>patch -Np1 -i ../zlib-&zlib-patch-version;.patch</userinput></screen></para>
Note: See TracChangeset for help on using the changeset viewer.