source: chapter04/chapter04.xml@ 21308e2

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_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 21308e2 was 21308e2, checked in by Jeremy Utley <jeremy@…>, 20 years ago

Upgrade ncurses to 5.4

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

  • Property mode set to 100644
File size: 12.0 KB
Line 
1<chapter id="chapter-getting-materials" xreflabel="Chapter 4">
2<title>The materials: packages and patches</title>
3<?dbhtml filename="chapter04.html" dir="chapter04"?>
4
5
6<sect1 id="ch-materials-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, mailing lists, FAQs, changelogs and more.</para>
23
24<para>We can't guarantee that these download locations are always available.
25In case a download location has changed since this book was published, please
26try to google for the package. Should you remain unsuccessful with this, you
27can consult the book's errata page at <ulink url="&lfs-root;lfs/print/"/>
28or, better yet, try one of the alternative means of downloading listed on
29<ulink url="&lfs-root;lfs/packages.html"/>.</para>
30
31<para>You'll need to store all the downloaded packages and patches somewhere
32that is conveniently available throughout the entire build. You'll also need a
33working directory in which to unpack the sources and build them. A scheme that
34works well is to use <filename>$LFS/sources</filename> as the place to store
35the tarballs and patches, <emphasis>and</emphasis> as a working directory.
36This way everything you need will be located on the LFS partition and available
37during all stages of the building process.</para>
38
39<para>So you may want to execute, as <emphasis>root</emphasis>, the following
40command before starting your download session:</para>
41
42<screen><userinput>mkdir $LFS/sources</userinput></screen>
43
44<para>And make this directory writable (and sticky) for your normal user -- as
45you won't do the downloading as <emphasis>root</emphasis>, we guess:</para>
46
47<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>
48
49<!--
50<para>For your convenience the top of the list contains a link to a file
51you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink>
52program. Using this file and the <command>wget</command> program will
53make it easy to download all the files at once, rather than downloading each
54and every individual file manually.</para>
55-->
56
57</sect1>
58
59
60<sect1 id="ch-materials-packages">
61<title>All the packages</title>
62<?dbhtml filename="packages.html" dir="chapter04"?>
63
64<para>Download or otherwise obtain the following packages:</para>
65
66<literallayout>
67Autoconf (&autoconf-version;) - &autoconf-size;:
68<ulink url="http://freshmeat.net/projects/autoconf/"/>
69
70Automake (&automake-version;) - &automake-size;:
71<ulink url="http://freshmeat.net/projects/automake/"/>
72
73Bash (&bash-version;) - &bash-size;:
74<ulink url="http://freshmeat.net/projects/gnubash/"/>
75
76Binutils (&binutils-version;) - &binutils-size;:
77<ulink url="http://freshmeat.net/projects/binutils/"/>
78
79Bison (&bison-version;) - &bison-size;:
80<ulink url="http://freshmeat.net/projects/bison/"/>
81
82Bzip2 (&bzip2-version;) - &bzip2-size;:
83<ulink url="http://freshmeat.net/projects/bzip2/"/>
84
85Coreutils (&coreutils-version;) - &coreutils-size;:
86<ulink url="http://freshmeat.net/projects/coreutils/"/>
87
88DejaGnu (&dejagnu-version;) - &dejagnu-size;:
89<ulink url="http://freshmeat.net/projects/dejagnu/"/>
90
91Diffutils (&diffutils-version;) - &diffutils-size;:
92<ulink url="http://freshmeat.net/projects/diffutils/"/>
93
94E2fsprogs (&e2fsprogs-version;) - &e2fsprogs-size;:
95<ulink url="http://freshmeat.net/projects/e2fsprogs/"/>
96
97Ed (&ed-version;) - &ed-size;:
98<ulink url="http://freshmeat.net/projects/ed/"/>
99
100Expect (&expect-version;) - &expect-size;:
101<ulink url="http://freshmeat.net/projects/expect/"/>
102
103File (&file-version;) - &file-size;: -- <emphasis>(see Note 1 below)</emphasis>
104<ulink url="http://freshmeat.net/projects/file/"/>
105
106Findutils (&findutils-version;) - &findutils-size;:
107<ulink url="http://freshmeat.net/projects/findutils/"/>
108
109Flex (&flex-version;) - &flex-size;:
110<ulink url="ftp://ftp.gnu.org/gnu/non-gnu/flex/"/>
111
112Gawk (&gawk-version;) - &gawk-size;:
113<ulink url="http://freshmeat.net/projects/gnuawk/"/>
114
115GCC (&gcc-2953-version;) - &gcc-2953-size;:
116<ulink url="http://freshmeat.net/projects/gcc/"/>
117
118GCC-core (&gcc-version;) - &gcc-core-size;:
119<ulink url="http://freshmeat.net/projects/gcc/"/>
120
121GCC-g++ (&gcc-version;) - &gcc-gpp-size;:
122<ulink url="http://freshmeat.net/projects/gcc/"/>
123
124GCC-testsuite (&gcc-version;) - &gcc-testsuite-size;:
125<ulink url="http://freshmeat.net/projects/gcc/"/>
126
127Gettext (&gettext-version;) - &gettext-size;:
128<ulink url="http://freshmeat.net/projects/gettext/"/>
129
130Glibc (&glibc-version;) - &glibc-size;: -- <emphasis>(see Note 2 below)</emphasis>
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-down;lfs-bootscripts-&bootscripts-version;.tar.bz2"/>
156
157Lfs-Utils (&lfs-utils-version;) - &lfs-utils-size;:
158<ulink url="&lfs-root;~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
172Make_devices (&makedev-version;) - &makedev-size;:
173<ulink url="&lfs-root;~alex/make_devices-&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<note><para>1) File (&file-version;) may not be available by the time you read
239this. The site admins of the master download location are known to occasionally
240remove old versions when new ones are released. Please refer to the
241<xref linkend="ch-system-file"/> section for an alternate download
242location.</para></note>
243
244<note><para>2) As of this writing, the Glibc maintainers have decided in their
245wisdom not to make available new release tarballs for download. The only way to
246obtain the current Glibc release from pristine upstream sources is to pull it
247from the Glibc CVS repository. The following commands will download the current
248release and make a tarball from it:</para>
249
250<screen><userinput>cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
251&nbsp;&nbsp;&nbsp;&nbsp;export -d &glibc-dir; -D "2003-12-02 UTC" libc
252tar jcvf &glibc-package; &glibc-dir;</userinput></screen>
253
254<para>Alternatively, we've made our own tarball available which you can
255download courtesy of the generous LFS mirror sites. Please refer to the
256<xref linkend="ch-tools-glibc"/> section for the download links.</para></note>
257
258</sect1>
259
260
261<sect1 id="ch-materials-patches">
262<title>Needed patches</title>
263<?dbhtml filename="patches.html" dir="chapter04"?>
264
265<para>Besides all those packages, you'll also need several patches. These
266correct tiny mistakes in the packages that should be fixed by the maintainer,
267or just make some small modifications to bend things our way. You'll need the
268following:</para>
269
270<literallayout>
271Bash Patch - &bash-patch-size;:
272<ulink url="&patches-root;&bash-patch;"/>
273
274Bison Attribute Patch - &bison-patch-size;:
275<ulink url="&patches-root;&bison-patch;"/>
276
277Coreutils Hostname Patch - &coreutils-hostname-patch-size;:
278<ulink url="&patches-root;&coreutils-hostname-patch;"/>
279
280Coreutils Posixver Patch - &coreutils-posixver-patch-size;:
281<ulink url="&patches-root;&coreutils-posixver-patch;"/>
282
283Coreutils Uname Patch - &coreutils-uname-patch-size;:
284<ulink url="&patches-root;&coreutils-uname-patch;"/>
285
286Ed Mkstemp Patch - &ed-patch-size;:
287<ulink url="&patches-root;&ed-patch;"/>
288
289Expect Spawn Patch - &expect-patch-size;:
290<ulink url="&patches-root;&expect-patch;"/>
291
292GCC No-Fixincludes Patch - &gcc-nofixincludes-patch-size;:
293<ulink url="&patches-root;&gcc-nofixincludes-patch;"/>
294
295GCC Specs Patch - &gcc-specs-patch-size;:
296<ulink url="&patches-root;&gcc-specs-patch;"/>
297
298GCC-2 Patch - &gcc-2953-patch-size;:
299<ulink url="&patches-root;&gcc-2953-patch;"/>
300
301GCC-2 No-Fixincludes Patch - &gcc-2953-no-fixinc-patch-size;:
302<ulink url="&patches-root;&gcc-2953-no-fixinc-patch;"/>
303
304GCC-2 Return-Type Patch - &gcc-2953-returntype-fix-patch-size;:
305<ulink url="&patches-root;&gcc-2953-returntype-fix-patch;"/>
306
307Inetutils No-Server-Man-Pages Patch - &inetutils-no-server-man-pages-patch-size;:
308<ulink url="&patches-root;&inetutils-no-server-man-pages-patch;"/>
309
310Kbd More-Programs Patch - &kbd-patch-size;:
311<ulink url="&patches-root;&kbd-patch;"/>
312
313Man 80-Columns Patch - &man-80cols-patch-size;:
314<ulink url="&patches-root;&man-80cols-patch;"/>
315
316Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;:
317<ulink url="&patches-root;&net-tools-mii-patch;"/>
318
319Perl Libc Patch - &perl-libc-patch-size;:
320<ulink url="&patches-root;&perl-libc-patch;"/>
321</literallayout>
322
323<para>In addition to the above required patches, there exist a number of
324optional ones created by the LFS community. Most of these solve slight
325problems, or enable some functionality that's not enabled by default.
326Feel free to examine the patches database, located at <ulink
327url="&lfs-root;patches/"/>, and pick any additional patches you wish to
328use.</para>
329
330</sect1>
331
332</chapter>
333
Note: See TracBrowser for help on using the repository browser.