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

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

No need to use --disable-profile on Glibc

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[3514708]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3514708]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[cbbd1e4]8<sect1 id="ch-system-glibc" role="wrap">
9  <?dbhtml filename="glibc.html"?>
[3514708]10
[d785e9d]11  <title>Glibc-&glibc-version;</title>
[3514708]12
[cbbd1e4]13  <indexterm zone="ch-system-glibc">
[d785e9d]14    <primary sortas="a-Glibc">Glibc</primary>
[3514708]15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]18  href="../common/glibc.xml"
[3514708]19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
[d785e9d]22    <title>Installation of Glibc</title>
[3514708]23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]25    href="../common/glibc.xml"
[3514708]26    xpointer="xpointer(//*[@os='z'])"/>
27
[22cd957]28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]29    href="../common/glibc.xml"
[22cd957]30    xpointer="xpointer(//*[@os='l1'])"/>
31
32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]33    href="../common/glibc.xml"
[22cd957]34    xpointer="xpointer(//*[@os='l2'])"/>
35
[dabbced]36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]37    href="../common/glibc.xml"
[3514708]38    xpointer="xpointer(//*[@os='b'])"/>
39
[dabbced]40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]41    href="../common/glibc.xml"
[3514708]42    xpointer="xpointer(//*[@os='e'])"/>
43
[dabbced]44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]45    href="../common/glibc.xml"
[3514708]46    xpointer="xpointer(//*[@os='f'])"/>
47
[dabbced]48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]49    href="../common/glibc.xml"
[3514708]50    xpointer="xpointer(//*[@os='g'])"/>
51
[7cd7f99]52<screen os="h"><userinput>../glibc-&glibc-version;/configure \
53    --prefix=/usr \
54    --enable-kernel=&glibc-kernel-version; \
55    --libexecdir=/usr/lib/glibc \
[52ed4da]56    --enable-obsolete-rpc</userinput></screen>
[3514708]57
[dabbced]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]59    href="../common/glibc.xml"
[3514708]60    xpointer="xpointer(//*[@os='i'])"/>
61
[dabbced]62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]63    href="../common/glibc.xml"
[3514708]64    xpointer="xpointer(//*[@os='j'])"/>
65
[dabbced]66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]67    href="../common/glibc.xml"
[3514708]68    xpointer="xpointer(//*[@os='k'])"/>
69
[dabbced]70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]71    href="../common/glibc.xml"
[3514708]72    xpointer="xpointer(//*[@os='l'])"/>
73
[dabbced]74    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]75    href="../common/glibc.xml"
[3514708]76    xpointer="xpointer(//*[@os='m'])"/>
77
[dabbced]78    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]79    href="../common/glibc.xml"
[3514708]80    xpointer="xpointer(//*[@os='n'])"/>
81
[dabbced]82    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]83    href="../common/glibc.xml"
[3514708]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">
[767a2a5]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>
[3514708]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
[767a2a5]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>
[3514708]123      </listitem>
124    </itemizedlist>
125
[dabbced]126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]127    href="../common/glibc.xml"
[3514708]128    xpointer="xpointer(//*[@os='q'])"/>
129
[dabbced]130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]131    href="../common/glibc.xml"
[3514708]132    xpointer="xpointer(//*[@os='r'])"/>
133
[dabbced]134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]135    href="../common/glibc.xml"
[3514708]136    xpointer="xpointer(//*[@os='s'])"/>
137
[dabbced]138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]139    href="../common/glibc.xml"
[3514708]140    xpointer="xpointer(//*[@os='t'])"/>
141
[cf9aa7e]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
[3514708]158  </sect2>
159
[dabbced]160  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]161  href="../common/glibc.xml"
162  xpointer="xpointer(id('i18n-glibc'))"/>
[3514708]163
[dabbced]164  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]165  href="../common/glibc.xml"
166  xpointer="xpointer(id('conf-glibc'))"/>
[3514708]167
[dabbced]168  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]169  href="../common/glibc.xml"
[44426cf]170  xpointer="xpointer(id('conf-ld'))"/>
[3514708]171
[dabbced]172  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]173  href="../common/glibc.xml"
174  xpointer="xpointer(id('contents-glibc'))"/>
[3514708]175
176</sect1>
Note: See TracBrowser for help on using the repository browser.