Changeset 78675cc


Ignore:
Timestamp:
08/14/2005 02:48:02 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
0de123e
Parents:
a0e8929a
Message:

Merge trunk revs 6677:6681

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra0e8929a r78675cc  
    8888<listitem><para>Added:</para>
    8989<itemizedlist>
     90<listitem><para>&bzip2-docs-patch;</para></listitem>
    9091<listitem><para>&gcc-specs-patch;</para></listitem>
    9192<listitem><para>&glibc-gcc4_elf-patch;</para></listitem>
     
    121122failures in GCC (fixes bug 1615).</para></listitem>
    122123
     124<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
     125for bzip2 (fixes bug 1603).</para>
     126</listitem>
     127
     128<listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
     129</listitem>
     130
    123131<listitem><para>August 14th, 2005 [matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to ensure they get built with -fomit-frame-pointer so it matches the
    124132bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para></listitem>
     133
     134<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
     135for the failing test (bug 1611).</para></listitem>
    125136
    126137<listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required
  • chapter03/packages.xml

    ra0e8929a r78675cc  
    243243
    244244<varlistentry>
    245 <term>Linux (&linux-version;) - 36,621 KB:</term>
     245<term>Linux (&linux-version;) - 36,619 KB:</term>
    246246<listitem>
    247247<para><ulink url="&kernel;linux/kernel/v&linux-dl-version;/"/></para>
     
    395395
    396396<varlistentry>
    397 <term>Udev (&udev-version;) - 425 KB:</term>
     397<term>Udev (&udev-version;) - 437 KB:</term>
    398398<listitem>
    399399<para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para>
  • chapter03/patches.xml

    ra0e8929a r78675cc  
    3333
    3434<varlistentry>
     35<term>Bzip2 Documentation Patch - 1 KB:</term>
     36<listitem>
     37<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
     38</listitem>
     39</varlistentry>
     40<varlistentry>
     41
    3542<term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
    3643<listitem>
  • chapter05/glibc.xml

    ra0e8929a r78675cc  
    4242
    4343<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
    44 The problem has been determined to be with the tests themselves, not with the C libarary or the kernel.  If you plan to run the testsuite apply this patch:</para>
     44The problem has been determined to be with the tests themselves, not with the C library or the kernel.  If you plan to run the testsuite apply this patch:</para>
    4545
    4646<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
  • chapter06/bzip2.xml

    ra0e8929a r78675cc  
    3232<sect2 role="installation">
    3333<title>Installation of Bzip2</title>
     34
     35<para>Apply a patch to install the documentation for this package:</para>
     36
     37<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
    3438
    3539<para>Prepare Bzip2 for compilation with:</para>
  • chapter06/udev.xml

    ra0e8929a r78675cc  
    3030<sect2 role="installation">
    3131<title>Installation of Udev</title>
     32
     33<para>Fix an incorrect assumption in the Udev testsuite regarding the location
     34of the <command>test</command> binary:</para>
     35
     36<screen><userinput>sed -i -e 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen>
    3237
    3338<para>Compile the package:</para>
  • general.ent

    ra0e8929a r78675cc  
    5656<!ENTITY lfs-bootscripts-version "3.2.1">
    5757<!ENTITY libtool-version "1.5.18">
    58 <!ENTITY linux-version "2.6.12.3">
     58<!ENTITY linux-version "2.6.12.4">
    5959<!ENTITY linux-dl-version "2.6">
    6060<!ENTITY linux-libc-headers-version "2.6.12.0">
     
    7878<!ENTITY tcl-version "8.4.11">
    7979<!ENTITY texinfo-version "4.8">
    80 <!ENTITY udev-version "063">
     80<!ENTITY udev-version "067">
    8181<!ENTITY util-linux-version "2.12q">
    8282<!ENTITY vim-version "6.3">
  • patches.ent

    ra0e8929a r78675cc  
    44<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
    55<!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">
     6
     7<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    68
    79<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
Note: See TracChangeset for help on using the changeset viewer.