OSDN Git Service

[LFS-SVN] SVN-20141025, Changeset 10780 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 26 Oct 2014 02:49:59 +0000 (02:49 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 26 Oct 2014 02:49:59 +0000 (02:49 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@929 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/configure
lfsbook/src/appendices/dependencies.ch
lfsbook/src/chapter01/changelog.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/chapter06/coreutils.ch
lfsbook/src/chapter06/eudev.ch
lfsbook/src/chapter06/util-linux.ch
lfsbook/src/general.ch
lfsbook/version.ac

index 6239074..240cb65 100755 (executable)
@@ -3879,7 +3879,7 @@ if test "$TIDY" = no; then
  as_fn_error $? "tidy not found in $PATH" "$LINENO" 5
 fi;
 
-TARGETVER=svn-20141019
+TARGETVER=svn-20141025
 
 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^<!ENTITY version         \"//' -e 's/\">$//' | tr 'A-Z' 'a-z'`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5
index 86fab5c..1ecad94 100644 (file)
@@ -1582,9 +1582,9 @@ Typo ですが日本語訳には影響ありません。
           <seg>なし</seg>
 @z
 @x
-          <seg>None</seg>
+          <seg><ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink></seg>
 @y
-          <seg>なし</seg>
+          <seg><ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink></seg>
 @z
 
 %----------------------------------------------------------------------
index d2888c6..f48709f 100644 (file)
 @z
 
 @x
+      <para>2014-10-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add an instruction to the eudev install
+          to create the initial /etc/udev/hwdb.bin file.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to tzdata-2014i. Fixes 
+          <ulink url="&lfs-ticket-root;3696">#3696</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to util-linux-2.25.2. Fixes 
+          <ulink url="&lfs-ticket-root;3697">#3697</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2014-10-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - eudev のインストールにて初期ファイル /etc/udev/hwdb.bin 生成の説明を追加。
+          </para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - tzdata-2014i へのアップデート。
+          <ulink url="&lfs-ticket-root;3696">#3696</ulink> を Fix に。</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - util-linux-2.25.2 へのアップデート。
+          <ulink url="&lfs-ticket-root;3697">#3697</ulink> を Fix に。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2014-10-19</para>
       <itemizedlist>
         <listitem>
index 56f2b2c..4fedc18 100644 (file)
 -->
 
     <listitem>
+      <para>2014-10-26</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          SVN-20141025,
+          Changeset
+          <ulink url="&lfs-rev-root;10779">10779</ulink>,
+          <ulink url="&lfs-rev-root;10780">10780</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2014-10-20</para>
       <itemizedlist>
         <listitem>
index e88838e..a127eaf 100644 (file)
       <title>&MeaningOfOption1;configure&MeaningOfOption2;:</title>
 @z
 
+@x FORCE_UNSAFE_CONFIGURE=1
+          <para>This environment variable allows the package to be 
+          built as the root user.
+          </para>
+@y
+          <para>
+          この環境変数は root ユーザーによりパッケージをビルドできるようにします。
+          </para>
+@z
+
 @x
           <para>The purpose of this switch is to prevent Coreutils from
           installing binaries that will be installed by other packages later.
 @z
 
 @x
+    <para>The stty-pairs test is known to fail on a virtual console, but
+    passes if run in a X terminal.</para>
+@y
+    <para>
+    stty-pairs テストは仮想端末上では失敗します。
+    しかし X 端末では成功します。
+    </para>
+@z
+
+@x
     <para>Remove the temporary group:</para>
 @y
     <para>
index 788c5e2..6e75ee8 100644 (file)
@@ -65,9 +65,12 @@ will also be used as a part of installation:</para>
 @z
 
 @x
-    <para>Install the package:</para>
+    <para>Install the package and create the initial
+    <filename>/etc/udev/hwdb.bin</filename> file:</para>
 @y
-    <para>&InstallThePackage;</para>
+    <para>
+    パッケージをインストールし、初期ファイル <filename>/etc/udev/hwdb.bin</filename> を生成します。
+    </para>
 @z
 
 @x
index 89c9f2f..a1cc263 100644 (file)
 @z
 
 @x
+    <para>The --disable and --without options prevent warnings about
+    building components that require packages not in LFS or are 
+    inconsistent with programs installed by other packages.</para>
+@y
+    <para>
+    --disable と --without のオプションは、LFS では必要のないパッケージ、あるいは他のパッケージのインストールによって不整合となったパッケージに対して出力される警告をなくします。
+    </para>
+@z
+
+@x
     <para>Compile the package:</para>
 @y
     <para>&CompileThePackage;</para>
index 0a9cc0a..2a09838 100644 (file)
@@ -8,15 +8,15 @@
 % $Date::                           $
 %
 @x
-<!ENTITY version         "SVN-20141019">
+<!ENTITY version         "SVN-20141025">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "October 19, 2014">
+<!ENTITY releasedate     "October 25, 2014">
 @y
 <?xml version="1.0" encoding="UTF-8"?>
-<!ENTITY version         "SVN-20141019">
+<!ENTITY version         "SVN-20141025">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "2014年10月19日">
-<!ENTITY jversion        "20141020">
+<!ENTITY releasedate     "2014年10月25日">
+<!ENTITY jversion        "20141026">
 @z
 
 @x
index e221866..20b2bde 100644 (file)
@@ -7,4 +7,4 @@ dnl  $Date::                           $
 dnl 
 dnl
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [svn-20141019])
+m4_define([lfs_version], [svn-20141025])