From: matsuand Date: Thu, 9 Apr 2015 01:05:43 +0000 (+0000) Subject: [LFS-SVN] SVN-20150331, Changeset 10889 対応。 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=02209b743a281878f3817be4b61aaae1ac941042;p=lfsbookja%2Flfsja-git.git [LFS-SVN] SVN-20150331, Changeset 10889 対応。 git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@974 d6661c75-0afd-443a-aae1-cb31083e41e8 --- diff --git a/lfsbook/src/appendices/dependencies.ch b/lfsbook/src/appendices/dependencies.ch index 0975cdd9..89eb16af 100644 --- a/lfsbook/src/appendices/dependencies.ch +++ b/lfsbook/src/appendices/dependencies.ch @@ -369,10 +369,10 @@ %---------------------------------------------------------------------- @x Eudev - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make, and Sed @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make, Sed @z @x diff --git a/lfsbook/src/chapter05/libstdc++.ch b/lfsbook/src/chapter05/libstdc++.ch index 032b0a46..460cbbe3 100644 --- a/lfsbook/src/chapter05/libstdc++.ch +++ b/lfsbook/src/chapter05/libstdc++.ch @@ -79,8 +79,8 @@ @z @x --disable-libstdcxx-threads - Since we have not built the thread C library, the C++ - one cannot be built as well. + Since we have not yet built the C threads library, the C++ + one cannot be built either. @y C スレッドライブラリはまだ生成していないため、C++ スレッドライブラリも生成しないようにします。 diff --git a/lfsbook/src/chapter05/linux-headers.ch b/lfsbook/src/chapter05/linux-headers.ch index cad6a166..30df61f0 100644 --- a/lfsbook/src/chapter05/linux-headers.ch +++ b/lfsbook/src/chapter05/linux-headers.ch @@ -50,11 +50,10 @@ @z @x - Make sure there are no stale files and dependencies lying around - from previous activity: + Make sure there are no stale files embedded in the package: @y - これより前に一度処理を行っていたとしても、不適切なファイルや誤った依存関係を残さないように、以下を処理します。 + 本パッケージ内にある不適切なファイルを残さないように、以下を処理します。 @z diff --git a/lfsbook/src/chapter06/glibc.ch b/lfsbook/src/chapter06/glibc.ch index 71d6dda2..194c2055 100644 --- a/lfsbook/src/chapter06/glibc.ch +++ b/lfsbook/src/chapter06/glibc.ch @@ -324,15 +324,19 @@ @z @x + Adding nsswitch.conf +@y + nsswitch.conf の追加 +@z + +@x The /etc/nsswitch.conf file needs to be created - because, although Glibc provides defaults when this file is missing or corrupt, - the Glibc defaults do not work well in a networked environment. The time zone - also needs to be configured. + because the Glibc defaults do not work well in a networked environment. + @y /etc/nsswitch.conf ファイルを作成しておく必要があります。 - Glibc はこのファイルが無い場合や誤っている場合でもデフォルト設定を用いて動作しますが、ネットワーク環境下ではデフォルト設定であっても正しく動作しません。 - またタイムゾーンの設定も必要になります。 + Glibc はデフォルトでは、このファイルが無い場合にネットワーク環境が正しく動作しません。 @z @@ -346,9 +350,15 @@ @z @x - Install timezone data: + Adding time zone data +@y + タイムゾーンデータの追加 +@z + +@x + Install and set up the timezone data with the following: @y - タイムゾーンデータをインストールします。 + 以下によりタイムゾーンデータをインストールし設定します。 @z @x