From 5dd513e9ade9eb5ff893377459ae0a8a3a94da74 Mon Sep 17 00:00:00 2001 From: matsuand <30614168+matsuand@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:17:53 +0900 Subject: [PATCH] =?utf8?q?[lfsja-git]=20r10.1-120=20=E5=AF=BE=E5=BF=9C?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure | 2 +- src/appendices/dependencies.ch | 1213 +++++++++++++++++++++++++++++----------- src/chapter01/jchangelog.ch | 11 + src/chapter08/grub.ch | 23 +- src/chapter08/util-linux.ch | 12 + src/general.ch | 8 +- version.ac | 4 +- 7 files changed, 940 insertions(+), 333 deletions(-) diff --git a/configure b/configure index b828b940..ec9576ea 100755 --- a/configure +++ b/configure @@ -4720,7 +4720,7 @@ fi -TARGETVER=r10.1-106 +TARGETVER=r10.1-120 (cd ${bookdir} && sh git-version.sh) if test -f ${bookdir}/version.ent; then diff --git a/src/appendices/dependencies.ch b/src/appendices/dependencies.ch index f95bbd1e..c69e3c2f 100644 --- a/src/appendices/dependencies.ch +++ b/src/appendices/dependencies.ch @@ -43,23 +43,25 @@ @z @x - For each package we build, we have listed three, and sometimes four, - types of dependencies. The first lists what other packages need to be - available in order to compile and install the package in question. The second - lists what packages, in addition to those on the first list, need to be - available in order to run the test suites. The third list of dependencies are - packages that require this package to be built and installed in its final - location before they are built and installed. In most cases, this is because - these packages will hard code paths to binaries within their scripts. If not - built in a certain order, this could result in paths of /tools/bin/[binary] - being placed inside scripts installed to the final system. This is obviously - not desirable. + For each package that is built, there are three, and sometimes up to + five types of dependencies listed below. The first lists what other packages + need to be available in order to compile and install the package in question. + The second lists the packages that must be available when any programs or + libraries from the package are used at runtime. The third lists what packages, + in addition to those on the first list, need to be available in order to run + the test suites. The fourth list of dependencies are packages that require + this package to be built and installed in its final location before they are + built and installed. In most cases, this is because these packages will hard + code paths to binaries within their scripts. If not built in a certain order, + this could result in paths of /tools/bin/[binary] being placed inside scripts + installed to the final system. This is obviously not desirable. @y - ビルドするパッケージの個々には、3種類あるいは4種類の依存関係を示しています。 - 1つめは対象パッケージをコンパイルしてビルドするために必要となるパッケージです。 - 2つめは一つめのものに加えて、テストスイートを実行するために必要となるパッケージです。 - 3つめは対象パッケージをビルドし、最終的にインストールするために必要となるパッケージです。 + ビルドするパッケージの個々には、3 種類あるいは、最大で 5 種類の依存関係を示しています。 + 1 つめは、対象パッケージをコンパイルしてビルドするために必要となるパッケージです。 + 2 つめは、対象パッケージのプログラムやライブラリが、実行時にその利用を必要とするパッケージです。 + 3 つめは、1 つめのものに加えて、テストスイートを実行するために必要となるパッケージです。 + 4 つめ以降は、対象パッケージをビルドし、最終的にインストールするために必要となるパッケージです。 たいていの場合、それらのパッケージに含まれているスクリプトが、実行モジュールへのパスを固定的に取り扱っています。 所定の順番どおりにパッケージのビルドを行わないと、最終的にインストールされるシステムにおいて、スクリプトの中に /tools/bin/[実行モジュール] といったパスが含まれてしまうことになりかねません。 これは明らかに不適切なことです。 @@ -68,10 +70,10 @@ @x The last list of dependencies are optional packages that are not - addressed in LFS, but could be useful to the user. These packages may have - additional mandatory or optional dependencies of their own. For these + addressed in LFS, but could be useful to the user. These packages may have + additional mandatory or optional dependencies of their own. For these dependencies, the recommended practice is to install them after completion of - the LFS book and then go back and rebuild the LFS package. In several cases, + the LFS book and then go back and rebuild the LFS package. In several cases, re-installation is addressed in BLFS. @y @@ -85,16 +87,23 @@ %---------------------------------------------------------------------- @x acl - Attr, Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Attr, Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, Perl, Sed, and Texinfo @y - Attr, Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Attr, Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, Perl, Sed, Texinfo @z @x - Automake, Diffutils, Findutils, and Libtool + Attr and Glibc @y - Automake, Diffutils, Findutils, Libtool + Attr, Glibc +@z +@x + Automake, Diffutils, Findutils, and + Libtool +@y + Automake, Diffutils, Findutils, + Libtool @z @x Coreutils, Sed, Tar, and Vim @@ -109,13 +118,18 @@ %---------------------------------------------------------------------- @x attr - Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, Perl, Sed, and Texinfo @y - Bash, Binutils, Coreutils, GCC, Gettext, Grep, M4, Make, + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, Perl, Sed, Texinfo @z @x + Glibc +@y + Glibc +@z +@x Automake, Diffutils, Findutils, and Libtool @y Automake, Diffutils, Findutils, Libtool @@ -138,18 +152,38 @@ Bash, Coreutils, Grep, M4, Make, Perl, Sed, Texinfo @z @x + Bash, Coreutils, Grep, M4, Make, Sed, and Texinfo +@y + Bash, Coreutils, Grep, M4, Make, Sed, Texinfo +@z +@x Automake, Diffutils, Findutils, GCC, and Libtool @y Automake, Diffutils, Findutils, GCC, Libtool @z +@x + Automake +@y + Automake +@z +@x + Emacs +@y + Emacs +@z %---------------------------------------------------------------------- @x automake - Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, - Sed, and Texinfo + Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed, + and Texinfo @y - Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, - Sed, Texinfo + Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed, + Texinfo +@z +@x + Bash, Coreutils, Grep, M4, Sed, and Texinfo +@y + Bash, Coreutils, Grep, M4, Sed, Texinfo @z @x Binutils, Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils, @@ -178,18 +212,36 @@ Grep, Make, Ncurses, Patch, Readline, Sed, Texinfo @z @x + Glibc, Ncurses, and Readline +@y + Glibc, Ncurses, Readline +@z +@x + Shadow +@y + Shadow +@z +@x None @y なし @z +@x + Xorg +@y + Xorg +@z %---------------------------------------------------------------------- @x bc - Bash, Binutils, Coreutils, GCC, Glibc, - Grep, and Make + Bash, Binutils, Coreutils, GCC, Glibc, Grep, and Make @y - Bash, Binutils, Coreutils, GCC, Glibc, - Grep, Make + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make +@z +@x + Glibc, Ncurses, and Readline +@y + Glibc, Ncurses, Readline @z @x Gawk @@ -197,9 +249,9 @@ Gawk @z @x - Linux Kernel + Linux @y - Linux カーネル + Linux @z @x None @@ -209,11 +261,16 @@ %---------------------------------------------------------------------- @x binutils - Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, Glibc, - Grep, Make, Perl, Sed, Texinfo, and Zlib + Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, + Glibc, Grep, Make, Perl, Sed, Texinfo, and Zlib +@y + Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, + Glibc, Grep, Make, Perl, Sed, Texinfo, Zlib +@z +@x + Glibc and Zlib @y - Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, Glibc, - Grep, Make, Perl, Sed, Texinfo, Zlib + Glibc, Zlib @z @x DejaGNU and Expect @@ -226,18 +283,23 @@ なし @z @x - Debuginfod + Elfutils @y - Debuginfod + Elfutils @z %---------------------------------------------------------------------- @x bison - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, - Grep, M4, Make, Perl, and Sed + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, + Perl, and Sed @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, - Grep, M4, Make, Perl, Sed + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, + Perl, Sed +@z +@x + Glibc +@y + Glibc @z @x Diffutils, Findutils, and Flex @@ -250,18 +312,23 @@ Kbd, Tar @z @x - Doxygen (test suite) + Doxygen @y - Doxygen (テストスイート用) + Doxygen @z %---------------------------------------------------------------------- @x bzip2 - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, - and Patch + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, and + Patch +@y + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, + Patch +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, - Patch + Glibc @z @x None @@ -281,9 +348,14 @@ %---------------------------------------------------------------------- @x Check - GCC, Grep, Make, Sed, and Texinfo + Gawk, GCC, Grep, Make, Sed, and Texinfo @y - GCC, Grep, Make, Sed, Texinfo + Gawk, GCC, Grep, Make, Sed, Texinfo +@z +@x + Bash and Gawk +@y + Bash, Gawk @z @x None @@ -303,14 +375,19 @@ %---------------------------------------------------------------------- @x coreutils - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Libcap, - Make, Patch, Perl, Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, + Libcap, Make, Patch, Perl, Sed, and Texinfo @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Libcap, - Make, Patch, Perl, Sed, Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, + Libcap, Make, Patch, Perl, Sed, Texinfo @z @x - Diffutils, E2fsprogs, Findutils, Shadow, and Util-linux + Glibc +@y + Glibc +@z +@x + Diffutils, E2fsprogs, Findutils, Shadow, and Util-linux @y Diffutils, E2fsprogs, Findutils, Shadow, Util-linux @z @@ -320,16 +397,37 @@ Bash, Diffutils, Eudev, Findutils, Man-DB @z @x - Perl Expect and IO:Tty modules (for test suite) + + Expect.pm + and + IO::Tty + +@y + + Expect.pm, + IO::Tty + +@z +@x + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, and Util-linux @y - Perl Expect と IO:Tty モジュール (テストスイート用) + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, Util-linux @z %---------------------------------------------------------------------- @x DejaGNU - Bash, Coreutils, Diffutils, GCC, Grep, Make, Sed, and Texinfo + Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed, and + Texinfo +@y + Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed, + Texinfo +@z +@x + Expect and Bash @y - Bash, Coreutils, Diffutils, GCC, Grep, Make, Sed, Texinfo + Expect, Bash @z @x None @@ -356,6 +454,11 @@ Make, Sed, Texinfo @z @x + Glibc +@y + Glibc +@z +@x Perl @y Perl @@ -373,11 +476,16 @@ %---------------------------------------------------------------------- @x E2fsprogs - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Gzip, Make, Sed, Texinfo, and Util-linux + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Gzip, Make, Sed, Texinfo, and Util-linux +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Gzip, Make, Sed, Texinfo, Util-linux +@z +@x + Glibc and Util-linux @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Gzip, Make, Sed, Texinfo, Util-linux + Glibc, Util-linux @z @x Procps-ng and Psmisc @@ -397,11 +505,16 @@ %---------------------------------------------------------------------- @x Eudev - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, - Make, Sed, and Util-linux + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make, + Sed, and Util-linux @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, - Make, Sed, Util-linux + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make, + Sed, Util-linux +@z +@x + Glibc, Kmod, Xz, Util-linux, and Zlib. +@y + Glibc, Kmod, Xz, Util-linux, Zlib @z @x None @@ -421,11 +534,16 @@ %---------------------------------------------------------------------- @x Expat - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, - Make, and Sed + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, and + Sed +@y + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, + Sed +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, - Make, Sed + Glibc @z @x None @@ -450,11 +568,16 @@ @z @x - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, - Patch, Sed, and Tcl + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Patch, Sed, and Tcl @y - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, - Patch, Sed, Tcl + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Patch, Sed, Tcl +@z +@x + Glibc and Tcl +@y + Glibc, Tcl @z @x None @@ -468,11 +591,11 @@ @z @x - tk + Tk @y - tk + Tk @z @@ -490,6 +613,11 @@ Grep, Make, Sed, Xz, Zlib @z @x + Glibc, Bzip2, Xz, and Zlib +@y + Glibc, Bzip2, Xz, Zlib +@z +@x None @y なし @@ -500,18 +628,23 @@ なし @z @x - Libseccomp + libseccomp @y - Libseccomp + libseccomp @z %---------------------------------------------------------------------- @x Findutils - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + and Texinfo @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Sed, Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + Texinfo +@z +@x + Bash and Glibc +@y + Bash, Glibc @z @x DejaGNU, Diffutils, and Expect @@ -531,11 +664,16 @@ %---------------------------------------------------------------------- @x Flex - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, - Patch, Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, + Patch, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, + Patch, Sed, Texinfo +@z +@x + Bash, Glibc, and M4 @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make, - Patch, Sed, Texinfo + Bash, Glibc, M4 @z @x Bison and Gawk @@ -555,11 +693,16 @@ %---------------------------------------------------------------------- @x Gawk - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, - MPFR, Patch, Readline, Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, + MPFR, Patch, Readline, Sed, and Texinfo @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, - MPFR, Patch, Readline, Sed, Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, + MPFR, Patch, Readline, Sed, Texinfo +@z +@x + Bash, Glibc, and Mpfr +@y + Bash, Glibc, Mpfr @z @x Diffutils @@ -572,20 +715,25 @@ なし @z @x - libsigsegv + libsigsegv @y - libsigsegv + libsigsegv @z %---------------------------------------------------------------------- @x Gcc - Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, - Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar, - Texinfo, and Zstd + Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, + Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, + Tar, Texinfo, and Zstd +@y + Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, + Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, + Tar, Texinfo, Zstd +@z +@x + Bash, Binutils, Glibc, Mpc, and Python @y - Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, - Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar, - Texinfo, Zstd + Bash, Binutils, Glibc, Mpc, Python @z @x DejaGNU, Expect, and Shadow @@ -598,20 +746,28 @@ なし @z @x - GNAT and - ISL + + GNAT + and + ISL @y - GNAT, - ISL + + GNAT, + ISL @z %---------------------------------------------------------------------- @x GDBM - Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, - and Sed + Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, and + Sed @y - Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, - Sed + Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, + Sed +@z +@x + Bash, Glibc, and Readline +@y + Bash, Glibc, Readline @z @x None @@ -631,11 +787,16 @@ %---------------------------------------------------------------------- @x Gettext - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Ncurses, Sed, and Texinfo + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, + Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, + Sed, Texinfo +@z +@x + Acl, Bash, Gcc, and Glibc @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Ncurses, Sed, Texinfo + Acl, Bash, Gcc, Glibc @z @x Diffutils, Perl, and Tcl @@ -660,11 +821,18 @@ @z @x - Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext, - Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo + Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext, + Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and + Texinfo @y - Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext, - Grep, Gzip, Linux API ヘッダー, Make, Perl, Python, Sed, Texinfo + Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext, + Grep, Gzip, Linux API ヘッダー, Make, Perl, Python, Sed, + Texinfo +@z +@x + None +@y + なし @z @x File @@ -684,11 +852,16 @@ %---------------------------------------------------------------------- @x GMP - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - M4, Make, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4, + Make, Sed, and Texinfo @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - M4, Make, Sed, Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4, + Make, Sed, Texinfo +@z +@x + GCC and Glibc +@y + GCC, Glibc @z @x None @@ -713,6 +886,11 @@ Bash, Binutils, Coreutils, GCC, Glibc, Make @z @x + GCC and Glibc +@y + GCC, Glibc +@z +@x Diffutils and Expect @y Diffutils, Expect @@ -730,11 +908,16 @@ %---------------------------------------------------------------------- @x Grep - Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, - Make, Patch, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, + Make, Patch, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, + Make, Patch, Sed, Texinfo +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, - Make, Patch, Sed, Texinfo + Glibc @z @x Gawk @@ -747,18 +930,30 @@ Man-DB @z @x - Pcre and libsigsegv + + PCRE + and + libsigsegv + @y - Pcre, libsigsegv + + PCRE, + libsigsegv + @z %---------------------------------------------------------------------- @x Groff - Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Patch, Sed, and Texinfo + Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make, + Patch, Sed, and Texinfo +@y + Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make, + Patch, Sed, Texinfo +@z +@x + GCC, Glibc, and Perl @y - Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Patch, Sed, Texinfo + GCC, Glibc, Perl @z @x No test suite available @@ -771,18 +966,30 @@ Man-DB, Perl @z @x - Ghostscript and uchardet + + ghostscript + and + Uchardet + @y - Ghostscript, uchardet + + ghostscript, + Uchardet + @z %---------------------------------------------------------------------- @x GRUB - Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc, - Grep, Make, Ncurses, Sed, Texinfo, and Xz + Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, Make, Ncurses, Sed, Texinfo, and Xz +@y + Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc, + Grep, Make, Ncurses, Sed, Texinfo, Xz +@z +@x + Bash, GCC, Gettext, Glibc, Xz, and Sed. @y - Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc, - Grep, Make, Ncurses, Sed, Texinfo, Xz + Bash, GCC, Gettext, Glibc, Xz, Sed @z @x None @@ -802,11 +1009,16 @@ %---------------------------------------------------------------------- @x Gzip - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, - Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and + Texinfo @y - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, - Sed, Texinfo + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, + Texinfo +@z +@x + Bash and Glibc +@y + Bash, Glibc @z @x Diffutils and Less @@ -826,9 +1038,14 @@ %---------------------------------------------------------------------- @x Iana-Etc - Coreutils, Gawk, and Make + Coreutils +@y + Coreutils +@z +@x + None @y - Coreutils, Gawk, Make + なし @z @x No test suite available @@ -853,11 +1070,16 @@ @z @x - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses, - Patch, Sed, Texinfo, and Zlib + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses, + Patch, Sed, Texinfo, and Zlib +@y + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses, + Patch, Sed, Texinfo, Zlib +@z +@x + GCC, Glibc, Ncurses, and Readline @y - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses, - Patch, Sed, Texinfo, Zlib + GCC, Glibc, Ncurses, Readline @z @x None @@ -877,9 +1099,16 @@ %---------------------------------------------------------------------- @x Intltool - Bash, Gawk, Glibc, Make, Perl, Sed, and XML::Parser + Bash, Gawk, Glibc, Make, Perl, Sed, and XML::Parser +@y + Bash, Gawk, Glibc, Make, Perl, Sed, XML::Parser +@z +@x + Autoconf, Automake, Bash, Glibc, Grep, Perl, and + Sed @y - Bash, Gawk, Glibc, Make, Perl, Sed, XML::Parser + Autoconf, Automake, Bash, Glibc, Grep, Perl, + Sed @z @x None @@ -894,11 +1123,16 @@ %---------------------------------------------------------------------- @x IProute2 - Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, - Libelf, and Linux API Headers + Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf, + Linux API Headers, and Zlib +@y + Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf, + Linux API ヘッダー, Zlib +@z +@x + Bash, Coreutils, Glibc, Libcap, Libelf, and Zlib @y - Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, - Libelf, Linux API ヘッダー + Bash, Coreutils, Glibc, Libcap, Libelf, Zlib @z @x No test suite available @@ -911,9 +1145,16 @@ なし @z @x - Berkeley DB and Iptables + + Berkeley DB + and + iptables + @y - Berkeley DB, Iptables + + Berkeley DB, + iptables + @z %---------------------------------------------------------------------- @@ -923,9 +1164,14 @@ @z @x - MarkupSafe and Python + MarkupSafe and Python +@y + MarkupSafe, Python +@z +@x + MarkupSafe and Python @y - MarkupSafe, Python + MarkupSafe, Python @z @x No test suite available @@ -952,6 +1198,11 @@ Glibc, Gzip, Make, Patch, Sed @z @x + Bash, Coreutils, and Glibc +@y + Bash, Coreutils, Glibc +@z +@x None @y なし @@ -974,11 +1225,16 @@ @z @x - Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, - Gzip, Make, Pkg-config, Sed, Xz-Utils, and Zlib + Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, + Gzip, Make, Pkg-config, Sed, Xz, and Zlib +@y + Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, + Gzip, Make, Pkg-config, Sed, Xz, Zlib +@z +@x + Glibc, Xz, and Zlib @y - Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc, - Gzip, Make, Pkg-config, Sed, Xz-Utils, Zlib + Glibc, Xz, Zlib @z @x No test suite available @@ -1003,11 +1259,16 @@ @z @x - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, - Ncurses, and Sed + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Ncurses, and Sed @y - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, - Ncurses, Sed + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Ncurses, Sed +@z +@x + Glibc and Ncurses +@y + Glibc, Ncurses @z @x No test suite available @@ -1020,9 +1281,9 @@ Gzip @z @x - Pcre + PCRE @y - Pcre + PCRE @z %---------------------------------------------------------------------- @@ -1032,11 +1293,16 @@ @z @x - Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, - and Sed + Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, and + Sed @y - Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, - Sed + Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, + Sed +@z +@x + Glibc +@y + Glibc @z @x None @@ -1048,6 +1314,15 @@ @y IProute2, Shadow @z +@x + + Linux-PAM + +@y + + Linux-PAM + +@z %---------------------------------------------------------------------- @x @@ -1056,9 +1331,14 @@ @z @x - Bash, Binutils, Coreutils, GCC, Glibc, and Make + Bash, Binutils, Coreutils, GCC, Glibc, and Make @y - Bash, Binutils, Coreutils, GCC, Glibc, Make + Bash, Binutils, Coreutils, GCC, Glibc, Make +@z +@x + Glibc and Zlib +@y + Glibc, Zlib @z @x None @@ -1066,9 +1346,9 @@ なし @z @x - IProute2 and Linux Kernel + IProute2 and Linux @y - IProute2, Linux カーネル + IProute2, Linux @z @x None @@ -1083,9 +1363,16 @@ @z @x - Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed + Bash, Binutils, Coreutils, GCC, Glibc, Make, + and Sed +@y + Bash, Binutils, Coreutils, GCC, Glibc, Make, + Sed +@z +@x + Glibc @y - Bash, Binutils, Coreutils, GCC, Glibc, Make, Sed + Glibc @z @x None @@ -1095,11 +1382,16 @@ %---------------------------------------------------------------------- @x Libpipeline - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, Texinfo +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, Texinfo + Glibc @z @x Check @@ -1119,11 +1411,18 @@ %---------------------------------------------------------------------- @x Libtool - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Sed, Texinfo +@z +@x + Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc, + Grep, Make, and Sed @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Sed, Texinfo + Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc, + Grep, Make, Sed @z @x Autoconf, Automake, and Findutils @@ -1142,12 +1441,46 @@ @z %---------------------------------------------------------------------- -@x Linux Kernel - Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc, - Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, and Sed +@x Linux + Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc, + Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, and Sed +@y + Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc, + Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, Sed +@z +@x + None +@y + なし +@z +@x + No test suite available +@y + テストスイートはありません +@z +@x + None +@y + なし +@z +@x + None +@y + なし +@z + +%---------------------------------------------------------------------- +@x Linux API headers + Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip, + Make, Perl, and Sed +@y + Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip, + Make, Perl, Sed +@z +@x + None @y - Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc, - Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, Sed + なし @z @x No test suite available @@ -1167,11 +1500,16 @@ %---------------------------------------------------------------------- @x M4 - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and - Texinfo + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and + Texinfo +@y + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, + Texinfo +@z +@x + Bash and Glibc @y - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, - Texinfo + Bash, Glibc @z @x Diffutils @@ -1184,18 +1522,27 @@ Autoconf, Bison @z @x - libsigsegv + + libsigsegv + @y - libsigsegv + + libsigsegv + @z %---------------------------------------------------------------------- @x Make - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, - Make, Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + and Texinfo +@y + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + Texinfo +@z +@x + Glibc @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, - Make, Sed, Texinfo + Glibc @z @x Perl and Procps-ng @@ -1208,18 +1555,27 @@ なし @z @x - None + + Guile + @y - なし + + Guile + @z %---------------------------------------------------------------------- @x Man-DB - Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, - Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, and Xz + Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, + Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, and Xz +@y + Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, + Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, Xz +@z +@x + Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, and Zlib @y - Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext, - Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, Xz + Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, Zlib @z @x Util-linux @@ -1232,9 +1588,13 @@ なし @z @x - None + + libseccomp + @y - なし + + libseccomp + @z %---------------------------------------------------------------------- @@ -1244,6 +1604,11 @@ Bash, Coreutils, Make @z @x + None +@y + なし +@z +@x No test suite available @y テストスイートはありません @@ -1266,9 +1631,14 @@ @z @x - Python + Python +@y + Python +@z +@x + Python @y - Python + Python @z @x No test suite available @@ -1293,9 +1663,14 @@ @z @x - Ninja and Python + Ninja and Python +@y + Ninja, Python +@z +@x + Python @y - Ninja, Python + Python @z @x No test suite available @@ -1314,11 +1689,16 @@ @z %---------------------------------------------------------------------- @x MPC - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, - Make, MPFR, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + GMP, Make, MPFR, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + GMP, Make, MPFR, Sed, Texinfo +@z +@x + Glibc, GMP, and MPFR @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, - Make, MPFR, Sed, Texinfo + Glibc, GMP, MPFR @z @x None @@ -1338,11 +1718,16 @@ %---------------------------------------------------------------------- @x MPFR - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, - Make, Sed, and Texinfo + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + GMP, Make, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + GMP, Make, Sed, Texinfo +@z +@x + Glibc and GMP @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, GMP, - Make, Sed, Texinfo + Glibc, GMP @z @x None @@ -1362,11 +1747,16 @@ %---------------------------------------------------------------------- @x Ncurses - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Patch, and Sed + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Patch, and Sed +@y + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, + Make, Patch, Sed +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, - Make, Patch, Sed + Glibc @z @x No test suite available @@ -1393,9 +1783,14 @@ @z @x - Binutils, Coreutils, GCC, and Python + Binutils, Coreutils, GCC, and Python +@y + Binutils, Coreutils, GCC, Python +@z +@x + GCC and Glibc @y - Binutils, Coreutils, GCC, Python + GCC, Glibc @z @x None @@ -1408,9 +1803,19 @@ Meson @z @x - Asciidoc, Doxygen, Emacs, and re2c + + Asciidoc, + Doxygen, + Emacs, and + re2c + @y - Asciidoc, Doxygen, Emacs, re2c + + Asciidoc, + Doxygen, + Emacs, + re2c + @z %---------------------------------------------------------------------- @x @@ -1419,9 +1824,14 @@ @z @x - Binutils, Coreutils, GCC, Make, and Perl + Binutils, Coreutils, GCC, Make, and Perl +@y + Binutils, Coreutils, GCC, Make, Perl +@z +@x + Glibc and Perl @y - Binutils, Coreutils, GCC, Make, Perl + Glibc, Perl @z @x None @@ -1435,9 +1845,14 @@ @z %---------------------------------------------------------------------- @x Patch - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed +@y + Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed +@z +@x + Glibc and Patch @y - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed + Glibc, Patch @z @x Diffutils @@ -1450,18 +1865,27 @@ なし @z @x - Ed + + Ed + @y - Ed + + Ed + @z %---------------------------------------------------------------------- @x Perl - Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, - Groff, Make, Sed, and Zlib + Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff, + Make, Sed, and Zlib @y - Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, - Groff, Make, Sed, Zlib + Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff, + Make, Sed, Zlib +@z +@x + GDBM and Glibc +@y + GDBM, Glibc @z @x Iana-Etc and Procps-ng @@ -1474,18 +1898,27 @@ Autoconf @z @x - None + + Berkeley DB + @y - なし + + Berkeley DB + @z %---------------------------------------------------------------------- @x Pkg-config - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Popt, and Sed + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Popt, + and Sed +@y + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Popt, + Sed +@z +@x + Glibc @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, - Popt, Sed + Glibc @z @x None @@ -1505,9 +1938,14 @@ %---------------------------------------------------------------------- @x Procps-ng - Bash, Binutils, Coreutils, GCC, Glibc, Make, and Ncurses + Bash, Binutils, Coreutils, GCC, Glibc, Make, and Ncurses @y - Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses + Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses +@z +@x + Glibc +@y + Glibc @z @x None @@ -1522,11 +1960,16 @@ %---------------------------------------------------------------------- @x Psmisc - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Ncurses, and Sed + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, + Ncurses, and Sed +@y + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, + Ncurses, Sed +@z +@x + Glibc and Ncurses @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Ncurses, Sed + Glibc, Ncurses @z @x No test suite available @@ -1551,11 +1994,18 @@ @z @x - Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, Grep, - Libffi, Make, Ncurses, Sed, and Util-linux + Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, + Grep, Libffi, Make, Ncurses, OpenSSL, Sed, and Util-linux @y - Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, Grep, - Libffi, Make, Ncurses, Sed, Util-linux + Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, + Grep, Libffi, Make, Ncurses, OpenSSL, Sed, Util-linux +@z +@x + Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL, and + Zlib +@y + Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL, + Zlib @z @x GDB and Valgrind @@ -1568,18 +2018,31 @@ Ninja @z @x - Berkeley DB, OpenSSL, SQLite, and Tk + + Berkeley DB, + SQLite, and + Tk + @y - Berkeley DB, OpenSSL, SQLite, Tk + + Berkeley DB, + SQLite, + Tk + @z %---------------------------------------------------------------------- @x Readline - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, - Patch, Sed, and Texinfo + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, + Patch, Sed, and Texinfo +@y + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, + Patch, Sed, Texinfo +@z +@x + Glibc and Ncurses @y - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses, - Patch, Sed, Texinfo + Glibc, Ncurses @z @x No test suite available @@ -1599,11 +2062,16 @@ %---------------------------------------------------------------------- @x Sed - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Sed, and Texinfo + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + and Texinfo +@y + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed, + Texinfo +@z +@x + Acl, Attr, and Glibc @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Sed, Texinfo + Acl, Attr, Glibc @z @x Diffutils and Gawk @@ -1623,11 +2091,16 @@ %---------------------------------------------------------------------- @x Shadow - Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, - Gettext, Glibc, Grep, Libcap, Make, and Sed + Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, + GCC, Gettext, Glibc, Grep, Libcap, Make, and Sed +@y + Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, + GCC, Gettext, Glibc, Grep, Libcap, Make, Sed +@z +@x + Glibc @y - Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, - Gettext, Glibc, Grep, Libcap, Make, Sed + Glibc @z @x No test suite available @@ -1640,16 +2113,28 @@ Coreutils @z @x - Cracklib and PAM + + CrackLib + and + Linux-PAM + @y - Cracklib, PAM + + CrackLib, + Linux-PAM + @z %---------------------------------------------------------------------- @x Sysklogd - Binutils, Coreutils, GCC, Glibc, Make, and Patch + Binutils, Coreutils, GCC, Glibc, Make, and Patch +@y + Binutils, Coreutils, GCC, Glibc, Make, Patch +@z +@x + Glibc @y - Binutils, Coreutils, GCC, Glibc, Make, Patch + Glibc @z @x No test suite available @@ -1670,12 +2155,17 @@ %---------------------------------------------------------------------- @x Systemd Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk, - GCC, Glibc, Gperf, Grep, Intltool, Jinja2, Libcap, - Meson, Sed, and Util-linux + GCC, Glibc, Gperf, Grep, Intltool, Jinja2, Libcap, Meson, Sed, and + Util-linux @y Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk, - GCC, Glibc, Gperf, Grep, Intltool, Jinja2, Libcap, - Meson, Sed, Util-linux + GCC, Glibc, Gperf, Grep, Intltool, Jinja2, Libcap, Meson, Sed, + Util-linux +@z +@x + Acl, Attr, Glibc, Libcap, and Util-linux +@y + Acl, Attr, Glibc, Libcap, Util-linux @z @x None @@ -1687,23 +2177,26 @@ @y なし @z +% リンク部分、大半省略 @x - Many, see - BLFS - systemd page - + Valgrind, + and + zsh @y - - 多数。 - BLFS の systemd ページを参照。 - + Valgrind, + zsh @z %---------------------------------------------------------------------- @x Sysvinit - Binutils, Coreutils, GCC, Glibc, Make, and Sed + Binutils, Coreutils, GCC, Glibc, Make, and Sed +@y + Binutils, Coreutils, GCC, Glibc, Make, and Sed +@z +@x + Glibc @y - Binutils, Coreutils, GCC, Glibc, Make, Sed + Glibc @z @x No test suite available @@ -1723,16 +2216,23 @@ %---------------------------------------------------------------------- @x Tar - Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, - Grep, Inetutils, Make, Sed, and Texinfo + Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, + Grep, Inetutils, Make, Sed, and Texinfo +@y + Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, + Grep, Inetutils, Make, Sed, Texinfo +@z +@x + Acl, Attr, Bzip2, Glibc, Gzip, and Xz @y - Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, - Grep, Inetutils, Make, Sed, Texinfo + Acl, Attr, Bzip2, Glibc, Gzip, Xz @z @x - Autoconf, Diffutils, Findutils, Gawk, and Gzip + Autoconf, Diffutils, Findutils, Gawk, and + Gzip @y - Autoconf, Diffutils, Findutils, Gawk, Gzip + Autoconf, Diffutils, Findutils, Gawk, + Gzip @z @x None @@ -1747,11 +2247,16 @@ %---------------------------------------------------------------------- @x Tcl - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, - Make, and Sed + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, and + Sed +@y + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, + Sed +@z +@x + Glibc and Zlib @y - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, - Make, Sed + Glibc, Zlib @z @x None @@ -1771,11 +2276,16 @@ %---------------------------------------------------------------------- @x Texinfo - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Ncurses, Patch, and Sed + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, + Ncurses, Patch, and Sed +@y + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, + Ncurses, Patch, Sed +@z +@x + Glibc and Ncurses @y - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, - Ncurses, Patch, Sed + Glibc, Ncurses @z @x None @@ -1795,11 +2305,16 @@ %---------------------------------------------------------------------- @x Util-linux - Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk, GCC, - Gettext, Glibc, Grep, Make, Ncurses, Sed, and Zlib + Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk, + GCC, Gettext, Glibc, Grep, Libcap, Make, Ncurses, Sed, and Zlib +@y + Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk, + GCC, Gettext, Glibc, Grep, Libcap, Make, Ncurses, Sed, Zlib +@z +@x + Glibc, Libcap, Ncurses, Readline, and Zlib @y - Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk, GCC, - Gettext, Glibc, Grep, Make, Ncurses, Sed, Zlib + Glibc, Libcap, Ncurses, Readline, Zlib @z @x None @@ -1812,18 +2327,29 @@ なし @z @x - Libcap-ng + + smartmontools + @y - Libcap-ng + + smartmontools + @z %---------------------------------------------------------------------- @x Vim - Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, - Grep, Make, Ncurses, and Sed + Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, + Grep, Make, Ncurses, and Sed @y - Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, - Grep, Make, Ncurses, Sed + Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, + Grep, Make, Ncurses, Sed +@z +@x + Acl, Attr, Glibc, Python, Ncurses, and Tcl +@y + Acl, Attr, Glibc, Python, Ncurses, Tcl @z @x None @@ -1836,16 +2362,45 @@ なし @z @x - Xorg, GTK+2, LessTif, Python, Tcl, Ruby, and GPM + + Xorg, + GTK+2, + LessTif, + Ruby, and + GPM + @y - Xorg, GTK+2, LessTif, Python, Tcl, Ruby, GPM + + Xorg, + GTK+2, + LessTif, + Ruby, + GPM + @z %---------------------------------------------------------------------- @x XML Parser - Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, and Perl + Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, and + Perl +@y + Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, + Perl +@z +@x + Expat, Glibc, and Perl +@y + Expat, Glibc, Perl +@z +@x + Perl +@y + Perl +@z +@x + Intltool @y - Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, Perl + Intltool @z @x None @@ -1855,9 +2410,14 @@ %---------------------------------------------------------------------- @x Xz-utils - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make @y - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make + Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make +@z +@x + Glibc +@y + Glibc @z @x None @@ -1877,9 +2437,14 @@ %---------------------------------------------------------------------- @x Zlib - Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed + Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed +@y + Bash, Binutils, Coreutils, GCC, Glibc, Make, Sed +@z +@x + Glibc @y - Bash, Binutils, Coreutils, GCC, Glibc, Make, Sed + Glibc @z @x None @@ -1899,23 +2464,25 @@ %---------------------------------------------------------------------- @x Zstd - Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz + Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz @y - Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz + Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz +@z +@x + Glibc +@y + Glibc @z - @x None @y なし @z - @x GCC @y GCC @z - @x None @y diff --git a/src/chapter01/jchangelog.ch b/src/chapter01/jchangelog.ch index e0f30044..bc630f6f 100644 --- a/src/chapter01/jchangelog.ch +++ b/src/chapter01/jchangelog.ch @@ -60,6 +60,17 @@ --> + 2021-07-12 + + + [matsuand] - + r10.1-120 (176404f5e) までの対応。 + + + + + + 2021-07-09 diff --git a/src/chapter08/grub.ch b/src/chapter08/grub.ch index 087cd1e8..d9730b21 100644 --- a/src/chapter08/grub.ch +++ b/src/chapter08/grub.ch @@ -3,10 +3,6 @@ % % This is a CTIE change file for the original XML source of the LFSbook. % -% $Author$ -% $Rev$ -% $Date:: $ -% @x @y @@ -26,6 +22,19 @@ @z @x + If your system has UEFI support and you wish to boot LFS with UEFI, + you can skip this package in LFS, + and install GRUB with UEFI support (and its dependencies) following + the BLFS page + at the end of this chapter. +@y + システムが UEFI をサポートしていて、これを使って LFS を起動しようとする場合は、LFS における本パッケージは省略することができます。 + その場合は本章の終わりに、BLFS ページ に従って UEFI 対応の GRUB + (およびその依存パッケージ) をインストールしてください。 +@z + +@x Prepare GRUB for compilation: @y &PreparePackage1;GRUB&PreparePackage2; @@ -197,6 +206,12 @@ @z +@x grub-macbless + Mac-style bless on HFS or HFS+ files +@y + HFS または HFS+ ファイルに対する Mac 風の bless +@z + @x grub-menulst2cfg Converts a GRUB Legacy menu.lst into a grub.cfg for use with GRUB 2 diff --git a/src/chapter08/util-linux.ch b/src/chapter08/util-linux.ch index 4a9b3d7f..f62b059c 100644 --- a/src/chapter08/util-linux.ch +++ b/src/chapter08/util-linux.ch @@ -75,6 +75,18 @@ @z @x + There is one test that depends on the configuration of the kernel. + If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever. + To work around the problem, delete one test: +@y + + カーネルの設定に依存するテストが 1 つあります。 + CONFIG_USER_NS または CONFIG_PID_NS が設定されていないと、そのテストはハングし続けます。 + これを回避するには、テストを 1 つ削除します。 + +@z + +@x Install the package: @y &InstallThePackage; diff --git a/src/general.ch b/src/general.ch index 9eec3afe..ca174a32 100644 --- a/src/general.ch +++ b/src/general.ch @@ -24,9 +24,9 @@ --> - - - + + + @z @@ -66,6 +66,7 @@ + @@ -73,6 +74,7 @@ + diff --git a/version.ac b/version.ac index eb718868..6ed3a8de 100644 --- a/version.ac +++ b/version.ac @@ -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-106]) -m4_define([lfsd_version], [r10.1-105-systemd]) +m4_define([lfs_version], [r10.1-120]) +m4_define([lfsd_version], [r10.1-120-systemd]) -- 2.11.0