OSDN Git Service

[LFS-SVN] SVN-20151205, Changeset 10977 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 6 Dec 2015 08:44:19 +0000 (08:44 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Sun, 6 Dec 2015 08:44:19 +0000 (08:44 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1035 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/configure
lfsbook/src/chapter01/changelog.ch
lfsbook/src/chapter01/jchangelog.ch
lfsbook/src/chapter06/gcc.ch
lfsbook/src/general.ch
lfsbook/version.ac

index e596eda..19a8664 100755 (executable)
@@ -3985,7 +3985,7 @@ if test "$TIDY" = no; then
  as_fn_error $? "tidy not found in $PATH" "$LINENO" 5
 fi;
 
-TARGETVER=svn-20151203
+TARGETVER=svn-20151205
 
 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 5556993..b5448b7 100644 (file)
 @z
 
 @x
+      <para>2015-12-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to gcc-5.3.0. Fixes
+          <ulink url="&lfs-ticket-root;3866">#3866</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2015-12-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - gcc-5.3.0 へのアップデート。
+          <ulink url="&lfs-ticket-root;3866">#3866</ulink> を Fix に。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2015-12-03</para>
       <itemizedlist>
         <listitem>
index ea860f9..1426143 100644 (file)
 -->
 
     <listitem>
+      <para>2015-12-06</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          SVN-20151205,
+          Changeset
+          <ulink url="&lfs-rev-root;10975">10975</ulink> ~
+          <ulink url="&lfs-rev-root;10977">10977</ulink>
+          対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2015-12-04</para>
       <itemizedlist>
         <listitem>
index 489607a..00b4673 100644 (file)
 @x
     <para>A few unexpected failures cannot always be avoided. The GCC developers
     are usually aware of these issues, but have not resolved them yet.
-    In particular, one test in the libgomp test suite is known to fail.
+    In particular, two tests in the libstdc++ test suite are known to fail
+    when running as the root user as we do here.
     Unless the test results are vastly different from those at the above URL,
     it is safe to continue.</para>
 @y
     <para>
     テストに失敗することがありますが、これを回避することはできません。
     GCC の開発者はこの問題を認識していますが、まだ解決していない状況です。
-    特に libgomp のテストスイートにてテストが1つ失敗します。
+    特に今行っているように root ユーザーにてテストを実施すると libstdc++ に関するテストが2つ失敗します。
     上記の URL に示されている結果と大きく異なっていなかったら、問題はありませんので先に進んでください。
     </para>
 @z
index 4224de0..aca1188 100644 (file)
@@ -8,17 +8,17 @@
 % $Date::                           $
 %
 @x
-<!ENTITY version         "SVN-20151203">
+<!ENTITY version         "SVN-20151205">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "December 3, 2015">
+<!ENTITY releasedate     "December 5, 2015">
 @y
 <?xml version="1.0" encoding="UTF-8"?>
-<!ENTITY version         "SVN-20151203">
+<!ENTITY version         "SVN-20151205">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "2015年12月03日">
-<!ENTITY jversion        "20151204">
+<!ENTITY releasedate     "2015年12月05日">
+<!ENTITY jversion        "20151206">
 @z
 
 @x
index 5c6a967..52519ff 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-20151203])
+m4_define([lfs_version], [svn-20151205])