Changeset 5e858e7
- Timestamp:
- 04/22/2006 10:21:08 AM (17 years ago)
- 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, 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, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 8137d6f
- Parents:
- fd8b059
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rfd8b059 r5e858e7 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>April 22, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[manuel] - Revised again the Host System Requirements page 44 wording and look. Thanks to Bruce Dubbs for the patch..</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem> -
general.ent
rfd8b059 r5e858e7 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2006042 1">3 <!ENTITY releasedate "April 2 1, 2006">2 <!ENTITY version "SVN-20060422"> 3 <!ENTITY releasedate "April 22, 2006"> 4 4 <!ENTITY milestone "6.2"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -
prologue/hostreqs.xml
rfd8b059 r5e858e7 17 17 <quote><package-name>-devel</quote> or 18 18 <quote><package-name>-dev</quote>. Be sure to install those if 19 your distribution provides them. For each package a command has been 20 added to help you to determine what version is installed on your 21 host.</para> 19 your distribution provides them.</para> 22 20 23 21 <itemizedlist spacing="compact"> … … 25 23 <listitem> 26 24 <para><emphasis role="strong">Bash-2.05a</emphasis></para> 27 28 <screen role="nodump"><userinput>bash --version</userinput></screen>29 25 </listitem> 30 26 … … 33 29 greater than &binutils-version; are not recommended as they have 34 30 not been tested)</para> 35 36 <screen role="nodump"><userinput>ld --version</userinput></screen>37 31 </listitem> 38 32 39 33 <listitem> 40 34 <para><emphasis role="strong">Bzip2-1.0.2</emphasis></para> 41 42 <screen role="nodump"><userinput>bzip2 --version</userinput></screen>43 35 </listitem> 44 36 … … 46 38 <para><emphasis role="strong">Coreutils-5.0</emphasis> (or Sh-Utils-2.0, 47 39 Textutils-2.0, and Fileutils-4.1)</para> 48 49 <screen role="nodump"><userinput>chonw --version</userinput></screen>50 40 </listitem> 51 41 52 42 <listitem> 53 43 <para><emphasis role="strong">Diffutils-2.8</emphasis></para> 54 55 <screen role="nodump"><userinput>diff --version</userinput></screen>56 44 </listitem> 57 45 58 46 <listitem> 59 47 <para><emphasis role="strong">Findutils-4.1.20</emphasis></para> 60 61 <screen role="nodump"><userinput>find --version</userinput></screen>62 48 </listitem> 63 49 64 50 <listitem> 65 51 <para><emphasis role="strong">Gawk-3.0</emphasis></para> 66 67 <screen role="nodump"><userinput>gawk --version</userinput></screen>68 52 </listitem> 69 53 … … 72 56 greater than &gcc-version; are not recommended as they have not 73 57 been tested)</para> 74 75 <screen role="nodump"><userinput>gcc --version</userinput></screen>76 58 </listitem> 77 59 … … 80 62 greater than &glibc-version; are not recommended as they have 81 63 not been tested)</para> 82 83 <screen role="nodump"><userinput>/lib/libc.so.6</userinput></screen>84 64 </listitem> 85 65 86 66 <listitem> 87 67 <para><emphasis role="strong">Grep-2.5</emphasis></para> 88 89 <screen role="nodump"><userinput>grep --version</userinput></screen>90 68 </listitem> 91 69 92 70 <listitem> 93 71 <para><emphasis role="strong">Gzip-1.2.4</emphasis></para> 94 95 <screen role="nodump"><userinput>gzip --version</userinput></screen>96 72 </listitem> 97 73 98 74 <listitem> 99 75 <para><emphasis role="strong">Linux Kernel-2.6.x</emphasis> 100 (having been compiled with G cc-3.0)</para>76 (having been compiled with GCC-3.0 or greater)</para> 101 77 102 78 <para>The reason for the kernel version requirement is that thread-local … … 106 82 GCC.</para> 107 83 108 <para>In order to determine whether the host kernel meets the requirements 109 outlined above, run the following command:</para> 110 111 <screen role="nodump"><userinput>cat /proc/version</userinput></screen> 112 113 <para>This will produce output similar to:</para> 114 115 <screen><computeroutput>Linux version 2.6.2 (user@host) (gcc version 3.4.0) #1 116 Tue Apr 20 21:22:18 GMT 2004</computeroutput></screen> 117 118 <para>If the results of the above command do not state that the host 119 kernel is either 2.6.x, or that it was not compiled using a GCC-3.0 120 (or later) compiler, you will have to replace the kernel with one 121 adhering to the specifications. There are two methods you can take 84 <para>If the host kernel is either 2.6.x, or it was not compiled using 85 a GCC-3.0 (or later) compiler, you will have to replace the kernel with 86 one adhering to the specifications. There are two methods you can take 122 87 to solve this. First, see if your Linux vendor provides a 2.6 kernel 123 package. If so, you may wish to install it. If your vendor doesn't 124 offer a 2.6 kernel package, or you would prefer not to install it,125 then you can compile a 2.6 kernel yourself. Instructions for compiling126 the kernel and configuring the boot loader (assuming the host uses GRUB)127 are locatedin <xref linkend="chapter-bootable"/>.</para>88 package. If so, you may wish to install it. If your vendor doesn't offer 89 a 2.6 kernel package, or you would prefer not to install it, then you 90 can compile a 2.6 kernel yourself. Instructions for compiling the kernel 91 and configuring the boot loader (assuming the host uses GRUB) are located 92 in <xref linkend="chapter-bootable"/>.</para> 128 93 </listitem> 129 94 130 95 <listitem> 131 96 <para><emphasis role="strong">Make-3.79.1</emphasis></para> 132 133 <screen role="nodump"><userinput>make --version</userinput></screen>134 97 </listitem> 135 98 136 99 <listitem> 137 100 <para><emphasis role="strong">Patch-2.5.4</emphasis></para> 138 139 <screen role="nodump"><userinput>patch --version</userinput></screen>140 101 </listitem> 141 102 142 103 <listitem> 143 104 <para><emphasis role="strong">Sed-3.0.2</emphasis></para> 144 145 <screen role="nodump"><userinput>sed --version</userinput></screen>146 105 </listitem> 147 106 148 107 <listitem> 149 108 <para><emphasis role="strong">Tar-1.14</emphasis></para> 150 151 <screen role="nodump"><userinput>tar --version</userinput></screen>152 109 </listitem> 153 110 154 111 </itemizedlist> 155 112 113 <para>To see all the appropriate versions, copy the following script 114 to your system and run it.</para> 115 116 <screen><userinput>cat > version-check.sh << "EOF" 117 <literal>#!/bin/bash 118 119 # Simple script to list version numbers of critical developmet tools 120 121 bash --version | head -n1 | cut -d" " -f2-4 122 echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4 123 bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6- 124 echo -n "Coreutils: "; chown --version | head -n1 | cut -d" " -f4 125 diff --version | head -n1 126 find --version | head -n1 127 gawk --version | head -n1 128 gcc --version | head -n1 129 /lib/libc.so.6 | head -n1 | cut -d" " -f1-7 130 grep --version | head -n1 131 gzip --version | head -n1 132 cat /proc/version | head -n1 | cut -d" " -f1-3,5-7 133 make --version | head -n1 134 patch --version | head -n1 135 sed --version | head -n1 136 tar --version | head -n1</literal> 137 138 EOF 139 140 bash version-check.sh</userinput></screen> 141 156 142 </sect1> -
stylesheets/lfs.css
rfd8b059 r5e858e7 274 274 275 275 ul[compact="compact"] li { 276 margin-bottom: 1em; 276 margin: 0em; 277 padding: 0em; 277 278 } 278 279 … … 280 281 padding: 0.3em; 281 282 margin: 0em; 282 }283 284 ul[compact="compact"] .strong {285 font-size: 133%;286 283 } 287 284
Note:
See TracChangeset
for help on using the changeset viewer.