source: BOOK/final-system/x86/glibc.xml@ fea8fe7

systemd
Last change on this file since fea8fe7 was 812899d5, checked in by Chris Staub <chris@…>, 9 years ago

No need to use --disable-profile on Glibc

  • Property mode set to 100644
File size: 6.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-system-glibc" role="wrap">
9 <?dbhtml filename="glibc.html"?>
10
11 <title>Glibc-&glibc-version;</title>
12
13 <indexterm zone="ch-system-glibc">
14 <primary sortas="a-Glibc">Glibc</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
18 href="../common/glibc.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Glibc</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25 href="../common/glibc.xml"
26 xpointer="xpointer(//*[@os='z'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29 href="../common/glibc.xml"
30 xpointer="xpointer(//*[@os='l1'])"/>
31
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33 href="../common/glibc.xml"
34 xpointer="xpointer(//*[@os='l2'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
37 href="../common/glibc.xml"
38 xpointer="xpointer(//*[@os='b'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
41 href="../common/glibc.xml"
42 xpointer="xpointer(//*[@os='e'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/glibc.xml"
46 xpointer="xpointer(//*[@os='f'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49 href="../common/glibc.xml"
50 xpointer="xpointer(//*[@os='g'])"/>
51
52<screen os="h"><userinput>../glibc-&glibc-version;/configure \
53 --prefix=/usr \
54 --enable-kernel=&glibc-kernel-version; \
55 --libexecdir=/usr/lib/glibc \
56 --enable-obsolete-rpc</userinput></screen>
57
58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59 href="../common/glibc.xml"
60 xpointer="xpointer(//*[@os='i'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63 href="../common/glibc.xml"
64 xpointer="xpointer(//*[@os='j'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67 href="../common/glibc.xml"
68 xpointer="xpointer(//*[@os='k'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71 href="../common/glibc.xml"
72 xpointer="xpointer(//*[@os='l'])"/>
73
74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
75 href="../common/glibc.xml"
76 xpointer="xpointer(//*[@os='m'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
79 href="../common/glibc.xml"
80 xpointer="xpointer(//*[@os='n'])"/>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../common/glibc.xml"
84 xpointer="xpointer(//*[@os='o'])"/>
85
86 <!-- this is specific to x86 because of the i686 reference in the math tests -->
87 <itemizedlist os="p">
88 <listitem>
89 <para>The <emphasis>nptl/tst-clock2</emphasis>,
90 <emphasis>nptl/tst-attr3</emphasis>,
91 <emphasis>tst/tst-cputimer1</emphasis>, and
92 <emphasis>rt/tst-cpuclock2</emphasis>
93 tests have been known to fail. The
94 reason is not completely understood, but indications are that minor
95 timing issues can trigger these failures.</para>
96 </listitem>
97 <listitem>
98 <para>The <emphasis>math</emphasis> tests, at least on i686, fail in
99 the <emphasis>test-double</emphasis> and <emphasis>test-idouble</emphasis>
100 tests with gcc-&gcc-version;
101 . These two failures in the math tests appear to be harmless.
102 The math tests may also fail on systems where the CPU is not a relatively
103 new genuine Intel or authentic AMD. Certain optimization settings are
104 also known to be a factor here.</para>
105 </listitem>
106 <listitem>
107 <para>If you have mounted the CLFS partition with the
108 <parameter>noatime</parameter> option, the <emphasis>atime</emphasis> test
109 will fail. As mentioned in <xref linkend="ch-partitioning-mounting"/>,
110 do not use the <parameter>noatime</parameter> option while building
111 CLFS.</para>
112 </listitem>
113 <listitem>
114 <para>When running on older and slower hardware, some tests
115 can fail because of test timeouts being exceeded.
116 Modifying the make check command to set a TIMEOUTFACTOR is reported to
117 help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
118 make -k check</command>).</para>
119 </listitem>
120 <listitem>
121 <para>posix/tst-getaddrinfo4 will always fail due to not having a network
122 connection when the test is run.</para>
123 </listitem>
124 </itemizedlist>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../common/glibc.xml"
128 xpointer="xpointer(//*[@os='q'])"/>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../common/glibc.xml"
132 xpointer="xpointer(//*[@os='r'])"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../common/glibc.xml"
136 xpointer="xpointer(//*[@os='s'])"/>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../common/glibc.xml"
140 xpointer="xpointer(//*[@os='t'])"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../common/glibc.xml"
144 xpointer="xpointer(//*[@os='u'])"/>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../common/glibc.xml"
148 xpointer="xpointer(//*[@os='v'])"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../common/glibc.xml"
152 xpointer="xpointer(//*[@os='w'])"/>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../common/glibc.xml"
156 xpointer="xpointer(//*[@os='x'])"/>
157
158 </sect2>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../common/glibc.xml"
162 xpointer="xpointer(id('i18n-glibc'))"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../common/glibc.xml"
166 xpointer="xpointer(id('conf-glibc'))"/>
167
168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
169 href="../common/glibc.xml"
170 xpointer="xpointer(id('conf-ld'))"/>
171
172 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
173 href="../common/glibc.xml"
174 xpointer="xpointer(id('contents-glibc'))"/>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.