source: chapter04/chapter04.xml@ df21e1e

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.0 6.1 6.1.1 6.3 6.4 6.5 6.6 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 v5_0 v5_1 v5_1_1 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 df21e1e was df21e1e, checked in by Greg Schafer <greg@…>, 21 years ago

Some final patch entity cleanups.

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

  • Property mode set to 100644
File size: 11.4 KB
Line 
1<chapter id="chapter04">
2<title>The materials: packages and patches</title>
3<?dbhtml filename="chapter04.html" dir="chapter04"?>
4
5
6<sect1 id="ch04-introduction">
7<title>Introduction</title>
8<?dbhtml filename="introduction.html" dir="chapter04"?>
9
10<para>Below is a list of packages you need to download for building a basic
11Linux system. The listed version numbers correspond to versions of the
12software that are <emphasis>known</emphasis> to work, and this book is
13based upon them. Unless you are an experienced LFS builder, we highly
14recommend not to try out newer versions, as the build commands for one
15version may not work with a newer version. Also, there is often a good
16reason for not using the latest version due to known problems that haven't
17been worked around yet.</para>
18
19<para>All the URLs, when possible, refer to the project's page at
20<ulink url="http://www.freshmeat.net/"/>. The Freshmeat
21pages will give you easy access to the official download sites as well as
22project websites, mailinglists, FAQs, Changelogs and more.</para>
23
24<para>We can't guarantee that these download locations are always available
25to you. In case a download location has changed since this book was
26published, please try to google for the package. Should you remain
27unsuccessful with this, you can consult the book's errata page at
28<ulink url="http://linuxfromscratch.org/lfs/print/"/> or try
29the alternative means of downloading given at
30<ulink url="http://linuxfromscratch.org/lfs/packages.html"/>.</para>
31
32<para>You'll need to store all the downloaded packages and patches somewhere
33that is conveniently available throughout the entire build. You'll also need a
34working directory in which to unpack the sources and build them. A scheme that
35works well is to use <filename>$LFS/usr/src/packages</filename> for all the
36downloaded files and <filename>$LFS/usr/src</filename> as the working
37directory. In this way, everything will be on the LFS partition and available
38during all stages of the building process.</para>
39
40<!--
41<para>So you may want to execute the following command:</para>
42
43<para><screen><userinput>mkdir -p $LFS/usr/src/packages</userinput></screen></para>
44-->
45
46<!--
47<para>For your convenience the top of the list contains a link to a file
48you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink>
49program. Using this file and the <userinput>wget</userinput> program will
50make it easy to download all the files at once, rather than downloading each
51and every individual file manually.</para>
52-->
53
54</sect1>
55
56
57<sect1 id="ch04-packages">
58<title>All the packages</title>
59<?dbhtml filename="packages.html" dir="chapter04"?>
60
61<para>Download or otherwise obtain the following packages:</para>
62
63<literallayout>
64Autoconf (&autoconf-version;) - &autoconf-size;:
65<ulink url="http://freshmeat.net/projects/autoconf/"/>
66
67Automake (&automake-version;) - &automake-size;:
68<ulink url="http://freshmeat.net/projects/automake/"/>
69
70Bash (&bash-version;) - &bash-size;:
71<ulink url="http://freshmeat.net/projects/gnubash/"/>
72
73Binutils (&binutils-version;) - &binutils-size;:
74<ulink url="http://freshmeat.net/projects/binutils/"/>
75
76Bison (&bison-version;) - &bison-size;:
77<ulink url="http://freshmeat.net/projects/bison/"/>
78
79Bzip2 (&bzip2-version;) - &bzip2-size;:
80<ulink url="http://freshmeat.net/projects/bzip2/"/>
81
82Coreutils (&coreutils-version;) - &coreutils-size;:
83<ulink url="http://freshmeat.net/projects/coreutils/"/>
84
85DejaGnu (&dejagnu-version;) - &dejagnu-size;:
86<ulink url="http://freshmeat.net/projects/dejagnu/"/>
87
88Diffutils (&diffutils-version;) - &diffutils-size;:
89<ulink url="http://freshmeat.net/projects/diffutils/"/>
90
91E2fsprogs (&e2fsprogs-version;) - &e2fsprogs-size;:
92<ulink url="http://freshmeat.net/projects/e2fsprogs/"/>
93
94Ed (&ed-version;) - &ed-size;:
95<ulink url="http://freshmeat.net/projects/ed/"/>
96
97Expect (&expect-version;) - &expect-size;:
98<ulink url="http://freshmeat.net/projects/expect/"/>
99
100File (&file-version;) - &file-size;:
101<ulink url="http://freshmeat.net/projects/file/"/>
102
103Findutils (&findutils-version;) - &findutils-size;:
104<ulink url="http://freshmeat.net/projects/findutils/"/>
105
106Flex (&flex-version;) - &flex-size;:
107<ulink url="ftp://ftp.gnu.org/gnu/non-gnu/flex/"/>
108
109Gawk (&gawk-version;) - &gawk-size;:
110<ulink url="http://freshmeat.net/projects/gnuawk/"/>
111
112GCC (&gcc-2953-version;) - &gcc-2953-size;:
113<ulink url="http://freshmeat.net/projects/gcc/"/>
114
115GCC-core (&gcc-version;) - &gcc-core-size;:
116<ulink url="http://freshmeat.net/projects/gcc/"/>
117
118GCC-g++ (&gcc-version;) - &gcc-gpp-size;:
119<ulink url="http://freshmeat.net/projects/gcc/"/>
120
121GCC-testsuite (&gcc-version;) - &gcc-testsuite-size;:
122<ulink url="http://freshmeat.net/projects/gcc/"/>
123
124Gettext (&gettext-version;) - &gettext-size;:
125<ulink url="http://freshmeat.net/projects/gettext/"/>
126
127Glibc (&glibc-version;) - &glibc-size;:
128<ulink url="http://freshmeat.net/projects/glibc/"/>
129
130Glibc-linuxthreads (&glibc-version;) - &glibc-threads-size;:
131<ulink url="http://freshmeat.net/projects/glibc/"/>
132
133Grep (&grep-version;) - &grep-size;:
134<ulink url="http://freshmeat.net/projects/grep/"/>
135
136Groff (&groff-version;) - &groff-size;:
137<ulink url="http://freshmeat.net/projects/groff/"/>
138
139Grub (&grub-version;) - &grub-size;:
140<ulink url="ftp://alpha.gnu.org/pub/gnu/grub/"/>
141
142Gzip (&gzip-version;) - &gzip-size;:
143<ulink url="ftp://alpha.gnu.org/gnu/gzip/"/>
144
145Inetutils (&inetutils-version;) - &inetutils-size;:
146<ulink url="http://freshmeat.net/projects/inetutils/"/>
147
148Kbd (&kbd-version;) - &kbd-size;:
149<ulink url="http://freshmeat.net/projects/kbd/"/>
150
151Less (&less-version;) - &less-size;:
152<ulink url="http://freshmeat.net/projects/less/"/>
153
154LFS-Bootscripts (&bootscripts-version;) - &bootscripts-size;:
155<ulink url="&http;/lfs-bootscripts-&bootscripts-version;.tar.bz2"/>
156
157Lfs-Utils (&lfs-utils-version;) - &lfs-utils-size;:
158<ulink url="http://www.linuxfromscratch.org/~winkie/downloads/lfs-utils/"/>
159
160Libtool (&libtool-version;) - &libtool-size;:
161<ulink url="http://freshmeat.net/projects/libtool/"/>
162
163Linux (&kernel-version;) - &kernel-size;:
164<ulink url="http://freshmeat.net/projects/linux/"/>
165
166M4 (&m4-version;) - &m4-size;:
167<ulink url="http://freshmeat.net/projects/gnum4/"/>
168
169Make (&make-version;) - &make-size;:
170<ulink url="http://freshmeat.net/projects/gnumake"/>
171
172MAKEDEV (&makedev-version;) - &makedev-size;:
173<ulink url="&http;/MAKEDEV-&makedev-version;.bz2"/>
174
175Man (&man-version;) - &man-size;:
176<ulink url="http://freshmeat.net/projects/man/"/>
177
178Man-pages (&man-pages-version;) - &man-pages-size;:
179<ulink url="http://freshmeat.net/projects/man-pages/"/>
180
181Modutils (&modutils-version;) - &modutils-size;:
182<ulink url="http://freshmeat.net/projects/modutils/"/>
183
184Ncurses (&ncurses-version;) - &ncurses-size;:
185<ulink url="http://freshmeat.net/projects/ncurses/"/>
186
187Net-tools (&net-tools-version;) - &net-tools-size;:
188<ulink url="http://freshmeat.net/projects/net-tools/"/>
189
190Patch (&patch-version;) - &patch-size;:
191<ulink url="http://freshmeat.net/projects/patch/"/>
192
193Perl (&perl-version;) - &perl-size;:
194<ulink url="http://freshmeat.net/projects/perl/"/>
195
196Procinfo (&procinfo-version;) - &procinfo-size;:
197<ulink url="http://freshmeat.net/projects/procinfo/"/>
198
199Procps (&procps-version;) - &procps-size;:
200<ulink url="http://freshmeat.net/projects/procps/"/>
201
202Psmisc (&psmisc-version;) - &psmisc-size;:
203<ulink url="http://freshmeat.net/projects/psmisc/"/>
204
205Sed (&sed-version;) - &sed-size;:
206<ulink url="http://freshmeat.net/projects/sed/"/>
207
208Shadow (&shadow-version;) - &shadow-size;:
209<ulink url="http://freshmeat.net/projects/shadow/"/>
210
211Sysklogd (&sysklogd-version;) - &sysklogd-size;:
212<ulink url="http://freshmeat.net/projects/sysklogd/"/>
213
214Sysvinit (&sysvinit-version;) - &sysvinit-size;:
215<ulink url="http://freshmeat.net/projects/sysvinit/"/>
216
217Tar (&tar-version;) - &tar-size;:
218<ulink url="ftp://alpha.gnu.org/gnu/tar/"/>
219
220Tcl (&tcl-version;) - &tcl-size;:
221<ulink url="http://freshmeat.net/projects/tcltk/"/>
222
223Texinfo (&texinfo-version;) - &texinfo-size;:
224<ulink url="http://freshmeat.net/projects/texinfo/"/>
225
226Util-linux (&util-linux-version;) - &util-linux-size;:
227<ulink url="http://freshmeat.net/projects/util-linux/"/>
228
229Vim (&vim-version;) - &vim-size;:
230<ulink url="http://freshmeat.net/projects/vim/"/>
231
232Zlib (&zlib-version;) - &zlib-size;:
233<ulink url="http://freshmeat.net/projects/zlib/"/>
234
235Total size of these packages: &all-size-mb;
236</literallayout>
237
238</sect1>
239
240
241<sect1 id="ch04-patches">
242<title>Needed patches</title>
243<?dbhtml filename="patches.html" dir="chapter04"?>
244
245<para>Besides all those packages, you'll also need several patches. These
246correct tiny mistakes in the packages that should be fixed by the maintainer,
247or just make some small modifications to bend things our way. You'll need the
248following:</para>
249
250<literallayout>
251Bash Patch - &bash-patch-size;:
252<ulink url="&patches-root;&bash-patch;"/>
253
254Bison Attribute Patch - &bison-patch-size;:
255<ulink url="&patches-root;&bison-patch;"/>
256
257Coreutils Hostname Patch - &coreutils-hostname-patch-size;:
258<ulink url="&patches-root;&coreutils-hostname-patch;"/>
259
260Coreutils Uname Patch - &coreutils-uname-patch-size;:
261<ulink url="&patches-root;&coreutils-uname-patch;"/>
262
263Ed Mkstemp Patch - &ed-patch-size;:
264<ulink url="&patches-root;&ed-patch;"/>
265
266Expect LFS Patch - &expect-patch-size;:
267<ulink url="&patches-root;&expect-patch;"/>
268
269Gawk Libexecdir Patch - &gawk-patch-size;:
270<ulink url="&patches-root;&gawk-patch;"/>
271
272GCC No-Fixincludes Patch - &gcc-nofixincludes-patch-size;:
273<ulink url="&patches-root;&gcc-nofixincludes-patch;"/>
274
275GCC Specs Patch - &gcc-specs-patch-size;:
276<ulink url="&patches-root;&gcc-specs-patch;"/>
277
278GCC Suppress-Libiberty Patch - &gcc-suppress-libiberty-patch-size;:
279<ulink url="&patches-root;&gcc-suppress-libiberty-patch;"/>
280
281GCC-2 Patch - &gcc-2953-patch-size;:
282<ulink url="&patches-root;&gcc-2953-patch;"/>
283
284GCC-2 No-Fixincludes Patch - &gcc-2953-no-fixinc-patch-size;:
285<ulink url="&patches-root;&gcc-2953-no-fixinc-patch;"/>
286
287GCC-2 Return-Type Patch - &gcc-2953-returntype-fix-patch-size;:
288<ulink url="&patches-root;&gcc-2953-returntype-fix-patch;"/>
289
290Glibc Sscanf Patch - &glibc-sscanf-patch-size;:
291<ulink url="&patches-root;&glibc-sscanf-patch;"/>
292
293Grub Gcc33 Patch - &grub-patch-size;:
294<ulink url="&patches-root;&grub-patch;"/>
295
296Kbd More-Programs Patch - &kbd-patch-size;:
297<ulink url="&patches-root;&kbd-patch;"/>
298
299Man 80-Columns Patch - &man-80cols-patch-size;:
300<ulink url="&patches-root;&man-80cols-patch;"/>
301
302Man Manpath Patch - &man-manpath-patch-size;:
303<ulink url="&patches-root;&man-manpath-patch;"/>
304
305Man Pager Patch - &man-pager-patch-size;:
306<ulink url="&patches-root;&man-pager-patch;"/>
307
308Ncurses Etip Patch - &ncurses-etip-patch-size;:
309<ulink url="&patches-root;&ncurses-etip-patch;"/>
310
311Ncurses Vsscanf Patch - &ncurses-vsscanf-patch-size;:
312<ulink url="&patches-root;&ncurses-vsscanf-patch;"/>
313
314Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;:
315<ulink url="&patches-root;&net-tools-mii-patch;"/>
316
317Perl Libc Patch - &perl-libc-patch-size;:
318<ulink url="&patches-root;&perl-libc-patch;"/>
319
320Procps Locale Patch - &procps-patch-size;:
321<ulink url="&patches-root;&procps-patch;"/>
322
323Shadow Newgrp Patch - &shadow-patch-size;:
324<ulink url="&patches-root;&shadow-patch;"/>
325
326Zlib Vsnprintf Patch - &zlib-patch-size;:
327<ulink url="&patches-root;&zlib-patch;"/>
328</literallayout>
329
330<para>In addition to the above required patches, there exist a number of
331optional ones created by the LFS community. Most of these solve slight
332problems, or enable some functionality that's not enabled by default. Feel
333free to examine the patches database, located at
334<ulink url="http://www.linuxfromscratch.org/patches/"/>, and pick any
335additional patches you wish to use.</para>
336
337</sect1>
338
339</chapter>
340
Note: See TracBrowser for help on using the repository browser.