source: prologue/hostreqs.xml@ ea85a04

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 12.2 12.2-rc1 7.7 7.8 7.9 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/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ea85a04 was a02b8ef, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to man-pages-3.76.
Fix URL for CLFS.
Update copyright year.
Make version-check script more robust.

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

  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[d1ebcc8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d1ebcc8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b330f4a]7
[79bfd82]8<sect1 id="pre-hostreqs" xreflabel="Host System Requirements">
[b330f4a]9 <?dbhtml filename="hostreqs.html"?>
10
11 <title>Host System Requirements</title>
12
[fd8b059]13 <para>Your host system should have the following software with the
14 minimum versions indicated. This should not be an issue for most
15 modern Linux distributions. Also note that many distributions will
16 place software headers into separate packages, often in the form of
17 <quote>&lt;package-name&gt;-devel</quote> or
18 <quote>&lt;package-name&gt;-dev</quote>. Be sure to install those if
[5e858e7]19 your distribution provides them.</para>
[d12ae76]20
[7088c96]21 <para>Earlier versions of the listed software packages may work, but has not
22 been tested.</para>
23
[bf5724b]24 <itemizedlist spacing="compact">
[fd8b059]25
[d12ae76]26 <listitem>
[7088c96]27 <para><emphasis role="strong">Bash-3.2</emphasis> (/bin/sh
[e4ab232]28 should be a symbolic or hard link to bash)</para>
[d12ae76]29 </listitem>
[fd8b059]30
[d12ae76]31 <listitem>
[7088c96]32 <para><emphasis role="strong">Binutils-2.17</emphasis> (Versions
[fd8b059]33 greater than &binutils-version; are not recommended as they have
34 not been tested)</para>
[d12ae76]35 </listitem>
[fd8b059]36
[07dfccb]37 <listitem>
[7088c96]38 <para><emphasis role="strong">Bison-2.3</emphasis> (/usr/bin/yacc
[e4ab232]39 should be a link to bison or small script that executes bison)</para>
[07dfccb]40 </listitem>
41
[d12ae76]42 <listitem>
[7088c96]43 <para><emphasis role="strong">Bzip2-1.0.4</emphasis></para>
[d12ae76]44 </listitem>
[fd8b059]45
[d12ae76]46 <listitem>
[7088c96]47 <para><emphasis role="strong">Coreutils-6.9</emphasis></para>
[d12ae76]48 </listitem>
[fd8b059]49
[d12ae76]50 <listitem>
[7088c96]51 <para><emphasis role="strong">Diffutils-2.8.1</emphasis></para>
[d12ae76]52 </listitem>
[fd8b059]53
[d12ae76]54 <listitem>
[7088c96]55 <para><emphasis role="strong">Findutils-4.2.31</emphasis></para>
[d12ae76]56 </listitem>
[fd8b059]57
[d12ae76]58 <listitem>
[3fbc395]59 <para><emphasis role="strong">Gawk-4.0.1</emphasis> (/usr/bin/awk
[e4ab232]60 should be a link to gawk)</para>
[d12ae76]61 </listitem>
[fd8b059]62
[d12ae76]63 <listitem>
[142b29b]64 <para><emphasis role="strong">GCC-4.1.2</emphasis> including the C++
65 compiler, <command>g++</command> (Versions greater than &gcc-version; are
66 not recommended as they have not been tested)</para>
[a09a914]67
68 <note><para>On some distributions, there have been reports that some
[6208438f]69 libraries used by gcc can be in an inconsistent state and that this
[a09a914]70 interferes with building some LFS packages. To check this, look in
[267dbec]71 /usr/lib and possibly /usr/lib64 for libgmp.la, libmpfr.la, and
72 libmpc.la. Either all three should be present or absent, but not only
73 one or two. If the problem exists on your system, either rename or
74 delete the .la files or install the appropriate missing
75 package.</para></note>
[a09a914]76
[d12ae76]77 </listitem>
[fd8b059]78
[d12ae76]79 <listitem>
[7088c96]80 <para><emphasis role="strong">Glibc-2.5.1</emphasis> (Versions
[fd8b059]81 greater than &glibc-version; are not recommended as they have
82 not been tested)</para>
[d12ae76]83 </listitem>
[fd8b059]84
[d12ae76]85 <listitem>
[7088c96]86 <para><emphasis role="strong">Grep-2.5.1a</emphasis></para>
[d12ae76]87 </listitem>
[fd8b059]88
[d12ae76]89 <listitem>
[7088c96]90 <para><emphasis role="strong">Gzip-1.3.12</emphasis></para>
[d12ae76]91 </listitem>
[fd8b059]92
[d12ae76]93 <listitem>
[a93258d]94 <para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
[fd8b059]95
[9ee226e]96 <para>The reason for the kernel version requirement is that we specify
97 that version when building <application>glibc</application> in Chapter 6
[13e7d79]98 at the recommendation of the developers. It is also required by
99 udev.</para>
[7088c96]100
[a93258d]101 <para>If the host kernel is earlier than &min-kernel; you will need to replace
102 the kernel with a more up to date version. There are two ways
103 you can go about this. First, see if your Linux vendor provides a &min-kernel;
[9ee226e]104 or later kernel package. If so, you may wish to install it. If your
105 vendor doesn't offer an acceptable kernel package, or you would prefer not to
106 install it, you can compile a kernel yourself. Instructions for
107 compiling the kernel and configuring the boot loader (assuming the host
108 uses GRUB) are located in <xref linkend="chapter-bootable"/>.</para>
[56ca3a5f]109
[d12ae76]110 </listitem>
[fd8b059]111
[787fe0c]112 <listitem>
[7088c96]113 <para><emphasis role="strong">M4-1.4.10</emphasis></para>
[787fe0c]114 </listitem>
115
[d12ae76]116 <listitem>
[7088c96]117 <para><emphasis role="strong">Make-3.81</emphasis></para>
[d12ae76]118 </listitem>
[fd8b059]119
[d12ae76]120 <listitem>
[fd8b059]121 <para><emphasis role="strong">Patch-2.5.4</emphasis></para>
[d12ae76]122 </listitem>
[fd8b059]123
[9692a57]124 <listitem>
[7088c96]125 <para><emphasis role="strong">Perl-5.8.8</emphasis></para>
[9692a57]126 </listitem>
127
[d12ae76]128 <listitem>
[7088c96]129 <para><emphasis role="strong">Sed-4.1.5</emphasis></para>
[d12ae76]130 </listitem>
[fd8b059]131
[d12ae76]132 <listitem>
[7088c96]133 <para><emphasis role="strong">Tar-1.18</emphasis></para>
[d12ae76]134 </listitem>
135
[8e771c5]136 <listitem>
[44f6add]137 <para><emphasis role="strong">Xz-5.0.0</emphasis></para>
[8e771c5]138 </listitem>
139
[d12ae76]140 </itemizedlist>
141
[e4ab232]142 <para>Note that the symlinks mentioned above are required to build an LFS
143 system using the instructions contained within this book. Symlinks that
144 point to other software (such as dash, mawk, etc.) may work, but are not
145 tested or supported by the LFS development team, and may require either
146 deviation from the instructions or additional patches to some
147 packages.</para>
148
[d659bf4]149 <!-- Use an empty sect2 element to prevent a pdf warning. -->
[4f2d19e5]150 <sect2 id="version-check" xreflabel="Section vii, Host System Requirements">
[d659bf4]151 <title> </title>
152
153 <para >To see whether your host system has all the appropriate versions, and
[26b4421]154 the ability to compile programs, run the following:</para>
[5e858e7]155
[5dcff99]156<!-- ANY additional lines in the script cause a pdf rendering problem-->
[b179883]157<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
[5e858e7]158<literal>#!/bin/bash
[2914ab8c]159# Simple script to list version numbers of critical development tools
[5e858e7]160
[5dcff99]161export LC_ALL=C
[5e858e7]162bash --version | head -n1 | cut -d" " -f2-4
[800f6ea]163echo "/bin/sh -&gt; `readlink -f /bin/sh`"
[727a610]164echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
[172a92e]165bison --version | head -n1
[a02b8ef]166
167if [ -h /usr/bin/yacc ]; then
168 echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`";
169elif [ -x /usr/bin/yacc ]; then
170 echo yacc is `/usr/bin/yacc --version | head -n1`
171else
172 echo "yacc not found"
173fi
[54d3ed5]174
[5e858e7]175bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
[baaa5c3]176echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
[5e858e7]177diff --version | head -n1
178find --version | head -n1
179gawk --version | head -n1
[a02b8ef]180
181if [ -h /usr/bin/awk ]; then
182 echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
183elif [ -x /usr/bin/awk ]; then
184 echo yacc is `/usr/bin/awk --version | head -n1`
185else
186 echo "awk not found"
187fi
[54d3ed5]188
[2e8cbe0]189gcc --version | head -n1
190g++ --version | head -n1
191ldd --version | head -n1 | cut -d" " -f2- # glibc version
192grep --version | head -n1
193gzip --version | head -n1
[a3b689f]194cat /proc/version
[2e8cbe0]195m4 --version | head -n1
196make --version | head -n1
197patch --version | head -n1
[3ccd4fe]198echo Perl `perl -V:version`
[2e8cbe0]199sed --version | head -n1
200tar --version | head -n1
201xz --version | head -n1
[54d3ed5]202
[4fedd8d]203echo 'main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
[2ca8941]204if [ -x dummy ]
[4fedd8d]205 then echo "g++ compilation OK";
206 else echo "g++ compilation failed"; fi
[3d2cea9]207rm -f dummy.c dummy</literal>
208EOF
209
210bash version-check.sh</userinput></screen>
211
212 <para>Also check for some library consistency:</para>
[a09a914]213
[3d2cea9]214<screen role="nodump"><userinput>cat &gt; library-check.sh &lt;&lt; "EOF"
215<literal>#!/bin/bash
[a09a914]216for lib in lib{gmp,mpfr,mpc}.la; do
217 echo $lib: $(if find /usr/lib* -name $lib|
218 grep -q $lib;then :;else echo not;fi) found
219done
220unset lib</literal>
[5e858e7]221EOF
222
[3d2cea9]223bash library-check.sh</userinput></screen>
224
225<para>The files identified by this script should be all present
226or all absent, but not only one or two present.</para>
227
[5e858e7]228
[d659bf4]229</sect2>
[d1ebcc8]230</sect1>
Note: See TracBrowser for help on using the repository browser.