Changeset 78675cc
- Timestamp:
- 08/14/2005 02:48:02 PM (19 years ago)
- Children:
- 0de123e
- Parents:
- a0e8929a
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
ra0e8929a r78675cc 88 88 <listitem><para>Added:</para> 89 89 <itemizedlist> 90 <listitem><para>&bzip2-docs-patch;</para></listitem> 90 91 <listitem><para>&gcc-specs-patch;</para></listitem> 91 92 <listitem><para>&glibc-gcc4_elf-patch;</para></listitem> … … 121 122 failures in GCC (fixes bug 1615).</para></listitem> 122 123 124 <listitem><para>August 14th, 2005 [matt]: Added patch to install documentation 125 for 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 123 131 <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 124 132 bootstrap 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 135 for the failing test (bug 1611).</para></listitem> 125 136 126 137 <listitem><para>August 12th, 2005 [matt]: Explain that libiconv isn't required -
chapter03/packages.xml
ra0e8929a r78675cc 243 243 244 244 <varlistentry> 245 <term>Linux (&linux-version;) - 36,6 21KB:</term>245 <term>Linux (&linux-version;) - 36,619 KB:</term> 246 246 <listitem> 247 247 <para><ulink url="&kernel;linux/kernel/v&linux-dl-version;/"/></para> … … 395 395 396 396 <varlistentry> 397 <term>Udev (&udev-version;) - 4 25KB:</term>397 <term>Udev (&udev-version;) - 437 KB:</term> 398 398 <listitem> 399 399 <para><ulink url="&kernel;linux/utils/kernel/hotplug/"/></para> -
chapter03/patches.xml
ra0e8929a r78675cc 33 33 34 34 <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 35 42 <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term> 36 43 <listitem> -
chapter05/glibc.xml
ra0e8929a r78675cc 42 42 43 43 <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 lib arary or the kernel. If you plan to run the testsuite apply this patch:</para>44 The 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> 45 45 46 46 <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen> -
chapter06/bzip2.xml
ra0e8929a r78675cc 32 32 <sect2 role="installation"> 33 33 <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> 34 38 35 39 <para>Prepare Bzip2 for compilation with:</para> -
chapter06/udev.xml
ra0e8929a r78675cc 30 30 <sect2 role="installation"> 31 31 <title>Installation of Udev</title> 32 33 <para>Fix an incorrect assumption in the Udev testsuite regarding the location 34 of 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> 32 37 33 38 <para>Compile the package:</para> -
general.ent
ra0e8929a r78675cc 56 56 <!ENTITY lfs-bootscripts-version "3.2.1"> 57 57 <!ENTITY libtool-version "1.5.18"> 58 <!ENTITY linux-version "2.6.12. 3">58 <!ENTITY linux-version "2.6.12.4"> 59 59 <!ENTITY linux-dl-version "2.6"> 60 60 <!ENTITY linux-libc-headers-version "2.6.12.0"> … … 78 78 <!ENTITY tcl-version "8.4.11"> 79 79 <!ENTITY texinfo-version "4.8"> 80 <!ENTITY udev-version "06 3">80 <!ENTITY udev-version "067"> 81 81 <!ENTITY util-linux-version "2.12q"> 82 82 <!ENTITY vim-version "6.3"> -
patches.ent
ra0e8929a r78675cc 4 4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> 5 5 <!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"> 6 8 7 9 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.