From 9a44873bbf68bae82b9084930a69bd2f99213060 Mon Sep 17 00:00:00 2001 From: matsuand Date: Thu, 19 Nov 2015 08:06:06 +0000 Subject: [PATCH] =?utf8?q?[LFS-SVN]=20SVN-20151118,=20Changeset=2010973=20?= =?utf8?q?=E5=AF=BE=E5=BF=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@1033 d6661c75-0afd-443a-aae1-cb31083e41e8 --- lfsbook/configure | 2 +- lfsbook/src/appendices/dependencies.ch | 4 ++-- lfsbook/src/chapter01/changelog.ch | 34 ++++++++++++++++++++++++++++++++++ lfsbook/src/chapter01/jchangelog.ch | 15 +++++++++++++++ lfsbook/src/chapter06/bison.ch | 11 +++++++++++ lfsbook/src/chapter06/flex.ch | 21 --------------------- lfsbook/src/general.ch | 10 +++++----- lfsbook/version.ac | 2 +- 8 files changed, 69 insertions(+), 30 deletions(-) diff --git a/lfsbook/configure b/lfsbook/configure index 8545fd86..804335d2 100755 --- a/lfsbook/configure +++ b/lfsbook/configure @@ -3985,7 +3985,7 @@ if test "$TIDY" = no; then as_fn_error $? "tidy not found in $PATH" "$LINENO" 5 fi; -TARGETVER=svn-20151106 +TARGETVER=svn-20151118 SVNVER=`grep 'ENTITY version' ${bookdir}/general.ent | sed -e 's/^$//' | tr 'A-Z' 'a-z'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the original XML version" >&5 diff --git a/lfsbook/src/appendices/dependencies.ch b/lfsbook/src/appendices/dependencies.ch index 740977aa..6888216c 100644 --- a/lfsbook/src/appendices/dependencies.ch +++ b/lfsbook/src/appendices/dependencies.ch @@ -515,9 +515,9 @@ Patch, Sed, Texinfo @z @x - Bison (suppressed) and Gawk + Bison and Gawk @y - Bison (suppressed), Gawk + Bison, Gawk @z @x IPRoute2, Kbd, and Man-DB diff --git a/lfsbook/src/chapter01/changelog.ch b/lfsbook/src/chapter01/changelog.ch index 78b929a9..674a9923 100644 --- a/lfsbook/src/chapter01/changelog.ch +++ b/lfsbook/src/chapter01/changelog.ch @@ -48,6 +48,40 @@ @z @x + 2015-11-18 + + + [bdubbs] - Update to flex-2.6.0. Fixes + #3860. + + + [bdubbs] - Update to man-db-2.7.5. Fixes + #3859. + + + [bdubbs] - Update to kmod-22. Fixes + #3861. + + +@y + 2015-11-18 + + + [bdubbs] - flex-2.6.0 へのアップデート。 + #3860 を Fix に。 + + + [bdubbs] - man-db-2.7.5 へのアップデート。 + #3859 を Fix に。 + + + [bdubbs] - kmod-22 へのアップデート。 + #3861 を Fix に。 + + +@z + +@x 2015-11-06 diff --git a/lfsbook/src/chapter01/jchangelog.ch b/lfsbook/src/chapter01/jchangelog.ch index a7b05682..035df9b8 100644 --- a/lfsbook/src/chapter01/jchangelog.ch +++ b/lfsbook/src/chapter01/jchangelog.ch @@ -54,6 +54,21 @@ --> + 2015-11-19 + + + [matsuand] - + SVN-20151118, + Changeset + 10972, + 10973 + 対応。 + + + + + + 2015-11-09 diff --git a/lfsbook/src/chapter06/bison.ch b/lfsbook/src/chapter06/bison.ch index b8e280fb..4ff84c91 100644 --- a/lfsbook/src/chapter06/bison.ch +++ b/lfsbook/src/chapter06/bison.ch @@ -52,6 +52,17 @@ @z @x + There is a circular dependency between bison and flex with regard to + the checks. If desired, after installing flex in the next section, the + bison checks can be run with make check. +@y + + テストに関連しては bison と flex の間に循環的な依存があります。 + テストが必要な場合は次節に示す flex をインストールした後に make check を実行します。 + +@z + +@x Install the package: @y &InstallThePackage; diff --git a/lfsbook/src/chapter06/flex.ch b/lfsbook/src/chapter06/flex.ch index d693da40..d859c94c 100644 --- a/lfsbook/src/chapter06/flex.ch +++ b/lfsbook/src/chapter06/flex.ch @@ -29,14 +29,6 @@ @z @x - First, skip running three regression tests that require Bison: -@y - - Bison を必要としている三つの縮退テストを実行しないようにします。 - -@z - -@x Prepare Flex for compilation: @y &PreparePackage1;Flex&PreparePackage2; @@ -63,19 +55,6 @@ @z @x - There are some packages that expect to find the - lex library in /usr/lib. Create a symlink to account for - this: -@y - - パッケージの中には lex ライブラリが /usr/lib ディレクトリにあるものとして動作しているものがあります。 - これに対応するためシンボリックリンクを作成します。 - -@z - -@x A few programs do not know about flex yet and try to run its predecessor, lex. To support those programs, create a symbolic link named lex that diff --git a/lfsbook/src/general.ch b/lfsbook/src/general.ch index a67b5c1b..cf50812a 100644 --- a/lfsbook/src/general.ch +++ b/lfsbook/src/general.ch @@ -8,17 +8,17 @@ % $Date:: $ % @x - + - + @y - + - - + + @z @x diff --git a/lfsbook/version.ac b/lfsbook/version.ac index 02e96201..81c4741a 100644 --- a/lfsbook/version.ac +++ b/lfsbook/version.ac @@ -7,4 +7,4 @@ dnl $Date:: $ dnl dnl dnl m4-include this file to define the current LFS version -m4_define([lfs_version], [svn-20151106]) +m4_define([lfs_version], [svn-20151118]) -- 2.11.0