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

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 3b7a1ef was cbbd1e4, checked in by William Harrington <kb0iic@…>, 11 years ago

Migrating EGLIBC to GLIBC since EGLIBC is end of life at 2_19 branch. Mailing list suggests using Glibc unless strict need of use from eglibc 2_19 branch. Trunk is frozen. Rename all EGLIBC and Eglibc and eglibc text to GLIBC Glibc and glibc.

  • Property mode set to 100644
File size: 5.4 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='l3'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
41 href="../common/glibc.xml"
42 xpointer="xpointer(//*[@os='l4'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/glibc.xml"
46 xpointer="xpointer(//*[@os='b'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49 href="../common/glibc.xml"
50 xpointer="xpointer(//*[@os='s1'])"/>
51
52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
53 href="../common/glibc.xml"
54 xpointer="xpointer(//*[@os='s2'])"/>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../common/glibc.xml"
58 xpointer="xpointer(//*[@os='e'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
61 href="../common/glibc.xml"
62 xpointer="xpointer(//*[@os='f'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65 href="../common/glibc.xml"
66 xpointer="xpointer(//*[@os='g'])"/>
67
68<screen os="h"><userinput>
69 CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $MACHTYPE) -O2" \
70 ../glibc-&glibc-version;/configure --prefix=/usr \
71 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
72 --enable-obsolete-rpc</userinput></screen>
73
74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
75 href="../common/glibc.xml"
76 xpointer="xpointer(//*[@os='i'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
79 href="../common/glibc.xml"
80 xpointer="xpointer(//*[@os='j'])"/>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../common/glibc.xml"
84 xpointer="xpointer(//*[@os='k'])"/>
85
86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
87 href="../common/glibc.xml"
88 xpointer="xpointer(//*[@os='l'])"/>
89
90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91 href="../common/glibc.xml"
92 xpointer="xpointer(//*[@os='m'])"/>
93
94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
95 href="../common/glibc.xml"
96 xpointer="xpointer(//*[@os='n'])"/>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../common/glibc.xml"
100 xpointer="xpointer(//*[@os='o'])"/>
101
102 <!-- this is specific to x86 because of the i686 reference in the math tests -->
103 <itemizedlist os="p">
104 <listitem>
105 <para>The <emphasis>math</emphasis> tests, at least on i686, fail in
106 the <emphasis>test-double</emphasis> and <emphasis>test-idouble</emphasis>
107 tests with gcc-&gcc-version;
108 . These two failures in the math tests appear to be harmless.
109 The math tests may also fail on systems where the CPU is not a relatively
110 new genuine Intel or authentic AMD. Certain optimization settings are
111 also known to be a factor here.</para>
112 </listitem>
113 <listitem>
114 <para>If you have mounted the CLFS partition with the
115 <parameter>noatime</parameter> option, the <emphasis>atime</emphasis> test
116 will fail. As mentioned in <xref linkend="ch-partitioning-mounting"/>,
117 do not use the <parameter>noatime</parameter> option while building
118 CLFS.</para>
119 </listitem>
120 <listitem>
121 <para>When running on older and slower hardware, some tests
122 can fail because of test timeouts being exceeded.</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 </sect2>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../common/glibc.xml"
146 xpointer="xpointer(id('i18n-glibc'))"/>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../common/glibc.xml"
150 xpointer="xpointer(id('conf-glibc'))"/>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../common/glibc.xml"
154 xpointer="xpointer(id('conf-ld'))"/>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../common/glibc.xml"
158 xpointer="xpointer(id('contents-glibc'))"/>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.