source: prologue/hostreqs.xml@ 7088c96

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 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/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 7088c96 was 7088c96, checked in by Bruce Dubbs <bdubbs@…>, 14 years ago

Update host requirements to those packages built in LFS-6.3

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

  • Property mode set to 100644
File size: 6.3 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
[dc931cb]8<sect1 id="pre-hostreqs">
[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>
[7088c96]59 <para><emphasis role="strong">Gawk-3.1.5</emphasis> (/usr/bin/awk
[e4ab232]60 should be a link to gawk)</para>
[d12ae76]61 </listitem>
[fd8b059]62
[d12ae76]63 <listitem>
[7088c96]64 <para><emphasis role="strong">Gcc-4.1.2</emphasis> (Versions
[fd8b059]65 greater than &gcc-version; are not recommended as they have not
66 been tested)</para>
[d12ae76]67 </listitem>
[fd8b059]68
[d12ae76]69 <listitem>
[7088c96]70 <para><emphasis role="strong">Glibc-2.5.1</emphasis> (Versions
[fd8b059]71 greater than &glibc-version; are not recommended as they have
72 not been tested)</para>
[d12ae76]73 </listitem>
[fd8b059]74
[d12ae76]75 <listitem>
[7088c96]76 <para><emphasis role="strong">Grep-2.5.1a</emphasis></para>
[d12ae76]77 </listitem>
[fd8b059]78
[d12ae76]79 <listitem>
[7088c96]80 <para><emphasis role="strong">Gzip-1.3.12</emphasis></para>
[d12ae76]81 </listitem>
[fd8b059]82
[d12ae76]83 <listitem>
[7088c96]84 <para><emphasis role="strong">Linux Kernel-2.6.22.5</emphasis>
85 (having been compiled with GCC-4.12 or greater)</para>
[fd8b059]86
[9ee226e]87 <para>The reason for the kernel version requirement is that we specify
88 that version when building <application>glibc</application> in Chapter 6
[7088c96]89 at the recommendation of the developers. </para>
90
91 <para>If the host kernel is either earlier than 2.6.22.5, or it was not
92 compiled using a GCC-4.12 (or later) compiler, you will need to replace
[9ee226e]93 the kernel with one adhering to the specifications. There are two ways
[7088c96]94 you can go about this. First, see if your Linux vendor provides a 2.6.22.5
[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>
[7088c96]108 <para><emphasis role="strong">Make-3.81</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
[d12ae76]119 <listitem>
[7088c96]120 <para><emphasis role="strong">Sed-4.1.5</emphasis></para>
[d12ae76]121 </listitem>
[fd8b059]122
[d12ae76]123 <listitem>
[7088c96]124 <para><emphasis role="strong">Tar-1.18</emphasis></para>
[d12ae76]125 </listitem>
126
[20d4c8a]127 <!-- Needed by the apparently broken Binutils-2.18 -->
128 <listitem>
[7088c96]129 <para><emphasis role="strong">Texinfo-4.9</emphasis></para>
[20d4c8a]130 </listitem>
131
[d12ae76]132 </itemizedlist>
133
[e4ab232]134 <para>Note that the symlinks mentioned above are required to build an LFS
135 system using the instructions contained within this book. Symlinks that
136 point to other software (such as dash, mawk, etc.) may work, but are not
137 tested or supported by the LFS development team, and may require either
138 deviation from the instructions or additional patches to some
139 packages.</para>
140
[dc96e56]141 <para id="version-check">To see whether your host system has all the appropriate versions, and
[26b4421]142 the ability to compile programs, run the following:</para>
[5e858e7]143
[dc96e56]144<!--<anchor xreflabel="Version Check Script" id="version-check"/>-->
[b179883]145<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
[5e858e7]146<literal>#!/bin/bash
[b8462fa]147export LC_ALL=C
[5e858e7]148
[2914ab8c]149# Simple script to list version numbers of critical development tools
[5e858e7]150
151bash --version | head -n1 | cut -d" " -f2-4
[3f8f0ed]152echo "/bin/sh -> `readlink -f /bin/sh`"
[727a610]153echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
[172a92e]154bison --version | head -n1
[4c0c012]155if [ -e /usr/bin/yacc ];
156 then echo "/usr/bin/yacc -> `readlink -f /usr/bin/yacc`";
[3f8f0ed]157 else echo "yacc not found"; fi
[5e858e7]158bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
[baaa5c3]159echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
[5e858e7]160diff --version | head -n1
161find --version | head -n1
162gawk --version | head -n1
[4c0c012]163if [ -e /usr/bin/awk ];
164 then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`";
[3f8f0ed]165 else echo "awk not found"; fi
[5e858e7]166gcc --version | head -n1
[f7aeb47]167/lib/libc.so.6 | head -n1 | cut -d"," -f1
[5e858e7]168grep --version | head -n1
169gzip --version | head -n1
[a3b689f]170cat /proc/version
[787fe0c]171m4 --version | head -n1
[5e858e7]172make --version | head -n1
173patch --version | head -n1
[3ccd4fe]174echo Perl `perl -V:version`
[5e858e7]175sed --version | head -n1
[20d4c8a]176tar --version | head -n1
[67e01e5]177echo "Texinfo: `makeinfo --version | head -n1`"
[e4ab232]178echo 'main(){}' > dummy.c &amp;&amp; gcc -o dummy dummy.c
[4c0c012]179if [ -x dummy ]; then echo "Compilation OK";
180 else echo "Compilation failed"; fi
[e4ab232]181rm -f dummy.c dummy
[067e51d]182</literal>
[5e858e7]183EOF
184
185bash version-check.sh</userinput></screen>
186
[d1ebcc8]187</sect1>
Note: See TracBrowser for help on using the repository browser.