OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / x86 / glibc.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <title>Installation of Glibc</title>
14 @y
15     <title>&InstallationOf1;Glibc&InstallationOf2;</title>
16 @z
17
18 @x
19         <para>The <emphasis>nptl/tst-clock2</emphasis>,
20         <emphasis>nptl/tst-attr3</emphasis>,
21         <emphasis>tst/tst-cputimer1</emphasis>, and
22         <emphasis>rt/tst-cpuclock2</emphasis>
23         tests have been known to fail.  The
24         reason is not completely understood, but indications are that minor
25         timing issues can trigger these failures.</para>
26 @y
27         <para>
28         <emphasis>nptl/tst-clock2</emphasis>,
29         <emphasis>nptl/tst-attr3</emphasis>,
30         <emphasis>tst/tst-cputimer1</emphasis>,
31         <emphasis>rt/tst-cpuclock2</emphasis> のテストは失敗することが知られています。
32         失敗の理由は明確ではありません。
33         ただ処理速度が原因してそれらが発生すると思われます。
34         </para>
35 @z
36
37 @x
38         <para>The <emphasis>math</emphasis> tests, at least on i686, fail in
39         the <emphasis>test-double</emphasis> and <emphasis>test-idouble</emphasis>
40         tests with gcc-&gcc-version;
41         . These two failures in the math tests appear to be harmless.
42         The math tests may also fail on systems where the CPU is not a relatively
43         new genuine Intel or authentic AMD. Certain optimization settings are
44         also known to be a factor here.</para>
45 @y
46         <para>
47         <emphasis>math</emphasis> テストの中で <emphasis>test-double</emphasis> と <emphasis>test-idouble</emphasis> は gcc-&gcc-version; を用いてテストすると、特に i686 上において失敗します。
48         この 2つの失敗は特に問題はありません。
49         また math テストは、純正 Intel プロセッサーや AMD プロセッサーが最新のものではない場合に失敗することがあります。
50         特定の最適化設定が原因で失敗するものもあります。
51         </para>
52 @z
53
54 @x
55         <para>If you have mounted the CLFS partition with the
56         <parameter>noatime</parameter> option, the <emphasis>atime</emphasis> test
57         will fail. As mentioned in <xref linkend="ch-partitioning-mounting"/>,
58         do not use the <parameter>noatime</parameter> option while building
59         CLFS.</para>
60 @y
61         <para>
62         CLFS パーティションを <parameter>noatime</parameter> オプションを用いてマウントしている場合 <emphasis>atime</emphasis> テストが失敗します。
63         <xref linkend="ch-partitioning-mounting"/> で説明しているように、CLFS のビルド中は <parameter>noatime</parameter> オプションを使わないようにしてください。
64         </para>
65 @z
66
67 @x
68         <para>When running on older and slower hardware, some tests
69         can fail because of test timeouts being exceeded.
70         Modifying the make check command to set a TIMEOUTFACTOR is reported to
71         help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
72         make -k check</command>).</para>
73 @y
74         <para>
75         旧式のハードウェアや性能の低いハードウェア、あるいは負荷の高いシステムにおいてテストを行うと、処理時間をオーバーしてタイムアウトが発生しテストが失敗します。
76         make check コマンドにて TIMEOUTFACTOR をセットするものに修正すれば、それらのエラーは回避できると報告されています。
77         (例: <command>TIMEOUTFACTOR=16 make -k check</command>)
78         </para>
79 @z
80
81 @x
82         <para>posix/tst-getaddrinfo4 will always fail due to not having a network
83         connection when the test is run.</para>
84 @y
85         <para>
86         posix/tst-getaddrinfo4 は、テスト実行時にネットワークに接続されていないため失敗します。
87         </para>
88 @z