source: chapter03/patches.xml@ 2c718ef

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 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 2c718ef was bad0dd1, checked in by Zack Winkles <winkie@…>, 20 years ago

Cleaned up hotplug installation a bit

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="materials-patches">
7<title>Needed patches</title>
8<?dbhtml filename="patches.html"?>
9
10<para>Besides all those packages, you'll also need several patches. These
11correct tiny mistakes in the packages that should be fixed by the maintainer,
12or just make some small modifications to bend things our way. You'll need the
13following:</para>
14
15<variablelist role="materials"><title>Patches</title>
16
17<varlistentry>
18<term>Bash GNU Fixes Patch - 7 KB:</term>
19<listitem>
20<para><ulink url="&patches-root;bash-&bash-version;-gnu-fixes-2.patch"/></para>
21</listitem>
22</varlistentry>
23
24<varlistentry>
25<term>Coreutils Dupes Patch - 16 KB:</term>
26<listitem>
27<para><ulink url="&patches-root;coreutils-&coreutils-version;-dupes-1.patch"/></para>
28</listitem>
29</varlistentry>
30
31<varlistentry>
32<term>Coreutils Uname Patch - 1 KB:</term>
33<listitem>
34<para><ulink url="&patches-root;coreutils-&coreutils-version;-uname-2.patch"/></para>
35</listitem>
36</varlistentry>
37
38<varlistentry>
39<term>Expect Spawn Patch - 6 KB:</term>
40<listitem>
41<para><ulink url="&patches-root;expect-&expect-version;-spawn-1.patch"/></para>
42</listitem>
43</varlistentry>
44
45<varlistentry>
46<term>Flex Brokenness Patch - 8 KB:</term>
47<listitem>
48<para><ulink url="&patches-root;flex-&flex-version;-debian-fixes-2.patch"/></para>
49</listitem>
50</varlistentry>
51
52<varlistentry>
53<term>GCC No-Fixincludes Patch - 1 KB:</term>
54<listitem>
55<para><ulink url="&patches-root;gcc-&gcc-short-version;-no-fixincludes-1.patch"/></para>
56</listitem>
57</varlistentry>
58
59<varlistentry>
60<term>GCC Specs Patch - 11 KB:</term>
61<listitem>
62<para><ulink url="&patches-root;gcc-&gcc-short-version;-specs-1.patch"/></para>
63</listitem>
64</varlistentry>
65
66<varlistentry>
67<term>Hotplug Bogus Dependencies Patch- 1 KB:</term>
68<listitem>
69<para><ulink url="&patches-root;hotplug-&hotplug-version;-bogus-deps-1.patch"/></para>
70</listitem>
71</varlistentry>
72
73<varlistentry>
74<term>Hotplug Fix for USB Coldplugging - 1 KB:</term>
75<listitem>
76<para><ulink url="&patches-root;hotplug-&hotplug-version;-device-2.patch"/></para>
77</listitem>
78</varlistentry>
79
80<varlistentry>
81<term>Hotplug ISAPNP Coldplugging Patch - 1 KB:</term>
82<listitem>
83<para><ulink url="&patches-root;hotplug-&hotplug-version;-isapnp-2.patch"/></para>
84</listitem>
85</varlistentry>
86
87<varlistentry>
88<term>Inetutils Kernel Headers Patch - 1 KB:</term>
89<listitem>
90<para><ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/></para>
91</listitem>
92</varlistentry>
93
94<varlistentry>
95<term>Inetutils No-Server-Man-Pages Patch - 4 KB:</term>
96<listitem>
97<para><ulink url="&patches-root;inetutils-&inetutils-version;-no-server-man-pages-1.patch"/></para>
98</listitem>
99</varlistentry>
100
101<varlistentry>
102<term>Man 80-Columns Patch - 1 KB:</term>
103<listitem>
104<para><ulink url="&patches-root;man-&man-version;-80cols-1.patch"/></para>
105</listitem>
106</varlistentry>
107
108<varlistentry>
109<term>Mktemp Tempfile Patch - 3 KB:</term>
110<listitem>
111<para><ulink url="&patches-root;mktemp-&mktemp-version;-add-tempfile-1.patch"/></para>
112</listitem>
113</varlistentry>
114
115<varlistentry>
116<term>Net-tools GCC 3.4 Compatibility Patch - 3 KB:</term>
117<listitem>
118<para><ulink url="&patches-root;net-tools-&net-tools-version;-gcc34-2.patch"/></para>
119</listitem>
120</varlistentry>
121
122<varlistentry>
123<term>Net-tools Kernel Headers Patch - 1 KB:</term>
124<listitem>
125<para><ulink url="&patches-root;net-tools-&net-tools-version;-kernel-headers-1.patch"/></para>
126</listitem>
127</varlistentry>
128
129<varlistentry>
130<term>Perl Libc Patch - 1 KB:</term>
131<listitem>
132<para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
133</listitem>
134</varlistentry>
135
136<varlistentry>
137<term>Readline GNU Fixes Patch - 5 KB:</term>
138<listitem>
139<para><ulink url="&patches-root;readline-&readline-version;-gnu-fixes-1.patch"/></para>
140</listitem>
141</varlistentry>
142
143<varlistentry>
144<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
145<listitem>
146<para><ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel-headers-1.patch"/></para>
147</listitem>
148</varlistentry>
149
150<varlistentry>
151<term>Sysklogd Signal Handling Patch - 1 KB:</term> <listitem>
152<para><ulink url="&patches-root;sysklogd-&sysklogd-version;-signal-1.patch"/></para>
153</listitem>
154</varlistentry>
155
156<varlistentry>
157<term>Udev Configuration Patch - 6 KB:</term>
158<listitem>
159<para><ulink url="&patches-root;udev-&udev-version;-config-2.patch"/></para>
160</listitem>
161</varlistentry>
162
163<varlistentry>
164<term>Util-Linux Kernel Headers Patch - 3 KB:</term>
165<listitem>
166<para><ulink url="&patches-root;util-linux-&util-linux-version;-kernel-headers-1.patch"/></para>
167</listitem>
168</varlistentry>
169
170</variablelist>
171
172<para>In addition to the above required patches, there exist a number of
173optional ones created by the LFS community. Most of these solve slight
174problems, or enable some functionality that's not enabled by default.
175Feel free to examine the patches database, located at <ulink url="&lfs-root;patches/"/>,
176and pick any additional patches you wish to use.</para>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.