source: prologue/hostreqs.xml@ a09a914

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.6 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 a09a914 was a09a914, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update host system requirements

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

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