source: chapter02/hostreqs.xml@ e4bdfc54

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since e4bdfc54 was e4bdfc54, checked in by Xi Ruoyao <xry111@…>, 4 years ago

chapter02/hostreqs: remove hard-pagebreak which is no longer needed (with fop-2.1 on higgs)

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

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