OSDN Git Service

[lfsja-git] r11.2-331 対応。
[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, Make, and Readline</seg>
238 @y
239           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Readline</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> and
287             <ulink url="&blfs-book;general/jansson.html">Jansson</ulink>
288 @y
289             <ulink url="https://sourceware.org/elfutils/">Elfutils</ulink>,
290             <ulink url="&blfs-book;general/jansson.html">Jansson</ulink>
291 @z
292
293 %----------------------------------------------------------------------
294 @x bison
295           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
296           Perl, and Sed</seg>
297 @y
298           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
299           Perl, Sed</seg>
300 @z
301 @x
302           <seg>Glibc</seg>
303 @y
304           <seg>Glibc</seg>
305 @z
306 @x
307           <seg>Diffutils, Findutils, and Flex</seg>
308 @y
309           <seg>Diffutils, Findutils, Flex</seg>
310 @z
311 @x
312           <seg>Kbd and Tar</seg>
313 @y
314           <seg>Kbd, Tar</seg>
315 @z
316 @x
317             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>
318 @y
319             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>
320 @z
321
322 %----------------------------------------------------------------------
323 @x bzip2
324           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make, and
325           Patch</seg>
326 @y
327           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make,
328           Patch</seg>
329 @z
330 @x
331           <seg>Glibc</seg>
332 @y
333           <seg>Glibc</seg>
334 @z
335 @x
336           <seg>None</seg>
337 @y
338           <seg>なし</seg>
339 @z
340 @x
341           <seg>File</seg>
342 @y
343           <seg>File</seg>
344 @z
345 @x
346           <seg>None</seg>
347 @y
348           <seg>なし</seg>
349 @z
350
351 %----------------------------------------------------------------------
352 @x Check
353           <seg>Gawk, GCC, Grep, Make, Sed, and Texinfo</seg>
354 @y
355           <seg>Gawk, GCC, Grep, Make, Sed, Texinfo</seg>
356 @z
357 @x
358           <seg>Bash and Gawk</seg>
359 @y
360           <seg>Bash, Gawk</seg>
361 @z
362 @x
363           <seg>None</seg>
364 @y
365           <seg>なし</seg>
366 @z
367 @x
368           <seg>None</seg>
369 @y
370           <seg>なし</seg>
371 @z
372 @x
373           <seg>None</seg>
374 @y
375           <seg>なし</seg>
376 @z
377
378 %----------------------------------------------------------------------
379 @x coreutils
380           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep,
381           Libcap, Make, OpenSSL, Patch, Perl, Sed, and Texinfo</seg>
382 @y
383           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep,
384           Libcap, Make, OpenSSL, Patch, Perl, Sed, Texinfo</seg>
385 @z
386 @x
387           <seg>Glibc</seg>
388 @y
389           <seg>Glibc</seg>
390 @z
391 @x
392           <seg>Diffutils, E2fsprogs, Findutils, Shadow, and  Util-linux</seg>
393 @y
394           <seg>Diffutils, E2fsprogs, Findutils, Shadow, Util-linux</seg>
395 @z
396 @x
397           <seg>Bash, Diffutils, <phrase revision="sysv">Eudev, </phrase>
398           Findutils, <phrase revision="sysv">and </phrase>Man-DB<phrase
399           revision="systemd">, and Systemd</phrase></seg>
400 @y
401           <seg>Bash, Diffutils, <phrase revision="sysv">Eudev, </phrase>
402           Findutils, Man-DB<phrase
403           revision="systemd">, Systemd</phrase></seg>
404 @z
405 @x
406           <seg>
407             <ulink url="https://metacpan.org/pod/Expect">Expect.pm</ulink>
408             and
409             <ulink url="https://metacpan.org/pod/IO::Tty">IO::Tty</ulink>
410           </seg>
411 @y
412           <seg>
413             <ulink url="https://metacpan.org/pod/Expect">Expect.pm</ulink>,
414             <ulink url="https://metacpan.org/pod/IO::Tty">IO::Tty</ulink>
415           </seg>
416 @z
417
418 %----------------------------------------------------------------------
419 @x
420 <!-- Begin D-Bus dependency info -->
421 @y
422 <!-- Begin D-Bus dependency info -->
423 @z
424 @x
425           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
426           Make, Sed, Systemd, and Util-linux</seg>
427 @y
428           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
429           Make, Sed, Systemd, Util-linux</seg>
430 @z
431 @x
432           <seg>Glibc and Systemd</seg>
433 @y
434           <seg>Glibc, Systemd</seg>
435 @z
436 @x
437           <seg>Several packages in BLFS</seg>
438 @y
439           <seg>BLFS におけるパッケージ数種</seg>
440 @z
441 @x
442           <seg>None</seg>
443 @y
444           <seg>なし</seg>
445 @z
446 @x
447           <seg><ulink url="&blfs-book;x/x7lib.html">Xorg Libraries</ulink></seg>
448 @y
449           <seg><ulink url="&blfs-book;x/x7lib.html">Xorg ライブラリ</ulink></seg>
450 @z
451
452 %----------------------------------------------------------------------
453 @x DejaGNU
454           <seg>Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed, and
455           Texinfo</seg>
456 @y
457           <seg>Bash, Coreutils, Diffutils, Expect, GCC, Grep, Make, Sed,
458           Texinfo</seg>
459 @z
460 @x
461           <seg>Expect and Bash</seg>
462 @y
463           <seg>Expect, Bash</seg>
464 @z
465 @x
466           <seg>None</seg>
467 @y
468           <seg>なし</seg>
469 @z
470 @x
471           <seg>None</seg>
472 @y
473           <seg>なし</seg>
474 @z
475 @x
476           <seg>None</seg>
477 @y
478           <seg>なし</seg>
479 @z
480
481 %----------------------------------------------------------------------
482 @x Diffutils
483           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep,
484           Make, Sed, and Texinfo</seg>
485 @y
486           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Gettext, Glibc, Grep,
487           Make, Sed, Texinfo</seg>
488 @z
489 @x
490           <seg>Glibc</seg>
491 @y
492           <seg>Glibc</seg>
493 @z
494 @x
495           <seg>Perl</seg>
496 @y
497           <seg>Perl</seg>
498 @z
499 @x
500           <seg>None</seg>
501 @y
502           <seg>なし</seg>
503 @z
504 @x
505           <seg>None</seg>
506 @y
507           <seg>なし</seg>
508 @z
509
510 %----------------------------------------------------------------------
511 @x E2fsprogs
512           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
513           Gzip, Make, Sed, Texinfo, and Util-linux</seg>
514 @y
515           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
516           Gzip, Make, Sed, Texinfo, Util-linux</seg>
517 @z
518 @x
519           <seg>Glibc and Util-linux</seg>
520 @y
521           <seg>Glibc, Util-linux</seg>
522 @z
523 @x
524           <seg>Procps-ng and Psmisc</seg>
525 @y
526           <seg>Procps-ng, Psmisc</seg>
527 @z
528 @x
529           <seg>None</seg>
530 @y
531           <seg>なし</seg>
532 @z
533 @x
534           <seg>None</seg>
535 @y
536           <seg>なし</seg>
537 @z
538
539 %----------------------------------------------------------------------
540 @x Eudev
541           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make,
542           Sed, and Util-linux</seg>
543 @y
544           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make,
545           Sed, Util-linux</seg>
546 @z
547 @x
548           <seg>Glibc, Kmod, Xz, Util-linux, and Zlib.</seg>
549 @y
550           <seg>Glibc, Kmod, Xz, Util-linux, Zlib</seg>
551 @z
552 @x
553           <seg>None</seg>
554 @y
555           <seg>なし</seg>
556 @z
557 @x
558           <seg>None</seg>
559 @y
560           <seg>なし</seg>
561 @z
562 @x
563           <seg>None</seg>
564 @y
565           <seg>なし</seg>
566 @z
567
568 %----------------------------------------------------------------------
569 @x Expat
570           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, and
571           Sed</seg>
572 @y
573           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
574           Sed</seg>
575 @z
576 @x
577           <seg>Glibc</seg>
578 @y
579           <seg>Glibc</seg>
580 @z
581 @x
582           <seg>None</seg>
583 @y
584           <seg>なし</seg>
585 @z
586 @x
587           <seg>Python and XML::Parser</seg>
588 @y
589           <seg>Python, XML::Parser</seg>
590 @z
591 @x
592           <seg>None</seg>
593 @y
594           <seg>なし</seg>
595 @z
596
597 %----------------------------------------------------------------------
598 @x
599 <!-- Begin Expect dependency info -->
600 @y
601 <!-- Begin Expect dependency info -->
602 @z
603 @x
604           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
605           Patch, Sed, and Tcl</seg>
606 @y
607           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
608           Patch, Sed, Tcl</seg>
609 @z
610 @x
611           <seg>Glibc and Tcl</seg>
612 @y
613           <seg>Glibc, Tcl</seg>
614 @z
615 @x
616           <seg>None</seg>
617 @y
618           <seg>なし</seg>
619 @z
620 @x
621           <seg>None</seg>
622 @y
623           <seg>なし</seg>
624 @z
625 @x
626           <seg>
627             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
628           </seg>
629 @y
630           <seg>
631             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
632           </seg>
633 @z
634
635 %----------------------------------------------------------------------
636 @x
637 <!-- Begin File dependency info -->
638 @y
639 <!-- Begin File dependency info -->
640 @z
641 @x
642           <seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, Gawk, GCC, Glibc,
643           Grep, Make, Sed, Xz, and Zlib</seg>
644 @y
645           <seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, Gawk, GCC, Glibc,
646           Grep, Make, Sed, Xz, Zlib</seg>
647 @z
648 @x
649           <seg>Glibc, Bzip2, Xz, and Zlib</seg>
650 @y
651           <seg>Glibc, Bzip2, Xz, Zlib</seg>
652 @z
653 @x
654           <seg>None</seg>
655 @y
656           <seg>なし</seg>
657 @z
658 @x
659           <seg>None</seg>
660 @y
661           <seg>なし</seg>
662 @z
663 @x
664             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
665 @y
666             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>
667 @z
668
669 %----------------------------------------------------------------------
670 @x Findutils
671           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
672           and Texinfo</seg>
673 @y
674           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
675           Texinfo</seg>
676 @z
677 @x
678           <seg>Bash and Glibc</seg>
679 @y
680           <seg>Bash, Glibc</seg>
681 @z
682 @x
683           <seg>DejaGNU, Diffutils, and Expect</seg>
684 @y
685           <seg>DejaGNU, Diffutils, Expect</seg>
686 @z
687 @x
688           <seg>None</seg>
689 @y
690           <seg>なし</seg>
691 @z
692 @x
693           <seg>None</seg>
694 @y
695           <seg>なし</seg>
696 @z
697
698 %----------------------------------------------------------------------
699 @x Flex
700           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
701           Patch, Sed, and Texinfo</seg>
702 @y
703           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, M4, Make,
704           Patch, Sed, Texinfo</seg>
705 @z
706 @x
707           <seg>Bash, Glibc, and M4</seg>
708 @y
709           <seg>Bash, Glibc, M4</seg>
710 @z
711 @x
712           <seg>Bison and Gawk</seg>
713 @y
714           <seg>Bison, Gawk</seg>
715 @z
716 @x
717           <seg>Binutils, IProute2, Kbd, Kmod, and Man-DB</seg>
718 @y
719           <seg>Binutils, IProute2, Kbd, Kmod, Man-DB</seg>
720 @z
721 @x
722           <seg>None</seg>
723 @y
724           <seg>なし</seg>
725 @z
726
727 %----------------------------------------------------------------------
728 @x Gawk
729           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make,
730           MPFR, Patch, Readline, Sed, and Texinfo</seg>
731 @y
732           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make,
733           MPFR, Patch, Readline, Sed, Texinfo</seg>
734 @z
735 @x
736           <seg>Bash, Glibc, and Mpfr</seg>
737 @y
738           <seg>Bash, Glibc, Mpfr</seg>
739 @z
740 @x
741           <seg>Diffutils</seg>
742 @y
743           <seg>Diffutils</seg>
744 @z
745 @x
746           <seg>None</seg>
747 @y
748           <seg>なし</seg>
749 @z
750 @x
751             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
752 @y
753             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
754 @z
755
756 %----------------------------------------------------------------------
757 @x Gcc
758           <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
759           Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed,
760           Tar, Texinfo, and Zstd</seg>
761 @y
762           <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
763           Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed,
764           Tar, Texinfo, Zstd</seg>
765 @z
766 @x
767           <seg>Bash, Binutils, Glibc, Mpc, and Python</seg>
768 @y
769           <seg>Bash, Binutils, Glibc, Mpc, Python</seg>
770 @z
771 @x
772           <seg>DejaGNU, Expect, and Shadow</seg>
773 @y
774           <seg>DejaGNU, Expect, Shadow</seg>
775 @z
776 @x
777           <seg>None</seg>
778 @y
779           <seg>なし</seg>
780 @z
781 @x
782           <seg>
783              <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
784              and
785              <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
786 @y
787           <seg>
788              <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>,
789              <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
790 @z
791
792 %----------------------------------------------------------------------
793 @x GDBM
794           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make, and
795           Sed</seg>
796 @y
797           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Grep, Make,
798           Sed</seg>
799 @z
800 @x
801           <seg>Bash, Glibc, and Readline</seg>
802 @y
803           <seg>Bash, Glibc, Readline</seg>
804 @z
805 @x
806           <seg>None</seg>
807 @y
808           <seg>なし</seg>
809 @z
810 @x
811           <seg>None</seg>
812 @y
813           <seg>なし</seg>
814 @z
815 @x
816           <seg>None</seg>
817 @y
818           <seg>なし</seg>
819 @z
820
821 %----------------------------------------------------------------------
822 @x Gettext
823           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
824           Sed, and Texinfo</seg>
825 @y
826           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
827           Sed, Texinfo</seg>
828 @z
829 @x
830           <seg>Acl, Bash, Gcc, and Glibc</seg>
831 @y
832           <seg>Acl, Bash, Gcc, Glibc</seg>
833 @z
834 @x
835           <seg>Diffutils, Perl, and Tcl</seg>
836 @y
837           <seg>Diffutils, Perl, Tcl</seg>
838 @z
839 @x
840           <seg>Automake and Bison</seg>
841 @y
842           <seg>Automake, Bison</seg>
843 @z
844 @x
845           <seg>None</seg>
846 @y
847           <seg>なし</seg>
848 @z
849
850 %----------------------------------------------------------------------
851 @x
852 <!-- Begin Glibc dependency info -->
853 @y
854 <!-- Begin Glibc dependency info -->
855 @z
856 @x
857           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
858           Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and
859           Texinfo</seg>
860 @y
861           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
862           Grep, Gzip, Linux API ヘッダー, Make, Perl, Python, Sed,
863           Texinfo</seg>
864 @z
865 @x
866           <seg>None</seg>
867 @y
868           <seg>なし</seg>
869 @z
870 @x
871           <seg>File</seg>
872 @y
873           <seg>File</seg>
874 @z
875 @x
876           <seg>None</seg>
877 @y
878           <seg>なし</seg>
879 @z
880 @x
881           <seg>None</seg>
882 @y
883           <seg>なし</seg>
884 @z
885
886 %----------------------------------------------------------------------
887 @x GMP
888           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4,
889           Make, Sed, and Texinfo</seg>
890 @y
891           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, M4,
892           Make, Sed, Texinfo</seg>
893 @z
894 @x
895           <seg>GCC and Glibc</seg>
896 @y
897           <seg>GCC, Glibc</seg>
898 @z
899 @x
900           <seg>None</seg>
901 @y
902           <seg>なし</seg>
903 @z
904 @x
905           <seg>MPFR and GCC</seg>
906 @y
907           <seg>MPFR, GCC</seg>
908 @z
909 @x
910           <seg>None</seg>
911 @y
912           <seg>なし</seg>
913 @z
914
915 %----------------------------------------------------------------------
916 @x Gperf
917          <seg>Bash, Binutils, Coreutils, GCC, Glibc, and Make</seg>
918 @y
919          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
920 @z
921 @x
922           <seg>GCC and Glibc</seg>
923 @y
924           <seg>GCC, Glibc</seg>
925 @z
926 @x
927           <seg>Diffutils and Expect</seg>
928 @y
929           <seg>Diffutils, Expect</seg>
930 @z
931 @x
932           <seg>None</seg>
933 @y
934           <seg>なし</seg>
935 @z
936 @x
937           <seg>None</seg>
938 @y
939           <seg>なし</seg>
940 @z
941
942 %----------------------------------------------------------------------
943 @x Grep
944           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep,
945           Make, Patch, Sed, and Texinfo</seg>
946 @y
947           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep,
948           Make, Patch, Sed, Texinfo</seg>
949 @z
950 @x
951           <seg>Glibc</seg>
952 @y
953           <seg>Glibc</seg>
954 @z
955 @x
956           <seg>Gawk</seg>
957 @y
958           <seg>Gawk</seg>
959 @z
960 @x
961           <seg>Man-DB</seg>
962 @y
963           <seg>Man-DB</seg>
964 @z
965 @x
966           <seg>
967             <ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink>
968             and
969             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
970           </seg>
971 @y
972           <seg>
973             <ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink>,
974             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
975           </seg>
976 @z
977
978 %----------------------------------------------------------------------
979 @x Groff
980           <seg>Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make,
981           Patch, Sed, and Texinfo</seg>
982 @y
983           <seg>Bash, Binutils, Bison, Coreutils, Gawk, GCC, Glibc, Grep, Make,
984           Patch, Sed, Texinfo</seg>
985 @z
986 @x
987           <seg>GCC, Glibc, and Perl</seg>
988 @y
989           <seg>GCC, Glibc, Perl</seg>
990 @z
991 @x
992           <seg>No test suite available</seg>
993 @y
994           <seg>テストスイートはありません</seg>
995 @z
996 @x
997           <seg>Man-DB and Perl</seg>
998 @y
999           <seg>Man-DB, Perl</seg>
1000 @z
1001 @x
1002           <seg>
1003             <ulink url="&blfs-book;pst/gs.html">ghostscript</ulink>
1004             and
1005             <ulink url="&blfs-book;general/uchardet.html">Uchardet</ulink>
1006           </seg>
1007 @y
1008           <seg>
1009             <ulink url="&blfs-book;pst/gs.html">ghostscript</ulink>,
1010             <ulink url="&blfs-book;general/uchardet.html">Uchardet</ulink>
1011           </seg>
1012 @z
1013
1014 %----------------------------------------------------------------------
1015 @x GRUB
1016           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc,
1017           Grep, Make, Ncurses, Sed, Texinfo, and Xz</seg>
1018 @y
1019           <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext, Glibc,
1020           Grep, Make, Ncurses, Sed, Texinfo, Xz</seg>
1021 @z
1022 @x
1023           <seg>Bash, GCC, Gettext, Glibc, Xz, and Sed.</seg>
1024 @y
1025           <seg>Bash, GCC, Gettext, Glibc, Xz, Sed</seg>
1026 @z
1027 @x
1028           <seg>None</seg>
1029 @y
1030           <seg>なし</seg>
1031 @z
1032 @x
1033           <seg>None</seg>
1034 @y
1035           <seg>なし</seg>
1036 @z
1037 @x
1038           <seg>None</seg>
1039 @y
1040           <seg>なし</seg>
1041 @z
1042
1043 %----------------------------------------------------------------------
1044 @x Gzip
1045           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and
1046           Texinfo</seg>
1047 @y
1048           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed,
1049           Texinfo</seg>
1050 @z
1051 @x
1052           <seg>Bash and Glibc</seg>
1053 @y
1054           <seg>Bash, Glibc</seg>
1055 @z
1056 @x
1057           <seg>Diffutils and Less</seg>
1058 @y
1059           <seg>Diffutils, Less</seg>
1060 @z
1061 @x
1062           <seg>Man-DB</seg>
1063 @y
1064           <seg>Man-DB</seg>
1065 @z
1066 @x
1067           <seg>None</seg>
1068 @y
1069           <seg>なし</seg>
1070 @z
1071
1072 %----------------------------------------------------------------------
1073 @x Iana-Etc
1074          <seg>Coreutils</seg>
1075 @y
1076          <seg>Coreutils</seg>
1077 @z
1078 @x
1079           <seg>None</seg>
1080 @y
1081           <seg>なし</seg>
1082 @z
1083 @x
1084           <seg>No test suite available</seg>
1085 @y
1086           <seg>テストスイートはありません</seg>
1087 @z
1088 @x
1089           <seg>Perl</seg>
1090 @y
1091           <seg>Perl</seg>
1092 @z
1093 @x
1094           <seg>None</seg>
1095 @y
1096           <seg>なし</seg>
1097 @z
1098
1099 %----------------------------------------------------------------------
1100 @x
1101 <!-- Begin Inetutils dependency info -->
1102 @y
1103 <!-- Begin Inetutils dependency info -->
1104 @z
1105 @x
1106           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses,
1107           Patch, Sed, Texinfo, and Zlib</seg>
1108 @y
1109           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Ncurses,
1110           Patch, Sed, Texinfo, Zlib</seg>
1111 @z
1112 @x
1113           <seg>GCC, Glibc, Ncurses, and Readline</seg>
1114 @y
1115           <seg>GCC, Glibc, Ncurses, Readline</seg>
1116 @z
1117 @x
1118           <seg>None</seg>
1119 @y
1120           <seg>なし</seg>
1121 @z
1122 @x
1123           <seg>Tar</seg>
1124 @y
1125           <seg>Tar</seg>
1126 @z
1127 @x
1128           <seg>None</seg>
1129 @y
1130           <seg>なし</seg>
1131 @z
1132
1133 %----------------------------------------------------------------------
1134 @x Intltool
1135           <seg>Bash, Gawk, Glibc, Make, Perl, Sed, and XML::Parser</seg>
1136 @y
1137           <seg>Bash, Gawk, Glibc, Make, Perl, Sed, XML::Parser</seg>
1138 @z
1139 @x
1140           <seg>Autoconf, Automake, Bash, Glibc, Grep, Perl, and
1141           Sed</seg>
1142 @y
1143           <seg>Autoconf, Automake, Bash, Glibc, Grep, Perl,
1144           Sed</seg>
1145 @z
1146 @x
1147           <seg>None</seg>
1148 @y
1149           <seg>なし</seg>
1150 @z
1151 @x
1152           <seg>None</seg>
1153 @y
1154           <seg>なし</seg>
1155 @z
1156
1157 %----------------------------------------------------------------------
1158 @x IProute2
1159          <seg>Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf,
1160          Linux API Headers, and Zlib</seg>
1161 @y
1162          <seg>Bash, Bison, Coreutils, Flex, GCC, Glibc, Make, Libcap, Libelf,
1163          Linux API ヘッダー, Zlib</seg>
1164 @z
1165 @x
1166           <seg>Bash, Coreutils, Glibc, Libcap, Libelf, and Zlib</seg>
1167 @y
1168           <seg>Bash, Coreutils, Glibc, Libcap, Libelf, Zlib</seg>
1169 @z
1170 @x
1171           <seg>No test suite available</seg>
1172 @y
1173           <seg>テストスイートはありません</seg>
1174 @z
1175 @x
1176           <seg>None</seg>
1177 @y
1178           <seg>なし</seg>
1179 @z
1180 @x
1181           <seg>
1182             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1183             and
1184             <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>
1185           </seg>
1186 @y
1187           <seg>
1188             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
1189             <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>
1190           </seg>
1191 @z
1192
1193 %----------------------------------------------------------------------
1194 @x
1195 <!-- Begin Jinja2 dependency info -->
1196 @y
1197 <!-- Begin Jinja2 dependency info -->
1198 @z
1199 @x
1200           <seg>MarkupSafe and Python</seg>
1201 @y
1202           <seg>MarkupSafe, Python</seg>
1203 @z
1204 @x
1205           <seg>MarkupSafe and Python</seg>
1206 @y
1207           <seg>MarkupSafe, Python</seg>
1208 @z
1209 @x
1210           <seg>No test suite available</seg>
1211 @y
1212           <seg>テストスイートはありません</seg>
1213 @z
1214 @x
1215           <seg>Systemd</seg>
1216 @y
1217           <seg>Systemd</seg>
1218 @z
1219 @x
1220           <seg>None</seg>
1221 @y
1222           <seg>なし</seg>
1223 @z
1224
1225 %----------------------------------------------------------------------
1226 @x Kbd
1227          <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
1228          Glibc, Gzip, Make, Patch, and Sed</seg>
1229 @y
1230          <seg>Bash, Binutils, Bison, Check, Coreutils, Flex, GCC, Gettext,
1231          Glibc, Gzip, Make, Patch, Sed</seg>
1232 @z
1233 @x
1234           <seg>Bash, Coreutils, and Glibc</seg>
1235 @y
1236           <seg>Bash, Coreutils, Glibc</seg>
1237 @z
1238 @x
1239           <seg>None</seg>
1240 @y
1241           <seg>なし</seg>
1242 @z
1243 @x
1244           <seg>None</seg>
1245 @y
1246           <seg>なし</seg>
1247 @z
1248 @x
1249           <seg>None</seg>
1250 @y
1251           <seg>なし</seg>
1252 @z
1253
1254 %----------------------------------------------------------------------
1255 @x
1256 <!-- Begin Kmod dependency info -->
1257 @y
1258 <!-- Begin Kmod dependency info -->
1259 @z
1260 @x
1261           <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
1262           Gzip, Make, OpenSSL, Pkg-config, Sed, Xz, and Zlib</seg>
1263 @y
1264           <seg>Bash, Binutils, Bison, Coreutils, Flex, GCC, Gettext, Glibc,
1265           Gzip, Make, OpenSSL, Pkg-config, Sed, Xz, Zlib</seg>
1266 @z
1267 @x
1268           <seg>Glibc, Xz, and Zlib</seg>
1269 @y
1270           <seg>Glibc, Xz, Zlib</seg>
1271 @z
1272 @x
1273           <seg>No test suite available</seg>
1274 @y
1275           <seg>テストスイートはありません</seg>
1276 @z
1277 @x
1278           <seg><phrase revision="sysv">Eudev</phrase>
1279           <phrase revision="systemd">Systemd</phrase></seg>
1280 @y
1281           <seg><phrase revision="sysv">Eudev</phrase>
1282           <phrase revision="systemd">Systemd</phrase></seg>
1283 @z
1284 @x
1285           <seg>None</seg>
1286 @y
1287           <seg>なし</seg>
1288 @z
1289
1290 %----------------------------------------------------------------------
1291 @x
1292 <!-- Begin Less dependency info -->
1293 @y
1294 <!-- Begin Less dependency info -->
1295 @z
1296 @x
1297           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
1298           Ncurses, and Sed</seg>
1299 @y
1300           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
1301           Ncurses, Sed</seg>
1302 @z
1303 @x
1304           <seg>Glibc and Ncurses</seg>
1305 @y
1306           <seg>Glibc, Ncurses</seg>
1307 @z
1308 @x
1309           <seg>No test suite available</seg>
1310 @y
1311           <seg>テストスイートはありません</seg>
1312 @z
1313 @x
1314           <seg>Gzip</seg>
1315 @y
1316           <seg>Gzip</seg>
1317 @z
1318 @x
1319             <ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink> or
1320             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
1321 @y
1322             <ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink> または
1323             <ulink url="&blfs-book;general/pcre.html">PCRE</ulink>
1324 @z
1325
1326 %----------------------------------------------------------------------
1327 @x
1328 <!-- Begin Libcap dependency info -->
1329 @y
1330 <!-- Begin Libcap dependency info -->
1331 @z
1332 @x
1333           <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make, and
1334           Sed</seg>
1335 @y
1336           <seg>Attr, Bash, Binutils, Coreutils, GCC, Glibc, Perl, Make,
1337           Sed</seg>
1338 @z
1339 @x
1340           <seg>Glibc</seg>
1341 @y
1342           <seg>Glibc</seg>
1343 @z
1344 @x
1345           <seg>None</seg>
1346 @y
1347           <seg>なし</seg>
1348 @z
1349 @x
1350           <seg>IProute2 and Shadow</seg>
1351 @y
1352           <seg>IProute2, Shadow</seg>
1353 @z
1354 @x
1355           <seg>
1356             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
1357           </seg>
1358 @y
1359           <seg>
1360             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
1361           </seg>
1362 @z
1363
1364 %----------------------------------------------------------------------
1365 @x
1366 <!-- Begin Libelf dependency info -->
1367 @y
1368 <!-- Begin Libelf dependency info -->
1369 @z
1370 @x
1371           <seg>Bash, Binutils, Coreutils, GCC, Glibc, and Make</seg>
1372 @y
1373           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make</seg>
1374 @z
1375 @x
1376           <seg>Glibc and Zlib</seg>
1377 @y
1378           <seg>Glibc, Zlib</seg>
1379 @z
1380 @x
1381           <seg>None</seg>
1382 @y
1383           <seg>なし</seg>
1384 @z
1385 @x
1386           <seg>IProute2 and Linux</seg>
1387 @y
1388           <seg>IProute2, Linux</seg>
1389 @z
1390 @x
1391           <seg>None</seg>
1392 @y
1393           <seg>なし</seg>
1394 @z
1395
1396 %----------------------------------------------------------------------
1397 @x
1398 <!-- Begin Libffi dependency info -->
1399 @y
1400 <!-- Begin Libffi dependency info -->
1401 @z
1402 @x
1403          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make,
1404          and Sed</seg>
1405 @y
1406          <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make,
1407          Sed</seg>
1408 @z
1409 @x
1410           <seg>Glibc</seg>
1411 @y
1412           <seg>Glibc</seg>
1413 @z
1414 @x
1415           <seg>None</seg>
1416 @y
1417           <seg>なし</seg>
1418 @z
1419
1420 %----------------------------------------------------------------------
1421 @x Libpipeline
1422           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1423           Make, Sed, and Texinfo</seg>
1424 @y
1425           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1426           Make, Sed, Texinfo</seg>
1427 @z
1428 @x
1429           <seg>Glibc</seg>
1430 @y
1431           <seg>Glibc</seg>
1432 @z
1433 @x
1434           <seg>Check</seg>
1435 @y
1436           <seg>Check</seg>
1437 @z
1438 @x
1439           <seg>Man-DB</seg>
1440 @y
1441           <seg>Man-DB</seg>
1442 @z
1443 @x
1444           <seg>None</seg>
1445 @y
1446           <seg>なし</seg>
1447 @z
1448
1449 %----------------------------------------------------------------------
1450 @x Libtool
1451           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1452           Make, Sed, and Texinfo</seg>
1453 @y
1454           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1455           Make, Sed, Texinfo</seg>
1456 @z
1457 @x
1458           <seg>Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc,
1459           Grep, Make, and Sed</seg>
1460 @y
1461           <seg>Autoconf, Automake, Bash, Binutils, Coreutils, File, GCC, Glibc,
1462           Grep, Make, Sed</seg>
1463 @z
1464 @x
1465           <seg>Autoconf, Automake, and Findutils</seg>
1466 @y
1467           <seg>Autoconf, Automake, Findutils</seg>
1468 @z
1469 @x
1470           <seg>None</seg>
1471 @y
1472           <seg>なし</seg>
1473 @z
1474 @x
1475           <seg>None</seg>
1476 @y
1477           <seg>なし</seg>
1478 @z
1479
1480 %----------------------------------------------------------------------
1481 @x Linux
1482           <seg>Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc,
1483           Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, and Sed</seg>
1484 @y
1485           <seg>Bash, Bc, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc,
1486           Grep, Gzip, Kmod, Libelf, Make, Ncurses, OpenSSL, Perl, Sed</seg>
1487 @z
1488 @x
1489           <seg>None</seg>
1490 @y
1491           <seg>なし</seg>
1492 @z
1493 @x
1494           <seg>No test suite available</seg>
1495 @y
1496           <seg>テストスイートはありません</seg>
1497 @z
1498 @x
1499           <seg>None</seg>
1500 @y
1501           <seg>なし</seg>
1502 @z
1503 @x
1504             <ulink url="&blfs-book;general/cpio.html">cpio</ulink> and
1505             <ulink url="&blfs-book;general/llvm.html">LLVM</ulink>
1506             (with Clang)
1507 @y
1508             <ulink url="&blfs-book;general/cpio.html">cpio</ulink>,
1509             <ulink url="&blfs-book;general/llvm.html">LLVM</ulink>
1510             (Clang 込み)
1511 @z
1512
1513 %----------------------------------------------------------------------
1514 @x Linux API headers
1515           <seg>Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip,
1516           Make, Perl, and Sed</seg>
1517 @y
1518           <seg>Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep, Gzip,
1519           Make, Perl, Sed</seg>
1520 @z
1521 @x
1522           <seg>None</seg>
1523 @y
1524           <seg>なし</seg>
1525 @z
1526 @x
1527           <seg>No test suite available</seg>
1528 @y
1529           <seg>テストスイートはありません</seg>
1530 @z
1531 @x
1532           <seg>None</seg>
1533 @y
1534           <seg>なし</seg>
1535 @z
1536 @x
1537           <seg>None</seg>
1538 @y
1539           <seg>なし</seg>
1540 @z
1541
1542 %----------------------------------------------------------------------
1543 @x M4
1544           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed, and
1545           Texinfo</seg>
1546 @y
1547           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed,
1548           Texinfo</seg>
1549 @z
1550 @x
1551           <seg>Bash and Glibc</seg>
1552 @y
1553           <seg>Bash, Glibc</seg>
1554 @z
1555 @x
1556           <seg>Diffutils</seg>
1557 @y
1558           <seg>Diffutils</seg>
1559 @z
1560 @x
1561           <seg>Autoconf and Bison</seg>
1562 @y
1563           <seg>Autoconf, Bison</seg>
1564 @z
1565 @x
1566           <seg>
1567             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
1568           </seg>
1569 @y
1570           <seg>
1571             <ulink url="&blfs-book;general/libsigsegv.html">libsigsegv</ulink>
1572           </seg>
1573 @z
1574
1575 %----------------------------------------------------------------------
1576 @x Make
1577           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
1578           and Texinfo</seg>
1579 @y
1580           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
1581           Texinfo</seg>
1582 @z
1583 @x
1584           <seg>Glibc</seg>
1585 @y
1586           <seg>Glibc</seg>
1587 @z
1588 @x
1589           <seg>Perl and Procps-ng</seg>
1590 @y
1591           <seg>Perl, Procps-ng</seg>
1592 @z
1593 @x
1594           <seg>None</seg>
1595 @y
1596           <seg>なし</seg>
1597 @z
1598 @x
1599           <seg>
1600             <ulink url="&blfs-book;general/guile.html">Guile</ulink>
1601           </seg>
1602 @y
1603           <seg>
1604             <ulink url="&blfs-book;general/guile.html">Guile</ulink>
1605           </seg>
1606 @z
1607
1608 %----------------------------------------------------------------------
1609 @x Man-DB
1610           <seg>Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext,
1611           Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, and Xz</seg>
1612 @y
1613           <seg>Bash, Binutils, Bzip2, Coreutils, Flex, GCC, GDBM, Gettext,
1614           Glibc, Grep, Groff, Gzip, Less, Libpipeline, Make, Sed, Xz</seg>
1615 @z
1616 @x
1617           <seg>Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, and Zlib</seg>
1618 @y
1619           <seg>Bash, GDBM, Groff, Glibc, Gzip, Less, Libpipeline, Zlib</seg>
1620 @z
1621 @x
1622           <seg>Util-linux</seg>
1623 @y
1624           <seg>Util-linux</seg>
1625 @z
1626 @x
1627           <seg>None</seg>
1628 @y
1629           <seg>なし</seg>
1630 @z
1631 @x
1632           <seg>
1633             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink> and
1634             <ulink url="https://po4a.org/index.php.en">po4a</ulink>
1635           </seg>
1636 @y
1637           <seg>
1638             <ulink url="&blfs-book;general/libseccomp.html">libseccomp</ulink>,
1639             <ulink url="https://po4a.org/index.php.en">po4a</ulink>
1640           </seg>
1641 @z
1642
1643 %----------------------------------------------------------------------
1644 @x Man-Pages
1645          <seg>Bash, Coreutils, and Make</seg>
1646 @y
1647          <seg>Bash, Coreutils, Make</seg>
1648 @z
1649 @x
1650           <seg>None</seg>
1651 @y
1652           <seg>なし</seg>
1653 @z
1654 @x
1655           <seg>No test suite available</seg>
1656 @y
1657           <seg>テストスイートはありません</seg>
1658 @z
1659 @x
1660           <seg>None</seg>
1661 @y
1662           <seg>なし</seg>
1663 @z
1664 @x
1665           <seg>None</seg>
1666 @y
1667           <seg>なし</seg>
1668 @z
1669
1670 %----------------------------------------------------------------------
1671 @x
1672 <!-- Begin MarkupSafe dependency info -->
1673 @y
1674 <!-- Begin MarkupSafe dependency info -->
1675 @z
1676 @x
1677           <seg>Python</seg>
1678 @y
1679           <seg>Python</seg>
1680 @z
1681 @x
1682           <seg>Python</seg>
1683 @y
1684           <seg>Python</seg>
1685 @z
1686 @x
1687           <seg>No test suite available</seg>
1688 @y
1689           <seg>テストスイートはありません</seg>
1690 @z
1691 @x
1692           <seg>Jinja2</seg>
1693 @y
1694           <seg>Jinja2</seg>
1695 @z
1696 @x
1697           <seg>None</seg>
1698 @y
1699           <seg>なし</seg>
1700 @z
1701
1702 %----------------------------------------------------------------------
1703 @x
1704 <!-- Begin Meson dependency info -->
1705 @y
1706 <!-- Begin Meson dependency info -->
1707 @z
1708 @x
1709           <seg>Ninja and Python</seg>
1710 @y
1711           <seg>Ninja, Python</seg>
1712 @z
1713 @x
1714           <seg>Python</seg>
1715 @y
1716           <seg>Python</seg>
1717 @z
1718 @x
1719           <seg>No test suite available</seg>
1720 @y
1721           <seg>テストスイートはありません</seg>
1722 @z
1723 @x
1724           <seg>
1725             <phrase revision='sysv'>None</phrase>
1726             <phrase revision='systemd'>Systemd</phrase>
1727           </seg>
1728 @y
1729           <seg>
1730             <phrase revision='sysv'>なし</phrase>
1731             <phrase revision='systemd'>Systemd</phrase>
1732           </seg>
1733 @z
1734 @x
1735           <seg>None</seg>
1736 @y
1737           <seg>なし</seg>
1738 @z
1739 %----------------------------------------------------------------------
1740 @x MPC
1741           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1742           GMP, Make, MPFR, Sed, and Texinfo</seg>
1743 @y
1744           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1745           GMP, Make, MPFR, Sed, Texinfo</seg>
1746 @z
1747 @x
1748           <seg>Glibc, GMP, and MPFR</seg>
1749 @y
1750           <seg>Glibc, GMP, MPFR</seg>
1751 @z
1752 @x
1753           <seg>None</seg>
1754 @y
1755           <seg>なし</seg>
1756 @z
1757 @x
1758           <seg>GCC</seg>
1759 @y
1760           <seg>GCC</seg>
1761 @z
1762 @x
1763           <seg>None</seg>
1764 @y
1765           <seg>なし</seg>
1766 @z
1767
1768 %----------------------------------------------------------------------
1769 @x MPFR
1770           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1771           GMP, Make, Sed, and Texinfo</seg>
1772 @y
1773           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1774           GMP, Make, Sed, Texinfo</seg>
1775 @z
1776 @x
1777           <seg>Glibc and GMP</seg>
1778 @y
1779           <seg>Glibc, GMP</seg>
1780 @z
1781 @x
1782           <seg>None</seg>
1783 @y
1784           <seg>なし</seg>
1785 @z
1786 @x
1787           <seg>Gawk and GCC</seg>
1788 @y
1789           <seg>Gawk, GCC</seg>
1790 @z
1791 @x
1792           <seg>None</seg>
1793 @y
1794           <seg>なし</seg>
1795 @z
1796
1797 %----------------------------------------------------------------------
1798 @x Ncurses
1799           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1800           Make, Patch, and Sed</seg>
1801 @y
1802           <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep,
1803           Make, Patch, Sed</seg>
1804 @z
1805 @x
1806           <seg>Glibc</seg>
1807 @y
1808           <seg>Glibc</seg>
1809 @z
1810 @x
1811           <seg>No test suite available</seg>
1812 @y
1813           <seg>テストスイートはありません</seg>
1814 @z
1815 @x
1816           <seg>Bash, GRUB, Inetutils, Less, Procps-ng, Psmisc, Readline,
1817           Texinfo, Util-linux, and Vim</seg>
1818 @y
1819           <seg>Bash, GRUB, Inetutils, Less, Procps-ng, Psmisc, Readline,
1820           Texinfo, Util-linux, Vim</seg>
1821 @z
1822 @x
1823           <seg>None</seg>
1824 @y
1825           <seg>なし</seg>
1826 @z
1827
1828 %----------------------------------------------------------------------
1829 @x
1830 <!-- Begin Ninja dependency info -->
1831 @y
1832 <!-- Begin Ninja dependency info -->
1833 @z
1834 @x
1835           <seg>Binutils, Coreutils, GCC, and Python</seg>
1836 @y
1837           <seg>Binutils, Coreutils, GCC, Python</seg>
1838 @z
1839 @x
1840           <seg>GCC and Glibc</seg>
1841 @y
1842           <seg>GCC, Glibc</seg>
1843 @z
1844 @x
1845           <seg>None</seg>
1846 @y
1847           <seg>なし</seg>
1848 @z
1849 @x
1850           <seg>Meson</seg>
1851 @y
1852           <seg>Meson</seg>
1853 @z
1854 @x
1855           <seg>
1856             <ulink url="&blfs-book;general/asciidoc.html">Asciidoc</ulink>,
1857             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>,
1858             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>, and
1859             <ulink url="https://re2c.org/">re2c</ulink>
1860           </seg>
1861 @y
1862           <seg>
1863             <ulink url="&blfs-book;general/asciidoc.html">Asciidoc</ulink>,
1864             <ulink url="&blfs-book;general/doxygen.html">Doxygen</ulink>,
1865             <ulink url="&blfs-book;postlfs/emacs.html">Emacs</ulink>,
1866             <ulink url="https://re2c.org/">re2c</ulink>
1867           </seg>
1868 @z
1869 %----------------------------------------------------------------------
1870 @x
1871 <!-- Begin OpenSSL dependency info -->
1872 @y
1873 <!-- Begin OpenSSL dependency info -->
1874 @z
1875 @x
1876           <seg>Binutils, Coreutils, GCC, Make, and Perl</seg>
1877 @y
1878           <seg>Binutils, Coreutils, GCC, Make, Perl</seg>
1879 @z
1880 @x
1881           <seg>Glibc and Perl</seg>
1882 @y
1883           <seg>Glibc, Perl</seg>
1884 @z
1885 @x
1886           <seg>None</seg>
1887 @y
1888           <seg>なし</seg>
1889 @z
1890 @x
1891           <seg>Coreutils, Kmod, and Linux</seg>
1892 @y
1893           <seg>Coreutils, Kmod, Linux</seg>
1894 @z
1895 @x
1896           <seg>None</seg>
1897 @y
1898           <seg>なし</seg>
1899 @z
1900 %----------------------------------------------------------------------
1901 @x Patch
1902           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed</seg>
1903 @y
1904           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, Sed</seg>
1905 @z
1906 @x
1907           <seg>Glibc</seg>
1908 @y
1909           <seg>Glibc</seg>
1910 @z
1911 @x
1912           <seg>Diffutils</seg>
1913 @y
1914           <seg>Diffutils</seg>
1915 @z
1916 @x
1917           <seg>None</seg>
1918 @y
1919           <seg>なし</seg>
1920 @z
1921 @x
1922           <seg>
1923             <ulink url="&blfs-book;postlfs/ed.html">Ed</ulink>
1924           </seg>
1925 @y
1926           <seg>
1927             <ulink url="&blfs-book;postlfs/ed.html">Ed</ulink>
1928           </seg>
1929 @z
1930
1931 %----------------------------------------------------------------------
1932 @x Perl
1933           <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff,
1934           Make, Sed, and Zlib</seg>
1935 @y
1936           <seg>Bash, Binutils, Coreutils, Gawk, GCC, GDBM, Glibc, Grep, Groff,
1937           Make, Sed, Zlib</seg>
1938 @z
1939 @x
1940           <seg>GDBM and Glibc</seg>
1941 @y
1942           <seg>GDBM, Glibc</seg>
1943 @z
1944 @x
1945           <seg>Iana-Etc, Less. and Procps-ng</seg>
1946 @y
1947           <seg>Iana-Etc, Less, Procps-ng</seg>
1948 @z
1949 @x
1950           <seg>Autoconf</seg>
1951 @y
1952           <seg>Autoconf</seg>
1953 @z
1954 @x
1955           <seg>
1956             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1957           </seg>
1958 @y
1959           <seg>
1960             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
1961           </seg>
1962 @z
1963
1964 %----------------------------------------------------------------------
1965 @x Pkg-config
1966           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
1967           and Sed</seg>
1968 @y
1969           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
1970           Sed</seg>
1971 @z
1972 @x
1973           <seg>Glibc</seg>
1974 @y
1975           <seg>Glibc</seg>
1976 @z
1977 @x
1978           <seg>None</seg>
1979 @y
1980           <seg>なし</seg>
1981 @z
1982 @x
1983           <seg>Kmod</seg>
1984 @y
1985           <seg>Kmod</seg>
1986 @z
1987 @x
1988             <ulink url="&blfs-book;general/glib2.html">Glib2</ulink>
1989 @y
1990             <ulink url="&blfs-book;general/glib2.html">Glib2</ulink>
1991 @z
1992
1993 %----------------------------------------------------------------------
1994 @x Procps-ng
1995           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Ncurses</seg>
1996 @y
1997           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, Ncurses</seg>
1998 @z
1999 @x
2000           <seg>Glibc</seg>
2001 @y
2002           <seg>Glibc</seg>
2003 @z
2004 @x
2005           <seg>None</seg>
2006 @y
2007           <seg>なし</seg>
2008 @z
2009 @x
2010           <seg>None</seg>
2011 @y
2012           <seg>なし</seg>
2013 @z
2014
2015 %----------------------------------------------------------------------
2016 @x Psmisc
2017           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2018           Ncurses, and Sed</seg>
2019 @y
2020           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2021           Ncurses, Sed</seg>
2022 @z
2023 @x
2024           <seg>Glibc and Ncurses</seg>
2025 @y
2026           <seg>Glibc, Ncurses</seg>
2027 @z
2028 @x
2029           <seg>No test suite available</seg>
2030 @y
2031           <seg>テストスイートはありません</seg>
2032 @z
2033 @x
2034           <seg>None</seg>
2035 @y
2036           <seg>なし</seg>
2037 @z
2038 @x
2039           <seg>None</seg>
2040 @y
2041           <seg>なし</seg>
2042 @z
2043
2044 %----------------------------------------------------------------------
2045 @x
2046 <!-- Begin Python dependency info -->
2047 @y
2048 <!-- Begin Python dependency info -->
2049 @z
2050 @x
2051           <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc,
2052           Grep, Libffi, Make, Ncurses, OpenSSL, Sed, and Util-linux</seg>
2053 @y
2054           <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc,
2055           Grep, Libffi, Make, Ncurses, OpenSSL, Sed, Util-linux</seg>
2056 @z
2057 @x
2058           <seg>Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL, and
2059           Zlib</seg>
2060 @y
2061           <seg>Bzip2, Expat, Gdbm, Glibc, Libffi, Ncurses, OpenSSL,
2062           Zlib</seg>
2063 @z
2064 @x
2065           <seg>GDB and Valgrind</seg>
2066 @y
2067           <seg>GDB, Valgrind</seg>
2068 @z
2069 @x
2070           <seg>Ninja</seg>
2071 @y
2072           <seg>Ninja</seg>
2073 @z
2074 @x
2075           <seg>
2076             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
2077             <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
2078             <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
2079             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
2080           </seg>
2081 @y
2082           <seg>
2083             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
2084             <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
2085             <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
2086             <ulink url="&blfs-book;general/tk.html">Tk</ulink>
2087           </seg>
2088 @z
2089
2090 %----------------------------------------------------------------------
2091 @x Readline
2092           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
2093           Patch, Sed, and Texinfo</seg>
2094 @y
2095           <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, Ncurses,
2096           Patch, Sed, Texinfo</seg>
2097 @z
2098 @x
2099           <seg>Glibc and Ncurses</seg>
2100 @y
2101           <seg>Glibc, Ncurses</seg>
2102 @z
2103 @x
2104           <seg>No test suite available</seg>
2105 @y
2106           <seg>テストスイートはありません</seg>
2107 @z
2108 @x
2109           <seg>Bash, Bc, and Gawk</seg>
2110 @y
2111           <seg>Bash, Bc, Gawk</seg>
2112 @z
2113 @x
2114           <seg>None</seg>
2115 @y
2116           <seg>なし</seg>
2117 @z
2118
2119 %----------------------------------------------------------------------
2120 @x Sed
2121           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
2122           and Texinfo</seg>
2123 @y
2124           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, Sed,
2125           Texinfo</seg>
2126 @z
2127 @x
2128           <seg>Acl, Attr, and Glibc</seg>
2129 @y
2130           <seg>Acl, Attr, Glibc</seg>
2131 @z
2132 @x
2133           <seg>Diffutils and Gawk</seg>
2134 @y
2135           <seg>Diffutils, Gawk</seg>
2136 @z
2137 @x
2138           <seg>E2fsprogs, File, Libtool, and Shadow</seg>
2139 @y
2140           <seg>E2fsprogs, File, Libtool, Shadow</seg>
2141 @z
2142 @x
2143           <seg>None</seg>
2144 @y
2145           <seg>なし</seg>
2146 @z
2147
2148 %----------------------------------------------------------------------
2149 @x Shadow
2150           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk,
2151           GCC, Gettext, Glibc, Grep, Libcap, Make, and Sed</seg>
2152 @y
2153           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk,
2154           GCC, Gettext, Glibc, Grep, Libcap, Make, Sed</seg>
2155 @z
2156 @x
2157           <seg>Glibc</seg>
2158 @y
2159           <seg>Glibc</seg>
2160 @z
2161 @x
2162           <seg>No test suite available</seg>
2163 @y
2164           <seg>テストスイートはありません</seg>
2165 @z
2166 @x
2167           <seg>Coreutils</seg>
2168 @y
2169           <seg>Coreutils</seg>
2170 @z
2171 @x
2172           <seg>
2173             <ulink url="&blfs-book;postlfs/cracklib.html">CrackLib</ulink>
2174             and
2175             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2176           </seg>
2177 @y
2178           <seg>
2179             <ulink url="&blfs-book;postlfs/cracklib.html">CrackLib</ulink>,
2180             <ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2181           </seg>
2182 @z
2183
2184 %----------------------------------------------------------------------
2185 @x Sysklogd
2186           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg>
2187 @y
2188           <seg>Binutils, Coreutils, GCC, Glibc, Make, Patch</seg>
2189 @z
2190 @x
2191           <seg>Glibc</seg>
2192 @y
2193           <seg>Glibc</seg>
2194 @z
2195 @x
2196           <seg>No test suite available</seg>
2197 @y
2198           <seg>テストスイートはありません</seg>
2199 @z
2200 @x
2201           <seg>None</seg>
2202 @y
2203           <seg>なし</seg>
2204 @z
2205 @x
2206           <seg>None</seg>
2207 @y
2208           <seg>なし</seg>
2209 @z
2210
2211 %----------------------------------------------------------------------
2212 @x Systemd
2213          <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk,
2214          GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Sed, Util-linux,
2215          and Zstd</seg>
2216 @y
2217          <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk,
2218          GCC, Glibc, Gperf, Grep, Jinja2, Libcap, Meson, Sed, Util-linux,
2219          Zstd</seg>
2220 @z
2221 @x
2222           <seg>Acl, Attr, Glibc, Libcap, and Util-linux</seg>
2223 @y
2224           <seg>Acl, Attr, Glibc, Libcap, Util-linux</seg>
2225 @z
2226 @x
2227           <seg>None</seg>
2228 @y
2229           <seg>なし</seg>
2230 @z
2231 @x
2232           <seg>None</seg>
2233 @y
2234           <seg>なし</seg>
2235 @z
2236 % リンク部分、大半省略
2237 @x
2238             <ulink url="&blfs-book;general/valgrind.html">Valgrind</ulink>,
2239             and
2240             <ulink url="&blfs-book;postlfs/zsh.html">zsh</ulink>
2241 @y
2242             <ulink url="&blfs-book;general/valgrind.html">Valgrind</ulink>,
2243             <ulink url="&blfs-book;postlfs/zsh.html">zsh</ulink>
2244 @z
2245
2246 %----------------------------------------------------------------------
2247 @x Sysvinit
2248           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2249 @y
2250           <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2251 @z
2252 @x
2253           <seg>Glibc</seg>
2254 @y
2255           <seg>Glibc</seg>
2256 @z
2257 @x
2258           <seg>No test suite available</seg>
2259 @y
2260           <seg>テストスイートはありません</seg>
2261 @z
2262 @x
2263           <seg>None</seg>
2264 @y
2265           <seg>なし</seg>
2266 @z
2267 @x
2268           <seg>None</seg>
2269 @y
2270           <seg>なし</seg>
2271 @z
2272
2273 %----------------------------------------------------------------------
2274 @x Tar
2275           <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc,
2276           Grep, Inetutils, Make, Sed, and Texinfo</seg>
2277 @y
2278           <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc,
2279           Grep, Inetutils, Make, Sed, Texinfo</seg>
2280 @z
2281 @x
2282           <seg>Acl, Attr, Bzip2, Glibc, Gzip, and Xz</seg>
2283 @y
2284           <seg>Acl, Attr, Bzip2, Glibc, Gzip, Xz</seg>
2285 @z
2286 @x
2287           <seg>Autoconf, Diffutils, Findutils, Gawk, and
2288           Gzip</seg>
2289 @y
2290           <seg>Autoconf, Diffutils, Findutils, Gawk,
2291           Gzip</seg>
2292 @z
2293 @x
2294           <seg>None</seg>
2295 @y
2296           <seg>なし</seg>
2297 @z
2298 @x
2299           <seg>None</seg>
2300 @y
2301           <seg>なし</seg>
2302 @z
2303
2304 %----------------------------------------------------------------------
2305 @x Tcl
2306           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, and
2307           Sed</seg>
2308 @y
2309           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make,
2310           Sed</seg>
2311 @z
2312 @x
2313           <seg>Glibc and Zlib</seg>
2314 @y
2315           <seg>Glibc, Zlib</seg>
2316 @z
2317 @x
2318           <seg>None</seg>
2319 @y
2320           <seg>なし</seg>
2321 @z
2322 @x
2323           <seg>None</seg>
2324 @y
2325           <seg>なし</seg>
2326 @z
2327 @x
2328           <seg>None</seg>
2329 @y
2330           <seg>なし</seg>
2331 @z
2332
2333 %----------------------------------------------------------------------
2334 @x Texinfo
2335           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2336           Ncurses, Patch, and Sed</seg>
2337 @y
2338           <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make,
2339           Ncurses, Patch, Sed</seg>
2340 @z
2341 @x
2342           <seg>Glibc and Ncurses</seg>
2343 @y
2344           <seg>Glibc, Ncurses</seg>
2345 @z
2346 @x
2347           <seg>None</seg>
2348 @y
2349           <seg>なし</seg>
2350 @z
2351 @x
2352           <seg>None</seg>
2353 @y
2354           <seg>なし</seg>
2355 @z
2356 @x
2357           <seg>None</seg>
2358 @y
2359           <seg>なし</seg>
2360 @z
2361
2362 %----------------------------------------------------------------------
2363 @x Util-linux
2364           <seg>Bash, Binutils, Coreutils, Diffutils,
2365           <phrase revision="sysv">Eudev, </phrase>Findutils, Gawk,
2366           GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed,
2367           <phrase revision="systemd">Systemd, </phrase>and Zlib</seg>
2368 @y
2369           <seg>Bash, Binutils, Coreutils, Diffutils,
2370           <phrase revision="sysv">Eudev, </phrase>Findutils, Gawk,
2371           GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed,
2372           <phrase revision="systemd">Systemd,</phrase> Zlib</seg>
2373 @z
2374 @x
2375           <seg>Glibc, Ncurses, Readline, and Zlib</seg>
2376 @y
2377           <seg>Glibc, Ncurses, Readline, Zlib</seg>
2378 @z
2379 @x
2380           <seg>None</seg>
2381 @y
2382           <seg>なし</seg>
2383 @z
2384 @x
2385           <seg>None</seg>
2386 @y
2387           <seg>なし</seg>
2388 @z
2389 @x
2390           <seg>
2391             <ulink
2392               url="https://people.redhat.com/sgrubb/libcap-ng/">Libcap-NG</ulink>,
2393             <ulink
2394               url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>
2395             and <ulink
2396               url="&blfs-book;postlfs/smartmontools.html">smartmontools</ulink>
2397           </seg>
2398 @y
2399           <seg>
2400             <ulink
2401               url="https://people.redhat.com/sgrubb/libcap-ng/">Libcap-NG</ulink>,
2402             <ulink
2403               url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>,
2404             <ulink
2405               url="&blfs-book;postlfs/smartmontools.html">smartmontools</ulink>
2406           </seg>
2407 @z
2408
2409 %----------------------------------------------------------------------
2410 @x Vim
2411           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
2412           Grep, Make, Ncurses, and Sed</seg>
2413 @y
2414           <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
2415           Grep, Make, Ncurses, Sed</seg>
2416 @z
2417 @x
2418           <seg>Acl, Attr, Glibc, Python, Ncurses, and Tcl</seg>
2419 @y
2420           <seg>Acl, Attr, Glibc, Python, Ncurses, Tcl</seg>
2421 @z
2422 @x
2423           <seg>None</seg>
2424 @y
2425           <seg>なし</seg>
2426 @z
2427 @x
2428           <seg>None</seg>
2429 @y
2430           <seg>なし</seg>
2431 @z
2432 @x
2433           <seg>
2434             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>,
2435             <ulink url="&blfs-book;x/gtk2.html">GTK+2</ulink>,
2436             <ulink url="https://lesstif.sourceforge.net/">LessTif</ulink>,
2437             <ulink url="&blfs-book;general/ruby.html">Ruby</ulink>, and
2438             <ulink url="&blfs-book;general/gpm.html">GPM</ulink>
2439           </seg>
2440 @y
2441           <seg>
2442             <ulink url="&blfs-book;x/installing.html">Xorg</ulink>,
2443             <ulink url="&blfs-book;x/gtk2.html">GTK+2</ulink>,
2444             <ulink url="https://lesstif.sourceforge.net/">LessTif</ulink>,
2445             <ulink url="&blfs-book;general/ruby.html">Ruby</ulink>,
2446             <ulink url="&blfs-book;general/gpm.html">GPM</ulink>
2447           </seg>
2448 @z
2449
2450 %----------------------------------------------------------------------
2451 @x Wheel
2452           <seg>Python</seg>
2453 @y
2454           <seg>Python</seg>
2455 @z
2456 @x
2457           <seg>Python</seg>
2458 @y
2459           <seg>Python</seg>
2460 @z
2461 @x
2462           <seg>No test suite available</seg>
2463 @y
2464           <seg>テストスイートはありません</seg>
2465 @z
2466 @x
2467           <seg>
2468             <phrase revision='sysv'>None</phrase>
2469             <phrase revision='systemd'>Jinja2</phrase>
2470           </seg>
2471 @y
2472           <seg>
2473             <phrase revision='sysv'>なし</phrase>
2474             <phrase revision='systemd'>Jinja2</phrase>
2475           </seg>
2476 @z
2477 @x
2478           <seg>None</seg>
2479 @y
2480           <seg>なし</seg>
2481 @z
2482
2483 %----------------------------------------------------------------------
2484 @x XML Parser
2485           <seg>Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make, and
2486           Perl</seg>
2487 @y
2488           <seg>Bash, Binutils, Coreutils, Expat, GCC, Glibc, Make,
2489           Perl</seg>
2490 @z
2491 @x
2492           <seg>Expat, Glibc, and Perl</seg>
2493 @y
2494           <seg>Expat, Glibc, Perl</seg>
2495 @z
2496 @x
2497           <seg>Perl</seg>
2498 @y
2499           <seg>Perl</seg>
2500 @z
2501 @x
2502           <seg>Intltool</seg>
2503 @y
2504           <seg>Intltool</seg>
2505 @z
2506 @x
2507           <seg>None</seg>
2508 @y
2509           <seg>なし</seg>
2510 @z
2511
2512 %----------------------------------------------------------------------
2513 @x Xz-utils
2514           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make</seg>
2515 @y
2516           <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make</seg>
2517 @z
2518 @x
2519           <seg>Glibc</seg>
2520 @y
2521           <seg>Glibc</seg>
2522 @z
2523 @x
2524           <seg>None</seg>
2525 @y
2526           <seg>なし</seg>
2527 @z
2528 @x
2529           <seg><phrase revision="sysv">Eudev, </phrase>File, GRUB, Kmod,
2530           <phrase revision="sysv">and </phrase>Man-DB<phrase
2531           revision="systemd">, and Systemd</phrase></seg>
2532 @y
2533           <seg><phrase revision="sysv">Eudev, </phrase>File, GRUB, Kmod,
2534           Man-DB<phrase
2535           revision="systemd">, Systemd</phrase></seg>
2536 @z
2537 @x
2538           <seg>None</seg>
2539 @y
2540           <seg>なし</seg>
2541 @z
2542
2543 %----------------------------------------------------------------------
2544 @x Zlib
2545           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
2546 @y
2547           <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make, Sed</seg>
2548 @z
2549 @x
2550           <seg>Glibc</seg>
2551 @y
2552           <seg>Glibc</seg>
2553 @z
2554 @x
2555           <seg>None</seg>
2556 @y
2557           <seg>なし</seg>
2558 @z
2559 @x
2560           <seg>File, Kmod, Perl, and Util-linux</seg>
2561 @y
2562           <seg>File, Kmod, Perl, Util-linux</seg>
2563 @z
2564 @x
2565           <seg>None</seg>
2566 @y
2567           <seg>なし</seg>
2568 @z
2569
2570 %----------------------------------------------------------------------
2571 @x Zstd
2572           <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz</seg>
2573 @y
2574           <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz</seg>
2575 @z
2576 @x
2577           <seg>Glibc</seg>
2578 @y
2579           <seg>Glibc</seg>
2580 @z
2581 @x
2582           <seg>None</seg>
2583 @y
2584           <seg>なし</seg>
2585 @z
2586 @x
2587           <seg>GCC <phrase revision='systemd'>and Systemd</phrase></seg>
2588 @y
2589           <seg>GCC <phrase revision='systemd'>, Systemd</phrase></seg>
2590 @z
2591 @x
2592           <seg>
2593             <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>
2594           </seg>
2595 @y
2596           <seg>
2597             <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>
2598           </seg>
2599 @z