OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / appendices / dependencies / common.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
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="appendixb" xreflabel="Appendix B">
14 @y
15 <appendix id="appendixb" xreflabel="付録B">
16 @z
17
18 @x
19   <title>Dependencies</title>
20 @y
21   <title>パッケージ依存関係</title>
22 @z
23
24 @x
25   <para>Every package built in CLFS relies on one or more other packages
26   in order to build and install properly. Some packages even participate
27   in circular dependencies, that is, the first package depends on the second
28   which in turn depends on the first. Because of these dependencies, the
29   order in which packages are built in CLFS is very important. The purpose
30   of this page is to document the dependencies of each package built in CLFS.</para>
31 @y
32   <para>
33   CLFS にて構築するパッケージはすべて、他のいくつかのパッケージに依存していて、それらがあって初めて適切にインストールができます。
34   パッケージの中には互いに依存し合っているものもあります。
35   つまり一つめのパッケージが二つめのパッケージに依存しており、二つめが実は一つめのパッケージにも依存しているような例です。
36   こういった依存関係があることから CLFS においてパッケージを構築する順番は非常に重要なものとなります。
37   本節は CLFS にて構築する各パッケージの依存関係を示すものです。
38   </para>
39 @z
40
41 @x
42   <para>For each package we build, we have listed three types of dependencies.
43   The first lists what other packages need to be available in order to compile
44   and install the package in question. The second lists what packages, in
45   addition to those on the first list, need to be available in order to run the
46   test suites. The last list of dependencies are packages that require this
47   package to be built and installed in its final location before they are built
48   and installed. In most cases, this is because these packages will hardcode
49   paths to binaries within their scripts. If not built in a certain order,
50   this could result in paths of /tools/bin/[binary] being placed inside
51   scripts installed to the final system. This is obviously not desirable.
52   </para>
53 @y
54   <para>
55   ビルドするパッケージの個々には三種類の依存関係を示しています。
56   1つめは対象パッケージをコンパイルしてビルドするために必要となるパッケージです。
57   2つめは一つめのものに加えて、テストスイートを実行するために必要となるパッケージです。
58   3つめは対象パッケージをビルドし、最終的にインストールするために必要となるパッケージです。
59   たいていの場合、それらのパッケージに含まれているスクリプトが、実行モジュールへのパスを固定的に取り扱っています。
60   所定の順番どおりにパッケージのビルドを行わないと、最終的にインストールされるシステムにおいて、スクリプトの中に /tools/bin/[実行モジュール] といったパスが含まれてしまうことになりかねません。
61   これは明らかに不適切なことです。
62   </para>
63 @z
64
65 @x ACL
66           <seg>No test suite available</seg>
67 @y
68           <seg>テストスイートはありません</seg>
69 @z
70
71 @x Attr
72           <seg>No test suite available</seg>
73 @y
74           <seg>テストスイートはありません</seg>
75 @z
76
77 @x Automake
78           <seg>Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils,
79           Flex, GCC, Gettext, Gzip, Libtool, Tar, XZ Utils. Can also use several
80           other packages that are not installed in CLFS.</seg>
81 @y
82           <seg>Bison, Bzip2, DejaGNU, Diffutils, Expect, Findutils,
83           Flex, GCC, Gettext, Gzip, Libtool, Tar, XZ Utils
84           これ以外に CLFS では取り扱っていないパッケージ類</seg>
85 @z
86 @x
87           <seg>None</seg>
88 @y
89           <seg>&None;</seg>
90 @z
91
92 @x Bash
93           <seg>None</seg>
94 @y
95           <seg>&None;</seg>
96 @z
97 @x
98           <seg>None</seg>
99 @y
100           <seg>&None;</seg>
101 @z
102
103 @x Bc
104           <seg>None</seg>
105 @y
106           <seg>&None;</seg>
107 @z
108
109 @x Binutils
110           <seg>None</seg>
111 @y
112           <seg>&None;</seg>
113 @z
114
115 @x Bzip2
116           <seg>None</seg>
117 @y
118           <seg>&None;</seg>
119 @z
120
121 @x CLFS-Boot-scripts
122           <seg>None</seg>
123 @y
124           <seg>&None;</seg>
125 @z
126 @x
127           <seg>None</seg>
128 @y
129           <seg>&None;</seg>
130 @z
131
132 @x
133 <!-- Begin Check dependency info -->
134 @y
135 <!-- Begin Check dependency info -->
136 @z
137 @x
138           <seg>None</seg>
139 @y
140           <seg>&None;</seg>
141 @z
142 @x
143           <seg>None</seg>
144 @y
145           <seg>&None;</seg>
146 @z
147
148 @x
149 <!-- Begin D-Bus dependency info -->
150 @y
151 <!-- Begin D-Bus dependency info -->
152 @z
153 @x
154           <seg>None</seg>
155 @y
156           <seg>&None;</seg>
157 @z
158 @x
159           <seg>None</seg>
160 @y
161           <seg>&None;</seg>
162 @z
163
164 @x
165 <!-- Begin DejaGNU dependency info -->
166 @y
167 <!-- Begin DejaGNU dependency info -->
168 @z
169 @x
170           <seg>None</seg>
171 @y
172           <seg>&None;</seg>
173 @z
174 @x
175           <seg>None</seg>
176 @y
177           <seg>&None;</seg>
178 @z
179
180 @x
181 <!-- Begin DHCPCD dependency info -->
182 @y
183 <!-- Begin DHCPCD dependency info -->
184 @z
185 @x
186           <seg>No test suite available</seg>
187 @y
188           <seg>テストスイートはありません</seg>
189 @z
190 @x
191           <seg>None</seg>
192 @y
193           <seg>&None;</seg>
194 @z
195
196 @x
197 <!-- Begin Diffutils dependency info -->
198 @y
199 <!-- Begin Diffutils dependency info -->
200 @z
201 @x
202           <seg>No test suite available</seg>
203 @y
204           <seg>テストスイートはありません</seg>
205 @z
206 @x
207           <seg>None</seg>
208 @y
209           <seg>&None;</seg>
210 @z
211
212 @x
213 <!-- Begin Glibc dependency info -->
214 @y
215 <!-- Begin Glibc dependency info -->
216 @z
217 @x
218          <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
219          Grep, Gzip, Linux Headers, Make, Perl, Sed, Texinfo</seg>
220 @y
221          <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
222          Grep, Gzip, Linux ヘッダー, Make, Perl, Sed, Texinfo</seg>
223 @z
224 @x
225           <seg>None</seg>
226 @y
227           <seg>&None;</seg>
228 @z
229 @x
230           <seg>None</seg>
231 @y
232           <seg>&None;</seg>
233 @z
234
235 @x Eudev
236           <seg>No test suite available</seg>
237 @y
238           <seg>テストスイートはありません</seg>
239 @z
240
241 @x Expat
242           <seg>None</seg>
243 @y
244           <seg>&None;</seg>
245 @z
246
247 @x Expect
248           <seg>None</seg>
249 @y
250           <seg>&None;</seg>
251 @z
252 @x
253           <seg>None</seg>
254 @y
255           <seg>&None;</seg>
256 @z
257
258 @x E2fsprogs
259           <seg>None</seg>
260 @y
261           <seg>&None;</seg>
262 @z
263
264 @x File
265           <seg>No test suite available</seg>
266 @y
267           <seg>テストスイートはありません</seg>
268 @z
269 @x
270           <seg>None</seg>
271 @y
272           <seg>&None;</seg>
273 @z
274
275 @x Findutils
276           <seg>None</seg>
277 @y
278           <seg>&None;</seg>
279 @z
280
281 @x Gawk
282           <seg>None</seg>
283 @y
284           <seg>&None;</seg>
285 @z
286
287 @x Gcc
288           <seg>None</seg>
289 @y
290           <seg>&None;</seg>
291 @z
292
293 @x GDBM
294           <seg>None</seg>
295 @y
296           <seg>&None;</seg>
297 @z
298 @x
299           <seg>None</seg>
300 @y
301           <seg>&None;</seg>
302 @z
303
304 @x Glib
305          <seg>bash, binutils, coreutils, gawk, gcc, gettext, make &amp; M4.</seg>
306 @y
307          <seg>bash, binutils, coreutils, gawk, gcc, gettext, make, M4</seg>
308 @z
309 @x
310           <seg>Unknown</seg>
311 @y
312           <seg>不明</seg>
313 @z
314
315 @x GMP
316           <seg>None</seg>
317 @y
318           <seg>&None;</seg>
319 @z
320
321 @x Groff
322           <seg>No test suite available</seg>
323 @y
324           <seg>テストスイートはありません</seg>
325 @z
326
327 @x Iana-Etc
328           <seg>No test suite available</seg>
329 @y
330           <seg>テストスイートはありません</seg>
331 @z
332
333 @x Intltool
334           <seg>No test suite available</seg>
335 @y
336           <seg>テストスイートはありません</seg>
337 @z
338 @x
339           <seg>None</seg>
340 @y
341           <seg>&None;</seg>
342 @z
343
344 @x IProute2
345          <seg>Bash, Binutils, Bison, Coreutils, Glibc, Findutils, Flex, GCC,
346          Make, Linux Headers, Sed</seg>
347 @y
348          <seg>Bash, Binutils, Bison, Coreutils, Glibc, Findutils, Flex, GCC,
349          Make, Linux ヘッダー, Sed</seg>
350 @z
351 @x
352           <seg>No test suite available</seg>
353 @y
354           <seg>テストスイートはありません</seg>
355 @z
356 @x
357           <seg>None</seg>
358 @y
359           <seg>&None;</seg>
360 @z
361
362 @x IPutils
363           <seg>No test suite available</seg>
364 @y
365           <seg>テストスイートはありません</seg>
366 @z
367 @x
368           <seg>None</seg>
369 @y
370           <seg>&None;</seg>
371 @z
372
373 @x ISL
374           <seg>None</seg>
375 @y
376           <seg>&None;</seg>
377 @z
378
379 @x Kbd
380           <seg>No test suite available</seg>
381 @y
382           <seg>テストスイートはありません</seg>
383 @z
384 @x
385           <seg>None</seg>
386 @y
387           <seg>&None;</seg>
388 @z
389
390 @x KMOD
391          <seg>Bash, Binutils, Bison, Coreutils, Glibc, Flex, Gawk, GCC,
392          Gettext, Gzip, Make, Pkg-config-lite, Sed, XZ Utils, Zlib.
393 @y
394          <seg>Bash, Binutils, Bison, Coreutils, Glibc, Flex, Gawk, GCC,
395          Gettext, Gzip, Make, Pkg-config-lite, Sed, XZ Utils, Zlib
396 @z
397 @x
398           <seg>No test suite available</seg>
399 @y
400           <seg>テストスイートはありません</seg>
401 @z
402
403 @x Less
404           <seg>No test suite available</seg>
405 @y
406           <seg>テストスイートはありません</seg>
407 @z
408 @x
409           <seg>None</seg>
410 @y
411           <seg>&None;</seg>
412 @z
413
414 @x Libcap
415           <seg>No test suite available</seg>
416 @y
417           <seg>テストスイートはありません</seg>
418 @z
419
420 @x Libtool
421           <seg>None</seg>
422 @y
423           <seg>&None;</seg>
424 @z
425
426 @x Linux Headers
427   <bridgehead renderas="sect2" id="linux-headers-dep">Linux Headers</bridgehead>
428 @y
429   <bridgehead renderas="sect2" id="linux-headers-dep">Linux ヘッダー</bridgehead>
430 @z
431 @x
432           <seg>No test suite available</seg>
433 @y
434           <seg>テストスイートはありません</seg>
435 @z
436 @x
437           <seg>None</seg>
438 @y
439           <seg>&None;</seg>
440 @z
441
442 @x Linux Kernel
443   <bridgehead renderas="sect2" id="linux-dep">Linux Kernel</bridgehead>
444 @y
445   <bridgehead renderas="sect2" id="linux-dep">Linux カーネル</bridgehead>
446 @z
447 @x
448           <seg>No test suite available</seg>
449 @y
450           <seg>テストスイートはありません</seg>
451 @z
452 @x
453           <seg>None</seg>
454 @y
455           <seg>&None;</seg>
456 @z
457
458 @x Make
459           <seg>None</seg>
460 @y
461           <seg>&None;</seg>
462 @z
463
464 @x Man-DB
465           <seg>No test suite available</seg>
466 @y
467           <seg>テストスイートはありません</seg>
468 @z
469
470 @x Man-pages
471           <seg>No test suite available</seg>
472 @y
473           <seg>テストスイートはありません</seg>
474 @z
475 @x
476           <seg>None</seg>
477 @y
478           <seg>&None;</seg>
479 @z
480
481 @x MPC
482           <seg>None</seg>
483 @y
484           <seg>&None;</seg>
485 @z
486
487 @x MPFR
488           <seg>None</seg>
489 @y
490           <seg>&None;</seg>
491 @z
492
493 @x Ncurses
494           <seg>No test suite available</seg>
495 @y
496           <seg>テストスイートはありません</seg>
497 @z
498
499 @x Patch
500           <seg>No test suite available</seg>
501 @y
502           <seg>テストスイートはありません</seg>
503 @z
504 @x
505           <seg>None</seg>
506 @y
507           <seg>&None;</seg>
508 @z
509
510 @x Pkg-config-lite
511           <seg>None</seg>
512 @y
513           <seg>&None;</seg>
514 @z
515
516 @x Procps-ng
517           <seg>No test suite available</seg>
518 @y
519           <seg>テストスイートはありません</seg>
520 @z
521 @x
522           <seg>None</seg>
523 @y
524           <seg>&None;</seg>
525 @z
526
527 @x Psmisc
528           <seg>No test suite available</seg>
529 @y
530           <seg>テストスイートはありません</seg>
531 @z
532 @x
533           <seg>None</seg>
534 @y
535           <seg>&None;</seg>
536 @z
537
538 @x Readline
539           <seg>No test suite available</seg>
540 @y
541           <seg>テストスイートはありません</seg>
542 @z
543
544 @x Shadow
545           <seg>No test suite available</seg>
546 @y
547           <seg>テストスイートはありません</seg>
548 @z
549 @x
550           <seg>None</seg>
551 @y
552           <seg>&None;</seg>
553 @z
554
555 @x systemd
556           <seg>No test suite available</seg>
557 @y
558           <seg>テストスイートはありません</seg>
559 @z
560
561 @x Tar
562           <seg>None</seg>
563 @y
564           <seg>&None;</seg>
565 @z
566
567 @x Tcl
568           <seg>None</seg>
569 @y
570           <seg>&None;</seg>
571 @z
572 @x
573           <seg>None</seg>
574 @y
575           <seg>&None;</seg>
576 @z
577
578 @x Texinfo
579           <seg>None</seg>
580 @y
581           <seg>&None;</seg>
582 @z
583
584 @x Util-linux
585           <seg>No test suite available</seg>
586 @y
587           <seg>テストスイートはありません</seg>
588 @z
589
590 @x Vim
591           <seg>None</seg>
592 @y
593           <seg>&None;</seg>
594 @z
595
596 @x XML::Parser
597           <seg>None</seg>
598 @y
599           <seg>&None;</seg>
600 @z
601
602 @x XZ Utils
603           <seg>None</seg>
604 @y
605           <seg>&None;</seg>
606 @z
607 @x
608           <seg>None</seg>
609 @y
610           <seg>&None;</seg>
611 @z
612
613 @x Zlib
614           <seg>None</seg>
615 @y
616           <seg>&None;</seg>
617 @z