OSDN Git Service

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