source: chapter02/hostreqs.xml@ ad9fbd1

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ad9fbd1 was 17a807a, checked in by David Bryant <davidbryant@…>, 21 months ago

Fix minor typo in chapter 2 "Host System Requirements".

  • Property mode set to 100644
File size: 7.2 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
[afcfd74]8<sect1 id="ch-partitioning-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
[72fb9bf]21 <para>Earlier versions of the listed software packages may work, but have
22 not been tested.</para>
[7088c96]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>
[d6006ef]32 <para><emphasis role="strong">Binutils-2.13.1</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>
[b55310e]38 <para><emphasis role="strong">Bison-2.7</emphasis> (/usr/bin/yacc
[17a807a]39 should be a link to bison or a small script that executes bison)</para>
[07dfccb]40 </listitem>
41
[d12ae76]42 <listitem>
[7088c96]43 <para><emphasis role="strong">Coreutils-6.9</emphasis></para>
[d12ae76]44 </listitem>
[fd8b059]45
[d12ae76]46 <listitem>
[7088c96]47 <para><emphasis role="strong">Diffutils-2.8.1</emphasis></para>
[d12ae76]48 </listitem>
[fd8b059]49
[d12ae76]50 <listitem>
[7088c96]51 <para><emphasis role="strong">Findutils-4.2.31</emphasis></para>
[d12ae76]52 </listitem>
[fd8b059]53
[d12ae76]54 <listitem>
[3fbc395]55 <para><emphasis role="strong">Gawk-4.0.1</emphasis> (/usr/bin/awk
[e4ab232]56 should be a link to gawk)</para>
[d12ae76]57 </listitem>
[fd8b059]58
[d12ae76]59 <listitem>
[d6006ef]60 <para><emphasis role="strong">GCC-4.8</emphasis> including the C++
[142b29b]61 compiler, <command>g++</command> (Versions greater than &gcc-version; are
[d6006ef]62 not recommended as they have not been tested). C and C++ standard
63 libraries (with headers) must also be present so the C++ compiler can
64 build hosted programs</para>
[d12ae76]65 </listitem>
[fd8b059]66
[d12ae76]67 <listitem>
[7088c96]68 <para><emphasis role="strong">Grep-2.5.1a</emphasis></para>
[d12ae76]69 </listitem>
[fd8b059]70
[d12ae76]71 <listitem>
[7088c96]72 <para><emphasis role="strong">Gzip-1.3.12</emphasis></para>
[d12ae76]73 </listitem>
[fd8b059]74
[d12ae76]75 <listitem>
[a93258d]76 <para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para>
[fd8b059]77
[9ee226e]78 <para>The reason for the kernel version requirement is that we specify
[33ca65c]79 that version when building <application>glibc</application> in
80 <xref linkend="chapter-cross-tools"/> and
81 <xref linkend="chapter-building-system"/>,
[13e7d79]82 at the recommendation of the developers. It is also required by
83 udev.</para>
[7088c96]84
[a93258d]85 <para>If the host kernel is earlier than &min-kernel; you will need to replace
86 the kernel with a more up to date version. There are two ways
87 you can go about this. First, see if your Linux vendor provides a &min-kernel;
[9ee226e]88 or later kernel package. If so, you may wish to install it. If your
89 vendor doesn't offer an acceptable kernel package, or you would prefer not to
90 install it, you can compile a kernel yourself. Instructions for
91 compiling the kernel and configuring the boot loader (assuming the host
92 uses GRUB) are located in <xref linkend="chapter-bootable"/>.</para>
[56ca3a5f]93
[d12ae76]94 </listitem>
[fd8b059]95
[787fe0c]96 <listitem>
[7088c96]97 <para><emphasis role="strong">M4-1.4.10</emphasis></para>
[787fe0c]98 </listitem>
99
[d12ae76]100 <listitem>
[76db8d6]101 <para><emphasis role="strong">Make-4.0</emphasis></para>
[d12ae76]102 </listitem>
[fd8b059]103
[d12ae76]104 <listitem>
[fd8b059]105 <para><emphasis role="strong">Patch-2.5.4</emphasis></para>
[d12ae76]106 </listitem>
[fd8b059]107
[9692a57]108 <listitem>
[7088c96]109 <para><emphasis role="strong">Perl-5.8.8</emphasis></para>
[9692a57]110 </listitem>
111
[a271796]112 <listitem>
113 <para><emphasis role="strong">Python-3.4</emphasis></para>
114 </listitem>
115
[d12ae76]116 <listitem>
[7088c96]117 <para><emphasis role="strong">Sed-4.1.5</emphasis></para>
[d12ae76]118 </listitem>
[fd8b059]119
[d12ae76]120 <listitem>
[7380c3aa]121 <para><emphasis role="strong">Tar-1.22</emphasis></para>
[d12ae76]122 </listitem>
123
[4df39e5]124 <listitem>
125 <para><emphasis role="strong">Texinfo-4.7</emphasis></para>
126 </listitem>
127
[8e771c5]128 <listitem>
[44f6add]129 <para><emphasis role="strong">Xz-5.0.0</emphasis></para>
[8e771c5]130 </listitem>
131
[d12ae76]132 </itemizedlist>
133
[72fb9bf]134 <important>
135 <para>Note that the symlinks mentioned above are required to build an LFS
136 system using the instructions contained within this book. Symlinks that
137 point to other software (such as dash, mawk, etc.) may work, but are not
138 tested or supported by the LFS development team, and may require either
139 deviation from the instructions or additional patches to some
140 packages.</para>
141 </important>
[e4ab232]142
[d659bf4]143 <!-- Use an empty sect2 element to prevent a pdf warning. -->
[a04b192f]144 <bridgehead renderas="sect2"
145 id="version-check"
[72fb9bf]146 xreflabel="Host System Requirements">
147 </bridgehead>
148 <!--<title> </title>-->
[d659bf4]149
150 <para >To see whether your host system has all the appropriate versions, and
[26b4421]151 the ability to compile programs, run the following:</para>
[5e858e7]152
[b179883]153<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
[5e858e7]154<literal>#!/bin/bash
[2914ab8c]155# Simple script to list version numbers of critical development tools
[5dcff99]156export LC_ALL=C
[5e858e7]157bash --version | head -n1 | cut -d" " -f2-4
[7c4d11a]158MYSH=$(readlink -f /bin/sh)
159echo "/bin/sh -&gt; $MYSH"
[5768244]160echo $MYSH | grep -q bash || echo "ERROR: /bin/sh does not point to bash"
[7c4d11a]161unset MYSH
162
[727a610]163echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
[172a92e]164bison --version | head -n1
[a02b8ef]165
166if [ -h /usr/bin/yacc ]; then
167 echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`";
168elif [ -x /usr/bin/yacc ]; then
169 echo yacc is `/usr/bin/yacc --version | head -n1`
170else
[a04b192f]171 echo "yacc not found"
[a02b8ef]172fi
[54d3ed5]173
[baaa5c3]174echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
[5e858e7]175diff --version | head -n1
176find --version | head -n1
177gawk --version | head -n1
[a02b8ef]178
179if [ -h /usr/bin/awk ]; then
180 echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
181elif [ -x /usr/bin/awk ]; then
[09c83f9]182 echo awk is `/usr/bin/awk --version | head -n1`
[a04b192f]183else
184 echo "awk not found"
[a02b8ef]185fi
[54d3ed5]186
[2e8cbe0]187gcc --version | head -n1
188g++ --version | head -n1
189grep --version | head -n1
190gzip --version | head -n1
[a3b689f]191cat /proc/version
[2e8cbe0]192m4 --version | head -n1
193make --version | head -n1
194patch --version | head -n1
[3ccd4fe]195echo Perl `perl -V:version`
[a271796]196python3 --version
[2e8cbe0]197sed --version | head -n1
198tar --version | head -n1
[a271796]199makeinfo --version | head -n1 # texinfo version
[2e8cbe0]200xz --version | head -n1
[e4bdfc54]201
[3d56263]202echo 'int main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c
[2ca8941]203if [ -x dummy ]
[4fedd8d]204 then echo "g++ compilation OK";
205 else echo "g++ compilation failed"; fi
[3d2cea9]206rm -f dummy.c dummy</literal>
207EOF
208
209bash version-check.sh</userinput></screen>
[d76a82b2]210<!--
[3d2cea9]211 <para>Also check for some library consistency:</para>
[a09a914]212
[3d2cea9]213<screen role="nodump"><userinput>cat &gt; library-check.sh &lt;&lt; "EOF"
214<literal>#!/bin/bash
[a09a914]215for lib in lib{gmp,mpfr,mpc}.la; do
216 echo $lib: $(if find /usr/lib* -name $lib|
217 grep -q $lib;then :;else echo not;fi) found
218done
219unset lib</literal>
[5e858e7]220EOF
221
[3d2cea9]222bash library-check.sh</userinput></screen>
223
224<para>The files identified by this script should be all present
225or all absent, but not only one or two present.</para>
[d76a82b2]226-->
[3d2cea9]227
[d1ebcc8]228</sect1>
Note: See TracBrowser for help on using the repository browser.