OSDN Git Service

[lfsja-git] r10.1-106 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Tue, 29 Jun 2021 01:51:32 +0000 (10:51 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Tue, 29 Jun 2021 01:51:32 +0000 (10:51 +0900)
configure
src/chapter01/changelog.ch
src/chapter01/jchangelog.ch
src/chapter08/gcc.ch
src/general.ch
version.ac

index aad33ea..b828b94 100755 (executable)
--- a/configure
+++ b/configure
@@ -4720,7 +4720,7 @@ fi
 
 
 
-TARGETVER=r10.1-105
+TARGETVER=r10.1-106
 
 (cd ${bookdir} && sh git-version.sh)
 if test -f ${bookdir}/version.ent; then
index 38576ab..d44f90a 100644 (file)
 @z
 
 @x
+      <para>2021-06-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - If installing individual locales, add 9 more
+          used by libstdc++-v3 tests. Fixes
+          <ulink url="&lfs-ticket-root;4877">#4877</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+@y
+      <para>2021-06-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - ロケールを個別にインストールする際に、libstdc++-v3 テストで用いられるロケール 9 つを追加。
+          <ulink url="&lfs-ticket-root;4877">#4877</ulink> を Fix に。</para>
+        </listitem>
+      </itemizedlist>
+@z
+
+@x
       <para>2021-06-27</para>
       <itemizedlist>
         <listitem>
index e480626..9066d6a 100644 (file)
 -->
 
    <listitem>
+      <para>2021-06-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r10.1-106 (<ulink url="&lfs-changeset;cefe50534">cefe50534</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2021-06-28</para>
       <itemizedlist>
         <listitem>
index b8b675d..20f8d1e 100644 (file)
 @z
 
 @x
-    <para>Six tests related to get_time are known to fail.  These are
-    apparently related to the en_HK locale.</para>
+    <para>In g++, three tests in constexpr-52830 are known to fail and
+    also to be treated as unexpected successes (XPASS) even though they
+    report 'internal compiler error'.</para>
 @y
     <para>
-    get_time に関連するテスト 6 つが失敗します。
-    ã\81\93ã\82\8cã\81¯ en_HK ã\83­ã\82±ã\83¼ã\83«ã\81«é\96¢ä¿\82ã\81\99ã\82\8bã\81\9fã\82\81ã\81§す。
+    g++ においては、constexpr-52830 におけるテストが 3 つ失敗します。
+    ã\81\9dã\81®å ´å\90\88ã\81«ã\81¯ 'internal compiler error' ã\81¨è¡¨ç¤ºã\81\95ã\82\8cã\82\8bã\81«ã\82\82é\96¢ã\82\8fã\82\89ã\81\9aã\80\81äº\88æ\9c\9fã\81\97ã\81ªã\81\84æ\88\90å\8a\9f (XPASS) ã\81¨æ\89±ã\82\8fã\82\8cã\81¾す。
     </para>
 @z
 
 @x
-    <para>Additionally, three tests in constexpr-52830 are known to fail.</para>
+    <para>In libstdc++, one numpunct test and six tests related to get_time are
+    known to fail.  These are all because the locale definitions in glibc have
+    changed and the tests do not currently support those changes.</para>
 @y
     <para>
-    さらに constexpr-52830 内の 3 つのテストは失敗します。
+    libstdc++ においては、numpunct のテスト 1 つと get_time に関連するテストが 6 つ失敗します。
+    この理由は、glibc におけるロケール定義が変更されているからであり、そのテストがロケール変更に対応していないためです。
     </para>
 @z
 
index fa5069c..bf41d09 100644 (file)
@@ -24,9 +24,9 @@
 <!ENTITY releasedate     "August 26th, 2021">
 <!ENTITY copyrightdate   "1999-2021">
 -->
-<!ENTITY jversion        "20210628">
-<!ENTITY jversiond       "20210628">
-<!ENTITY jcorrespondSHA  "580982680"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20210629">
+<!ENTITY jversiond       "20210629">
+<!ENTITY jcorrespondSHA  "cefe50534"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 1d6dbd3..eb71886 100644 (file)
@@ -2,5 +2,5 @@ dnl
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [r10.1-105])
+m4_define([lfs_version], [r10.1-106])
 m4_define([lfsd_version], [r10.1-105-systemd])