• R/O
  • SSH
  • HTTPS

lfsbookja: Commit


Commit MetaInfo

Revisión1099 (tree)
Tiempo2016-12-19 18:37:37
Autormatsuand

Log Message

[LFS-SVN] SVN-20161217, Changeset 11156 対応。

Cambiar Resumen

Diferencia incremental

--- trunk/lfsbook/src/chapter01/changelog.ch (revision 1098)
+++ trunk/lfsbook/src/chapter01/changelog.ch (revision 1099)
@@ -54,12 +54,30 @@
5454 @z
5555
5656 @x
57+ <para>2016-12-18</para>
58+ <itemizedlist>
59+ <listitem>
60+ <para>[dj] - Update toolchain sanity checks to use values for
61+ x86_64.</para>
62+ </listitem>
63+ </itemizedlist>
64+@y
65+ <para>2016-12-18</para>
66+ <itemizedlist>
67+ <listitem>
68+ <para>[dj] - x86_64 の出力を利用しているツールチェーンの健全性チェックを更新。</para>
69+ </listitem>
70+ </itemizedlist>
71+@z
72+
73+@x
5774 <para>2016-12-17</para>
5875 <itemizedlist>
5976 <listitem>
6077 <para>[dj] - Remove {,/usr}/lib64 symlinks for x86_64 builds. Add
6178 /lib64 directory with symlinks to dynamic loader. Adjust installation
62- of glibc, gcc, and libcap to account for filesystemd changes.</para>
79+ of glibc, gcc, and libcap to account for directory layout
80+ changes.</para>
6381 </listitem>
6482 </itemizedlist>
6583 @y
@@ -68,7 +86,7 @@
6886 <listitem>
6987 <para>[dj] - x86_64 ビルドにて {,/usr}/lib64 シンボリックリンクを削除。
7088 ダイナミックローダーに対しては /lib64 ディレクトリへのシンボリックリンクを追加。
71- filesystemd 変更に伴い glibc, gcc, libcap のインストール手順を調整。</para>
89+ ディレクトリ配置の変更に伴い glibc, gcc, libcap のインストール手順を調整。</para>
7290 </listitem>
7391 </itemizedlist>
7492 @z
--- trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1098)
+++ trunk/lfsbook/src/chapter01/jchangelog.ch (revision 1099)
@@ -58,6 +58,21 @@
5858 -->
5959
6060 <listitem>
61+ <para>2016-12-19</para>
62+ <itemizedlist>
63+ <listitem>
64+ <para>[matsuand] -
65+ SVN-20161217,
66+ Changeset
67+ <ulink url="&lfs-rev-root;11155">11155</ulink>,
68+ <ulink url="&lfs-rev-root;11156">11156</ulink>
69+ 対応。
70+ </para>
71+ </listitem>
72+ </itemizedlist>
73+ </listitem>
74+
75+ <listitem>
6176 <para>2016-12-18</para>
6277 <itemizedlist>
6378 <listitem>
--- trunk/lfsbook/src/chapter06/adjusting.ch (revision 1098)
+++ trunk/lfsbook/src/chapter06/adjusting.ch (revision 1099)
@@ -99,10 +99,12 @@
9999 @z
100100
101101 @x
102- <note><para>On 64-bit systems the interpreter should be
103- /lib64/ld-linux-x86-64.so.2.</para></note>
102+ <note><para>On 32-bit systems the interpreter should be
103+ /lib/ld-linux.so.2.</para></note>
104104 @y
105- <note><para>64ビットシステムでは /lib64/ld-linux-x86-64.so.2 になります。</para></note>
105+ <note><para>
106+ 32ビットシステムでは /lib/ld-linux.so.2 になります。
107+ </para></note>
106108 @z
107109
108110 @x
@@ -122,18 +124,6 @@
122124 @z
123125
124126 @x
125- <note><para>On 64-bit systems, the path above will be
126- /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/. This
127- reduces to /usr/lib64 and /usr/lib64 is a symlink that points to
128- /usr/lib.</para></note>
129-@y
130- <note><para>64ビットシステムでは、上のパスは /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/ となります。
131- これは /usr/lib64 を意味します。
132- /usr/lib64 はそもそもシンボリックリンクであり、結局はそれが指し示す /usr/lib になります。
133- </para></note>
134-@z
135-
136-@x
137127 <para os="g">Verify that the compiler is searching for the correct header
138128 files:</para>
139129 @y
@@ -176,12 +166,10 @@
176166 @z
177167
178168 @x
179- <para os="n">The output of the last command (allowing for a lib64 directory
180- on 64-bit hosts) should be:</para>
169+ <para os="n">The output of the last command should be:</para>
181170 @y
182171 <para os="n">
183172 最後のコマンドの出力は以下のようになるはずです。
184- (64 ビットマシンであれば lib64 ディレクトリになります。)
185173 </para>
186174 @z
187175
@@ -194,14 +182,12 @@
194182 @z
195183
196184 @x
197- <para os="r"> The output of the last command should be (allowing for
198- platform-specific differences in dynamic linker name and a lib64 directory on
199- 64-bit hosts):</para>
185+ <para os="r">The output of the last command should be (allowing for
186+ platform-specific differences in dynamic linker name):</para>
200187 @y
201188 <para os="r">
202189 上のコマンドの出力は以下のようになるはずです。
203- (ダイナミックリンカーの名前はプラットフォームによって違っているかもしれません。
204- また 64 ビットマシンであれば lib64 ディレクトリとなります。)
190+ (ダイナミックリンカーの名前はプラットフォームによって違っているかもしれません。)
205191 </para>
206192 @z
207193
--- trunk/lfsbook/src/chapter06/gcc.ch (revision 1098)
+++ trunk/lfsbook/src/chapter06/gcc.ch (revision 1099)
@@ -37,7 +37,7 @@
3737 @z
3838
3939 @x
40- <para>If building on x86_64, change the default direcotory name for 64-bit
40+ <para>If building on x86_64, change the default directory name for 64-bit
4141 libraries to <quote>lib</quote>:</para>
4242 @y
4343 <para>
@@ -150,7 +150,8 @@
150150
151151 @x
152152 <para>Results can be compared with those located at <ulink
153- url="&test-results;"/> and <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
153+ url="&test-results;"/> and
154+ <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
154155 @y
155156 <para>
156157 テスト結果については <ulink
@@ -263,12 +264,12 @@
263264 @z
264265
265266 @x
266- <para>A 64-bit system may see a few different directories. For example, here
267- is the output from an x86_64 machine:</para>
267+ <para>A 32-bit system may see a few different directories. For example, here
268+ is the output from an i686 machine:</para>
268269 @y
269270 <para>
270- 64 ビットシステムではいくつか異なるディレクトリが出力されます。
271- 例えば x86_64 マシンであれば、その出力は以下のようになります。
271+ 32ビットシステムではディレクトリが多少異なります。
272+ 以下は i686 マシンでの出力例です。
272273 </para>
273274 @z
274275
--- trunk/lfsbook/src/general.ch (revision 1098)
+++ trunk/lfsbook/src/general.ch (revision 1099)
@@ -24,8 +24,8 @@
2424 <!ENTITY releasedate "December 17, 2016">
2525 @y
2626 <!ENTITY releasedate "2016年12月17日">
27-<!ENTITY jversion "20161218">
28-<!ENTITY jversiond "20161218">
27+<!ENTITY jversion "20161219">
28+<!ENTITY jversiond "20161219">
2929 @z
3030
3131 @x
Show on old repository browser