source: chapter05/glibc.xml@ 0b23886

Last change on this file since 0b23886 was 0b23886, checked in by Jeremy Huntwork <jhuntwork@…>, 17 years ago

Merged r8371, r8373, parts of r8375, r8376, r8377, r8378, r8379, r8380 and r8381 to jh branch from trunk.

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

  • Property mode set to 100644
File size: 8.1 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="ch-tools-glibc" role="wrap">
9 <?dbhtml filename="glibc.html"?>
10
11 <sect1info condition="script">
12 <productname>glibc</productname>
13 <productnumber>&glibc-version;</productnumber>
14 <address>&glibc-url;</address>
15 </sect1info>
16
17 <title>Glibc-&glibc-version;</title>
18
19 <indexterm zone="ch-tools-glibc">
20 <primary sortas="a-Glibc">Glibc</primary>
21 <secondary>tools</secondary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title/>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../chapter06/glibc.xml"
29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
30
31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
34
35 <seglistitem>
36 <seg>&glibc-ch5-sbu;</seg>
37 <seg>&glibc-ch5-du;</seg>
38 </seglistitem>
39 </segmentedlist>
40
41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of Glibc</title>
45
46 <para>The Glibc documentation recommends building Glibc outside of the source
47 directory in a dedicated build directory:</para>
48
49<screen><userinput>mkdir -v ../glibc-build
50cd ../glibc-build</userinput></screen>
51
52 <para>Because Glibc no longer supports i386, its developers say to use the
53 compiler flag <parameter>-march=i486</parameter> when building it for x86
54 machines. There are several ways to accomplish that, but testing shows that
55 the flag is best placed inside the build variable <quote>CFLAGS</quote>.
56 Instead of overriding completely what Glibc's internal build system uses
57 for CFLAGS, append the new flag to the existing contents of CFLAGS by
58 making use of the special file <filename>configparms</filename>:</para>
59
60<screen><userinput>uname -m | grep -q i?86 &amp;&amp;
61echo "CFLAGS += -march=i486" &gt; configparms</userinput></screen>
62
63 <para>Next, prepare Glibc for compilation:</para>
64
65<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
66 --disable-profile --enable-add-ons \
67 --enable-kernel=2.6.0 --with-binutils=/tools/bin \
68 --without-gd --with-headers=/tools/include \
69 --without-selinux</userinput></screen>
70
71 <variablelist>
72 <title>The meaning of the configure options:</title>
73
74 <varlistentry>
75 <term><parameter>--disable-profile</parameter></term>
76 <listitem>
77 <para>This builds the libraries without profiling information. Omit
78 this option if profiling on the temporary tools is necessary.</para>
79 </listitem>
80 </varlistentry>
81
82 <varlistentry>
83 <term><parameter>--enable-add-ons</parameter></term>
84 <listitem>
85 <para>This tells Glibc to use the NPTL add-on as its threading
86 library.</para>
87 </listitem>
88 </varlistentry>
89
90 <varlistentry>
91 <term><parameter>--enable-kernel=2.6.0</parameter></term>
92 <listitem>
93 <para>This tells Glibc to compile the library with support
94 for 2.6.x Linux kernels.</para>
95 </listitem>
96 </varlistentry>
97
98 <varlistentry>
99 <term><parameter>--with-binutils=/tools/bin</parameter></term>
100 <listitem>
101 <para>While not required, this switch ensures that there are
102 no errors pertaining to which Binutils programs get used during the
103 Glibc build.</para>
104 </listitem>
105 </varlistentry>
106
107 <varlistentry>
108 <term><parameter>--without-gd</parameter></term>
109 <listitem>
110 <para>This prevents the build of the <command>memusagestat</command>
111 program, which insists on linking against the host's libraries
112 (libgd, libpng, libz, etc.).</para>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry>
117 <term><parameter>--with-headers=/tools/include</parameter></term>
118 <listitem>
119 <para>This tells Glibc to compile itself against the headers recently
120 installed to the tools directory, so that it knows exactly what
121 features the kernel has and can optimize itself accordingly.</para>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry>
126 <term><parameter>--without-selinux</parameter></term>
127 <listitem>
128 <para>When building from hosts that include SELinux functionality
129 (e.g., Fedora Core 3), Glibc will build with support for SELinux.
130 As the LFS tools environment does not contain support for SELinux, a
131 Glibc compiled with such support will fail to operate correctly.</para>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 <para>During this stage the following warning might appear:</para>
138
139 <blockquote>
140<screen><computeroutput>configure: WARNING:
141*** These auxiliary programs are missing or
142*** incompatible versions: msgfmt
143*** some features will be disabled.
144*** Check the INSTALL file for required versions.</computeroutput></screen>
145 </blockquote>
146
147 <para>The missing or incompatible <command>msgfmt</command> program is
148 generally harmless, but it can sometimes cause issues when running the
149 test suite. This <command>msgfmt</command> program is part of the
150 Gettext package which the host distribution should provide. If
151 <command>msgfmt</command> is present but deemed incompatible, upgrade
152 the host system's Gettext package or continue without it and see if
153 the test suite runs without problems regardless.</para>
154
155 <para>Compile the package:</para>
156
157<screen><userinput>make</userinput></screen>
158
159 <para>Compilation is now complete. As mentioned earlier, running the
160 test suites for the temporary tools installed in this chapter is not
161 mandatory. To run the Glibc test suite (if desired), the following
162 command will do so:</para>
163
164<screen><userinput>make check</userinput></screen>
165
166 <para>For a discussion of test failures that are of particular
167 importance, please see <xref linkend="ch-system-glibc" role="."/></para>
168
169 <para>In this chapter, some tests can be adversely affected by
170 existing tools or environmental issues on the host system. Glibc test
171 suite failures in this chapter are typically not worrisome. The Glibc
172 installed in <xref linkend="chapter-building-system"/> is the one that
173 will ultimately end up being used, so that is the one that needs to pass
174 most tests (even in <xref linkend="chapter-building-system"/>, some
175 failures could still occur, for example, with the math tests).</para>
176
177 <para>When experiencing a failure, make a note of it, then continue by
178 reissuing the <command>make check</command> command. The test suite
179 should pick up where it left off and continue. This stop-start sequence
180 can be circumvented by issuing a <command>make -k check</command> command.
181 If using this option, be sure to log the output so that the log file can
182 be examined for failures later.</para>
183
184 <para>The install stage of Glibc will issue a harmless warning at the
185 end about the absence of <filename>/tools/etc/ld.so.conf</filename>.
186 Prevent this warning with:</para>
187
188<screen><userinput>mkdir -v /tools/etc
189touch /tools/etc/ld.so.conf</userinput></screen>
190
191 <para>Install the package:</para>
192
193<screen><userinput>make install</userinput></screen>
194
195 <para>Different countries and cultures have varying conventions for
196 how to communicate. These conventions range from the format for
197 representing dates and times to more complex issues, such as the
198 language spoken. The <quote>internationalization</quote> of GNU
199 programs works by locale.</para>
200
201 <note>
202 <para>If the test suites are not being run in this chapter (as per
203 the recommendation), there is no need to install the locales now.
204 The appropriate locales will be installed in the next chapter.
205 To install the Glibc locales anyway, use instructions from
206 <xref linkend="ch-system-glibc" role="."/></para>
207 </note>
208
209 </sect2>
210
211 <sect2 role="content">
212 <title/>
213
214 <para>Details on this package are located in
215 <xref linkend="contents-glibc" role="."/></para>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.