Changeset b465451


Ignore:
Timestamp:
02/19/2005 07:44:24 PM (19 years ago)
Author:
Gerard Beekmans <gerard@…>
Children:
acdb4a6
Parents:
ccb4ec9
Message:

Synchronized Testing with Trunk. Ready to move Testing to Trunk and discontinue Testing.

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

Files:
1 added
13 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rccb4ec9 rb465451  
    2020<listitem><para>Upgraded to:</para>
    2121<itemizedlist>
    22 <listitem><para>Automake 1.9.4</para></listitem>
     22<listitem><para>Automake 1.9.5</para></listitem>
    2323<listitem><para>Binutils 2.15.94.0.2</para></listitem>
    2424<listitem><para>Bison 2.0</para></listitem>
    25 <listitem><para>File 4.12</para></listitem>
    26 <listitem><para>Findutils 4.2.3</para></listitem>
     25<listitem><para>E2fsprogs 1.36</para></listitem>
     26<listitem><para>Expect 5.43.0</para></listitem>
     27<listitem><para>File 4.13</para></listitem>
     28<listitem><para>Findutils 4.2.17</para></listitem>
    2729<listitem><para>GCC 3.4.3</para></listitem>
    2830<listitem><para>Glibc 20041011</para></listitem>
    2931<listitem><para>Grep 2.5.1a</para></listitem>
     32<listitem><para>Grub 0.96</para></listitem>
    3033<listitem><para>Iana-Etc 1.03</para></listitem>
    3134<listitem><para>Iproute2 2.6.9-041019</para></listitem>
    32 <listitem><para>LFS-Bootscripts 2.2.3</para></listitem>
    33 <listitem><para>Libtool 1.5.10</para></listitem>
     35<listitem><para>LFS-Bootscripts 3.1.0</para></listitem>
     36<listitem><para>Libtool 1.5.14</para></listitem>
    3437<listitem><para>Linux 2.6.10</para></listitem>
    3538<listitem><para>Linux-libc-headers 2.6.10.0</para></listitem>
     
    5659<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
    5760<listitem><para>Hotplug 2004_09_23</para></listitem>
    58 <listitem><para>Libol 0.3.14</para></listitem>
     61<listitem><para>iproute2-2.6.9_041019-find_update-1.patch</para></listitem>
     62<listitem><para>Libol 0.3.15</para></listitem>
    5963<listitem><para>linux-2.6.10-security_fix-1.patch</para></listitem>
    60 <listitem><para>Syslog-ng 1.6.5</para></listitem>
     64<listitem><para>Syslog-ng 1.6.6</para></listitem>
    6165<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
    6266<listitem><para>vim-6.0-security_fix-1.patch</para></listitem>
     
    7579</itemizedlist>
    7680</listitem>
     81
     82<listitem><para>February 19, 2005 [gerard]: Synchronized Testing
     83branch with current Unstable/Trunk. Move Testing branch to Trunk and
     84discontinue Testing branch as per lfs-dev discussion on branch
     85changes.</para></listitem>
    7786
    7887<listitem><para>February 5, 2005 [matt]: Copy hotplug's pnp.distmap file to
  • chapter03/packages.xml

    rccb4ec9 rb465451  
    146146
    147147<varlistentry>
     148<term>Glibc-Linuxthreads (&glibc-version;) - 231 KB: </term>
     149<listitem>
     150<para><ulink url="http://ftp.gnu.org/gnu/glibc/"/></para>
     151</listitem>
     152</varlistentry>
     153
     154<varlistentry>
    148155<term>Grep (&grep-version;) - 545 KB:</term>
    149156<listitem>
  • chapter03/patches.xml

    rccb4ec9 rb465451  
    106106
    107107<varlistentry>
     108<term>IPRoute2 Find Update Patch - 1 KB:</term>
     109<listitem>
     110<para><ulink url="&patches-root;iproute2-&iproute2-patch-version;-find_update-1.patch"/></para>
     111</listitem>
     112</varlistentry>
     113
     114<varlistentry>
    108115<term>Linux 2.6.10 Security Vulnerability Patch - 1 KB:</term>
    109116<listitem>
     
    129136<term>Readline Display Wrap Patch - 1 KB:</term>
    130137<listitem>
    131 <para><ulink url="&patches-root;readline-&readline-version;-display_wrap-1.patch"/></para>
     138<para><ulink url="&patches-root;readline-&readline-version;-fixes-1.patch"/></para>
    132139</listitem>
    133140</varlistentry>
  • chapter06/glibc.xml

    rccb4ec9 rb465451  
    4545Glibc autoconf tests would give false results and defeat the goal
    4646of achieving a clean build.</para>
     47
     48<para>The linuxthreads tarball contains the man pages for the
     49threading libraries installed by glibc.  Unpack the tarball from
     50within the glibc source directory:</para>
     51
     52<screen><userinput>tar xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
    4753
    4854<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter06/grub.xml

    rccb4ec9 rb465451  
    5757<screen><userinput>make install
    5858mkdir /boot/grub
    59 cp /usr/share/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
     59cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
    6060
    6161<para>Replace <filename class="directory">i386-pc</filename> with whatever
  • chapter06/iproute2.xml

    rccb4ec9 rb465451  
    4343    <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen>
    4444
     45<para>The patch below fixes the issue with the newer versions of
     46findutils whose <command>find</command> command will report an error
     47message when its options are not in the proper order.</para>
     48
     49<screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-find_update-1.patch</userinput></screen>
     50
     51
    4552    <para>Prepare Iproute2 for compilation:</para>
    4653    <screen><userinput>./configure </userinput></screen>
  • chapter06/libol.xml

    rccb4ec9 rb465451  
    3030<para>Prepare Libol for compilation</para>
    3131
    32 <screen><userinput>./configure --prefix=/usr --enable-shared</userinput></screen>
     32<screen><userinput>./configure --prefix=/usr</userinput></screen>
    3333
    3434<para>Compile the package:</para>
  • chapter06/readjusting.xml

    rccb4ec9 rb465451  
    5858
    5959<screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
    60     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \
     60    -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \
    6161        `gcc --print-file specs`</userinput></screen>
    6262
  • chapter06/readline.xml

    rccb4ec9 rb465451  
    2929<title>Installation of Readline</title>
    3030
    31 <para>The following patch fixes a problem where Readline sometimes
    32 only shows 33 characters on a line and then wraps to the next
    33 line.</para>
     31<para>The following patch includes a fix for the problem where
     32Readline sometimes only shows 33 characters on a line and then wraps
     33to the next line. It also includes other fixes recommended by the
     34Readline author.</para>
    3435
    35 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
    3637
    3738<para>Prepare Readline for compilation:</para>
    3839
    39 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
    4041
    4142<para>Compile the package:</para>
  • chapter06/zlib.xml

    rccb4ec9 rb465451  
    3838<para>Prepare Zlib for compilation:</para>
    3939
    40 <screen><userinput>./configure --prefix=/usr --shared</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --shared --libdir=/lib</userinput></screen>
    4141
    4242<para>Compile the package:</para>
  • chapter07/bootscripts.xml

    rccb4ec9 rb465451  
    3232<screen><userinput>make install</userinput></screen>
    3333
    34 <!-- Temporary until new bootscripts release -->
    35 <para>Since this version of LFS also uses the Hotplug and Syslog-ng packages,
    36 install the bootscripts for those packages as well:</para>
    37 
    38 <screen><userinput>make install-hotplug
    39 make install-syslog-ng</userinput></screen>
    40 
    4134</sect2>
    42 
    4335
    4436<sect2 id="contents-bootscripts" role="content"><title>Contents of LFS-bootscripts</title>
  • chapter08/kernel.xml

    rccb4ec9 rb465451  
    4949kernel compilation. Do not rely on the source tree being clean after
    5050un-tarring.</para>
    51 
    52 <para>Also, ensure that the kernel does not attempt to pass
    53 hotplugging events to userspace until userspace specifies that it is
    54 ready:</para>
    55 
    56 <screen><userinput>sed -i 's@/sbin/hotplug@/bin/true@' kernel/kmod.c</userinput></screen>
    5751
    5852<para>If, in <xref linkend="ch-scripts-console" role=","/> it was decided to
  • general.ent

    rccb4ec9 rb465451  
    1717
    1818<!ENTITY autoconf-version "2.59">
    19 <!ENTITY automake-version "1.9.4">
     19<!ENTITY automake-version "1.9.5">
    2020<!ENTITY bash-version "3.0">
    2121<!ENTITY binutils-version "2.15.94.0.2">
     
    2525<!ENTITY dejagnu-version "1.4.4">
    2626<!ENTITY diffutils-version "2.8.1">
    27 <!ENTITY e2fsprogs-version "1.35">
    28 <!ENTITY expect-version "5.42.1">
    29 <!ENTITY file-version "4.12">
    30 <!ENTITY findutils-version "4.2.3">
     27<!ENTITY e2fsprogs-version "1.36">
     28<!ENTITY expect-version "5.43.0">
     29<!ENTITY file-version "4.13">
     30<!ENTITY findutils-version "4.2.17">
    3131<!ENTITY flex-version "2.5.31">
    3232<!ENTITY gawk-version "3.1.4">
    3333<!ENTITY gcc-version "3.4.3">
    3434<!ENTITY gettext-version "0.14.1">
    35 <!ENTITY glibc-version "20041011">
     35<!ENTITY glibc-version "2.3.4">
    3636<!ENTITY grep-version "2.5.1a">
    3737<!ENTITY groff-version "1.19.1">
    38 <!ENTITY grub-version "0.95">
     38<!ENTITY grub-version "0.96">
    3939<!ENTITY gzip-version "1.3.5">
    4040<!ENTITY hotplug-version "2004_09_23">
     
    4545<!ENTITY kbd-version "1.12">
    4646<!ENTITY less-version "382">
    47 <!ENTITY lfs-bootscripts-version "2.2.3">
    48 <!ENTITY libol-version "0.3.14">
    49 <!ENTITY libtool-version "1.5.10">
     47<!ENTITY lfs-bootscripts-version "3.1.0">
     48<!ENTITY libol-version "0.3.15">
     49<!ENTITY libtool-version "1.5.14">
    5050<!ENTITY linux-version "2.6.10">
    5151<!ENTITY linux-libc-headers-version "2.6.10.0">
     
    6464<!ENTITY sed-version "4.1.4">
    6565<!ENTITY shadow-version "4.0.7">
    66 <!ENTITY syslog-ng-version "1.6.5">
     66<!ENTITY syslog-ng-version "1.6.6">
    6767<!ENTITY sysvinit-version "2.86">
    6868<!ENTITY tar-version "1.15.1">
Note: See TracChangeset for help on using the changeset viewer.