OSDN Git Service

950adfb89ff4a8da9622f07025e736c1d9746083
[lfsbookja/lfsja-git.git] / src / appendices / dependencies.ch
1 %
2 % This is part of LFSbookja package.
3 %
4 % This is a CTIE change file for the original XML source of the LFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13 <appendix id="appendixc" xreflabel="Appendix C">
14   <?dbhtml dir="appendices"?>
15   <?dbhtml filename="dependencies.html"?>
16 @y
17 <appendix id="appendixc" xreflabel="付録 C">
18   <?dbhtml dir="appendices"?>
19   <?dbhtml filename="dependencies.html"?>
20 @z
21
22 @x
23   <title>Dependencies</title>
24 @y
25   <title>パッケージの依存関係</title>
26 @z
27
28 @x
29   <para>Every package built in LFS relies on one or more other packages in
30   order to build and install properly. Some packages even participate in
31   circular dependencies, that is, the first package depends on the second which
32   in turn depends on the first. Because of these dependencies, the order in
33   which packages are built in LFS is very important. The purpose of this page
34   is to document the dependencies of each package built in LFS.</para>
35 @y
36   <para>
37   LFS にて構築するパッケージはすべて、他のいくつかのパッケージに依存していて、それらがあって初めて適切にインストールができます。
38   パッケージの中には互いに依存し合っているものもあります。
39   つまり一つめのパッケージが二つめのパッケージに依存しており、二つめが実は一つめのパッケージにも依存しているような例です。
40   こういった依存関係があることから LFS においてパッケージを構築する順番は非常に重要なものとなります。
41   本節は LFS にて構築する各パッケージの依存関係を示すものです。
42   </para>
43 @z
44
45 @x
46   <para>For each package that is built, there are three, and sometimes up to
47   five types of dependencies listed below. The first lists what other packages
48   need to be available in order to compile and install the package in question.
49   The second lists the packages that must be available when any programs or
50   libraries from the package are used at runtime. The third lists what packages,
51   in addition to those on the first list, need to be available in order to run
52   the test suites. The fourth list of dependencies are packages that require
53   this package to be built and installed in its final location before they are
54   built and installed. In most cases, this is because these packages will hard
55   code paths to binaries within their scripts. If not built in a certain order,
56   this could result in paths of /tools/bin/[binary] being placed inside scripts
57   installed to the final system. This is obviously not desirable.</para>
58 @y
59   <para>
60   ビルドするパッケージの個々には、3 種類あるいは、最大で 5 種類の依存関係を示しています。
61   1 つめは、対象パッケージをコンパイルしてビルドするために必要となるパッケージです。
62   2 つめは、対象パッケージのプログラムやライブラリが、実行時にその利用を必要とするパッケージです。
63   3 つめは、1 つめのものに加えて、テストスイートを実行するために必要となるパッケージです。
64   4 つめ以降は、対象パッケージをビルドし、最終的にインストールするために必要となるパッケージです。
65   たいていの場合、それらのパッケージに含まれているスクリプトが、実行モジュールへのパスを固定的に取り扱っています。
66   所定の順番どおりにパッケージのビルドを行わないと、最終的にインストールされるシステムにおいて、スクリプトの中に /tools/bin/[実行モジュール] といったパスが含まれてしまうことになりかねません。
67   これは明らかに不適切なことです。
68   </para>
69 @z
70
71 @x
72   <para>The last list of dependencies are optional packages that are not
73   addressed in LFS, but could be useful to the user. These packages may have
74   additional mandatory or optional dependencies of their own. For these
75   dependencies, the recommended practice is to install them after completion of
76   the LFS book and then go back and rebuild the LFS package. In several cases,
77   re-installation is addressed in BLFS.</para>
78 @y
79   <para>
80   依存関係として4つめに示すのは任意のパッケージであり LFS では説明していないものです。
81   しかし皆さんにとっては有用なパッケージであるはずです。
82   それらのパッケージは、さらに別のパッケージを必要としていたり、互いに依存し合っていることがあります。
83   そういった依存関係があるため、それらをインストールする場合には、LFS をすべて仕上げた後に再度 LFS 内のパッケージを再構築する方法をお勧めします。
84   再インストールに関しては、たいていは BLFS にて説明しています。
85   </para>
86 @z
87
88 %----------------------------------------------------------------------
89 @x acl
90           <seg>Attr, Bash, Binutils, Coreutils, GCC,  Gettext, Grep, M4, Make,
91           Perl, Sed, and Texinfo</seg>
92 @y
93           <seg>Attr, Bash, Binutils, Coreutils, GCC,  Gettext, Grep, M4, Make,
94           Perl, Sed, Texinfo</seg>
95 @z
96 @x
97           <seg>Attr and Glibc</seg>
98 @y
99           <seg>Attr, Glibc</seg>
100 @z
101 @x
102           <seg>Automake, Diffutils, Findutils, and
103           Libtool</seg>
104 @y
105           <seg>Automake, Diffutils, Findutils,
106           Libtool</seg>
107 @z
108 @x
109           <seg>Coreutils, Sed, Tar, and Vim</seg>
110 @y
111           <seg>Coreutils, Sed, Tar, Vim</seg>
112 @z
113 @x
114           <seg>None</seg>
115 @y
116           <seg>なし</seg>
117 @z
118
119 %----------------------------------------------------------------------
120 @x attr
121           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
122           Perl, Sed, and Texinfo</seg>
123 @y
124           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
125           Perl, Sed, Texinfo</seg>
126 @z
127 @x
128           <seg>Glibc</seg>
129 @y
130           <seg>Glibc</seg>
131 @z
132 @x
133           <seg>Automake, Diffutils, Findutils, and Libtool</seg>
134 @y
135           <seg>Automake, Diffutils, Findutils, Libtool</seg>
136 @z
137 @x
138           <seg>Acl and Libcap</seg>
139 @y
140           <seg>Acl, Libcap</seg>
141 @z
142 @x
143           <seg>None</seg>
144 @y
145           <seg>なし</seg>
146 @z
147
148 %----------------------------------------------------------------------
149 @x autoconf
150           <seg>Bash, Coreutils, Grep, M4, Make, Perl, Sed, and Texinfo</seg>
151 @y
152           <seg>Bash, Coreutils, Grep, M4, Make, Perl, Sed, Texinfo</seg>
153 @z
154 @x
155           <seg>Bash, Coreutils, Grep, M4, Make, Sed, and Texinfo</seg>
156 @y
157           <seg>Bash, Coreutils, Grep, M4, Make, Sed, Texinfo</seg>
158 @z
159 @x
160           <seg>Automake, Diffutils, Findutils, GCC, and Libtool</seg>
161 @y
162           <seg>Automake, Diffutils, Findutils, GCC, Libtool</seg>
163 @z
164 @x
165           <seg>Automake</seg>
166 @y
167           <seg>Automake</seg>
168 @z
169 @x
170             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>
171 @y
172             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>
173 @z
174
175 %----------------------------------------------------------------------
176 @x automake
177           <seg>Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed,
178           and Texinfo</seg>
179 @y
180           <seg>Autoconf, Bash, Coreutils, Gettext, Grep, M4, Make, Perl, Sed,
181           Texinfo</seg>
182 @z
183 @x
184           <seg>Bash, Coreutils, Grep, M4, Sed, and Texinfo</seg>
185 @y
186           <seg>Bash, Coreutils, Grep, M4, Sed, Texinfo</seg>
187 @z
188 @x
189           <seg>Binutils, Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils,
190           Flex, GCC, Gettext, Gzip, Libtool, and Tar</seg>
191 @y
192           <seg>Binutils, Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils,
193           Flex, GCC, Gettext, Gzip, Libtool, Tar</seg>
194 @z
195 @x
196           <seg>None</seg>
197 @y
198           <seg>なし</seg>
199 @z
200 @x
201           <seg>None</seg>
202 @y
203           <seg>なし</seg>
204 @z
205
206 %----------------------------------------------------------------------
207 @x bash
208           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Glibc,
209           Grep, Make, Ncurses, Patch, Readline, Sed, and Texinfo</seg>
210 @y
211           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Glibc,
212           Grep, Make, Ncurses, Patch, Readline, Sed, Texinfo</seg>
213 @z
214 @x
215           <seg>Glibc, Ncurses, and Readline</seg>
216 @y
217           <seg>Glibc, Ncurses, Readline</seg>
218 @z
219 @x
220           <seg>Expect and Shadow</seg>
221 @y
222           <seg>Expect, Shadow</seg>
223 @z
224 @x
225           <seg>None</seg>
226 @y
227           <seg>なし</seg>
228 @z
229 @x
230             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>
231 @y
232             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>
233 @z
234
235 %----------------------------------------------------------------------
236 @x bc
237           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, and Make</seg>
238 @y
239           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make</seg>
240 @z
241 @x
242           <seg>Glibc, Ncurses, and Readline</seg>
243 @y
244          <seg>Glibc, Ncurses, Readline</seg>
245 @z
246 @x
247           <seg>Gawk</seg>
248 @y
249           <seg>Gawk</seg>
250 @z
251 @x
252           <seg>Linux</seg>
253 @y
254           <seg>Linux</seg>
255 @z
256 @x
257           <seg>None</seg>
258 @y
259           <seg>なし</seg>
260 @z
261
262 %----------------------------------------------------------------------
263 @x binutils
264           <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC,
265           Glibc, Grep, Make, Perl, Sed, Texinfo, and Zlib</seg>
266 @y
267           <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC,
268           Glibc, Grep, Make, Perl, Sed, Texinfo, Zlib</seg>
269 @z
270 @x
271           <seg>Glibc and Zlib</seg>
272 @y
273           <seg>Glibc, Zlib</seg>
274 @z
275 @x
276           <seg>DejaGNU and Expect</seg>
277 @y
278           <seg>DejaGNU, Expect</seg>
279 @z
280 @x
281           <seg>None</seg>
282 @y
283           <seg>なし</seg>
284 @z
285 @x
286             <ulink url="https://sourceware.org/elfutils/">Elfutils</ulink>
287 @y
288             <ulink url="https://sourceware.org/elfutils/">Elfutils</ulink>
289 @z
290
291 %----------------------------------------------------------------------
292 @x bison
293           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
294           Perl, and Sed</seg>
295 @y
296           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
297           Perl, Sed</seg>
298 @z
299 @x
300           <seg>Glibc</seg>
301 @y
302           <seg>Glibc</seg>
303 @z
304 @x
305           <seg>Diffutils, Findutils, and Flex</seg>
306 @y
307           <seg>Diffutils, Findutils, Flex</seg>
308 @z
309 @x
310           <seg>Kbd and Tar</seg>
311 @y
312           <seg>Kbd, Tar</seg>
313 @z
314 @x
315             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>
316 @y
317             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>
318 @z
319
320 %----------------------------------------------------------------------
321 @x bzip2
322           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, and
323           Patch</seg>
324 @y
325           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make,
326           Patch</seg>
327 @z
328 @x
329           <seg>Glibc</seg>
330 @y
331           <seg>Glibc</seg>
332 @z
333 @x
334           <seg>None</seg>
335 @y
336           <seg>なし</seg>
337 @z
338 @x
339           <seg>File</seg>
340 @y
341           <seg>File</seg>
342 @z
343 @x
344           <seg>None</seg>
345 @y
346           <seg>なし</seg>
347 @z
348
349 %----------------------------------------------------------------------
350 @x Check
351           <seg>Gawk, GCC, Grep, Make, Sed, and Texinfo</seg>
352 @y
353           <seg>Gawk, GCC, Grep, Make, Sed, Texinfo</seg>
354 @z
355 @x
356           <seg>Bash and Gawk</seg>
357 @y
358           <seg>Bash, Gawk</seg>
359 @z
360 @x
361           <seg>None</seg>
362 @y
363           <seg>なし</seg>
364 @z
365 @x
366           <seg>None</seg>
367 @y
368           <seg>なし</seg>
369 @z
370 @x
371           <seg>None</seg>
372 @y
373           <seg>なし</seg>
374 @z
375
376 %----------------------------------------------------------------------
377 @x coreutils
378           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep,
379           Libcap, Make, OpenSSL, Patch, Perl, Sed, and Texinfo</seg>
380 @y
381           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep,
382           Libcap, Make, OpenSSL, Patch, Perl, Sed, Texinfo</seg>
383 @z
384 @x
385           <seg>Glibc</seg>
386 @y
387           <seg>Glibc</seg>
388 @z
389 @x
390           <seg>Diffutils, E2fsprogs, Findutils, Shadow, and  Util-linux</seg>
391 @y
392           <seg>Diffutils, E2fsprogs, Findutils, Shadow, Util-linux</seg>
393 @z
394 @x
395           <seg>Bash, Diffutils, Eudev, Findutils, and Man-DB</seg>
396 @y
397           <seg>Bash, Diffutils, Eudev, Findutils, Man-DB</seg>
398 @z
399 @x
400           <seg>
401             <ulink url="https://metacpan.org/pod/Expect">Expect.pm</ulink>
402             and
403             <ulink url="https://metacpan.org/pod/IO::Tty">IO::Tty</ulink>
404           </seg>
405 @y
406           <seg>
407             <ulink url="https://metacpan.org/pod/Expect">Expect.pm</ulink>,
408             <ulink url="https://metacpan.org/pod/IO::Tty">IO::Tty</ulink>
409           </seg>
410 @z
411 @x
412           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
413           Make, Sed, and Util-linux</seg>
414 @y
415           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
416           Make, Sed, Util-linux</seg>
417 @z
418
419 %----------------------------------------------------------------------
420 @x DejaGNU
421           <seg>Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed, and
422           Texinfo</seg>
423 @y
424           <seg>Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed,
425           Texinfo</seg>
426 @z
427 @x
428           <seg>Expect and Bash</seg>
429 @y
430           <seg>Expect, Bash</seg>
431 @z
432 @x
433           <seg>None</seg>
434 @y
435           <seg>なし</seg>
436 @z
437 @x
438           <seg>None</seg>
439 @y
440           <seg>なし</seg>
441 @z
442 @x
443           <seg>None</seg>
444 @y
445           <seg>なし</seg>
446 @z
447
448 %----------------------------------------------------------------------
449 @x Diffutils
450           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep,
451           Make, Sed, and Texinfo</seg>
452 @y
453           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep,
454           Make, Sed, Texinfo</seg>
455 @z
456 @x
457           <seg>Glibc</seg>
458 @y
459           <seg>Glibc</seg>
460 @z
461 @x
462           <seg>Perl</seg>
463 @y
464           <seg>Perl</seg>
465 @z
466 @x
467           <seg>None</seg>
468 @y
469           <seg>なし</seg>
470 @z
471 @x
472           <seg>None</seg>
473 @y
474           <seg>なし</seg>
475 @z
476
477 %----------------------------------------------------------------------
478 @x E2fsprogs
479           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
480           Gzip, Make, Sed, Texinfo, and Util-linux</seg>
481 @y
482           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
483           Gzip, Make, Sed, Texinfo, Util-linux</seg>
484 @z
485 @x
486           <seg>Glibc and Util-linux</seg>
487 @y
488           <seg>Glibc, Util-linux</seg>
489 @z
490 @x
491           <seg>Procps-ng and Psmisc</seg>
492 @y
493           <seg>Procps-ng, Psmisc</seg>
494 @z
495 @x
496           <seg>None</seg>
497 @y
498           <seg>なし</seg>
499 @z
500 @x
501           <seg>None</seg>
502 @y
503           <seg>なし</seg>
504 @z
505
506 %----------------------------------------------------------------------
507 @x Eudev
508           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make,
509           Sed, and Util-linux</seg>
510 @y
511           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make,
512           Sed, Util-linux</seg>
513 @z
514 @x
515           <seg>Glibc, Kmod, Xz, Util-linux, and Zlib.</seg>
516 @y
517           <seg>Glibc, Kmod, Xz, Util-linux, Zlib</seg>
518 @z
519 @x
520           <seg>None</seg>
521 @y
522           <seg>なし</seg>
523 @z
524 @x
525           <seg>None</seg>
526 @y
527           <seg>なし</seg>
528 @z
529 @x
530           <seg>None</seg>
531 @y
532           <seg>なし</seg>
533 @z
534
535 %----------------------------------------------------------------------
536 @x Expat
537           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, and
538           Sed</seg>
539 @y
540           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
541           Sed</seg>
542 @z
543 @x
544           <seg>Glibc</seg>
545 @y
546           <seg>Glibc</seg>
547 @z
548 @x
549           <seg>None</seg>
550 @y
551           <seg>なし</seg>
552 @z
553 @x
554           <seg>Python and XML::Parser</seg>
555 @y
556           <seg>Python, XML::Parser</seg>
557 @z
558 @x
559           <seg>None</seg>
560 @y
561           <seg>なし</seg>
562 @z
563
564 %----------------------------------------------------------------------
565 @x
566 <!-- Begin Expect dependency info -->
567 @y
568 <!-- Begin Expect dependency info -->
569 @z
570 @x
571           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
572           Patch, Sed, and Tcl</seg>
573 @y
574           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
575           Patch, Sed, Tcl</seg>
576 @z
577 @x
578           <seg>Glibc and Tcl</seg>
579 @y
580           <seg>Glibc, Tcl</seg>
581 @z
582 @x
583           <seg>None</seg>
584 @y
585           <seg>なし</seg>
586 @z
587 @x
588           <seg>None</seg>
589 @y
590           <seg>なし</seg>
591 @z
592 @x
593           <seg>
594             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
595           </seg>
596 @y
597           <seg>
598             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
599           </seg>
600 @z
601
602 %----------------------------------------------------------------------
603 @x
604 <!-- Begin File dependency info -->
605 @y
606 <!-- Begin File dependency info -->
607 @z
608 @x
609           <seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, Gawk, GCC, Glibc,
610           Grep, Make, Sed, Xz, and Zlib</seg>
611 @y
612           <seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, Gawk, GCC, Glibc,
613           Grep, Make, Sed, Xz, Zlib</seg>
614 @z
615 @x
616           <seg>Glibc, Bzip2, Xz, and Zlib</seg>
617 @y
618           <seg>Glibc, Bzip2, Xz, Zlib</seg>
619 @z
620 @x
621           <seg>None</seg>
622 @y
623           <seg>なし</seg>
624 @z
625 @x
626           <seg>None</seg>
627 @y
628           <seg>なし</seg>
629 @z
630 @x
631             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
632 @y
633             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
634 @z
635
636 %----------------------------------------------------------------------
637 @x Findutils
638           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
639           and Texinfo</seg>
640 @y
641           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
642           Texinfo</seg>
643 @z
644 @x
645           <seg>Bash and Glibc</seg>
646 @y
647           <seg>Bash, Glibc</seg>
648 @z
649 @x
650           <seg>DejaGNU, Diffutils, and Expect</seg>
651 @y
652           <seg>DejaGNU, Diffutils, Expect</seg>
653 @z
654 @x
655           <seg>None</seg>
656 @y
657           <seg>なし</seg>
658 @z
659 @x
660           <seg>None</seg>
661 @y
662           <seg>なし</seg>
663 @z
664
665 %----------------------------------------------------------------------
666 @x Flex
667           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
668           Patch, Sed, and Texinfo</seg>
669 @y
670           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
671           Patch, Sed, Texinfo</seg>
672 @z
673 @x
674           <seg>Bash, Glibc, and M4</seg>
675 @y
676           <seg>Bash, Glibc, M4</seg>
677 @z
678 @x
679           <seg>Bison and Gawk</seg>
680 @y
681           <seg>Bison, Gawk</seg>
682 @z
683 @x
684           <seg>Binutils, IProute2, Kbd, Kmod, and Man-DB</seg>
685 @y
686           <seg>Binutils, IProute2, Kbd, Kmod, Man-DB</seg>
687 @z
688 @x
689           <seg>None</seg>
690 @y
691           <seg>なし</seg>
692 @z
693
694 %----------------------------------------------------------------------
695 @x Gawk
696           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make,
697           MPFR, Patch, Readline, Sed, and Texinfo</seg>
698 @y
699           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make,
700           MPFR, Patch, Readline, Sed, Texinfo</seg>
701 @z
702 @x
703           <seg>Bash, Glibc, and Mpfr</seg>
704 @y
705           <seg>Bash, Glibc, Mpfr</seg>
706 @z
707 @x
708           <seg>Diffutils</seg>
709 @y
710           <seg>Diffutils</seg>
711 @z
712 @x
713           <seg>None</seg>
714 @y
715           <seg>なし</seg>
716 @z
717 @x
718             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
719 @y
720             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
721 @z
722
723 %----------------------------------------------------------------------
724 @x Gcc
725           <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
726           Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed,
727           Tar, Texinfo, and Zstd</seg>
728 @y
729           <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
730           Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed,
731           Tar, Texinfo, Zstd</seg>
732 @z
733 @x
734           <seg>Bash, Binutils, Glibc, Mpc, and Python</seg>
735 @y
736           <seg>Bash, Binutils, Glibc, Mpc, Python</seg>
737 @z
738 @x
739           <seg>DejaGNU, Expect, and Shadow</seg>
740 @y
741           <seg>DejaGNU, Expect, Shadow</seg>
742 @z
743 @x
744           <seg>None</seg>
745 @y
746           <seg>なし</seg>
747 @z
748 @x
749           <seg>
750              <ulink url="http://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
751              and
752              <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
753 @y
754           <seg>
755              <ulink url="http://gcc.gnu.org/wiki/GNAT">GNAT</ulink>,
756              <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
757 @z
758
759 %----------------------------------------------------------------------
760 @x GDBM
761           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, and
762           Sed</seg>
763 @y
764           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make,
765           Sed</seg>
766 @z
767 @x
768           <seg>Bash, Glibc, and Readline</seg>
769 @y
770           <seg>Bash, Glibc, Readline</seg>
771 @z
772 @x
773           <seg>None</seg>
774 @y
775           <seg>なし</seg>
776 @z
777 @x
778           <seg>None</seg>
779 @y
780           <seg>なし</seg>
781 @z
782 @x
783           <seg>None</seg>
784 @y
785           <seg>なし</seg>
786 @z
787
788 %----------------------------------------------------------------------
789 @x Gettext
790           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
791           Sed, and Texinfo</seg>
792 @y
793           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
794           Sed, Texinfo</seg>
795 @z
796 @x
797           <seg>Acl, Bash, Gcc, and Glibc</seg>
798 @y
799           <seg>Acl, Bash, Gcc, Glibc</seg>
800 @z
801 @x
802           <seg>Diffutils, Perl, and Tcl</seg>
803 @y
804           <seg>Diffutils, Perl, Tcl</seg>
805 @z
806 @x
807           <seg>Automake and Bison</seg>
808 @y
809           <seg>Automake, Bison</seg>
810 @z
811 @x
812           <seg>None</seg>
813 @y
814           <seg>なし</seg>
815 @z
816
817 %----------------------------------------------------------------------
818 @x
819 <!-- Begin Glibc dependency info -->
820 @y
821 <!-- Begin Glibc dependency info -->
822 @z
823 @x
824           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
825           Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and
826           Texinfo</seg>
827 @y
828           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
829           Grep, Gzip, Linux API ヘッダー, Make, Perl, Python, Sed,
830           Texinfo</seg>
831 @z
832 @x
833           <seg>None</seg>
834 @y
835           <seg>なし</seg>
836 @z
837 @x
838           <seg>File</seg>
839 @y
840           <seg>File</seg>
841 @z
842 @x
843           <seg>None</seg>
844 @y
845           <seg>なし</seg>
846 @z
847 @x
848           <seg>None</seg>
849 @y
850           <seg>なし</seg>
851 @z
852
853 %----------------------------------------------------------------------
854 @x GMP
855           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4,
856           Make, Sed, and Texinfo</seg>
857 @y
858           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4,
859           Make, Sed, Texinfo</seg>
860 @z
861 @x
862           <seg>GCC and Glibc</seg>
863 @y
864           <seg>GCC, Glibc</seg>
865 @z
866 @x
867           <seg>None</seg>
868 @y
869           <seg>なし</seg>
870 @z
871 @x
872           <seg>MPFR and GCC</seg>
873 @y
874           <seg>MPFR, GCC</seg>
875 @z
876 @x
877           <seg>None</seg>
878 @y
879           <seg>なし</seg>
880 @z
881
882 %----------------------------------------------------------------------
883 @x Gperf
884          <seg>Bash, Binutils, Coreutils, GCC, Glibc, and Make</seg>
885 @y
886          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
887 @z
888 @x
889           <seg>GCC and Glibc</seg>
890 @y
891           <seg>GCC, Glibc</seg>
892 @z
893 @x
894           <seg>Diffutils and Expect</seg>
895 @y
896           <seg>Diffutils, Expect</seg>
897 @z
898 @x
899           <seg>None</seg>
900 @y
901           <seg>なし</seg>
902 @z
903 @x
904           <seg>None</seg>
905 @y
906           <seg>なし</seg>
907 @z
908
909 %----------------------------------------------------------------------
910 @x Grep
911           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep,
912           Make, Patch, Sed, and Texinfo</seg>
913 @y
914           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep,
915           Make, Patch, Sed, Texinfo</seg>
916 @z
917 @x
918           <seg>Glibc</seg>
919 @y
920           <seg>Glibc</seg>
921 @z
922 @x
923           <seg>Gawk</seg>
924 @y
925           <seg>Gawk</seg>
926 @z
927 @x
928           <seg>Man-DB</seg>
929 @y
930           <seg>Man-DB</seg>
931 @z
932 @x
933           <seg>
934             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
935             and
936             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
937           </seg>
938 @y
939           <seg>
940             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>,
941             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
942           </seg>
943 @z
944
945 %----------------------------------------------------------------------
946 @x Groff
947           <seg>Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make,
948           Patch, Sed, and Texinfo</seg>
949 @y
950           <seg>Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make,
951           Patch, Sed, Texinfo</seg>
952 @z
953 @x
954           <seg>GCC, Glibc, and Perl</seg>
955 @y
956           <seg>GCC, Glibc, Perl</seg>
957 @z
958 @x
959           <seg>No test suite available</seg>
960 @y
961           <seg>テストスイートはありません</seg>
962 @z
963 @x
964           <seg>Man-DB and Perl</seg>
965 @y
966           <seg>Man-DB, Perl</seg>
967 @z
968 @x
969           <seg>
970             <ulink url="&blfs-book;pst/gs.html">ghostscript</ulink>
971             and
972             <ulink url="&blfs-book;general/uchardet.html">Uchardet</ulink>
973           </seg>
974 @y
975           <seg>
976             <ulink url="&blfs-book;pst/gs.html">ghostscript</ulink>,
977             <ulink url="&blfs-book;general/uchardet.html">Uchardet</ulink>
978           </seg>
979 @z
980
981 %----------------------------------------------------------------------
982 @x GRUB
983           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc,
984           Grep, Make, Ncurses, Sed, Texinfo, and Xz</seg>
985 @y
986           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc,
987           Grep, Make, Ncurses, Sed, Texinfo, Xz</seg>
988 @z
989 @x
990           <seg>Bash, GCC, Gettext, Glibc, Xz, and Sed.</seg>
991 @y
992           <seg>Bash, GCC, Gettext, Glibc, Xz, Sed</seg>
993 @z
994 @x
995           <seg>None</seg>
996 @y
997           <seg>なし</seg>
998 @z
999 @x
1000           <seg>None</seg>
1001 @y
1002           <seg>なし</seg>
1003 @z
1004 @x
1005           <seg>None</seg>
1006 @y
1007           <seg>なし</seg>
1008 @z
1009
1010 %----------------------------------------------------------------------
1011 @x Gzip
1012           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and
1013           Texinfo</seg>
1014 @y
1015           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed,
1016           Texinfo</seg>
1017 @z
1018 @x
1019           <seg>Bash and Glibc</seg>
1020 @y
1021           <seg>Bash, Glibc</seg>
1022 @z
1023 @x
1024           <seg>Diffutils and Less</seg>
1025 @y
1026           <seg>Diffutils, Less</seg>
1027 @z
1028 @x
1029           <seg>Man-DB</seg>
1030 @y
1031           <seg>Man-DB</seg>
1032 @z
1033 @x
1034           <seg>None</seg>
1035 @y
1036           <seg>なし</seg>
1037 @z
1038
1039 %----------------------------------------------------------------------
1040 @x Iana-Etc
1041          <seg>Coreutils</seg>
1042 @y
1043          <seg>Coreutils</seg>
1044 @z
1045 @x
1046           <seg>None</seg>
1047 @y
1048           <seg>なし</seg>
1049 @z
1050 @x
1051           <seg>No test suite available</seg>
1052 @y
1053           <seg>テストスイートはありません</seg>
1054 @z
1055 @x
1056           <seg>Perl</seg>
1057 @y
1058           <seg>Perl</seg>
1059 @z
1060 @x
1061           <seg>None</seg>
1062 @y
1063           <seg>なし</seg>
1064 @z
1065
1066 %----------------------------------------------------------------------
1067 @x
1068 <!-- Begin Inetutils dependency info -->
1069 @y
1070 <!-- Begin Inetutils dependency info -->
1071 @z
1072 @x
1073           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses,
1074           Patch, Sed, Texinfo, and Zlib</seg>
1075 @y
1076           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses,
1077           Patch, Sed, Texinfo, Zlib</seg>
1078 @z
1079 @x
1080           <seg>GCC, Glibc, Ncurses, and Readline</seg>
1081 @y
1082           <seg>GCC, Glibc, Ncurses, Readline</seg>
1083 @z
1084 @x
1085           <seg>None</seg>
1086 @y
1087           <seg>なし</seg>
1088 @z
1089 @x
1090           <seg>Tar</seg>
1091 @y
1092           <seg>Tar</seg>
1093 @z
1094 @x
1095           <seg>None</seg>
1096 @y
1097           <seg>なし</seg>
1098 @z
1099
1100 %----------------------------------------------------------------------
1101 @x Intltool
1102           <seg>Bash, Gawk, Glibc, Make, Perl, Sed, and XML::Parser</seg>
1103 @y
1104           <seg>Bash, Gawk, Glibc, Make, Perl, Sed, XML::Parser</seg>
1105 @z
1106 @x
1107           <seg>Autoconf, Automake, Bash, Glibc, Grep, Perl, and
1108           Sed</seg>
1109 @y
1110           <seg>Autoconf, Automake, Bash, Glibc, Grep, Perl,
1111           Sed</seg>
1112 @z
1113 @x
1114           <seg>None</seg>
1115 @y
1116           <seg>なし</seg>
1117 @z
1118 @x
1119           <seg>None</seg>
1120 @y
1121           <seg>なし</seg>
1122 @z
1123
1124 %----------------------------------------------------------------------
1125 @x IProute2
1126          <seg>Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf,
1127          Linux API Headers, and Zlib</seg>
1128 @y
1129          <seg>Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf,
1130          Linux API ヘッダー, Zlib</seg>
1131 @z
1132 @x
1133           <seg>Bash, Coreutils, Glibc, Libcap, Libelf, and Zlib</seg>
1134 @y
1135           <seg>Bash, Coreutils, Glibc, Libcap, Libelf, Zlib</seg>
1136 @z
1137 @x
1138           <seg>No test suite available</seg>
1139 @y
1140           <seg>テストスイートはありません</seg>
1141 @z
1142 @x
1143           <seg>None</seg>
1144 @y
1145           <seg>なし</seg>
1146 @z
1147 @x
1148           <seg>
1149             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1150             and
1151             <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>
1152           </seg>
1153 @y
1154           <seg>
1155             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
1156             <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>
1157           </seg>
1158 @z
1159
1160 %----------------------------------------------------------------------
1161 @x
1162 <!-- Begin Jinja2 dependency info -->
1163 @y
1164 <!-- Begin Jinja2 dependency info -->
1165 @z
1166 @x
1167           <seg>MarkupSafe and Python</seg>
1168 @y
1169           <seg>MarkupSafe, Python</seg>
1170 @z
1171 @x
1172           <seg>MarkupSafe and Python</seg>
1173 @y
1174           <seg>MarkupSafe, Python</seg>
1175 @z
1176 @x
1177           <seg>No test suite available</seg>
1178 @y
1179           <seg>テストスイートはありません</seg>
1180 @z
1181 @x
1182           <seg>Systemd</seg>
1183 @y
1184           <seg>Systemd</seg>
1185 @z
1186 @x
1187           <seg>None</seg>
1188 @y
1189           <seg>なし</seg>
1190 @z
1191
1192 %----------------------------------------------------------------------
1193 @x Kbd
1194          <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
1195          Glibc, Gzip, Make, Patch, and Sed</seg>
1196 @y
1197          <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
1198          Glibc, Gzip, Make, Patch, Sed</seg>
1199 @z
1200 @x
1201           <seg>Bash, Coreutils, and Glibc</seg>
1202 @y
1203           <seg>Bash, Coreutils, Glibc</seg>
1204 @z
1205 @x
1206           <seg>None</seg>
1207 @y
1208           <seg>なし</seg>
1209 @z
1210 @x
1211           <seg>None</seg>
1212 @y
1213           <seg>なし</seg>
1214 @z
1215 @x
1216           <seg>None</seg>
1217 @y
1218           <seg>なし</seg>
1219 @z
1220
1221 %----------------------------------------------------------------------
1222 @x
1223 <!-- Begin Kmod dependency info -->
1224 @y
1225 <!-- Begin Kmod dependency info -->
1226 @z
1227 @x
1228           <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
1229           Gzip, Make, OpenSSL, Pkg-config, Sed, Xz, and Zlib</seg>
1230 @y
1231           <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
1232           Gzip, Make, OpenSSL, Pkg-config, Sed, Xz, Zlib</seg>
1233 @z
1234 @x
1235           <seg>Glibc, Xz, and Zlib</seg>
1236 @y
1237           <seg>Glibc, Xz, Zlib</seg>
1238 @z
1239 @x
1240           <seg>No test suite available</seg>
1241 @y
1242           <seg>テストスイートはありません</seg>
1243 @z
1244 @x
1245           <seg>Eudev</seg>
1246 @y
1247           <seg>Eudev</seg>
1248 @z
1249 @x
1250           <seg>None</seg>
1251 @y
1252           <seg>なし</seg>
1253 @z
1254
1255 %----------------------------------------------------------------------
1256 @x
1257 <!-- Begin Less dependency info -->
1258 @y
1259 <!-- Begin Less dependency info -->
1260 @z
1261 @x
1262           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
1263           Ncurses, and Sed</seg>
1264 @y
1265           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
1266           Ncurses, Sed</seg>
1267 @z
1268 @x
1269           <seg>Glibc and Ncurses</seg>
1270 @y
1271           <seg>Glibc, Ncurses</seg>
1272 @z
1273 @x
1274           <seg>No test suite available</seg>
1275 @y
1276           <seg>テストスイートはありません</seg>
1277 @z
1278 @x
1279           <seg>Gzip</seg>
1280 @y
1281           <seg>Gzip</seg>
1282 @z
1283 @x
1284             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
1285 @y
1286             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
1287 @z
1288
1289 %----------------------------------------------------------------------
1290 @x
1291 <!-- Begin Libcap dependency info -->
1292 @y
1293 <!-- Begin Libcap dependency info -->
1294 @z
1295 @x
1296           <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, and
1297           Sed</seg>
1298 @y
1299           <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make,
1300           Sed</seg>
1301 @z
1302 @x
1303           <seg>Glibc</seg>
1304 @y
1305           <seg>Glibc</seg>
1306 @z
1307 @x
1308           <seg>None</seg>
1309 @y
1310           <seg>なし</seg>
1311 @z
1312 @x
1313           <seg>IProute2 and Shadow</seg>
1314 @y
1315           <seg>IProute2, Shadow</seg>
1316 @z
1317 @x
1318           <seg>
1319             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
1320           </seg>
1321 @y
1322           <seg>
1323             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
1324           </seg>
1325 @z
1326
1327 %----------------------------------------------------------------------
1328 @x
1329 <!-- Begin Libelf dependency info -->
1330 @y
1331 <!-- Begin Libelf dependency info -->
1332 @z
1333 @x
1334           <seg>Bash, Binutils, Coreutils, GCC, Glibc, and Make</seg>
1335 @y
1336           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
1337 @z
1338 @x
1339           <seg>Glibc and Zlib</seg>
1340 @y
1341           <seg>Glibc, Zlib</seg>
1342 @z
1343 @x
1344           <seg>None</seg>
1345 @y
1346           <seg>なし</seg>
1347 @z
1348 @x
1349           <seg>IProute2 and Linux</seg>
1350 @y
1351           <seg>IProute2, Linux</seg>
1352 @z
1353 @x
1354           <seg>None</seg>
1355 @y
1356           <seg>なし</seg>
1357 @z
1358
1359 %----------------------------------------------------------------------
1360 @x
1361 <!-- Begin Libffi dependency info -->
1362 @y
1363 <!-- Begin Libffi dependency info -->
1364 @z
1365 @x
1366          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make,
1367          and Sed</seg>
1368 @y
1369          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make,
1370          Sed</seg>
1371 @z
1372 @x
1373           <seg>Glibc</seg>
1374 @y
1375           <seg>Glibc</seg>
1376 @z
1377 @x
1378           <seg>None</seg>
1379 @y
1380           <seg>なし</seg>
1381 @z
1382
1383 %----------------------------------------------------------------------
1384 @x Libpipeline
1385           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1386           Make, Sed, and Texinfo</seg>
1387 @y
1388           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1389           Make, Sed, Texinfo</seg>
1390 @z
1391 @x
1392           <seg>Glibc</seg>
1393 @y
1394           <seg>Glibc</seg>
1395 @z
1396 @x
1397           <seg>Check</seg>
1398 @y
1399           <seg>Check</seg>
1400 @z
1401 @x
1402           <seg>Man-DB</seg>
1403 @y
1404           <seg>Man-DB</seg>
1405 @z
1406 @x
1407           <seg>None</seg>
1408 @y
1409           <seg>なし</seg>
1410 @z
1411
1412 %----------------------------------------------------------------------
1413 @x Libtool
1414           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1415           Make, Sed, and Texinfo</seg>
1416 @y
1417           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1418           Make, Sed, Texinfo</seg>
1419 @z
1420 @x
1421           <seg>Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc,
1422           Grep, Make, and Sed</seg>
1423 @y
1424           <seg>Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc,
1425           Grep, Make, Sed</seg>
1426 @z
1427 @x
1428           <seg>Autoconf, Automake, and Findutils</seg>
1429 @y
1430           <seg>Autoconf, Automake, Findutils</seg>
1431 @z
1432 @x
1433           <seg>None</seg>
1434 @y
1435           <seg>なし</seg>
1436 @z
1437 @x
1438           <seg>None</seg>
1439 @y
1440           <seg>なし</seg>
1441 @z
1442
1443 %----------------------------------------------------------------------
1444 @x Linux
1445           <seg>Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc,
1446           Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, and Sed</seg>
1447 @y
1448           <seg>Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc,
1449           Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, Sed</seg>
1450 @z
1451 @x
1452           <seg>None</seg>
1453 @y
1454           <seg>なし</seg>
1455 @z
1456 @x
1457           <seg>No test suite available</seg>
1458 @y
1459           <seg>テストスイートはありません</seg>
1460 @z
1461 @x
1462           <seg>None</seg>
1463 @y
1464           <seg>なし</seg>
1465 @z
1466 @x
1467             <ulink url="&blfs-book;general/cpio.html">cpio</ulink>
1468 @y
1469             <ulink url="&blfs-book;general/cpio.html">cpio</ulink>
1470 @z
1471
1472 %----------------------------------------------------------------------
1473 @x Linux API headers
1474           <seg>Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip,
1475           Make, Perl, and Sed</seg>
1476 @y
1477           <seg>Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip,
1478           Make, Perl, Sed</seg>
1479 @z
1480 @x
1481           <seg>None</seg>
1482 @y
1483           <seg>なし</seg>
1484 @z
1485 @x
1486           <seg>No test suite available</seg>
1487 @y
1488           <seg>テストスイートはありません</seg>
1489 @z
1490 @x
1491           <seg>None</seg>
1492 @y
1493           <seg>なし</seg>
1494 @z
1495 @x
1496           <seg>None</seg>
1497 @y
1498           <seg>なし</seg>
1499 @z
1500
1501 %----------------------------------------------------------------------
1502 @x M4
1503           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and
1504           Texinfo</seg>
1505 @y
1506           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed,
1507           Texinfo</seg>
1508 @z
1509 @x
1510           <seg>Bash and Glibc</seg>
1511 @y
1512           <seg>Bash, Glibc</seg>
1513 @z
1514 @x
1515           <seg>Diffutils</seg>
1516 @y
1517           <seg>Diffutils</seg>
1518 @z
1519 @x
1520           <seg>Autoconf and Bison</seg>
1521 @y
1522           <seg>Autoconf, Bison</seg>
1523 @z
1524 @x
1525           <seg>
1526             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
1527           </seg>
1528 @y
1529           <seg>
1530             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
1531           </seg>
1532 @z
1533
1534 %----------------------------------------------------------------------
1535 @x Make
1536           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
1537           and Texinfo</seg>
1538 @y
1539           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
1540           Texinfo</seg>
1541 @z
1542 @x
1543           <seg>Glibc</seg>
1544 @y
1545           <seg>Glibc</seg>
1546 @z
1547 @x
1548           <seg>Perl and Procps-ng</seg>
1549 @y
1550           <seg>Perl, Procps-ng</seg>
1551 @z
1552 @x
1553           <seg>None</seg>
1554 @y
1555           <seg>なし</seg>
1556 @z
1557 @x
1558           <seg>
1559             <ulink url="&blfs-book;general/guile.html">Guile</ulink>
1560           </seg>
1561 @y
1562           <seg>
1563             <ulink url="&blfs-book;general/guile.html">Guile</ulink>
1564           </seg>
1565 @z
1566
1567 %----------------------------------------------------------------------
1568 @x Man-DB
1569           <seg>Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext,
1570           Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, and Xz</seg>
1571 @y
1572           <seg>Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext,
1573           Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, Xz</seg>
1574 @z
1575 @x
1576           <seg>Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, and Zlib</seg>
1577 @y
1578           <seg>Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, Zlib</seg>
1579 @z
1580 @x
1581           <seg>Util-linux</seg>
1582 @y
1583           <seg>Util-linux</seg>
1584 @z
1585 @x
1586           <seg>None</seg>
1587 @y
1588           <seg>なし</seg>
1589 @z
1590 @x
1591           <seg>
1592             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
1593           </seg>
1594 @y
1595           <seg>
1596             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
1597           </seg>
1598 @z
1599
1600 %----------------------------------------------------------------------
1601 @x Man-Pages
1602          <seg>Bash, Coreutils, and Make</seg>
1603 @y
1604          <seg>Bash, Coreutils, Make</seg>
1605 @z
1606 @x
1607           <seg>None</seg>
1608 @y
1609           <seg>なし</seg>
1610 @z
1611 @x
1612           <seg>No test suite available</seg>
1613 @y
1614           <seg>テストスイートはありません</seg>
1615 @z
1616 @x
1617           <seg>None</seg>
1618 @y
1619           <seg>なし</seg>
1620 @z
1621 @x
1622           <seg>None</seg>
1623 @y
1624           <seg>なし</seg>
1625 @z
1626
1627 %----------------------------------------------------------------------
1628 @x
1629 <!-- Begin MarkupSafe dependency info -->
1630 @y
1631 <!-- Begin MarkupSafe dependency info -->
1632 @z
1633 @x
1634           <seg>Python</seg>
1635 @y
1636           <seg>Python</seg>
1637 @z
1638 @x
1639           <seg>Python</seg>
1640 @y
1641           <seg>Python</seg>
1642 @z
1643 @x
1644           <seg>No test suite available</seg>
1645 @y
1646           <seg>テストスイートはありません</seg>
1647 @z
1648 @x
1649           <seg>Jinja2</seg>
1650 @y
1651           <seg>Jinja2</seg>
1652 @z
1653 @x
1654           <seg>None</seg>
1655 @y
1656           <seg>なし</seg>
1657 @z
1658
1659 %----------------------------------------------------------------------
1660 @x
1661 <!-- Begin Meson dependency info -->
1662 @y
1663 <!-- Begin Meson dependency info -->
1664 @z
1665 @x
1666           <seg>Ninja and Python</seg>
1667 @y
1668           <seg>Ninja, Python</seg>
1669 @z
1670 @x
1671           <seg>Python</seg>
1672 @y
1673           <seg>Python</seg>
1674 @z
1675 @x
1676           <seg>No test suite available</seg>
1677 @y
1678           <seg>テストスイートはありません</seg>
1679 @z
1680 @x
1681           <seg>Systemd</seg>
1682 @y
1683           <seg>Systemd</seg>
1684 @z
1685 @x
1686           <seg>None</seg>
1687 @y
1688           <seg>なし</seg>
1689 @z
1690 %----------------------------------------------------------------------
1691 @x MPC
1692           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1693           GMP, Make, MPFR, Sed, and Texinfo</seg>
1694 @y
1695           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1696           GMP, Make, MPFR, Sed, Texinfo</seg>
1697 @z
1698 @x
1699           <seg>Glibc, GMP, and MPFR</seg>
1700 @y
1701           <seg>Glibc, GMP, MPFR</seg>
1702 @z
1703 @x
1704           <seg>None</seg>
1705 @y
1706           <seg>なし</seg>
1707 @z
1708 @x
1709           <seg>GCC</seg>
1710 @y
1711           <seg>GCC</seg>
1712 @z
1713 @x
1714           <seg>None</seg>
1715 @y
1716           <seg>なし</seg>
1717 @z
1718
1719 %----------------------------------------------------------------------
1720 @x MPFR
1721           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1722           GMP, Make, Sed, and Texinfo</seg>
1723 @y
1724           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1725           GMP, Make, Sed, Texinfo</seg>
1726 @z
1727 @x
1728           <seg>Glibc and GMP</seg>
1729 @y
1730           <seg>Glibc, GMP</seg>
1731 @z
1732 @x
1733           <seg>None</seg>
1734 @y
1735           <seg>なし</seg>
1736 @z
1737 @x
1738           <seg>Gawk and GCC</seg>
1739 @y
1740           <seg>Gawk, GCC</seg>
1741 @z
1742 @x
1743           <seg>None</seg>
1744 @y
1745           <seg>なし</seg>
1746 @z
1747
1748 %----------------------------------------------------------------------
1749 @x Ncurses
1750           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1751           Make, Patch, and Sed</seg>
1752 @y
1753           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1754           Make, Patch, Sed</seg>
1755 @z
1756 @x
1757           <seg>Glibc</seg>
1758 @y
1759           <seg>Glibc</seg>
1760 @z
1761 @x
1762           <seg>No test suite available</seg>
1763 @y
1764           <seg>テストスイートはありません</seg>
1765 @z
1766 @x
1767           <seg>Bash, GRUB, Inetutils, Less, Procps-ng, Psmisc, Readline,
1768           Texinfo, Util-linux, and Vim</seg>
1769 @y
1770           <seg>Bash, GRUB, Inetutils, Less, Procps-ng, Psmisc, Readline,
1771           Texinfo, Util-linux, Vim</seg>
1772 @z
1773 @x
1774           <seg>None</seg>
1775 @y
1776           <seg>なし</seg>
1777 @z
1778
1779 %----------------------------------------------------------------------
1780 @x
1781 <!-- Begin Ninja dependency info -->
1782 @y
1783 <!-- Begin Ninja dependency info -->
1784 @z
1785 @x
1786           <seg>Binutils, Coreutils, GCC, and Python</seg>
1787 @y
1788           <seg>Binutils, Coreutils, GCC, Python</seg>
1789 @z
1790 @x
1791           <seg>GCC and Glibc</seg>
1792 @y
1793           <seg>GCC, Glibc</seg>
1794 @z
1795 @x
1796           <seg>None</seg>
1797 @y
1798           <seg>なし</seg>
1799 @z
1800 @x
1801           <seg>Meson</seg>
1802 @y
1803           <seg>Meson</seg>
1804 @z
1805 @x
1806           <seg>
1807             <ulink url="&blfs-book;general/asciidoc.html">Asciidoc</ulink>,
1808             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>,
1809             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>, and
1810             <ulink url="https://re2c.org/">re2c</ulink>
1811           </seg>
1812 @y
1813           <seg>
1814             <ulink url="&blfs-book;general/asciidoc.html">Asciidoc</ulink>,
1815             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>,
1816             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>,
1817             <ulink url="https://re2c.org/">re2c</ulink>
1818           </seg>
1819 @z
1820 %----------------------------------------------------------------------
1821 @x
1822 <!-- Begin OpenSSL dependency info -->
1823 @y
1824 <!-- Begin OpenSSL dependency info -->
1825 @z
1826 @x
1827           <seg>Binutils, Coreutils, GCC, Make, and Perl</seg>
1828 @y
1829           <seg>Binutils, Coreutils, GCC, Make, Perl</seg>
1830 @z
1831 @x
1832           <seg>Glibc and Perl</seg>
1833 @y
1834           <seg>Glibc, Perl</seg>
1835 @z
1836 @x
1837           <seg>None</seg>
1838 @y
1839           <seg>なし</seg>
1840 @z
1841 @x
1842           <seg>Coreutils, Kmod, and Linux</seg>
1843 @y
1844           <seg>Coreutils, Kmod, Linux</seg>
1845 @z
1846 @x
1847           <seg>None</seg>
1848 @y
1849           <seg>なし</seg>
1850 @z
1851 %----------------------------------------------------------------------
1852 @x Patch
1853           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed</seg>
1854 @y
1855           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed</seg>
1856 @z
1857 @x
1858           <seg>Glibc and Patch</seg>
1859 @y
1860           <seg>Glibc, Patch</seg>
1861 @z
1862 @x
1863           <seg>Diffutils</seg>
1864 @y
1865           <seg>Diffutils</seg>
1866 @z
1867 @x
1868           <seg>None</seg>
1869 @y
1870           <seg>なし</seg>
1871 @z
1872 @x
1873           <seg>
1874             <ulink url="&blfs-book;postlfs/ed.html">Ed</ulink>
1875           </seg>
1876 @y
1877           <seg>
1878             <ulink url="&blfs-book;postlfs/ed.html">Ed</ulink>
1879           </seg>
1880 @z
1881
1882 %----------------------------------------------------------------------
1883 @x Perl
1884           <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff,
1885           Make, Sed, and Zlib</seg>
1886 @y
1887           <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff,
1888           Make, Sed, Zlib</seg>
1889 @z
1890 @x
1891           <seg>GDBM and Glibc</seg>
1892 @y
1893           <seg>GDBM, Glibc</seg>
1894 @z
1895 @x
1896           <seg>Iana-Etc, Less. and Procps-ng</seg>
1897 @y
1898           <seg>Iana-Etc, Less, Procps-ng</seg>
1899 @z
1900 @x
1901           <seg>Autoconf</seg>
1902 @y
1903           <seg>Autoconf</seg>
1904 @z
1905 @x
1906           <seg>
1907             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1908           </seg>
1909 @y
1910           <seg>
1911             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1912           </seg>
1913 @z
1914
1915 %----------------------------------------------------------------------
1916 @x Pkg-config
1917           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Popt,
1918           and Sed</seg>
1919 @y
1920           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Popt,
1921           Sed</seg>
1922 @z
1923 @x
1924           <seg>Glibc</seg>
1925 @y
1926           <seg>Glibc</seg>
1927 @z
1928 @x
1929           <seg>None</seg>
1930 @y
1931           <seg>なし</seg>
1932 @z
1933 @x
1934           <seg>Kmod</seg>
1935 @y
1936           <seg>Kmod</seg>
1937 @z
1938 @x
1939           <seg>None</seg>
1940 @y
1941           <seg>なし</seg>
1942 @z
1943
1944 %----------------------------------------------------------------------
1945 @x Procps-ng
1946           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Ncurses</seg>
1947 @y
1948           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses</seg>
1949 @z
1950 @x
1951           <seg>Glibc</seg>
1952 @y
1953           <seg>Glibc</seg>
1954 @z
1955 @x
1956           <seg>None</seg>
1957 @y
1958           <seg>なし</seg>
1959 @z
1960 @x
1961           <seg>None</seg>
1962 @y
1963           <seg>なし</seg>
1964 @z
1965
1966 %----------------------------------------------------------------------
1967 @x Psmisc
1968           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
1969           Ncurses, and Sed</seg>
1970 @y
1971           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
1972           Ncurses, Sed</seg>
1973 @z
1974 @x
1975           <seg>Glibc and Ncurses</seg>
1976 @y
1977           <seg>Glibc, Ncurses</seg>
1978 @z
1979 @x
1980           <seg>No test suite available</seg>
1981 @y
1982           <seg>テストスイートはありません</seg>
1983 @z
1984 @x
1985           <seg>None</seg>
1986 @y
1987           <seg>なし</seg>
1988 @z
1989 @x
1990           <seg>None</seg>
1991 @y
1992           <seg>なし</seg>
1993 @z
1994
1995 %----------------------------------------------------------------------
1996 @x
1997 <!-- Begin Python dependency info -->
1998 @y
1999 <!-- Begin Python dependency info -->
2000 @z
2001 @x
2002           <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc,
2003           Grep, Libffi, Make, Ncurses, OpenSSL, Sed, and Util-linux</seg>
2004 @y
2005           <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc,
2006           Grep, Libffi, Make, Ncurses, OpenSSL, Sed, Util-linux</seg>
2007 @z
2008 @x
2009           <seg>Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL, and
2010           Zlib</seg>
2011 @y
2012           <seg>Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL,
2013           Zlib</seg>
2014 @z
2015 @x
2016           <seg>GDB and Valgrind</seg>
2017 @y
2018           <seg>GDB, Valgrind</seg>
2019 @z
2020 @x
2021           <seg>Ninja</seg>
2022 @y
2023           <seg>Ninja</seg>
2024 @z
2025 @x
2026           <seg>
2027             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
2028             <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
2029             <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
2030             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
2031           </seg>
2032 @y
2033           <seg>
2034             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
2035             <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
2036             <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
2037             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
2038           </seg>
2039 @z
2040
2041 %----------------------------------------------------------------------
2042 @x Readline
2043           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
2044           Patch, Sed, and Texinfo</seg>
2045 @y
2046           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
2047           Patch, Sed, Texinfo</seg>
2048 @z
2049 @x
2050           <seg>Glibc and Ncurses</seg>
2051 @y
2052           <seg>Glibc, Ncurses</seg>
2053 @z
2054 @x
2055           <seg>No test suite available</seg>
2056 @y
2057           <seg>テストスイートはありません</seg>
2058 @z
2059 @x
2060           <seg>Bash and Gawk</seg>
2061 @y
2062           <seg>Bash, Gawk</seg>
2063 @z
2064 @x
2065           <seg>None</seg>
2066 @y
2067           <seg>なし</seg>
2068 @z
2069
2070 %----------------------------------------------------------------------
2071 @x Sed
2072           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
2073           and Texinfo</seg>
2074 @y
2075           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
2076           Texinfo</seg>
2077 @z
2078 @x
2079           <seg>Acl, Attr, and Glibc</seg>
2080 @y
2081           <seg>Acl, Attr, Glibc</seg>
2082 @z
2083 @x
2084           <seg>Diffutils and Gawk</seg>
2085 @y
2086           <seg>Diffutils, Gawk</seg>
2087 @z
2088 @x
2089           <seg>E2fsprogs, File, Libtool, and Shadow</seg>
2090 @y
2091           <seg>E2fsprogs, File, Libtool, Shadow</seg>
2092 @z
2093 @x
2094           <seg>None</seg>
2095 @y
2096           <seg>なし</seg>
2097 @z
2098
2099 %----------------------------------------------------------------------
2100 @x Shadow
2101           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk,
2102           GCC, Gettext, Glibc, Grep, Libcap, Make, and Sed</seg>
2103 @y
2104           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk,
2105           GCC, Gettext, Glibc, Grep, Libcap, Make, Sed</seg>
2106 @z
2107 @x
2108           <seg>Glibc</seg>
2109 @y
2110           <seg>Glibc</seg>
2111 @z
2112 @x
2113           <seg>No test suite available</seg>
2114 @y
2115           <seg>テストスイートはありません</seg>
2116 @z
2117 @x
2118           <seg>Coreutils</seg>
2119 @y
2120           <seg>Coreutils</seg>
2121 @z
2122 @x
2123           <seg>
2124             <ulink url="&blfs-book;postlfs/cracklib.html">CrackLib</ulink>
2125             and
2126             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2127           </seg>
2128 @y
2129           <seg>
2130             <ulink url="&blfs-book;postlfs/cracklib.html">CrackLib</ulink>,
2131             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2132           </seg>
2133 @z
2134
2135 %----------------------------------------------------------------------
2136 @x Sysklogd
2137           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg>
2138 @y
2139           <seg>Binutils, Coreutils, GCC, Glibc, Make, Patch</seg>
2140 @z
2141 @x
2142           <seg>Glibc</seg>
2143 @y
2144           <seg>Glibc</seg>
2145 @z
2146 @x
2147           <seg>No test suite available</seg>
2148 @y
2149           <seg>テストスイートはありません</seg>
2150 @z
2151 @x
2152           <seg>None</seg>
2153 @y
2154           <seg>なし</seg>
2155 @z
2156 @x
2157           <seg>None</seg>
2158 @y
2159           <seg>なし</seg>
2160 @z
2161
2162 %----------------------------------------------------------------------
2163 @x Systemd
2164          <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk,
2165          GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Sed, Util-linux,
2166          and Zstd</seg>
2167 @y
2168          <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk,
2169          GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Sed, Util-linux,
2170          Zstd</seg>
2171 @z
2172 @x
2173           <seg>Acl, Attr, Glibc, Libcap, and Util-linux</seg>
2174 @y
2175           <seg>Acl, Attr, Glibc, Libcap, Util-linux</seg>
2176 @z
2177 @x
2178           <seg>None</seg>
2179 @y
2180           <seg>なし</seg>
2181 @z
2182 @x
2183           <seg>None</seg>
2184 @y
2185           <seg>なし</seg>
2186 @z
2187 % リンク部分、大半省略
2188 @x
2189             <ulink url="&blfs-book;general/valgrind.html">Valgrind</ulink>,
2190             and
2191             <ulink url="&blfs-book;postlfs/zsh.html">zsh</ulink>
2192 @y
2193             <ulink url="&blfs-book;general/valgrind.html">Valgrind</ulink>,
2194             <ulink url="&blfs-book;postlfs/zsh.html">zsh</ulink>
2195 @z
2196
2197 %----------------------------------------------------------------------
2198 @x Sysvinit
2199           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2200 @y
2201           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2202 @z
2203 @x
2204           <seg>Glibc</seg>
2205 @y
2206           <seg>Glibc</seg>
2207 @z
2208 @x
2209           <seg>No test suite available</seg>
2210 @y
2211           <seg>テストスイートはありません</seg>
2212 @z
2213 @x
2214           <seg>None</seg>
2215 @y
2216           <seg>なし</seg>
2217 @z
2218 @x
2219           <seg>None</seg>
2220 @y
2221           <seg>なし</seg>
2222 @z
2223
2224 %----------------------------------------------------------------------
2225 @x Tar
2226           <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc,
2227           Grep, Inetutils, Make, Sed, and Texinfo</seg>
2228 @y
2229           <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc,
2230           Grep, Inetutils, Make, Sed, Texinfo</seg>
2231 @z
2232 @x
2233           <seg>Acl, Attr, Bzip2, Glibc, Gzip, and Xz</seg>
2234 @y
2235           <seg>Acl, Attr, Bzip2, Glibc, Gzip, Xz</seg>
2236 @z
2237 @x
2238           <seg>Autoconf, Diffutils, Findutils, Gawk, and
2239           Gzip</seg>
2240 @y
2241           <seg>Autoconf, Diffutils, Findutils, Gawk,
2242           Gzip</seg>
2243 @z
2244 @x
2245           <seg>None</seg>
2246 @y
2247           <seg>なし</seg>
2248 @z
2249 @x
2250           <seg>None</seg>
2251 @y
2252           <seg>なし</seg>
2253 @z
2254
2255 %----------------------------------------------------------------------
2256 @x Tcl
2257           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, and
2258           Sed</seg>
2259 @y
2260           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
2261           Sed</seg>
2262 @z
2263 @x
2264           <seg>Glibc and Zlib</seg>
2265 @y
2266           <seg>Glibc, Zlib</seg>
2267 @z
2268 @x
2269           <seg>None</seg>
2270 @y
2271           <seg>なし</seg>
2272 @z
2273 @x
2274           <seg>None</seg>
2275 @y
2276           <seg>なし</seg>
2277 @z
2278 @x
2279           <seg>None</seg>
2280 @y
2281           <seg>なし</seg>
2282 @z
2283
2284 %----------------------------------------------------------------------
2285 @x Texinfo
2286           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2287           Ncurses, Patch, and Sed</seg>
2288 @y
2289           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2290           Ncurses, Patch, Sed</seg>
2291 @z
2292 @x
2293           <seg>Glibc and Ncurses</seg>
2294 @y
2295           <seg>Glibc, Ncurses</seg>
2296 @z
2297 @x
2298           <seg>None</seg>
2299 @y
2300           <seg>なし</seg>
2301 @z
2302 @x
2303           <seg>None</seg>
2304 @y
2305           <seg>なし</seg>
2306 @z
2307 @x
2308           <seg>None</seg>
2309 @y
2310           <seg>なし</seg>
2311 @z
2312
2313 %----------------------------------------------------------------------
2314 @x Util-linux
2315           <seg>Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk,
2316           GCC, Gettext, Glibc, Grep, Libcap, Make, Ncurses, Sed, and Zlib</seg>
2317 @y
2318           <seg>Bash, Binutils, Coreutils, Diffutils, Eudev, Findutils, Gawk,
2319           GCC, Gettext, Glibc, Grep, Libcap, Make, Ncurses, Sed, Zlib</seg>
2320 @z
2321 @x
2322           <seg>Glibc, Libcap, Ncurses, Readline, and Zlib</seg>
2323 @y
2324           <seg>Glibc, Libcap, Ncurses, Readline, Zlib</seg>
2325 @z
2326 @x
2327           <seg>None</seg>
2328 @y
2329           <seg>なし</seg>
2330 @z
2331 @x
2332           <seg>None</seg>
2333 @y
2334           <seg>なし</seg>
2335 @z
2336 @x
2337           <seg>
2338             <ulink
2339               url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2340             and <ulink
2341               url="&blfs-book;postlfs/smartmontools.html">smartmontools</ulink>
2342           </seg>
2343 @y
2344           <seg>
2345             <ulink
2346               url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>,
2347             <ulink
2348               url="&blfs-book;postlfs/smartmontools.html">smartmontools</ulink>
2349           </seg>
2350 @z
2351
2352 %----------------------------------------------------------------------
2353 @x Vim
2354           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
2355           Grep, Make, Ncurses, and Sed</seg>
2356 @y
2357           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
2358           Grep, Make, Ncurses, Sed</seg>
2359 @z
2360 @x
2361           <seg>Acl, Attr, Glibc, Python, Ncurses, and Tcl</seg>
2362 @y
2363           <seg>Acl, Attr, Glibc, Python, Ncurses, Tcl</seg>
2364 @z
2365 @x
2366           <seg>None</seg>
2367 @y
2368           <seg>なし</seg>
2369 @z
2370 @x
2371           <seg>None</seg>
2372 @y
2373           <seg>なし</seg>
2374 @z
2375 @x
2376           <seg>
2377             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>,
2378             <ulink url="&blfs-book;x/gtk2.html">GTK+2</ulink>,
2379             <ulink url="http://lesstif.sourceforge.net/">LessTif</ulink>,
2380             <ulink url="&blfs-book;general/ruby.html">Ruby</ulink>, and
2381             <ulink url="&blfs-book;general/gpm.html">GPM</ulink>
2382           </seg>
2383 @y
2384           <seg>
2385             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>,
2386             <ulink url="&blfs-book;x/gtk2.html">GTK+2</ulink>,
2387             <ulink url="http://lesstif.sourceforge.net/">LessTif</ulink>,
2388             <ulink url="&blfs-book;general/ruby.html">Ruby</ulink>,
2389             <ulink url="&blfs-book;general/gpm.html">GPM</ulink>
2390           </seg>
2391 @z
2392
2393 %----------------------------------------------------------------------
2394 @x XML Parser
2395           <seg>Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, and
2396           Perl</seg>
2397 @y
2398           <seg>Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make,
2399           Perl</seg>
2400 @z
2401 @x
2402           <seg>Expat, Glibc, and Perl</seg>
2403 @y
2404           <seg>Expat, Glibc, Perl</seg>
2405 @z
2406 @x
2407           <seg>Perl</seg>
2408 @y
2409           <seg>Perl</seg>
2410 @z
2411 @x
2412           <seg>Intltool</seg>
2413 @y
2414           <seg>Intltool</seg>
2415 @z
2416 @x
2417           <seg>None</seg>
2418 @y
2419           <seg>なし</seg>
2420 @z
2421
2422 %----------------------------------------------------------------------
2423 @x Xz-utils
2424           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make</seg>
2425 @y
2426           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make</seg>
2427 @z
2428 @x
2429           <seg>Glibc</seg>
2430 @y
2431           <seg>Glibc</seg>
2432 @z
2433 @x
2434           <seg>None</seg>
2435 @y
2436           <seg>なし</seg>
2437 @z
2438 @x
2439           <seg>Eudev, File, GRUB, Kmod, and Man-DB</seg>
2440 @y
2441           <seg>Eudev, File, GRUB, Kmod, Man-DB</seg>
2442 @z
2443 @x
2444           <seg>None</seg>
2445 @y
2446           <seg>なし</seg>
2447 @z
2448
2449 %----------------------------------------------------------------------
2450 @x Zlib
2451           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2452 @y
2453           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, Sed</seg>
2454 @z
2455 @x
2456           <seg>Glibc</seg>
2457 @y
2458           <seg>Glibc</seg>
2459 @z
2460 @x
2461           <seg>None</seg>
2462 @y
2463           <seg>なし</seg>
2464 @z
2465 @x
2466           <seg>File, Kmod, Perl, and Util-linux</seg>
2467 @y
2468           <seg>File, Kmod, Perl, Util-linux</seg>
2469 @z
2470 @x
2471           <seg>None</seg>
2472 @y
2473           <seg>なし</seg>
2474 @z
2475
2476 %----------------------------------------------------------------------
2477 @x Zstd
2478           <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz</seg>
2479 @y
2480           <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz</seg>
2481 @z
2482 @x
2483           <seg>Glibc</seg>
2484 @y
2485           <seg>Glibc</seg>
2486 @z
2487 @x
2488           <seg>None</seg>
2489 @y
2490           <seg>なし</seg>
2491 @z
2492 @x
2493           <seg>GCC and Systemd</seg>
2494 @y
2495           <seg>GCC, Systemd</seg>
2496 @z
2497 @x
2498           <seg>
2499             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>
2500           </seg>
2501 @y
2502           <seg>
2503             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>
2504           </seg>
2505 @z