source: chapter05/glibc.xml@ 33d5aa3

Last change on this file since 33d5aa3 was 9d5d854f, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Synced to trunk r11052

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

  • Property mode set to 100644
File size: 8.6 KB
RevLine 
[673b0d8]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" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[1f7ca93]7
[9652249]8<sect1 id="ch-tools-glibc" role="wrap">
[1f7ca93]9 <?dbhtml filename="glibc.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>glibc</productname>
13 <productnumber>&glibc-version;</productnumber>
14 <address>&glibc-url;</address>
15 </sect1info>
16
[1f7ca93]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/>
[bc82645e]26
[d9441360]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1f7ca93]28 href="../chapter06/glibc.xml"
29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[81fd230]30
[1f7ca93]31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
[673b0d8]34
[1f7ca93]35 <seglistitem>
[e4a5635]36 <seg>&glibc-ch5-sbu;</seg>
37 <seg>&glibc-ch5-du;</seg>
[1f7ca93]38 </seglistitem>
39 </segmentedlist>
[673b0d8]40
[1f7ca93]41 </sect2>
[73aedd1d]42
[1f7ca93]43 <sect2 role="installation">
44 <title>Installation of Glibc</title>
[b0424f7]45<!--
[102c4bb6]46 <para>First, fix a build problem that affects i386 systems:</para>
47
48<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
[b0424f7]49-->
[9d5d854f]50
51 <para>Fix some problems identified upstream:</para>
52
53<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
54
[dd30a4b]55 <para>The Glibc documentation recommends building Glibc
56 in a dedicated build directory:</para>
[9bda40d]57
[dd30a4b]58<screen><userinput remap="pre">mkdir -v build
59cd build</userinput></screen>
[f1c177f]60
[1f7ca93]61 <para>Next, prepare Glibc for compilation:</para>
[73aedd1d]62
[3f11f57]63<screen><userinput remap="configure">../configure \
64 --prefix=/tools \
65 --host=$LFS_TGT \
66 --build=$(../scripts/config.guess) \
67 --enable-kernel=&min-kernel; \
68 --with-headers=/tools/include \
69 libc_cv_forced_unwind=yes \
70 libc_cv_ctors_header=yes \
[9f5aaf7]71 libc_cv_c_cleanup=yes</userinput></screen>
[73aedd1d]72
[1f7ca93]73 <variablelist>
74 <title>The meaning of the configure options:</title>
75
[4e82d47]76 <varlistentry>
[3f11f57]77 <term><parameter>--host=$LFS_TGT, --build=$(../scripts/config.guess)</parameter></term>
[4e82d47]78 <listitem>
79 <para>The combined effect of these switches is that Glibc's build system
80 configures itself to cross-compile, using the cross-linker and
81 cross-compiler in <filename class="directory">/tools</filename>.</para>
82 </listitem>
83 </varlistentry>
84
[68c0a30]85<!--
[1f7ca93]86 <varlistentry>
[68c0a30]87 <term><parameter>- -disable-profile</parameter></term>
[1f7ca93]88 <listitem>
89 <para>This builds the libraries without profiling information. Omit
90 this option if profiling on the temporary tools is necessary.</para>
91 </listitem>
92 </varlistentry>
[68c0a30]93-->
[1f7ca93]94
95 <varlistentry>
[a3af16f]96 <term><parameter>--enable-kernel=&min-kernel;</parameter></term>
[1f7ca93]97 <listitem>
98 <para>This tells Glibc to compile the library with support
[a3af16f]99 for &min-kernel; and later Linux kernels. Workarounds for older
[3532721]100 kernels are not enabled.</para>
[1f7ca93]101 </listitem>
102 </varlistentry>
103
[68c0a30]104<!--
[47f42fa]105 <varlistentry>
[68c0a30]106 <term><parameter>- -enable-obsolete-rpc</parameter></term>
[47f42fa]107 <listitem>
108 <para>This installs NIS and RPC related headers that are not
109 installed by default. They are required to build GCC and by
110 several BLFS packages.</para>
111 </listitem>
112 </varlistentry>
[68c0a30]113-->
[47f42fa]114
[1f7ca93]115 <varlistentry>
116 <term><parameter>--with-headers=/tools/include</parameter></term>
117 <listitem>
118 <para>This tells Glibc to compile itself against the headers recently
119 installed to the tools directory, so that it knows exactly what
120 features the kernel has and can optimize itself accordingly.</para>
121 </listitem>
122 </varlistentry>
123
124 <varlistentry>
[4e82d47]125 <term><parameter>libc_cv_forced_unwind=yes</parameter></term>
[1f7ca93]126 <listitem>
[ff9fa3c0]127 <para>The linker installed during
128 <xref linkend="ch-tools-binutils-pass1"/> was cross-compiled and as
129 such cannot be used until Glibc has been installed. This means that
130 the configure test for force-unwind support will fail, as it relies on
131 a working linker. The libc_cv_forced_unwind=yes variable is passed in
132 order to inform <command>configure</command> that force-unwind
133 support is available without it having to run the test.</para>
[4e82d47]134 </listitem>
135 </varlistentry>
136 <varlistentry>
137 <term><parameter>libc_cv_c_cleanup=yes</parameter></term>
138 <listitem>
[131c907]139 <para>Similarly, we pass libc_cv_c_cleanup=yes through to the
[ff9fa3c0]140 <command>configure</command> script so that the test is skipped and C
141 cleanup handling support is configured.</para>
[1f7ca93]142 </listitem>
143 </varlistentry>
[0c0d7c1]144 <varlistentry>
145 <term><parameter>libc_cv_ctors_header=yes</parameter></term>
146 <listitem>
[131c907]147 <para>Similarly, we pass libc_cv_ctors_header=yes through to the
[0c0d7c1]148 <command>configure</command> script so that the test is skipped and
149 gcc constructor support is configured.</para>
150 </listitem>
151 </varlistentry>
[1f7ca93]152
153 </variablelist>
154
155 <para>During this stage the following warning might appear:</para>
156
157 <blockquote>
158<screen><computeroutput>configure: WARNING:
159*** These auxiliary programs are missing or
[81fd230]160*** incompatible versions: msgfmt
161*** some features will be disabled.
[1f7ca93]162*** Check the INSTALL file for required versions.</computeroutput></screen>
163 </blockquote>
[81fd230]164
[1f7ca93]165 <para>The missing or incompatible <command>msgfmt</command> program is
[5f7456b]166 generally harmless. This <command>msgfmt</command> program is part of the
167 Gettext package which the host distribution should provide.</para>
[81fd230]168
[850a7b5]169 <note><para>There have been reports that this package may fail when
170 building as a "parallel make". If this occurs, rerun the make command
171 with a "-j1" option.</para></note>
172
[1f7ca93]173 <para>Compile the package:</para>
[73aedd1d]174
[0445a3d]175<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]176
[6f34f43]177<!--
[0abc697]178 <para>This package does come with a test suite, however, it cannot be
179 run at this time because we do not have a C++ compiler yet.</para>
[81fd230]180
[ca2f862e]181 <note>
182 <para>The test suite also requires locale data to be installed in order to run
[90674770]183 successfully. Locale data provides information to the system regarding
[ca2f862e]184 such things as the date, time, and currency formats accepted and output by
185 system utilities. If the test suites are not being run in this chapter
186 (as per the recommendation), there is no need to install the locales now.
187 The appropriate locales will be installed in the next chapter. To install
188 the Glibc locales anyway, use instructions from <xref
189 linkend="ch-system-glibc" role="."/></para>
190 </note>
[6f34f43]191-->
[1f7ca93]192 <para>Install the package:</para>
[73aedd1d]193
[0445a3d]194<screen><userinput remap="install">make install</userinput></screen>
[73aedd1d]195
[1a3e6a3]196 <caution>
197 <para>At this point, it is imperative to stop and ensure that the basic
198 functions (compiling and linking) of the new toolchain are working as
199 expected. To perform a sanity check, run the following commands:</para>
200
[dbc347c5]201<screen><userinput>echo 'int main(){}' &gt; dummy.c
[1a3e6a3]202$LFS_TGT-gcc dummy.c
203readelf -l a.out | grep ': /tools'</userinput></screen>
204
205 <para>If everything is working correctly, there should be no errors,
206 and the output of the last command will be of the form:</para>
207
208<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
209
[dbc347c5]210 <para>Note that for 64-bit machines, the interpreter name will be
211 <filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para>
[1a3e6a3]212
213 <para>If the output is not shown as above or there was no output at all,
214 then something is wrong. Investigate and retrace the steps to find out
215 where the problem is and correct it. This issue must be resolved before
[1c47f33]216 continuing on.</para>
[1a3e6a3]217
218 <para>Once all is well, clean up the test files:</para>
219
220<screen><userinput>rm -v dummy.c a.out</userinput></screen>
221
222 </caution>
223
[a3af16f]224 <note><para>Building Binutils in the section after next will serve as an
225 additional check that the toolchain has been built properly. If Binutils
226 fails to build, it is an indication that something has gone wrong with the
227 previous Binutils, GCC, or Glibc installations.</para></note>
[1a3e6a3]228
[1f7ca93]229 </sect2>
[bc82645e]230
[1f7ca93]231 <sect2 role="content">
232 <title/>
[81fd230]233
[1f7ca93]234 <para>Details on this package are located in
235 <xref linkend="contents-glibc" role="."/></para>
236
237 </sect2>
[81fd230]238
[1f7ca93]239</sect1>
Note: See TracBrowser for help on using the repository browser.