Changeset 76b06f6
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (12 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- Files:
-
- 26 added
- 51 deleted
- 285 edited
- 16 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r111b12a r76b06f6 21 21 sparc sparc64 sparc64-64 \ 22 22 mips mips64 mips64-64 \ 23 ppc ppc64 ppc64-64\23 ppc ppc64 \ 24 24 alpha 25 25 … … 198 198 $(TOP)/$(arch)-index.xml 199 199 200 ARCHS_MD5LIST := $(ARCHS:%=%-md5list)201 .PHONY: md5-list $(ARCHS_MD5LIST)202 md5-list: $(ARCHS_MD5LIST)203 $(ARCHS_MD5LIST): override arch = $(@:%-md5list=%)204 $(ARCHS_MD5LIST):205 @echo "Creating md5 hash list for $(arch)..."206 $(Q)mkdir -p $(DLLISTDIR)207 $(Q)xsltproc --xinclude --nonet \208 --output $(DLLISTDIR)/$(arch).md5sum \209 $(TOP)/stylesheets/md5sum.xsl \210 $(TOP)/$(arch)-index.xml211 212 200 FG_GREEN := $(shell echo -e '\e[0;32m') 213 201 FG_BLUE := $(shell echo -e '\e[0;34m') … … 239 227 @echo "Download-List Targets" 240 228 @echo " $(FG_GREEN)download-list $(FG_BLUE)$(ARCHS_DLLIST)$(FG_DEFAULT)" 241 @echo "md5-List Targets"242 @echo " $(FG_GREEN)md5-list $(FG_BLUE)$(ARCHS_MD5LIST)$(FG_DEFAULT)" -
BOOK/appendices/dependencies/common.xml
r111b12a r76b06f6 116 116 </segmentedlist> 117 117 118 <!-- Begin Bc dependency info -->119 <bridgehead renderas="sect2" id="bc-dep">Bc</bridgehead>120 121 <segmentedlist>122 <segtitle>&dependencies;</segtitle>123 124 <seglistitem>125 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, GCC, Grep, Make,126 and Readline</seg>127 </seglistitem>128 </segmentedlist>129 130 <segmentedlist>131 <segtitle>&testsuites;</segtitle>132 133 <seglistitem>134 <seg>Gawk</seg>135 </seglistitem>136 </segmentedlist>137 138 <segmentedlist>139 <segtitle>&before;</segtitle>140 141 <seglistitem>142 <seg>None</seg>143 </seglistitem>144 </segmentedlist>145 146 118 <!-- Begin Binutils dependency info --> 147 119 <bridgehead renderas="sect2" id="binutils-dep">Binutils</bridgehead> … … 254 226 </segmentedlist> 255 227 256 <!-- Begin Check dependency info --> 257 <bridgehead renderas="sect2" id="check-dep">Check</bridgehead> 258 259 <segmentedlist> 260 <segtitle>&dependencies;</segtitle> 261 262 <seglistitem> 263 <seg>GCC, Grep, Make, Sed and Texinfo</seg> 264 </seglistitem> 265 </segmentedlist> 266 267 <segmentedlist> 268 <segtitle>&testsuites;</segtitle> 269 270 <seglistitem> 271 <seg>None</seg> 272 </seglistitem> 273 </segmentedlist> 274 275 <segmentedlist> 276 <segtitle>&before;</segtitle> 277 278 <seglistitem> 279 <seg>None</seg> 280 </seglistitem> 281 </segmentedlist> 282 283 <!-- Begin CLooG-ISL dependency info --> 284 <bridgehead renderas="sect2" id="cloog-isl-dep">CLooG-ISL</bridgehead> 228 <!-- Begin CLooG-PPL dependency info --> 229 <bridgehead renderas="sect2" id="cloog-ppl-dep">CLooG-PPL</bridgehead> 230 231 <segmentedlist> 232 <segtitle>&dependencies;</segtitle> 233 234 <seglistitem> 235 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 236 Make, MPC, MPFR, PPL, Sed and Texinfo</seg> 237 </seglistitem> 238 </segmentedlist> 239 240 <segmentedlist> 241 <segtitle>&testsuites;</segtitle> 242 243 <seglistitem> 244 <seg>None</seg> 245 </seglistitem> 246 </segmentedlist> 247 248 <segmentedlist> 249 <segtitle>&before;</segtitle> 250 251 <seglistitem> 252 <seg>GCC</seg> 253 </seglistitem> 254 </segmentedlist> 255 256 <!-- Begin Coreutils dependency info --> 257 <bridgehead renderas="sect2" id="coreutils-dep">Coreutils</bridgehead> 258 259 <segmentedlist> 260 <segtitle>&dependencies;</segtitle> 261 262 <seglistitem> 263 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, GMP, Grep, Make, 264 Patch, Perl, Sed and Texinfo</seg> 265 </seglistitem> 266 </segmentedlist> 267 268 <segmentedlist> 269 <segtitle>&testsuites;</segtitle> 270 271 <seglistitem> 272 <seg>Diffutils, E2fsprogs, Findutils, Util-linux</seg> 273 </seglistitem> 274 </segmentedlist> 275 276 <segmentedlist> 277 <segtitle>&before;</segtitle> 278 279 <seglistitem> 280 <seg>Bash, Diffutils, Findutils, Man and Udev</seg> 281 </seglistitem> 282 </segmentedlist> 283 284 <!-- Begin DejaGNU dependency info --> 285 <bridgehead renderas="sect2" id="dejagnu-dep">DejaGNU</bridgehead> 286 287 <segmentedlist> 288 <segtitle>&dependencies;</segtitle> 289 290 <seglistitem> 291 <seg>Bash, Coreutils, Diffutils, GCC, Grep, Make and Sed</seg> 292 </seglistitem> 293 </segmentedlist> 294 295 <segmentedlist> 296 <segtitle>&testsuites;</segtitle> 297 298 <seglistitem> 299 <seg>None</seg> 300 </seglistitem> 301 </segmentedlist> 302 303 <segmentedlist> 304 <segtitle>&before;</segtitle> 305 306 <seglistitem> 307 <seg>None</seg> 308 </seglistitem> 309 </segmentedlist> 310 311 <!-- Begin DHCPCD dependency info --> 312 <bridgehead renderas="sect2" id="dhcpcd-dep">DHCPCD</bridgehead> 313 314 <segmentedlist> 315 <segtitle>&dependencies;</segtitle> 316 317 <seglistitem> 318 <seg>Bash, Coreutils, GCC, Make, Sed</seg> 319 </seglistitem> 320 </segmentedlist> 321 322 <segmentedlist> 323 <segtitle>&testsuites;</segtitle> 324 325 <seglistitem> 326 <seg>No testsuite available</seg> 327 </seglistitem> 328 </segmentedlist> 329 330 <segmentedlist> 331 <segtitle>&before;</segtitle> 332 333 <seglistitem> 334 <seg>None</seg> 335 </seglistitem> 336 </segmentedlist> 337 338 <!-- Begin Diffutils dependency info --> 339 <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead> 340 341 <segmentedlist> 342 <segtitle>&dependencies;</segtitle> 343 344 <seglistitem> 345 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 346 Make, Patch, Sed and Texinfo</seg> 347 </seglistitem> 348 </segmentedlist> 349 350 <segmentedlist> 351 <segtitle>&testsuites;</segtitle> 352 353 <seglistitem> 354 <seg>No testsuite available</seg> 355 </seglistitem> 356 </segmentedlist> 357 358 <segmentedlist> 359 <segtitle>&before;</segtitle> 360 361 <seglistitem> 362 <seg>None</seg> 363 </seglistitem> 364 </segmentedlist> 365 366 <!-- Begin EGLIBC dependency info --> 367 <bridgehead renderas="sect2" id="eglibc-dep">EGLIBC</bridgehead> 368 369 <segmentedlist> 370 <segtitle>&dependencies;</segtitle> 371 372 <seglistitem> 373 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, 374 Grep, Gzip, Make, Perl, Sed and Texinfo</seg> 375 </seglistitem> 376 </segmentedlist> 377 378 <segmentedlist> 379 <segtitle>&testsuites;</segtitle> 380 381 <seglistitem> 382 <seg>None</seg> 383 </seglistitem> 384 </segmentedlist> 385 386 <segmentedlist> 387 <segtitle>&before;</segtitle> 388 389 <seglistitem> 390 <seg>None</seg> 391 </seglistitem> 392 </segmentedlist> 393 394 <!-- Begin Expect dependency info --> 395 <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead> 396 397 <segmentedlist> 398 <segtitle>&dependencies;</segtitle> 399 400 <seglistitem> 401 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, GCC, Grep, Make, 402 Patch, Sed and Tcl</seg> 403 </seglistitem> 404 </segmentedlist> 405 406 <segmentedlist> 407 <segtitle>&testsuites;</segtitle> 408 409 <seglistitem> 410 <seg>None</seg> 411 </seglistitem> 412 </segmentedlist> 413 414 <segmentedlist> 415 <segtitle>&before;</segtitle> 416 417 <seglistitem> 418 <seg>None</seg> 419 </seglistitem> 420 </segmentedlist> 421 422 <!-- Begin E2fsprogs dependency info --> 423 <bridgehead renderas="sect2" id="e2fsprogs-dep">E2fsprogs</bridgehead> 424 425 <segmentedlist> 426 <segtitle>&dependencies;</segtitle> 427 428 <seglistitem> 429 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gettext, Grep, Gzip, 430 Make, Pkg-config, Sed, Texinfo and Util-linux</seg> 431 </seglistitem> 432 </segmentedlist> 433 434 <segmentedlist> 435 <segtitle>&testsuites;</segtitle> 436 437 <seglistitem> 438 <seg>Bzip2 and Diffutils</seg> 439 </seglistitem> 440 </segmentedlist> 441 442 <segmentedlist> 443 <segtitle>&before;</segtitle> 444 445 <seglistitem> 446 <seg>None</seg> 447 </seglistitem> 448 </segmentedlist> 449 450 <!-- Begin File dependency info --> 451 <bridgehead renderas="sect2" id="file-dep">File</bridgehead> 452 453 <segmentedlist> 454 <segtitle>&dependencies;</segtitle> 455 456 <seglistitem> 457 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 458 Make, Sed and Zlib</seg> 459 </seglistitem> 460 </segmentedlist> 461 462 <segmentedlist> 463 <segtitle>&testsuites;</segtitle> 464 465 <seglistitem> 466 <seg>No testsuite available</seg> 467 </seglistitem> 468 </segmentedlist> 469 470 <segmentedlist> 471 <segtitle>&before;</segtitle> 472 473 <seglistitem> 474 <seg>None</seg> 475 </seglistitem> 476 </segmentedlist> 477 478 <!-- Begin Findutils dependency info --> 479 <bridgehead renderas="sect2" id="findutils-dep">Findutils</bridgehead> 480 481 <segmentedlist> 482 <segtitle>&dependencies;</segtitle> 483 484 <seglistitem> 485 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 486 Sed and Texinfo</seg> 487 </seglistitem> 488 </segmentedlist> 489 490 <segmentedlist> 491 <segtitle>&testsuites;</segtitle> 492 493 <seglistitem> 494 <seg>DejaGNU, Diffutils and Expect</seg> 495 </seglistitem> 496 </segmentedlist> 497 498 <segmentedlist> 499 <segtitle>&before;</segtitle> 500 501 <seglistitem> 502 <seg>None</seg> 503 </seglistitem> 504 </segmentedlist> 505 506 <!-- Begin Flex dependency info --> 507 <bridgehead renderas="sect2" id="flex-dep">Flex</bridgehead> 508 509 <segmentedlist> 510 <segtitle>&dependencies;</segtitle> 511 512 <seglistitem> 513 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, M4, Make, 514 Sed and Texinfo</seg> 515 </seglistitem> 516 </segmentedlist> 517 518 <segmentedlist> 519 <segtitle>&testsuites;</segtitle> 520 521 <seglistitem> 522 <seg>Bison, Diffutils and Gawk</seg> 523 </seglistitem> 524 </segmentedlist> 525 526 <segmentedlist> 527 <segtitle>&before;</segtitle> 528 529 <seglistitem> 530 <seg>IPRoute2, Kbd and Man</seg> 531 </seglistitem> 532 </segmentedlist> 533 534 <!-- Begin Gawk dependency info --> 535 <bridgehead renderas="sect2" id="gawk-dep">Gawk</bridgehead> 536 537 <segmentedlist> 538 <segtitle>&dependencies;</segtitle> 539 540 <seglistitem> 541 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Sed and Texinfo</seg> 542 </seglistitem> 543 </segmentedlist> 544 545 <segmentedlist> 546 <segtitle>&testsuites;</segtitle> 547 548 <seglistitem> 549 <seg>Diffutils</seg> 550 </seglistitem> 551 </segmentedlist> 552 553 <segmentedlist> 554 <segtitle>&before;</segtitle> 555 556 <seglistitem> 557 <seg>None</seg> 558 </seglistitem> 559 </segmentedlist> 560 561 <!-- Begin Gcc dependency info --> 562 <bridgehead renderas="sect2" id="gcc-dep">Gcc</bridgehead> 563 564 <segmentedlist> 565 <segtitle>&dependencies;</segtitle> 566 567 <seglistitem> 568 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 569 GCC, GMP, Grep, Make, MPFR, Patch, Perl, Sed, Tar and Texinfo</seg> 570 </seglistitem> 571 </segmentedlist> 572 573 <segmentedlist> 574 <segtitle>&testsuites;</segtitle> 575 576 <seglistitem> 577 <seg>DejaGNU and Expect</seg> 578 </seglistitem> 579 </segmentedlist> 580 581 <segmentedlist> 582 <segtitle>&before;</segtitle> 583 584 <seglistitem> 585 <seg>None</seg> 586 </seglistitem> 587 </segmentedlist> 588 589 <!-- Begin Gettext dependency info --> 590 <bridgehead renderas="sect2" id="gettext-dep">Gettext</bridgehead> 591 592 <segmentedlist> 593 <segtitle>&dependencies;</segtitle> 594 595 <seglistitem> 596 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 597 GCC, Grep, Make, Sed and Texinfo</seg> 598 </seglistitem> 599 </segmentedlist> 600 601 <segmentedlist> 602 <segtitle>&testsuites;</segtitle> 603 604 <seglistitem> 605 <seg>Tar and Tcl</seg> 606 </seglistitem> 607 </segmentedlist> 608 609 <segmentedlist> 610 <segtitle>&before;</segtitle> 611 612 <seglistitem> 613 <seg>Automake</seg> 614 </seglistitem> 615 </segmentedlist> 616 617 <!-- Begin Glib dependency info --> 618 <bridgehead renderas="sect2" id="glib-dep">Glib</bridgehead> 619 620 <segmentedlist> 621 <segtitle>&dependencies;</segtitle> 622 623 <seglistitem> 624 <seg>bash, binutils, coreutils, gawk, gcc, gettext, make & M4.</seg> 625 </seglistitem> 626 </segmentedlist> 627 628 <segmentedlist> 629 <segtitle>&testsuites;</segtitle> 630 631 <seglistitem> 632 <seg>Unknown</seg> 633 </seglistitem> 634 </segmentedlist> 635 636 <segmentedlist> 637 <segtitle>&before;</segtitle> 638 639 <seglistitem> 640 <seg>Pkg-config</seg> 641 </seglistitem> 642 </segmentedlist> 643 644 <!-- Begin GMP dependency info --> 645 <bridgehead renderas="sect2" id="gmp-dep">GMP</bridgehead> 646 647 <segmentedlist> 648 <segtitle>&dependencies;</segtitle> 649 650 <seglistitem> 651 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, M4, Make, 652 Sed and Texinfo</seg> 653 </seglistitem> 654 </segmentedlist> 655 656 <segmentedlist> 657 <segtitle>&testsuites;</segtitle> 658 659 <seglistitem> 660 <seg>None</seg> 661 </seglistitem> 662 </segmentedlist> 663 664 <segmentedlist> 665 <segtitle>&before;</segtitle> 666 667 <seglistitem> 668 <seg>MPFR, GCC</seg> 669 </seglistitem> 670 </segmentedlist> 671 672 <!-- Begin Grep dependency info --> 673 <bridgehead renderas="sect2" id="grep-dep">Grep</bridgehead> 674 675 <segmentedlist> 676 <segtitle>&dependencies;</segtitle> 677 678 <seglistitem> 679 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 680 Make, Patch, Sed and Texinfo</seg> 681 </seglistitem> 682 </segmentedlist> 683 684 <segmentedlist> 685 <segtitle>&testsuites;</segtitle> 686 687 <seglistitem> 688 <seg>Diffutils and Gawk</seg> 689 </seglistitem> 690 </segmentedlist> 691 692 <segmentedlist> 693 <segtitle>&before;</segtitle> 694 695 <seglistitem> 696 <seg>Man</seg> 697 </seglistitem> 698 </segmentedlist> 699 700 <!-- Begin Groff dependency info --> 701 <bridgehead renderas="sect2" id="groff-dep">Groff</bridgehead> 702 703 <segmentedlist> 704 <segtitle>&dependencies;</segtitle> 705 706 <seglistitem> 707 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Perl 708 Sed and Texinfo</seg> 709 </seglistitem> 710 </segmentedlist> 711 712 <segmentedlist> 713 <segtitle>&testsuites;</segtitle> 714 715 <seglistitem> 716 <seg>No testsuite available</seg> 717 </seglistitem> 718 </segmentedlist> 719 720 <segmentedlist> 721 <segtitle>&before;</segtitle> 722 723 <seglistitem> 724 <seg>Man and Perl</seg> 725 </seglistitem> 726 </segmentedlist> 727 728 <!-- Begin Gzip dependency info --> 729 <bridgehead renderas="sect2" id="gzip-dep">Gzip</bridgehead> 730 731 <segmentedlist> 732 <segtitle>&dependencies;</segtitle> 733 734 <seglistitem> 735 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 736 Sed and Texinfo</seg> 737 </seglistitem> 738 </segmentedlist> 739 740 <segmentedlist> 741 <segtitle>&testsuites;</segtitle> 742 743 <seglistitem> 744 <seg>Diffutils</seg> 745 </seglistitem> 746 </segmentedlist> 747 748 <segmentedlist> 749 <segtitle>&before;</segtitle> 750 751 <seglistitem> 752 <seg>Man</seg> 753 </seglistitem> 754 </segmentedlist> 755 756 <!-- Begin Iana-Etc dependency info --> 757 <bridgehead renderas="sect2" id="iana-etc-dep">Iana-Etc</bridgehead> 758 759 <segmentedlist> 760 <segtitle>&dependencies;</segtitle> 761 762 <seglistitem> 763 <seg>Coreutils, Gawk and Make</seg> 764 </seglistitem> 765 </segmentedlist> 766 767 <segmentedlist> 768 <segtitle>&testsuites;</segtitle> 769 770 <seglistitem> 771 <seg>No testsuite available</seg> 772 </seglistitem> 773 </segmentedlist> 774 775 <segmentedlist> 776 <segtitle>&before;</segtitle> 777 778 <seglistitem> 779 <seg>Perl</seg> 780 </seglistitem> 781 </segmentedlist> 782 783 <!-- Begin IProute2 dependency info --> 784 <bridgehead renderas="sect2" id="iproute2-dep">IProute2</bridgehead> 785 786 <segmentedlist> 787 <segtitle>&dependencies;</segtitle> 788 789 <seglistitem> 790 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Findutils, Flex, GCC, 791 Make, Linux-Headers and Sed</seg> 792 </seglistitem> 793 </segmentedlist> 794 795 <segmentedlist> 796 <segtitle>&testsuites;</segtitle> 797 798 <seglistitem> 799 <seg>No testsuite available</seg> 800 </seglistitem> 801 </segmentedlist> 802 803 <segmentedlist> 804 <segtitle>&before;</segtitle> 805 806 <seglistitem> 807 <seg>None</seg> 808 </seglistitem> 809 </segmentedlist> 810 811 <!-- Begin IPutils dependency info --> 812 <bridgehead renderas="sect2" id="iputils-dep">IPutils</bridgehead> 813 814 <segmentedlist> 815 <segtitle>&dependencies;</segtitle> 816 817 <seglistitem> 818 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC and Make</seg> 819 </seglistitem> 820 </segmentedlist> 821 822 <segmentedlist> 823 <segtitle>&testsuites;</segtitle> 824 825 <seglistitem> 826 <seg>No testsuite available</seg> 827 </seglistitem> 828 </segmentedlist> 829 830 <segmentedlist> 831 <segtitle>&before;</segtitle> 832 833 <seglistitem> 834 <seg>None</seg> 835 </seglistitem> 836 </segmentedlist> 837 838 <!-- Begin Kbd dependency info --> 839 <bridgehead renderas="sect2" id="kbd-dep">Kbd</bridgehead> 840 841 <segmentedlist> 842 <segtitle>&dependencies;</segtitle> 843 844 <seglistitem> 845 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make and Sed</seg> 846 </seglistitem> 847 </segmentedlist> 848 849 <segmentedlist> 850 <segtitle>&testsuites;</segtitle> 851 852 <seglistitem> 853 <seg>No testsuite available</seg> 854 </seglistitem> 855 </segmentedlist> 856 857 <segmentedlist> 858 <segtitle>&before;</segtitle> 859 860 <seglistitem> 861 <seg>None</seg> 862 </seglistitem> 863 </segmentedlist> 864 865 <!-- Begin Less dependency info --> 866 <bridgehead renderas="sect2" id="less-dep">Less</bridgehead> 867 868 <segmentedlist> 869 <segtitle>&dependencies;</segtitle> 870 871 <seglistitem> 872 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 873 Ncurses and Sed</seg> 874 </seglistitem> 875 </segmentedlist> 876 877 <segmentedlist> 878 <segtitle>&testsuites;</segtitle> 879 880 <seglistitem> 881 <seg>No testsuite available</seg> 882 </seglistitem> 883 </segmentedlist> 884 885 <segmentedlist> 886 <segtitle>&before;</segtitle> 887 888 <seglistitem> 889 <seg>None</seg> 890 </seglistitem> 891 </segmentedlist> 892 893 <!-- Begin libestr dependency info --> 894 <bridgehead renderas="sect2" id="libee-dep">Libee</bridgehead> 895 896 <segmentedlist> 897 <segtitle>&dependencies;</segtitle> 898 899 <seglistitem> 900 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 901 GCC, Grep, Libestr, Make, Pkg-config, Sed and Texinfo</seg> 902 </seglistitem> 903 </segmentedlist> 904 905 <segmentedlist> 906 <segtitle>&testsuites;</segtitle> 907 908 <seglistitem> 909 <seg>None</seg> 910 </seglistitem> 911 </segmentedlist> 912 913 <segmentedlist> 914 <segtitle>&before;</segtitle> 915 916 <seglistitem> 917 <seg>Rsyslog</seg> 918 </seglistitem> 919 </segmentedlist> 920 921 <!-- Begin libestr dependency info --> 922 <bridgehead renderas="sect2" id="libestr-dep">Libestr</bridgehead> 923 924 <segmentedlist> 925 <segtitle>&dependencies;</segtitle> 926 927 <seglistitem> 928 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 929 GCC, Grep, Make, Sed and Texinfo</seg> 930 </seglistitem> 931 </segmentedlist> 932 933 <segmentedlist> 934 <segtitle>&testsuites;</segtitle> 935 936 <seglistitem> 937 <seg>None</seg> 938 </seglistitem> 939 </segmentedlist> 940 941 <segmentedlist> 942 <segtitle>&before;</segtitle> 943 944 <seglistitem> 945 <seg>Libee and Rsyslog</seg> 946 </seglistitem> 947 </segmentedlist> 948 949 <!-- Begin Libtool dependency info --> 950 <bridgehead renderas="sect2" id="libtool-dep">Libtool</bridgehead> 951 952 <segmentedlist> 953 <segtitle>&dependencies;</segtitle> 954 955 <seglistitem> 956 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 957 GCC, Grep, Make, Sed and Texinfo</seg> 958 </seglistitem> 959 </segmentedlist> 960 961 <segmentedlist> 962 <segtitle>&testsuites;</segtitle> 963 964 <seglistitem> 965 <seg>Autoconf</seg> 966 </seglistitem> 967 </segmentedlist> 968 969 <segmentedlist> 970 <segtitle>&before;</segtitle> 971 972 <seglistitem> 973 <seg>None</seg> 974 </seglistitem> 975 </segmentedlist> 976 977 <!-- Begin Linux-Headers dependency info --> 978 <bridgehead renderas="sect2" id="linux-headers-dep">Linux-Headers</bridgehead> 979 980 <segmentedlist> 981 <segtitle>&dependencies;</segtitle> 982 983 <seglistitem> 984 <seg>Binutils, Coreutils, Findutils, GCC, Grep, Make, Perl and Sed</seg> 985 </seglistitem> 986 </segmentedlist> 987 988 <segmentedlist> 989 <segtitle>&testsuites;</segtitle> 990 991 <seglistitem> 992 <seg>No testsuite available</seg> 993 </seglistitem> 994 </segmentedlist> 995 996 <segmentedlist> 997 <segtitle>&before;</segtitle> 998 999 <seglistitem> 1000 <seg>None</seg> 1001 </seglistitem> 1002 </segmentedlist> 1003 1004 <!-- Begin Linux Kernel dependency info --> 1005 <bridgehead renderas="sect2" id="linux-dep">Linux Kernel</bridgehead> 1006 1007 <segmentedlist> 1008 <segtitle>&dependencies;</segtitle> 1009 1010 <seglistitem> 1011 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, GCC, Grep, 1012 Gzip, Make, Module-Init-Tools, Ncurses, Perl and Sed</seg> 1013 </seglistitem> 1014 </segmentedlist> 1015 1016 <segmentedlist> 1017 <segtitle>&testsuites;</segtitle> 1018 1019 <seglistitem> 1020 <seg>No testsuite available</seg> 1021 </seglistitem> 1022 </segmentedlist> 1023 1024 <segmentedlist> 1025 <segtitle>&before;</segtitle> 1026 1027 <seglistitem> 1028 <seg>None</seg> 1029 </seglistitem> 1030 </segmentedlist> 1031 1032 <!-- Begin M4 dependency info --> 1033 <bridgehead renderas="sect2" id="m4-dep">M4</bridgehead> 1034 1035 <segmentedlist> 1036 <segtitle>&dependencies;</segtitle> 1037 1038 <seglistitem> 1039 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Sed 1040 and Texinfo</seg> 1041 </seglistitem> 1042 </segmentedlist> 1043 1044 <segmentedlist> 1045 <segtitle>&testsuites;</segtitle> 1046 1047 <seglistitem> 1048 <seg>Diffutils</seg> 1049 </seglistitem> 1050 </segmentedlist> 1051 1052 <segmentedlist> 1053 <segtitle>&before;</segtitle> 1054 1055 <seglistitem> 1056 <seg>Autoconf and Bison</seg> 1057 </seglistitem> 1058 </segmentedlist> 1059 1060 <!-- Begin Make dependency info --> 1061 <bridgehead renderas="sect2" id="make-dep">Make</bridgehead> 1062 1063 <segmentedlist> 1064 <segtitle>&dependencies;</segtitle> 1065 1066 <seglistitem> 1067 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 1068 Make, Sed and Texinfo</seg> 1069 </seglistitem> 1070 </segmentedlist> 1071 1072 <segmentedlist> 1073 <segtitle>&testsuites;</segtitle> 1074 1075 <seglistitem> 1076 <seg>Perl and Procps</seg> 1077 </seglistitem> 1078 </segmentedlist> 1079 1080 <segmentedlist> 1081 <segtitle>&before;</segtitle> 1082 1083 <seglistitem> 1084 <seg>None</seg> 1085 </seglistitem> 1086 </segmentedlist> 1087 1088 <!-- Begin Man dependency info --> 1089 <bridgehead renderas="sect2" id="man-dep">Man</bridgehead> 1090 1091 <segmentedlist> 1092 <segtitle>&dependencies;</segtitle> 1093 1094 <seglistitem> 1095 <seg>Bash, Binutils, Bzip2, Coreutils, EGLIBC, Gawk, GCC, 1096 Grep, Groff, Gzip, Less, XZ-Utils, Make and Sed</seg> 1097 </seglistitem> 1098 </segmentedlist> 1099 1100 <segmentedlist> 1101 <segtitle>&testsuites;</segtitle> 1102 1103 <seglistitem> 1104 <seg>No testsuite available</seg> 1105 </seglistitem> 1106 </segmentedlist> 1107 1108 <segmentedlist> 1109 <segtitle>&before;</segtitle> 1110 1111 <seglistitem> 1112 <seg>None</seg> 1113 </seglistitem> 1114 </segmentedlist> 1115 1116 <!-- Begin Man-Pages dependency info --> 1117 <bridgehead renderas="sect2" id="man-pages-dep">Man-Pages</bridgehead> 1118 1119 <segmentedlist> 1120 <segtitle>&dependencies;</segtitle> 1121 1122 <seglistitem> 1123 <seg>Bash, Coreutils, and Make</seg> 1124 </seglistitem> 1125 </segmentedlist> 1126 1127 <segmentedlist> 1128 <segtitle>&testsuites;</segtitle> 1129 1130 <seglistitem> 1131 <seg>No testsuite available</seg> 1132 </seglistitem> 1133 </segmentedlist> 1134 1135 <segmentedlist> 1136 <segtitle>&before;</segtitle> 1137 1138 <seglistitem> 1139 <seg>None</seg> 1140 </seglistitem> 1141 </segmentedlist> 1142 1143 <!-- Begin MPC dependency info --> 1144 <bridgehead renderas="sect2" id="mpc-dep">MPC</bridgehead> 1145 1146 <segmentedlist> 1147 <segtitle>&dependencies;</segtitle> 1148 1149 <seglistitem> 1150 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 1151 Make, MPFR, Sed and Texinfo</seg> 1152 </seglistitem> 1153 </segmentedlist> 1154 1155 <segmentedlist> 1156 <segtitle>&testsuites;</segtitle> 1157 1158 <seglistitem> 1159 <seg>None</seg> 1160 </seglistitem> 1161 </segmentedlist> 1162 1163 <segmentedlist> 1164 <segtitle>&before;</segtitle> 1165 1166 <seglistitem> 1167 <seg>GCC</seg> 1168 </seglistitem> 1169 </segmentedlist> 1170 1171 <!-- Begin MPFR dependency info --> 1172 <bridgehead renderas="sect2" id="mpfr-dep">MPFR</bridgehead> 1173 1174 <segmentedlist> 1175 <segtitle>&dependencies;</segtitle> 1176 1177 <seglistitem> 1178 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 1179 Make, Sed and Texinfo</seg> 1180 </seglistitem> 1181 </segmentedlist> 1182 1183 <segmentedlist> 1184 <segtitle>&testsuites;</segtitle> 1185 1186 <seglistitem> 1187 <seg>None</seg> 1188 </seglistitem> 1189 </segmentedlist> 1190 1191 <segmentedlist> 1192 <segtitle>&before;</segtitle> 1193 1194 <seglistitem> 1195 <seg>GCC</seg> 1196 </seglistitem> 1197 </segmentedlist> 1198 1199 <!-- Begin Module-Init-Tools dependency info --> 1200 <bridgehead renderas="sect2" id="module-init-tools-dep">Module-Init-Tools</bridgehead> 1201 1202 <segmentedlist> 1203 <segtitle>&dependencies;</segtitle> 1204 1205 <seglistitem> 1206 <seg>Bash, Binutils, Coreutils, EGLIBC, Findutils, GCC, Grep, Make, 1207 Sed and Zlib</seg> 1208 </seglistitem> 1209 </segmentedlist> 1210 1211 <segmentedlist> 1212 <segtitle>&testsuites;</segtitle> 1213 1214 <seglistitem> 1215 <seg>Diffutils, File, Gawk and Gzip</seg> 1216 </seglistitem> 1217 </segmentedlist> 1218 1219 <segmentedlist> 1220 <segtitle>&before;</segtitle> 1221 1222 <seglistitem> 1223 <seg>None</seg> 1224 </seglistitem> 1225 </segmentedlist> 1226 1227 <!-- Begin Ncurses dependency info --> 1228 <bridgehead renderas="sect2" id="ncurses-dep">Ncurses</bridgehead> 1229 1230 <segmentedlist> 1231 <segtitle>&dependencies;</segtitle> 1232 1233 <seglistitem> 1234 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 1235 Make and Sed</seg> 1236 </seglistitem> 1237 </segmentedlist> 1238 1239 <segmentedlist> 1240 <segtitle>&testsuites;</segtitle> 1241 1242 <seglistitem> 1243 <seg>No testsuite available</seg> 1244 </seglistitem> 1245 </segmentedlist> 1246 1247 <segmentedlist> 1248 <segtitle>&before;</segtitle> 1249 1250 <seglistitem> 1251 <seg>Bash, GRUB, Inetutils, Less, Procps, Psmisc, Readline, Texinfo, 1252 Util-linux and Vim</seg> 1253 </seglistitem> 1254 </segmentedlist> 1255 1256 <!-- Begin Patch dependency info --> 1257 <bridgehead renderas="sect2" id="patch-dep">Patch</bridgehead> 1258 1259 <segmentedlist> 1260 <segtitle>&dependencies;</segtitle> 1261 1262 <seglistitem> 1263 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make and Sed</seg> 1264 </seglistitem> 1265 </segmentedlist> 1266 1267 <segmentedlist> 1268 <segtitle>&testsuites;</segtitle> 1269 1270 <seglistitem> 1271 <seg>No testsuite available</seg> 1272 </seglistitem> 1273 </segmentedlist> 1274 1275 <segmentedlist> 1276 <segtitle>&before;</segtitle> 1277 1278 <seglistitem> 1279 <seg>None</seg> 1280 </seglistitem> 1281 </segmentedlist> 1282 1283 <!-- Begin Perl dependency info --> 1284 <bridgehead renderas="sect2" id="perl-dep">Perl</bridgehead> 1285 1286 <segmentedlist> 1287 <segtitle>&dependencies;</segtitle> 1288 1289 <seglistitem> 1290 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, 1291 Make and Sed</seg> 1292 </seglistitem> 1293 </segmentedlist> 1294 1295 <segmentedlist> 1296 <segtitle>&testsuites;</segtitle> 1297 1298 <seglistitem> 1299 <seg>Gzip, Iana-Etc and Procps, Tar</seg> 1300 </seglistitem> 1301 </segmentedlist> 1302 1303 <segmentedlist> 1304 <segtitle>&before;</segtitle> 1305 1306 <seglistitem> 1307 <seg>Autoconf</seg> 1308 </seglistitem> 1309 </segmentedlist> 1310 1311 <!-- Begin Pkg-config dependency info --> 1312 <bridgehead renderas="sect2" id="pkg-config-dep">Pkg-config</bridgehead> 1313 1314 <segmentedlist> 1315 <segtitle>&dependencies;</segtitle> 1316 1317 <seglistitem> 1318 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 1319 Make and Sed</seg> 1320 </seglistitem> 1321 </segmentedlist> 1322 1323 <segmentedlist> 1324 <segtitle>&testsuites;</segtitle> 1325 1326 <seglistitem> 1327 <seg>None</seg> 1328 </seglistitem> 1329 </segmentedlist> 1330 1331 <segmentedlist> 1332 <segtitle>&before;</segtitle> 1333 1334 <seglistitem> 1335 <seg>Util-linux, E2fsprogs</seg> 1336 </seglistitem> 1337 </segmentedlist> 1338 1339 <!-- Begin PPL dependency info --> 1340 <bridgehead renderas="sect2" id="ppl-dep">PPL</bridgehead> 285 1341 286 1342 <segmentedlist> … … 309 1365 </segmentedlist> 310 1366 311 <!-- Begin Coreutils dependency info --> 312 <bridgehead renderas="sect2" id="coreutils-dep">Coreutils</bridgehead> 313 314 <segmentedlist> 315 <segtitle>&dependencies;</segtitle> 316 317 <seglistitem> 318 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, GMP, Grep, Make, 319 Patch, Perl, Sed and Texinfo</seg> 320 </seglistitem> 321 </segmentedlist> 322 323 <segmentedlist> 324 <segtitle>&testsuites;</segtitle> 325 326 <seglistitem> 327 <seg>Diffutils, E2fsprogs, Findutils, Util-linux</seg> 328 </seglistitem> 329 </segmentedlist> 330 331 <segmentedlist> 332 <segtitle>&before;</segtitle> 333 334 <seglistitem> 335 <seg>Bash, Diffutils, Findutils, Man and Eudev</seg> 336 </seglistitem> 337 </segmentedlist> 338 339 <!-- Begin DejaGNU dependency info --> 340 <bridgehead renderas="sect2" id="dejagnu-dep">DejaGNU</bridgehead> 341 342 <segmentedlist> 343 <segtitle>&dependencies;</segtitle> 344 345 <seglistitem> 346 <seg>Bash, Coreutils, Diffutils, GCC, Grep, Make and Sed</seg> 347 </seglistitem> 348 </segmentedlist> 349 350 <segmentedlist> 351 <segtitle>&testsuites;</segtitle> 352 353 <seglistitem> 354 <seg>None</seg> 355 </seglistitem> 356 </segmentedlist> 357 358 <segmentedlist> 359 <segtitle>&before;</segtitle> 360 361 <seglistitem> 362 <seg>None</seg> 363 </seglistitem> 364 </segmentedlist> 365 366 <!-- Begin DHCPCD dependency info --> 367 <bridgehead renderas="sect2" id="dhcpcd-dep">DHCPCD</bridgehead> 368 369 <segmentedlist> 370 <segtitle>&dependencies;</segtitle> 371 372 <seglistitem> 373 <seg>Bash, Coreutils, GCC, Make, Sed</seg> 374 </seglistitem> 375 </segmentedlist> 376 377 <segmentedlist> 378 <segtitle>&testsuites;</segtitle> 379 380 <seglistitem> 381 <seg>No testsuite available</seg> 382 </seglistitem> 383 </segmentedlist> 384 385 <segmentedlist> 386 <segtitle>&before;</segtitle> 387 388 <seglistitem> 389 <seg>None</seg> 390 </seglistitem> 391 </segmentedlist> 392 393 <!-- Begin Diffutils dependency info --> 394 <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead> 395 396 <segmentedlist> 397 <segtitle>&dependencies;</segtitle> 398 399 <seglistitem> 400 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 401 Make, Patch, Sed and Texinfo</seg> 402 </seglistitem> 403 </segmentedlist> 404 405 <segmentedlist> 406 <segtitle>&testsuites;</segtitle> 407 408 <seglistitem> 409 <seg>No testsuite available</seg> 410 </seglistitem> 411 </segmentedlist> 412 413 <segmentedlist> 414 <segtitle>&before;</segtitle> 415 416 <seglistitem> 417 <seg>None</seg> 418 </seglistitem> 419 </segmentedlist> 420 421 <!-- Begin EGLIBC dependency info --> 422 <bridgehead renderas="sect2" id="eglibc-dep">EGLIBC</bridgehead> 423 424 <segmentedlist> 425 <segtitle>&dependencies;</segtitle> 426 427 <seglistitem> 428 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, 429 Grep, Gzip, Make, Perl, Sed and Texinfo</seg> 430 </seglistitem> 431 </segmentedlist> 432 433 <segmentedlist> 434 <segtitle>&testsuites;</segtitle> 435 436 <seglistitem> 437 <seg>None</seg> 438 </seglistitem> 439 </segmentedlist> 440 441 <segmentedlist> 442 <segtitle>&before;</segtitle> 443 444 <seglistitem> 445 <seg>None</seg> 446 </seglistitem> 447 </segmentedlist> 448 449 <!-- Begin Expect dependency info --> 450 <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead> 451 452 <segmentedlist> 453 <segtitle>&dependencies;</segtitle> 454 455 <seglistitem> 456 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, GCC, Grep, Make, 457 Patch, Sed and Tcl</seg> 458 </seglistitem> 459 </segmentedlist> 460 461 <segmentedlist> 462 <segtitle>&testsuites;</segtitle> 463 464 <seglistitem> 465 <seg>None</seg> 466 </seglistitem> 467 </segmentedlist> 468 469 <segmentedlist> 470 <segtitle>&before;</segtitle> 471 472 <seglistitem> 473 <seg>None</seg> 474 </seglistitem> 475 </segmentedlist> 476 477 <!-- Begin E2fsprogs dependency info --> 478 <bridgehead renderas="sect2" id="e2fsprogs-dep">E2fsprogs</bridgehead> 479 480 <segmentedlist> 481 <segtitle>&dependencies;</segtitle> 482 483 <seglistitem> 484 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gettext, Grep, Gzip, 485 Make, Pkg-config-lite, Sed, Texinfo and Util-linux</seg> 486 </seglistitem> 487 </segmentedlist> 488 489 <segmentedlist> 490 <segtitle>&testsuites;</segtitle> 491 492 <seglistitem> 493 <seg>Bzip2 and Diffutils</seg> 494 </seglistitem> 495 </segmentedlist> 496 497 <segmentedlist> 498 <segtitle>&before;</segtitle> 499 500 <seglistitem> 501 <seg>None</seg> 502 </seglistitem> 503 </segmentedlist> 504 505 <!-- Begin File dependency info --> 506 <bridgehead renderas="sect2" id="file-dep">File</bridgehead> 507 508 <segmentedlist> 509 <segtitle>&dependencies;</segtitle> 510 511 <seglistitem> 512 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 513 Make, Sed and Zlib</seg> 514 </seglistitem> 515 </segmentedlist> 516 517 <segmentedlist> 518 <segtitle>&testsuites;</segtitle> 519 520 <seglistitem> 521 <seg>No testsuite available</seg> 522 </seglistitem> 523 </segmentedlist> 524 525 <segmentedlist> 526 <segtitle>&before;</segtitle> 527 528 <seglistitem> 529 <seg>None</seg> 530 </seglistitem> 531 </segmentedlist> 532 533 <!-- Begin Findutils dependency info --> 534 <bridgehead renderas="sect2" id="findutils-dep">Findutils</bridgehead> 1367 1368 <!-- Begin Procps dependency info --> 1369 <bridgehead renderas="sect2" id="procps-dep">Procps</bridgehead> 1370 1371 <segmentedlist> 1372 <segtitle>&dependencies;</segtitle> 1373 1374 <seglistitem> 1375 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Ncurses</seg> 1376 </seglistitem> 1377 </segmentedlist> 1378 1379 <segmentedlist> 1380 <segtitle>&testsuites;</segtitle> 1381 1382 <seglistitem> 1383 <seg>No testsuite available</seg> 1384 </seglistitem> 1385 </segmentedlist> 1386 1387 <segmentedlist> 1388 <segtitle>&before;</segtitle> 1389 1390 <seglistitem> 1391 <seg>None</seg> 1392 </seglistitem> 1393 </segmentedlist> 1394 1395 <!-- Begin Psmisc dependency info --> 1396 <bridgehead renderas="sect2" id="psmisc-dep">Psmisc</bridgehead> 1397 1398 <segmentedlist> 1399 <segtitle>&dependencies;</segtitle> 1400 1401 <seglistitem> 1402 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses 1403 and Sed</seg> 1404 </seglistitem> 1405 </segmentedlist> 1406 1407 <segmentedlist> 1408 <segtitle>&testsuites;</segtitle> 1409 1410 <seglistitem> 1411 <seg>No testsuite available</seg> 1412 </seglistitem> 1413 </segmentedlist> 1414 1415 <segmentedlist> 1416 <segtitle>&before;</segtitle> 1417 1418 <seglistitem> 1419 <seg>None</seg> 1420 </seglistitem> 1421 </segmentedlist> 1422 1423 <!-- Begin Readline dependency info --> 1424 <bridgehead renderas="sect2" id="readline-dep">Readline</bridgehead> 1425 1426 <segmentedlist> 1427 <segtitle>&dependencies;</segtitle> 1428 1429 <seglistitem> 1430 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses, 1431 Patch, Sed and Texinfo</seg> 1432 </seglistitem> 1433 </segmentedlist> 1434 1435 <segmentedlist> 1436 <segtitle>&testsuites;</segtitle> 1437 1438 <seglistitem> 1439 <seg>No testsuite available</seg> 1440 </seglistitem> 1441 </segmentedlist> 1442 1443 <segmentedlist> 1444 <segtitle>&before;</segtitle> 1445 1446 <seglistitem> 1447 <seg>Bash</seg> 1448 </seglistitem> 1449 </segmentedlist> 1450 1451 <!-- Begin Rsyslog dependency info --> 1452 <bridgehead renderas="sect2" id="rsyslog-dep">Rsyslog</bridgehead> 1453 1454 <segmentedlist> 1455 <segtitle>&dependencies;</segtitle> 1456 1457 <seglistitem> 1458 <seg>Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, libee, 1459 Libestr, Make, Sed and Zlib</seg> 1460 </seglistitem> 1461 </segmentedlist> 1462 1463 <segmentedlist> 1464 <segtitle>&testsuites;</segtitle> 1465 1466 <seglistitem> 1467 <seg>No testsuite available</seg> 1468 </seglistitem> 1469 </segmentedlist> 1470 1471 <segmentedlist> 1472 <segtitle>&before;</segtitle> 1473 1474 <seglistitem> 1475 <seg>None</seg> 1476 </seglistitem> 1477 </segmentedlist> 1478 1479 <!-- Begin Sed dependency info --> 1480 <bridgehead renderas="sect2" id="sed-dep">Sed</bridgehead> 535 1481 536 1482 <segmentedlist> … … 547 1493 548 1494 <seglistitem> 549 <seg>DejaGNU, Diffutils and Expect</seg>550 </seglistitem>551 </segmentedlist>552 553 <segmentedlist>554 <segtitle>&before;</segtitle>555 556 <seglistitem>557 <seg>None</seg>558 </seglistitem>559 </segmentedlist>560 561 <!-- Begin Flex dependency info -->562 <bridgehead renderas="sect2" id="flex-dep">Flex</bridgehead>563 564 <segmentedlist>565 <segtitle>&dependencies;</segtitle>566 567 <seglistitem>568 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, M4, Make,569 Sed and Texinfo</seg>570 </seglistitem>571 </segmentedlist>572 573 <segmentedlist>574 <segtitle>&testsuites;</segtitle>575 576 <seglistitem>577 <seg>Bison, Diffutils and Gawk</seg>578 </seglistitem>579 </segmentedlist>580 581 <segmentedlist>582 <segtitle>&before;</segtitle>583 584 <seglistitem>585 <seg>IPRoute2, Kbd and Man</seg>586 </seglistitem>587 </segmentedlist>588 589 <!-- Begin Gawk dependency info -->590 <bridgehead renderas="sect2" id="gawk-dep">Gawk</bridgehead>591 592 <segmentedlist>593 <segtitle>&dependencies;</segtitle>594 595 <seglistitem>596 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Sed and Texinfo</seg>597 </seglistitem>598 </segmentedlist>599 600 <segmentedlist>601 <segtitle>&testsuites;</segtitle>602 603 <seglistitem>604 <seg>Diffutils</seg>605 </seglistitem>606 </segmentedlist>607 608 <segmentedlist>609 <segtitle>&before;</segtitle>610 611 <seglistitem>612 <seg>None</seg>613 </seglistitem>614 </segmentedlist>615 616 <!-- Begin Gcc dependency info -->617 <bridgehead renderas="sect2" id="gcc-dep">Gcc</bridgehead>618 619 <segmentedlist>620 <segtitle>&dependencies;</segtitle>621 622 <seglistitem>623 <seg>Bash, Binutils, CLooG-ISL, Coreutils, Diffutils, EGLIBC,624 Findutils, Gawk, GCC, GMP, Grep, ISL, Make, MPFR, Patch, Perl, Sed,625 Tar and Texinfo</seg>626 </seglistitem>627 </segmentedlist>628 629 <segmentedlist>630 <segtitle>&testsuites;</segtitle>631 632 <seglistitem>633 <seg>Check, DejaGNU, and Expect</seg>634 </seglistitem>635 </segmentedlist>636 637 <segmentedlist>638 <segtitle>&before;</segtitle>639 640 <seglistitem>641 <seg>None</seg>642 </seglistitem>643 </segmentedlist>644 645 <!-- Begin Gettext dependency info -->646 <bridgehead renderas="sect2" id="gettext-dep">Gettext</bridgehead>647 648 <segmentedlist>649 <segtitle>&dependencies;</segtitle>650 651 <seglistitem>652 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,653 GCC, Grep, Make, Sed and Texinfo</seg>654 </seglistitem>655 </segmentedlist>656 657 <segmentedlist>658 <segtitle>&testsuites;</segtitle>659 660 <seglistitem>661 <seg>Tar and Tcl</seg>662 </seglistitem>663 </segmentedlist>664 665 <segmentedlist>666 <segtitle>&before;</segtitle>667 668 <seglistitem>669 <seg>Automake</seg>670 </seglistitem>671 </segmentedlist>672 673 <!-- Begin Glib dependency info -->674 <bridgehead renderas="sect2" id="glib-dep">Glib</bridgehead>675 676 <segmentedlist>677 <segtitle>&dependencies;</segtitle>678 679 <seglistitem>680 <seg>bash, binutils, coreutils, gawk, gcc, gettext, make & M4.</seg>681 </seglistitem>682 </segmentedlist>683 684 <segmentedlist>685 <segtitle>&testsuites;</segtitle>686 687 <seglistitem>688 <seg>Unknown</seg>689 </seglistitem>690 </segmentedlist>691 692 <segmentedlist>693 <segtitle>&before;</segtitle>694 695 <seglistitem>696 <seg>Pkg-config-lite</seg>697 </seglistitem>698 </segmentedlist>699 700 <!-- Begin GMP dependency info -->701 <bridgehead renderas="sect2" id="gmp-dep">GMP</bridgehead>702 703 <segmentedlist>704 <segtitle>&dependencies;</segtitle>705 706 <seglistitem>707 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, M4, Make,708 Sed and Texinfo</seg>709 </seglistitem>710 </segmentedlist>711 712 <segmentedlist>713 <segtitle>&testsuites;</segtitle>714 715 <seglistitem>716 <seg>None</seg>717 </seglistitem>718 </segmentedlist>719 720 <segmentedlist>721 <segtitle>&before;</segtitle>722 723 <seglistitem>724 <seg>MPFR, GCC</seg>725 </seglistitem>726 </segmentedlist>727 728 <!-- Begin Grep dependency info -->729 <bridgehead renderas="sect2" id="grep-dep">Grep</bridgehead>730 731 <segmentedlist>732 <segtitle>&dependencies;</segtitle>733 734 <seglistitem>735 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep,736 Make, Patch, Sed and Texinfo</seg>737 </seglistitem>738 </segmentedlist>739 740 <segmentedlist>741 <segtitle>&testsuites;</segtitle>742 743 <seglistitem>744 <seg>Diffutils and Gawk</seg>745 </seglistitem>746 </segmentedlist>747 748 <segmentedlist>749 <segtitle>&before;</segtitle>750 751 <seglistitem>752 <seg>Man</seg>753 </seglistitem>754 </segmentedlist>755 756 <!-- Begin Groff dependency info -->757 <bridgehead renderas="sect2" id="groff-dep">Groff</bridgehead>758 759 <segmentedlist>760 <segtitle>&dependencies;</segtitle>761 762 <seglistitem>763 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Perl764 Sed and Texinfo</seg>765 </seglistitem>766 </segmentedlist>767 768 <segmentedlist>769 <segtitle>&testsuites;</segtitle>770 771 <seglistitem>772 <seg>No testsuite available</seg>773 </seglistitem>774 </segmentedlist>775 776 <segmentedlist>777 <segtitle>&before;</segtitle>778 779 <seglistitem>780 <seg>Man and Perl</seg>781 </seglistitem>782 </segmentedlist>783 784 <!-- Begin Gzip dependency info -->785 <bridgehead renderas="sect2" id="gzip-dep">Gzip</bridgehead>786 787 <segmentedlist>788 <segtitle>&dependencies;</segtitle>789 790 <seglistitem>791 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,792 Sed and Texinfo</seg>793 </seglistitem>794 </segmentedlist>795 796 <segmentedlist>797 <segtitle>&testsuites;</segtitle>798 799 <seglistitem>800 <seg>Diffutils</seg>801 </seglistitem>802 </segmentedlist>803 804 <segmentedlist>805 <segtitle>&before;</segtitle>806 807 <seglistitem>808 <seg>Man</seg>809 </seglistitem>810 </segmentedlist>811 812 <!-- Begin Iana-Etc dependency info -->813 <bridgehead renderas="sect2" id="iana-etc-dep">Iana-Etc</bridgehead>814 815 <segmentedlist>816 <segtitle>&dependencies;</segtitle>817 818 <seglistitem>819 <seg>Coreutils, Gawk and Make</seg>820 </seglistitem>821 </segmentedlist>822 823 <segmentedlist>824 <segtitle>&testsuites;</segtitle>825 826 <seglistitem>827 <seg>No testsuite available</seg>828 </seglistitem>829 </segmentedlist>830 831 <segmentedlist>832 <segtitle>&before;</segtitle>833 834 <seglistitem>835 <seg>Perl</seg>836 </seglistitem>837 </segmentedlist>838 839 <!-- Begin IProute2 dependency info -->840 <bridgehead renderas="sect2" id="iproute2-dep">IProute2</bridgehead>841 842 <segmentedlist>843 <segtitle>&dependencies;</segtitle>844 845 <seglistitem>846 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Findutils, Flex, GCC,847 Make, Linux-Headers and Sed</seg>848 </seglistitem>849 </segmentedlist>850 851 <segmentedlist>852 <segtitle>&testsuites;</segtitle>853 854 <seglistitem>855 <seg>No testsuite available</seg>856 </seglistitem>857 </segmentedlist>858 859 <segmentedlist>860 <segtitle>&before;</segtitle>861 862 <seglistitem>863 <seg>None</seg>864 </seglistitem>865 </segmentedlist>866 867 <!-- Begin IPutils dependency info -->868 <bridgehead renderas="sect2" id="iputils-dep">IPutils</bridgehead>869 870 <segmentedlist>871 <segtitle>&dependencies;</segtitle>872 873 <seglistitem>874 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC and Make</seg>875 </seglistitem>876 </segmentedlist>877 878 <segmentedlist>879 <segtitle>&testsuites;</segtitle>880 881 <seglistitem>882 <seg>No testsuite available</seg>883 </seglistitem>884 </segmentedlist>885 886 <segmentedlist>887 <segtitle>&before;</segtitle>888 889 <seglistitem>890 <seg>None</seg>891 </seglistitem>892 </segmentedlist>893 894 <!-- Begin ISL dependency info -->895 <bridgehead renderas="sect2" id="isl-dep">ISL</bridgehead>896 897 <segmentedlist>898 <segtitle>&dependencies;</segtitle>899 900 <seglistitem>901 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,902 GMP, Make, MPC, MPFR, Sed and Texinfo</seg>903 </seglistitem>904 </segmentedlist>905 906 <segmentedlist>907 <segtitle>&testsuites;</segtitle>908 909 <seglistitem>910 <seg>None</seg>911 </seglistitem>912 </segmentedlist>913 914 <segmentedlist>915 <segtitle>&before;</segtitle>916 917 <seglistitem>918 <seg>GCC</seg>919 </seglistitem>920 </segmentedlist>921 922 <!-- Begin Kbd dependency info -->923 <bridgehead renderas="sect2" id="kbd-dep">Kbd</bridgehead>924 925 <segmentedlist>926 <segtitle>&dependencies;</segtitle>927 928 <seglistitem>929 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make, and930 Check</seg>931 </seglistitem>932 </segmentedlist>933 934 <segmentedlist>935 <segtitle>&testsuites;</segtitle>936 937 <seglistitem>938 <seg>No testsuite available</seg>939 </seglistitem>940 </segmentedlist>941 942 <segmentedlist>943 <segtitle>&before;</segtitle>944 945 <seglistitem>946 <seg>None</seg>947 </seglistitem>948 </segmentedlist>949 950 <!-- Begin KMOD dependency info -->951 <bridgehead renderas="sect2" id="kmod-dep">KMOD</bridgehead>952 953 <segmentedlist>954 <segtitle>&dependencies;</segtitle>955 956 <seglistitem>957 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Flex, Gawk, GCC,958 Gettext, Gzip, Make, Pkg-config-lite, Sed, XZ-Utils, and Zlib.959 </seg>960 </seglistitem>961 </segmentedlist>962 963 <segmentedlist>964 <segtitle>&testsuites;</segtitle>965 966 <seglistitem>967 <seg>No testsuite available</seg>968 </seglistitem>969 </segmentedlist>970 971 <segmentedlist>972 <segtitle>&before;</segtitle>973 974 <seglistitem>975 <seg>Eudev</seg>976 </seglistitem>977 </segmentedlist>978 979 <!-- Begin Less dependency info -->980 <bridgehead renderas="sect2" id="less-dep">Less</bridgehead>981 982 <segmentedlist>983 <segtitle>&dependencies;</segtitle>984 985 <seglistitem>986 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,987 Ncurses and Sed</seg>988 </seglistitem>989 </segmentedlist>990 991 <segmentedlist>992 <segtitle>&testsuites;</segtitle>993 994 <seglistitem>995 <seg>No testsuite available</seg>996 </seglistitem>997 </segmentedlist>998 999 <segmentedlist>1000 <segtitle>&before;</segtitle>1001 1002 <seglistitem>1003 <seg>None</seg>1004 </seglistitem>1005 </segmentedlist>1006 1007 <!-- Begin libestr dependency info -->1008 <bridgehead renderas="sect2" id="libee-dep">Libee</bridgehead>1009 1010 <segmentedlist>1011 <segtitle>&dependencies;</segtitle>1012 1013 <seglistitem>1014 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1015 GCC, Grep, Libestr, Make, Pkg-config-lite, Sed and Texinfo</seg>1016 </seglistitem>1017 </segmentedlist>1018 1019 <segmentedlist>1020 <segtitle>&testsuites;</segtitle>1021 1022 <seglistitem>1023 <seg>None</seg>1024 </seglistitem>1025 </segmentedlist>1026 1027 <segmentedlist>1028 <segtitle>&before;</segtitle>1029 1030 <seglistitem>1031 <seg>Rsyslog</seg>1032 </seglistitem>1033 </segmentedlist>1034 1035 <!-- Begin libestr dependency info -->1036 <bridgehead renderas="sect2" id="libestr-dep">Libestr</bridgehead>1037 1038 <segmentedlist>1039 <segtitle>&dependencies;</segtitle>1040 1041 <seglistitem>1042 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1043 GCC, Grep, Make, Sed and Texinfo</seg>1044 </seglistitem>1045 </segmentedlist>1046 1047 <segmentedlist>1048 <segtitle>&testsuites;</segtitle>1049 1050 <seglistitem>1051 <seg>None</seg>1052 </seglistitem>1053 </segmentedlist>1054 1055 <segmentedlist>1056 <segtitle>&before;</segtitle>1057 1058 <seglistitem>1059 <seg>Libee and Rsyslog</seg>1060 </seglistitem>1061 </segmentedlist>1062 1063 <!-- Begin Libtool dependency info -->1064 <bridgehead renderas="sect2" id="libtool-dep">Libtool</bridgehead>1065 1066 <segmentedlist>1067 <segtitle>&dependencies;</segtitle>1068 1069 <seglistitem>1070 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1071 GCC, Grep, Make, Sed and Texinfo</seg>1072 </seglistitem>1073 </segmentedlist>1074 1075 <segmentedlist>1076 <segtitle>&testsuites;</segtitle>1077 1078 <seglistitem>1079 <seg>Autoconf</seg>1080 </seglistitem>1081 </segmentedlist>1082 1083 <segmentedlist>1084 <segtitle>&before;</segtitle>1085 1086 <seglistitem>1087 <seg>None</seg>1088 </seglistitem>1089 </segmentedlist>1090 1091 <!-- Begin Linux-Headers dependency info -->1092 <bridgehead renderas="sect2" id="linux-headers-dep">Linux-Headers</bridgehead>1093 1094 <segmentedlist>1095 <segtitle>&dependencies;</segtitle>1096 1097 <seglistitem>1098 <seg>Binutils, Coreutils, Findutils, GCC, Grep, Make, Perl and Sed</seg>1099 </seglistitem>1100 </segmentedlist>1101 1102 <segmentedlist>1103 <segtitle>&testsuites;</segtitle>1104 1105 <seglistitem>1106 <seg>No testsuite available</seg>1107 </seglistitem>1108 </segmentedlist>1109 1110 <segmentedlist>1111 <segtitle>&before;</segtitle>1112 1113 <seglistitem>1114 <seg>None</seg>1115 </seglistitem>1116 </segmentedlist>1117 1118 <!-- Begin Linux Kernel dependency info -->1119 <bridgehead renderas="sect2" id="linux-dep">Linux Kernel</bridgehead>1120 1121 <segmentedlist>1122 <segtitle>&dependencies;</segtitle>1123 1124 <seglistitem>1125 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, GCC, Grep,1126 Gzip, Make, KMOD, Ncurses, Perl and Sed</seg>1127 </seglistitem>1128 </segmentedlist>1129 1130 <segmentedlist>1131 <segtitle>&testsuites;</segtitle>1132 1133 <seglistitem>1134 <seg>No testsuite available</seg>1135 </seglistitem>1136 </segmentedlist>1137 1138 <segmentedlist>1139 <segtitle>&before;</segtitle>1140 1141 <seglistitem>1142 <seg>None</seg>1143 </seglistitem>1144 </segmentedlist>1145 1146 <!-- Begin M4 dependency info -->1147 <bridgehead renderas="sect2" id="m4-dep">M4</bridgehead>1148 1149 <segmentedlist>1150 <segtitle>&dependencies;</segtitle>1151 1152 <seglistitem>1153 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Sed1154 and Texinfo</seg>1155 </seglistitem>1156 </segmentedlist>1157 1158 <segmentedlist>1159 <segtitle>&testsuites;</segtitle>1160 1161 <seglistitem>1162 <seg>Diffutils</seg>1163 </seglistitem>1164 </segmentedlist>1165 1166 <segmentedlist>1167 <segtitle>&before;</segtitle>1168 1169 <seglistitem>1170 <seg>Autoconf and Bison</seg>1171 </seglistitem>1172 </segmentedlist>1173 1174 <!-- Begin Make dependency info -->1175 <bridgehead renderas="sect2" id="make-dep">Make</bridgehead>1176 1177 <segmentedlist>1178 <segtitle>&dependencies;</segtitle>1179 1180 <seglistitem>1181 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep,1182 Make, Sed and Texinfo</seg>1183 </seglistitem>1184 </segmentedlist>1185 1186 <segmentedlist>1187 <segtitle>&testsuites;</segtitle>1188 1189 <seglistitem>1190 <seg>Perl and Procps</seg>1191 </seglistitem>1192 </segmentedlist>1193 1194 <segmentedlist>1195 <segtitle>&before;</segtitle>1196 1197 <seglistitem>1198 <seg>None</seg>1199 </seglistitem>1200 </segmentedlist>1201 1202 <!-- Begin Man dependency info -->1203 <bridgehead renderas="sect2" id="man-dep">Man</bridgehead>1204 1205 <segmentedlist>1206 <segtitle>&dependencies;</segtitle>1207 1208 <seglistitem>1209 <seg>Bash, Binutils, Bzip2, Coreutils, EGLIBC, Gawk, GCC,1210 Grep, Groff, Gzip, Less, XZ-Utils, Make and Sed</seg>1211 </seglistitem>1212 </segmentedlist>1213 1214 <segmentedlist>1215 <segtitle>&testsuites;</segtitle>1216 1217 <seglistitem>1218 <seg>No testsuite available</seg>1219 </seglistitem>1220 </segmentedlist>1221 1222 <segmentedlist>1223 <segtitle>&before;</segtitle>1224 1225 <seglistitem>1226 <seg>None</seg>1227 </seglistitem>1228 </segmentedlist>1229 1230 <!-- Begin Man-Pages dependency info -->1231 <bridgehead renderas="sect2" id="man-pages-dep">Man-Pages</bridgehead>1232 1233 <segmentedlist>1234 <segtitle>&dependencies;</segtitle>1235 1236 <seglistitem>1237 <seg>Bash, Coreutils, and Make</seg>1238 </seglistitem>1239 </segmentedlist>1240 1241 <segmentedlist>1242 <segtitle>&testsuites;</segtitle>1243 1244 <seglistitem>1245 <seg>No testsuite available</seg>1246 </seglistitem>1247 </segmentedlist>1248 1249 <segmentedlist>1250 <segtitle>&before;</segtitle>1251 1252 <seglistitem>1253 <seg>None</seg>1254 </seglistitem>1255 </segmentedlist>1256 1257 <!-- Begin MPC dependency info -->1258 <bridgehead renderas="sect2" id="mpc-dep">MPC</bridgehead>1259 1260 <segmentedlist>1261 <segtitle>&dependencies;</segtitle>1262 1263 <seglistitem>1264 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP,1265 Make, MPFR, Sed and Texinfo</seg>1266 </seglistitem>1267 </segmentedlist>1268 1269 <segmentedlist>1270 <segtitle>&testsuites;</segtitle>1271 1272 <seglistitem>1273 <seg>None</seg>1274 </seglistitem>1275 </segmentedlist>1276 1277 <segmentedlist>1278 <segtitle>&before;</segtitle>1279 1280 <seglistitem>1281 <seg>GCC</seg>1282 </seglistitem>1283 </segmentedlist>1284 1285 <!-- Begin MPFR dependency info -->1286 <bridgehead renderas="sect2" id="mpfr-dep">MPFR</bridgehead>1287 1288 <segmentedlist>1289 <segtitle>&dependencies;</segtitle>1290 1291 <seglistitem>1292 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP,1293 Make, Sed and Texinfo</seg>1294 </seglistitem>1295 </segmentedlist>1296 1297 <segmentedlist>1298 <segtitle>&testsuites;</segtitle>1299 1300 <seglistitem>1301 <seg>None</seg>1302 </seglistitem>1303 </segmentedlist>1304 1305 <segmentedlist>1306 <segtitle>&before;</segtitle>1307 1308 <seglistitem>1309 <seg>GCC</seg>1310 </seglistitem>1311 </segmentedlist>1312 1313 <!-- Begin KMOD dependency info -->1314 <bridgehead renderas="sect2" id="module-init-tools-dep">KMOD</bridgehead>1315 1316 <segmentedlist>1317 <segtitle>&dependencies;</segtitle>1318 1319 <seglistitem>1320 <seg>Bash, Binutils, Coreutils, EGLIBC, Findutils, GCC, Grep, Make,1321 Sed and Zlib</seg>1322 </seglistitem>1323 </segmentedlist>1324 1325 <segmentedlist>1326 <segtitle>&testsuites;</segtitle>1327 1328 <seglistitem>1329 <seg>Diffutils, File, Gawk and Gzip</seg>1330 </seglistitem>1331 </segmentedlist>1332 1333 <segmentedlist>1334 <segtitle>&before;</segtitle>1335 1336 <seglistitem>1337 <seg>None</seg>1338 </seglistitem>1339 </segmentedlist>1340 1341 <!-- Begin Ncurses dependency info -->1342 <bridgehead renderas="sect2" id="ncurses-dep">Ncurses</bridgehead>1343 1344 <segmentedlist>1345 <segtitle>&dependencies;</segtitle>1346 1347 <seglistitem>1348 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,1349 Make and Sed</seg>1350 </seglistitem>1351 </segmentedlist>1352 1353 <segmentedlist>1354 <segtitle>&testsuites;</segtitle>1355 1356 <seglistitem>1357 <seg>No testsuite available</seg>1358 </seglistitem>1359 </segmentedlist>1360 1361 <segmentedlist>1362 <segtitle>&before;</segtitle>1363 1364 <seglistitem>1365 <seg>Bash, GRUB, Inetutils, Less, Procps, Psmisc, Readline, Texinfo,1366 Util-linux and Vim</seg>1367 </seglistitem>1368 </segmentedlist>1369 1370 <!-- Begin Patch dependency info -->1371 <bridgehead renderas="sect2" id="patch-dep">Patch</bridgehead>1372 1373 <segmentedlist>1374 <segtitle>&dependencies;</segtitle>1375 1376 <seglistitem>1377 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make and Sed</seg>1378 </seglistitem>1379 </segmentedlist>1380 1381 <segmentedlist>1382 <segtitle>&testsuites;</segtitle>1383 1384 <seglistitem>1385 <seg>No testsuite available</seg>1386 </seglistitem>1387 </segmentedlist>1388 1389 <segmentedlist>1390 <segtitle>&before;</segtitle>1391 1392 <seglistitem>1393 <seg>None</seg>1394 </seglistitem>1395 </segmentedlist>1396 1397 <!-- Begin Perl dependency info -->1398 <bridgehead renderas="sect2" id="perl-dep">Perl</bridgehead>1399 1400 <segmentedlist>1401 <segtitle>&dependencies;</segtitle>1402 1403 <seglistitem>1404 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep,1405 Make and Sed</seg>1406 </seglistitem>1407 </segmentedlist>1408 1409 <segmentedlist>1410 <segtitle>&testsuites;</segtitle>1411 1412 <seglistitem>1413 <seg>Gzip, Iana-Etc and Procps, Tar</seg>1414 </seglistitem>1415 </segmentedlist>1416 1417 <segmentedlist>1418 <segtitle>&before;</segtitle>1419 1420 <seglistitem>1421 <seg>Autoconf</seg>1422 </seglistitem>1423 </segmentedlist>1424 1425 <!-- Begin Pkg-config-lite dependency info -->1426 <bridgehead renderas="sect2" id="pkg-config-lite-dep">Pkg-config-lite</bridgehead>1427 1428 <segmentedlist>1429 <segtitle>&dependencies;</segtitle>1430 1431 <seglistitem>1432 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,1433 Make and Sed</seg>1434 </seglistitem>1435 </segmentedlist>1436 1437 <segmentedlist>1438 <segtitle>&testsuites;</segtitle>1439 1440 <seglistitem>1441 <seg>None</seg>1442 </seglistitem>1443 </segmentedlist>1444 1445 <segmentedlist>1446 <segtitle>&before;</segtitle>1447 1448 <seglistitem>1449 <seg>Util-linux, E2fsprogs</seg>1450 </seglistitem>1451 </segmentedlist>1452 1453 <!-- Begin Procps dependency info -->1454 <bridgehead renderas="sect2" id="procps-dep">Procps</bridgehead>1455 1456 <segmentedlist>1457 <segtitle>&dependencies;</segtitle>1458 1459 <seglistitem>1460 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Ncurses</seg>1461 </seglistitem>1462 </segmentedlist>1463 1464 <segmentedlist>1465 <segtitle>&testsuites;</segtitle>1466 1467 <seglistitem>1468 <seg>No testsuite available</seg>1469 </seglistitem>1470 </segmentedlist>1471 1472 <segmentedlist>1473 <segtitle>&before;</segtitle>1474 1475 <seglistitem>1476 <seg>None</seg>1477 </seglistitem>1478 </segmentedlist>1479 1480 <!-- Begin Psmisc dependency info -->1481 <bridgehead renderas="sect2" id="psmisc-dep">Psmisc</bridgehead>1482 1483 <segmentedlist>1484 <segtitle>&dependencies;</segtitle>1485 1486 <seglistitem>1487 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses1488 and Sed</seg>1489 </seglistitem>1490 </segmentedlist>1491 1492 <segmentedlist>1493 <segtitle>&testsuites;</segtitle>1494 1495 <seglistitem>1496 <seg>No testsuite available</seg>1497 </seglistitem>1498 </segmentedlist>1499 1500 <segmentedlist>1501 <segtitle>&before;</segtitle>1502 1503 <seglistitem>1504 <seg>None</seg>1505 </seglistitem>1506 </segmentedlist>1507 1508 <!-- Begin Readline dependency info -->1509 <bridgehead renderas="sect2" id="readline-dep">Readline</bridgehead>1510 1511 <segmentedlist>1512 <segtitle>&dependencies;</segtitle>1513 1514 <seglistitem>1515 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses,1516 Patch, Sed and Texinfo</seg>1517 </seglistitem>1518 </segmentedlist>1519 1520 <segmentedlist>1521 <segtitle>&testsuites;</segtitle>1522 1523 <seglistitem>1524 <seg>No testsuite available</seg>1525 </seglistitem>1526 </segmentedlist>1527 1528 <segmentedlist>1529 <segtitle>&before;</segtitle>1530 1531 <seglistitem>1532 <seg>Bash</seg>1533 </seglistitem>1534 </segmentedlist>1535 1536 <!-- Begin Rsyslog dependency info -->1537 <bridgehead renderas="sect2" id="rsyslog-dep">Rsyslog</bridgehead>1538 1539 <segmentedlist>1540 <segtitle>&dependencies;</segtitle>1541 1542 <seglistitem>1543 <seg>Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, libee,1544 Libestr, Make, Sed and Zlib</seg>1545 </seglistitem>1546 </segmentedlist>1547 1548 <segmentedlist>1549 <segtitle>&testsuites;</segtitle>1550 1551 <seglistitem>1552 <seg>No testsuite available</seg>1553 </seglistitem>1554 </segmentedlist>1555 1556 <segmentedlist>1557 <segtitle>&before;</segtitle>1558 1559 <seglistitem>1560 <seg>None</seg>1561 </seglistitem>1562 </segmentedlist>1563 1564 <!-- Begin Sed dependency info -->1565 <bridgehead renderas="sect2" id="sed-dep">Sed</bridgehead>1566 1567 <segmentedlist>1568 <segtitle>&dependencies;</segtitle>1569 1570 <seglistitem>1571 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,1572 Sed and Texinfo</seg>1573 </seglistitem>1574 </segmentedlist>1575 1576 <segmentedlist>1577 <segtitle>&testsuites;</segtitle>1578 1579 <seglistitem>1580 1495 <seg>Diffutils and Gawk</seg> 1581 1496 </seglistitem> … … 1729 1644 </segmentedlist> 1730 1645 1731 <!-- Begin Eudev dependency info -->1732 <bridgehead renderas="sect2" id="udev-dep"> Eudev</bridgehead>1646 <!-- Begin Udev dependency info --> 1647 <bridgehead renderas="sect2" id="udev-dep">Udev</bridgehead> 1733 1648 1734 1649 <segmentedlist> … … 1765 1680 <seglistitem> 1766 1681 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 1767 Make, Ncurses, Pkg-config -lite, Sed, Texinfo and Zlib</seg>1682 Make, Ncurses, Pkg-config, Sed, Texinfo and Zlib</seg> 1768 1683 </seglistitem> 1769 1684 </segmentedlist> … … 1864 1779 1865 1780 <seglistitem> 1866 <seg>File, KMODand Util-linux</seg>1781 <seg>File, Module-Init-Tools and Util-linux</seg> 1867 1782 </seglistitem> 1868 1783 </segmentedlist> -
BOOK/appendices/rationale/common.xml
r111b12a r76b06f6 40 40 41 41 <listitem> 42 <para>Bc</para>43 <para>This package contains a precision calculator. The Linux kernel44 uses Bc to render the timeconst header.</para>45 </listitem>46 47 48 <listitem>49 42 <para>Binutils</para> 50 43 <para>This package contains programs for handling object files. The … … 73 66 74 67 <listitem> 75 <para>Check</para> 76 <para>This package contains a test harness for other programs.</para> 77 </listitem> 78 79 <listitem> 80 <para>CLooG-ISL</para> 68 <para>CLooG-PPL</para> 81 69 <para>This package is used by GCC.</para> 82 70 </listitem> … … 205 193 206 194 <listitem> 207 <para>ISL</para>208 <para>This package is required by CLooG.</para>209 </listitem>210 211 <listitem>212 195 <para>Kbd</para> 213 196 <para>Contains keytable files and keyboard utilities compatible with the … … 304 287 305 288 <listitem> 306 <para>Pkg-config -lite</para>289 <para>Pkg-config</para> 307 290 <para>Needed by E2fsprogs</para> 291 </listitem> 292 293 <listitem> 294 <para>PPL</para> 295 <para>This package i used by GCC.</para> 308 296 </listitem> 309 297 … … 373 361 374 362 <listitem> 375 <para> Eudev</para>376 <para>The Eudev package contains programs for dynamic creation of device363 <para>Udev</para> 364 <para>The Udev package contains programs for dynamic creation of device 377 365 nodes.</para> 378 366 </listitem> -
BOOK/boot/64/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/shadow.xml
r111b12a r76b06f6 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 34 href="../common/shadow.xml" 35 xpointer="xpointer(//*[@os='t1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/shadow.xml" 39 xpointer="xpointer(//*[@os='t2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/shadow.xml" 35 43 xpointer="xpointer(//*[@os='d'])"/> 36 44 37 45 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen> 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \ 47 --cache-file=config.cache</userinput></screen> 39 48 40 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/util-linux.xml
r111b12a r76b06f6 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 32 --disable-makeinstall-chown --disable-login --disable-su \ 33 --config-cache</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/alpha-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/kernel.xml"/> -
BOOK/boot/alpha/kernel.xml
r111b12a r76b06f6 83 83 84 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 85 href="../../bootable/x86/kernel.xml"86 xpointer="xpointer(//*[@os='s2'])"/>87 88 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- \89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>90 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"92 85 href="../x86/kernel.xml" 93 86 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/common/fstab.xml
r111b12a r76b06f6 32 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfsdefaults 0 035 devtmpfs /dev devtmpfsmode=0755,nosuid 0 034 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 36 36 37 37 # End /etc/fstab</literal> -
BOOK/boot/common/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 ./configure --prefix=/tools --bindir=/bin \ 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \ 33 --disable-manpages</userinput></screen> 29 <screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/common/pwdgroup.xml
r111b12a r76b06f6 190 190 191 191 <para os="e">The created groups are not part of any standard—they are 192 groups decided on in part by the requirements of the Eudev configuration192 groups decided on in part by the requirements of the Udev configuration 193 193 in the final system, and in part by common convention employed by a 194 194 number of existing Linux distributions. The Linux Standard Base (LSB, -
BOOK/boot/common/shadow.xml
r111b12a r76b06f6 29 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 30 30 31 <para os="t1">The following cache entries set the values for tests that do 32 not run while cross-compiling:</para> 33 34 <screen os="t2"><userinput>echo "ac_cv_func_setpgrp_void=yes" > config.cache</userinput></screen> 35 31 36 <para os="d">Prepare Shadow for compilation:</para> 32 37 33 38 <screen os="e"><userinput>./configure --prefix=/tools \ 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen> 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \ 40 --cache-file=config.cache</userinput></screen> 35 41 36 42 <para os="f">The meaning of the configure options:</para> -
BOOK/boot/common/sysvinit.xml
r111b12a r76b06f6 86 86 87 87 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 88 <literal>1:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty1 960089 2:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty2 960090 3:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty3 960091 4:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty4 960092 5:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty5 960093 6:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty6 960088 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600 89 2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600 90 3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600 91 4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600 92 5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600 93 6:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600 94 94 </literal> 95 95 EOF</userinput></screen> … … 99 99 100 100 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 101 <literal>c0:12345:respawn:/sbin/agetty --noclear115200 ttyS0 vt100101 <literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 102 102 </literal> 103 103 EOF</userinput></screen> -
BOOK/boot/common/util-linux.xml
r111b12a r76b06f6 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 32 --disable-makeinstall-chown --disable-login --disable-su \ 33 --config-cache</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/mips-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/kernel.xml"/> -
BOOK/boot/mips/kernel.xml
r111b12a r76b06f6 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 77 href="../../bootable/x86/kernel.xml"78 xpointer="xpointer(//*[@os='s2'])"/>79 80 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \81 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 77 href="../x86/kernel.xml" 85 78 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/mips64-64-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/kernel.xml"/> -
BOOK/boot/mips64-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/kernel.xml"/> -
BOOK/boot/mips64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/multilib/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib64 -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 32 30 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen>31 --libdir=/tools/lib64</userinput></screen> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/util-linux.xml
r111b12a r76b06f6 31 31 --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \ 32 32 --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \ 33 --disable-su </userinput></screen>33 --disable-su --config-cache</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/kernel.xml"/> -
BOOK/boot/ppc/kernel.xml
r111b12a r76b06f6 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 82 href="../../bootable/x86/kernel.xml"83 xpointer="xpointer(//*[@os='s2'])"/>84 85 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \86 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>87 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"89 82 href="../x86/kernel.xml" 90 83 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/ppc64-chapter.xml
r111b12a r76b06f6 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/kernel.xml"/> -
BOOK/boot/ppc64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/ppc64/util-linux-32.xml
r111b12a r76b06f6 31 31 --prefix=/tools --exec-prefix=/tools \ 32 32 --build=${CLFS_HOST} --host=${CLFS_TARGET32} \ 33 --without-ncurses --disable-makeinstall-chown </userinput></screen>33 --without-ncurses --disable-makeinstall-chown --config-cache</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/sparc-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=4,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/boot/sparc/kernel.xml
r111b12a r76b06f6 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 77 href="../../bootable/x86/kernel.xml"78 xpointer="xpointer(//*[@os='s2'])"/>79 80 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \81 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 77 href="../x86/kernel.xml" 85 78 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/sparc64-64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc64/kernel.xml
r111b12a r76b06f6 73 73 xpointer="xpointer(//*[@os='s'])"/> 74 74 75 <screen><userinput>make ARCH=sparc64 INSTALL_MOD_PATH=${CLFS}\75 <screen><userinput>make INSTALL_MOD_PATH=${CLFS} ARCH=sparc64 \ 76 76 CROSS_COMPILE=${CLFS_TARGET}- modules_install</userinput></screen> 77 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"79 href="../../bootable/x86/kernel.xml"80 xpointer="xpointer(//*[@os='s2'])"/>81 82 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}- \83 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>84 77 85 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/kernel.xml"/> -
BOOK/boot/x86/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86/kernel.xml
r111b12a r76b06f6 82 82 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 83 83 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"85 href="../../bootable/x86/kernel.xml"86 xpointer="xpointer(//*[@os='s2'])"/>87 88 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>90 91 84 <para os="u">After kernel compilation is complete, additional steps are 92 85 required to complete the installation. Some files need to be copied to -
BOOK/boot/x86_64-64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/> -
BOOK/boot/x86_64-64/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --bindir=/bin \ 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \ 33 --disable-manpages</userinput></screen> 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86_64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/> -
BOOK/boot/x86_64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/bootable/alpha/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=10,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/bootable/common/fstab.xml
r111b12a r76b06f6 32 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfsdefaults 0 035 devtmpfs /dev devtmpfsmode=0755,nosuid 0 034 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 36 36 37 37 # End /etc/fstab</literal> -
BOOK/bootable/sparc/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=10,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/bootable/x86/kernel.xml
r111b12a r76b06f6 72 72 kernel modules because it usually applies to 2.4.x kernels only. As 73 73 far as we know, kernel configuration issues specific to Hotplug and 74 Eudev are not documented. The problem is that Eudev will create a device74 Udev are not documented. The problem is that Udev will create a device 75 75 node only if Hotplug or a user-written script inserts the corresponding 76 76 module into the kernel, and not all modules are detectable by Hotplug. 77 77 Note that statements like the one below in the 78 <filename>/etc/modprobe.conf</filename> file do not work with Eudev:</para>78 <filename>/etc/modprobe.conf</filename> file do not work with Udev:</para> 79 79 80 80 <screen os="q"><literal>alias char-major-XXX some-module</literal></screen> 81 81 82 <para os="r">Because of the complications with Eudev and modules,82 <para os="r">Because of the complications with Udev and modules, 83 83 we strongly recommend starting with a completely non-modular kernel 84 configuration, especially if this is the first time using Eudev.</para>84 configuration, especially if this is the first time using Udev.</para> 85 85 86 86 <para os="s">Install the modules, if the kernel configuration uses -
BOOK/bootscripts/alpha-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/common/bootscripts.xml
r111b12a r76b06f6 262 262 </varlistentry> 263 263 264 <varlistentry id=" eudev-bootscripts">264 <varlistentry id="udev-bootscripts"> 265 265 <term><command>udev</command></term> 266 266 <listitem> 267 <para>Starts and stops the Eudev daemon</para>268 <indexterm zone="ch-scripts-bootscripts eudev-bootscripts">269 <primary sortas="d- eudev">udev</primary>267 <para>Starts and stops the Udev daemon</para> 268 <indexterm zone="ch-scripts-bootscripts udev-bootscripts"> 269 <primary sortas="d-udev">udev</primary> 270 270 </indexterm> 271 271 </listitem> -
BOOK/bootscripts/common/symlinks.xml
r111b12a r76b06f6 45 45 <note> 46 46 <para>Although the examples in this book work properly, be aware 47 that Eudev does not recognize the backslash for line continuation.48 If modifying Eudev rules with an editor, be sure to leave each rule47 that Udev does not recognize the backslash for line continuation. 48 If modifying Udev rules with an editor, be sure to leave each rule 49 49 on one physical line.</para> 50 50 </note> … … 89 89 <title>Dealing with duplicate devices</title> 90 90 91 <para>As explained in <xref linkend="ch-scripts- eudev"/>, the order in91 <para>As explained in <xref linkend="ch-scripts-udev"/>, the order in 92 92 which devices with the same function appear in 93 93 <filename class="directory">/dev</filename> is essentially random. … … 134 134 device.</para> 135 135 136 <para>More information on writing Eudev rules can be found in136 <para>More information on writing Udev rules can be found in 137 137 <filename>/usr/share/doc/udev/writing_udev_rules/index.html</filename>.</para> 138 138 -
BOOK/bootscripts/common/udev.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-scripts- eudev">9 <?dbhtml filename=" eudev.html"?>8 <sect1 id="ch-scripts-udev"> 9 <?dbhtml filename="udev.html"?> 10 10 11 11 <title>Device and Module Handling on a CLFS System</title> 12 12 13 <indexterm zone="ch-scripts- eudev">14 <primary sortas="a- Eudev">Eudev</primary>13 <indexterm zone="ch-scripts-udev"> 14 <primary sortas="a-Udev">Udev</primary> 15 15 <secondary>usage</secondary> 16 16 </indexterm> 17 17 18 <para>In <xref linkend="chapter-building-system"/>, we installed the Eudev18 <para>In <xref linkend="chapter-building-system"/>, we installed the Udev 19 19 package. Before we go into the details regarding how this works, 20 20 a brief history of previous methods of handling devices is in … … 30 30 the world.</para> 31 31 32 <para>Using the Eudev method, only those devices which are detected by the32 <para>Using the Udev method, only those devices which are detected by the 33 33 kernel get device nodes created for them. Because these device nodes will be 34 34 created each time the system boots, they will be stored on a <systemitem … … 71 71 72 72 <sect2> 73 <title> Eudev Implementation</title>73 <title>Udev Implementation</title> 74 74 75 75 <sect3> … … 93 93 94 94 <sect3> 95 <title> Eudev Bootscript</title>95 <title>Udev Bootscript</title> 96 96 97 97 <para>The <command>S10udev</command> initscript takes care of creating … … 109 109 class="directory">/lib/udev/devices</filename> also provides an easy 110 110 workaround for devices that are not supported by the dynamic device 111 handling infrastructure. The bootscript then starts the Eudev daemon,111 handling infrastructure. The bootscript then starts the Udev daemon, 112 112 <command>udevd</command>, which will act on any uevents it receives. 113 113 Finally, the bootscript forces the kernel to replay uevents for any … … 120 120 <title>Device Node Creation</title> 121 121 122 <para>To obtain the right major and minor number for a device, Eudev relies122 <para>To obtain the right major and minor number for a device, Udev relies 123 123 on the information provided by <systemitem 124 124 class="filesystem">sysfs</systemitem> in <filename … … 134 134 <command>udevd</command> can't find a rule for the device it is creating, 135 135 it will default permissions to <emphasis>660</emphasis> and ownership to 136 <emphasis>root:root</emphasis>. Documentation on the syntax of the Eudev136 <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev 137 137 rules configuration files is available in 138 138 <filename>/usr/share/doc/udev/writing_udev_rules/index.html</filename></para> … … 155 155 might contain the string 156 156 <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>. 157 The default rules provided by Eudev will cause <command>udevd</command>157 The default rules provided by Udev will cause <command>udevd</command> 158 158 to call out to <command>/sbin/modprobe</command> with the contents of the 159 159 <envar>MODALIAS</envar> uevent environment variable (that should be the … … 194 194 <title>A kernel module is not loaded automatically</title> 195 195 196 <para> Eudev will only load a module if it has a bus-specific alias and the196 <para>Udev will only load a module if it has a bus-specific alias and the 197 197 bus driver properly exports the necessary aliases to <systemitem 198 198 class="filesystem">sysfs</systemitem>. In other cases, one should 199 arrange module loading by other means. With Linux-&linux-version;, Eudev is199 arrange module loading by other means. With Linux-&linux-version;, Udev is 200 200 known to load properly-written drivers for INPUT, IDE, PCI, USB, SCSI, 201 201 SERIO and FireWire devices.</para> 202 202 203 203 <para>To determine if the device driver you require has the necessary 204 support for Eudev, run <command>modinfo</command> with the module name as204 support for Udev, run <command>modinfo</command> with the module name as 205 205 the argument. Now try locating the device directory under 206 206 <filename class="directory">/sys/bus</filename> and check whether there is … … 210 210 class="filesystem">sysfs</systemitem>, the driver supports the device and 211 211 can talk to it directly, but doesn't have the alias, it is a bug in the 212 driver. Load the driver without the help from Eudev and expect the issue212 driver. Load the driver without the help from Udev and expect the issue 213 213 to be fixed later.</para> 214 214 … … 219 219 busses. Expect this issue to be fixed in later kernel versions.</para> 220 220 221 <para> Eudev is not intended to load <quote>wrapper</quote> drivers such as221 <para>Udev is not intended to load <quote>wrapper</quote> drivers such as 222 222 <emphasis>snd-pcm-oss</emphasis> and non-hardware drivers such as 223 223 <emphasis>loop</emphasis> at all.</para> … … 226 226 227 227 <sect3> 228 <title>A kernel module is not loaded automatically, and Eudev is not228 <title>A kernel module is not loaded automatically, and Udev is not 229 229 intended to load it</title> 230 230 … … 233 233 enhances the functionality of <emphasis>snd-pcm</emphasis> by making the 234 234 sound cards available to OSS applications), configure 235 <command>modprobe</command> to load the wrapper after Eudev loads the235 <command>modprobe</command> to load the wrapper after Udev loads the 236 236 wrapped module. To do this, add an <quote>install</quote> line in 237 237 <filename>/etc/modprobe.conf</filename>. For example:</para> … … 249 249 250 250 <sect3> 251 <title> Eudev loads some unwanted module</title>251 <title>Udev loads some unwanted module</title> 252 252 253 253 <para>Either don't build the module, or blacklist it in … … 263 263 264 264 <sect3> 265 <title> Eudev creates a device incorrectly, or makes a wrong symlink</title>265 <title>Udev creates a device incorrectly, or makes a wrong symlink</title> 266 266 267 267 <para>This usually happens if a rule unexpectedly matches a device. For … … 274 274 275 275 <sect3> 276 <title> Eudev rule works unreliably</title>276 <title>Udev rule works unreliably</title> 277 277 278 278 <para>This may be another manifestation of the previous problem. If not, … … 288 288 289 289 <sect3> 290 <title> Eudev does not create a device</title>290 <title>Udev does not create a device</title> 291 291 292 292 <para>Further text assumes that the driver is built statically into the 293 293 kernel or already loaded as a module, and that you have already checked 294 that Eudev doesn't create a misnamed device.</para>295 296 <para> Eudev has no information needed to create a device node if a kernel294 that Udev doesn't create a misnamed device.</para> 295 296 <para>Udev has no information needed to create a device node if a kernel 297 297 driver does not export its data to <systemitem 298 298 class="filesystem">sysfs</systemitem>. … … 311 311 <title>Device naming order changes randomly after rebooting</title> 312 312 313 <para>This is due to the fact that Eudev, by design, handles uevents and313 <para>This is due to the fact that Udev, by design, handles uevents and 314 314 loads modules in parallel, and thus in an unpredictable order. This will 315 315 never be <quote>fixed</quote>. You should not rely upon the kernel device 316 316 names being stable. Instead, create your own rules that make symlinks with 317 317 stable names based on some stable attributes of the device, such as a 318 serial number or the output of various *_id utilities installed by Eudev.318 serial number or the output of various *_id utilities installed by Udev. 319 319 See <xref linkend="ch-scripts-symlinks"/> and 320 320 <xref linkend="chapter-network"/> for examples.</para> -
BOOK/bootscripts/mips-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/mips64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/mips64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/ppc-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/ppc64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86_64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86_64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/chroot/common/devices.xml
r111b12a r76b06f6 30 30 31 31 <para>This file—<filename>/etc/fstab</filename>—has not 32 been created yet (unless using the boot method), but is also not required 33 for the file systems to be properly mounted. The warning can be safely 34 ignored.</para> 32 been created yet but is also not required for the file systems to be 33 properly mounted. As such, the warning can be safely ignored.</para> 35 34 36 35 </sect2> -
BOOK/chroot/common/kernfs.xml
r111b12a r76b06f6 36 36 <para>Two device nodes, /dev/console and /dev/null, are required to be 37 37 present on the filesystem. These are needed by the kernel even before 38 starting Eudev early in the boot process, so we create them here:</para>38 starting Udev early in the boot process, so we create them here:</para> 39 39 40 40 <screen><userinput>mknod -m 600 ${CLFS}/dev/console c 5 1 … … 42 42 43 43 <para>Once the system is complete and booting, the rest of our device 44 nodes are created by the Eudev package. Since this package is not44 nodes are created by the Udev package. Since this package is not 45 45 available to us right now, we must take other steps to provide device 46 46 nodes under on the CLFS filesystem. We will use the <quote>bind</quote> … … 54 54 for each of these now:</para> 55 55 56 <screen><userinput>if [ -h ${CLFS}/dev/shm ]; then 57 link=$(readlink ${CLFS}/dev/shm) 58 mkdir -p ${CLFS}/$link 59 mount -f -vt tmpfs shm ${CLFS}/$link 60 unset link 61 else 62 mount -f -vt tmpfs shm ${CLFS}/dev/shm 63 fi 56 <screen><userinput>mount -f -vt tmpfs tmpfs ${CLFS}/dev/shm 64 57 mount -f -vt devpts -o gid=&gid-tty;,mode=620 devpts ${CLFS}/dev/pts</userinput></screen> 65 58 -
BOOK/chroot/common/util-linux.xml
r111b12a r76b06f6 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-su --disable-login</userinput></screen> 31 --disable-makeinstall-chown --disable-su --disable-login \ 32 --config-cache</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/multilib/util-linux.xml
r111b12a r76b06f6 29 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 31 --disable-makeinstall-chown --disable-login --disable-su \ 32 --config-cache</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/x86/before-chroot.xml
r111b12a r76b06f6 35 35 <command>config.guess</command>:</para> 36 36 37 <screen><userinput> build-aux/config.guess</userinput></screen>37 <screen><userinput>lib/config.guess</userinput></screen> 38 38 39 39 <para>If the output of that command does not equal what is in … … 55 55 directory:</para> 56 56 57 <screen><userinput>setarch linux32 build-aux/config.guess</userinput></screen>57 <screen><userinput>setarch linux32 lib/config.guess</userinput></screen> 58 58 59 59 <para>If the output of the command above equals what is in … … 125 125 directory:</para> 126 126 127 <screen os="uui"><userinput> build-aux/config.guess</userinput></screen>127 <screen os="uui"><userinput>lib/config.guess</userinput></screen> 128 128 129 129 <para os="uuj">The output of the above command should be the same as the -
BOOK/cross-tools/64/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 53 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>63 --cache-file=config.cache</userinput></screen> 56 64 57 65 <variablelist os="dg"> … … 132 140 xpointer="xpointer(//*[@os='dn'])"/> 133 141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 143 href="../../final-system/common/eglibc.xml" 144 xpointer="xpointer(//*[@os='ra'])"/> 145 146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 147 href="../common/eglibc.xml" 148 xpointer="xpointer(//*[@os='rb'])"/> 149 134 150 </sect2> 135 151 -
BOOK/cross-tools/64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='ah'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 45 45 href="../common/gcc-static.xml" 46 46 xpointer="xpointer(//*[@os='ah'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/gcc-static.xml" 50 xpointer="xpointer(//*[@os='ai'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/gcc-static.xml" 54 xpointer="xpointer(//*[@os='aj'])"/> 47 55 48 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/alpha-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/linux-headers.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/alpha/eglibc-headers.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="eglibc.xml" 32 xpointer="xpointer(//*[@os='g1'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../../final-system/mips/eglibc.xml" 36 xpointer="xpointer(//*[@os='g2'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/eglibc.xml" 40 xpointer="xpointer(//*[@os='db'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/eglibc.xml" 44 xpointer="xpointer(//*[@os='dc'])"/> 28 45 29 46 <para os="s1">EGLIBC's <filename>configure</filename> script checks the … … 66 83 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 67 84 --disable-sanity-checks --enable-kernel=2.6.32 \ 68 --with-headers=/tools/include --enable-obsolete-rpc \ 69 --cache-file=config.cache \ 85 --with-headers=/tools/include --cache-file=config.cache \ 70 86 --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen> 71 87 -
BOOK/cross-tools/alpha/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <para os="g1">ALPHA is not supported in the main EGLIBC tree, so 30 we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../../final-system/mips/eglibc.xml" 34 xpointer="xpointer(//*[@os='g2'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/eglibc.xml" 38 xpointer="xpointer(//*[@os='db'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='dc'])"/> 28 43 29 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 98 xpointer="xpointer(//*[@os='dn'])"/> 84 99 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 101 href="../../final-system/common/eglibc.xml" 102 xpointer="xpointer(//*[@os='ra'])"/> 103 104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 105 href="../common/eglibc.xml" 106 xpointer="xpointer(//*[@os='rb'])"/> 107 85 108 </sect2> 86 109 -
BOOK/cross-tools/alpha/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=alpha headers_check 35 make ARCH=alpha INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=alpha INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=alpha INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=alpha INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/common/binutils-32.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='p2'])"/> 38 38 --> 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"40 href="../common/binutils.xml"41 xpointer="xpointer(//*[@os='s1'])"/>42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"44 href="../common/binutils.xml"45 xpointer="xpointer(//*[@os='s2'])"/>46 39 47 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/binutils.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='p2'])"/> 38 38 --> 39 <para os="s1">Apply the following sed for hosts using Texinfo-5.x:</para>40 41 <screen os="s2"><userinput>sed -i -e 's/@colophon/@@colophon/' \42 -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>43 39 44 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/cloog.xml
r111b12a r76b06f6 23 23 <title>Installation of CLooG</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../temp-system/common/cloog.xml" 27 xpointer="xpointer(//*[@os='s1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../temp-system/common/cloog.xml" 31 xpointer="xpointer(//*[@os='s2'])"/> 32 25 33 <para os="a">Prepare CLooG for compilation:</para> 26 34 27 35 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 36 ./configure --prefix=/cross-tools --enable-shared --disable-static \ 29 --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen>37 --with-gmp-prefix=/cross-tools</userinput></screen> 30 38 31 39 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/eglibc.xml
r111b12a r76b06f6 27 27 risk.</para> 28 28 29 <para os="db">Disable linking to <filename>libgcc_eh</filename>:</para> 30 31 <screen os="dc"><userinput>cp -v Makeconfig{,.orig} 32 sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig</userinput></screen> 33 29 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 35 href="../../final-system/common/eglibc.xml" … … 35 40 xpointer="xpointer(//*[@os='f'])"/> 36 41 37 <para os="dd"> Add the following to <filename>config.cache</filename>38 to disable ssp when building EGLIBC:</para>42 <para os="dd">The following lines need to be added to 43 <filename>config.cache</filename> for EGLIBC to support NPTL:</para> 39 44 40 <screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen> 45 <screen os="de"><userinput>cat > config.cache << "EOF" 46 libc_cv_forced_unwind=yes 47 libc_cv_c_cleanup=yes 48 libc_cv_gnu89_inline=yes 49 libc_cv_ssp=no 50 EOF</userinput></screen> 41 51 42 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 50 60 --disable-profile --with-tls --enable-kernel=2.6.32 \ 51 61 --with-__thread --with-binutils=/cross-tools/bin \ 52 --with-headers=/tools/include --enable-obsolete-rpc \ 53 --cache-file=config.cache</userinput></screen> 62 --with-headers=/tools/include --cache-file=config.cache</userinput></screen> 54 63 55 64 <variablelist os="dg"> … … 164 173 <para os="dm">Install the package:</para> 165 174 166 <screen os="dn"><userinput>make install</userinput></screen> 175 <screen os="dn"><userinput>make install inst_vardbdir=/tools/var/db</userinput></screen> 176 177 <para os="do"><parameter>inst_vardbdir=...</parameter> ensures that db-Makefile is not 178 installed on the host system</para> 179 180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 181 href="../../final-system/common/eglibc.xml" 182 xpointer="xpointer(//*[@os='ra'])"/> 183 184 <screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /tools/include/rpc 185 cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /tools/include/rpcsvc 186 cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /tools/include/rpcsvc</userinput></screen> 167 187 168 188 </sect2> -
BOOK/cross-tools/common/file.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-file" role="wrap">8 <sect1 id="ch-cross-tools-file"> 9 9 <?dbhtml filename="file.html"?> 10 10 -
BOOK/cross-tools/common/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 51 59 xpointer="xpointer(//*[@os='f'])"/> 52 60 … … 62 70 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 66 73 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --enable-cloog-backend=isl --with-isl=/cross-tools \ 71 --disable-isl-version-check --with-system-zlib --enable-checking=release \ 72 --enable-libstdcxx-time</userinput></screen> 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-cloog-backend=isl --enable-long-long --enable-threads=posix \ 77 --disable-multilib</userinput></screen> 73 78 74 79 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
r111b12a r76b06f6 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../../final-system/common/gcc.xml" 28 xpointer="xpointer(//*[@os='p1'])"/> 26 <para os="p1">The following patch contains a number of updates to the 27 &gcc-version; branch by the GCC developers:</para> 29 28 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../../final-system/common/gcc.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 29 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 33 30 34 31 <para os="aa">Make a couple of essential adjustments to the … … 38 35 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen> 39 36 40 <para os="ag">Change the StartFile Spec so that GCC looks in41 <filename class="directory">/tools</filename>:</para>37 <para os="ag">Change the StartFile Spec and Standard Include Dir so that 38 GCC looks in <filename class="directory">/tools</filename>:</para> 42 39 43 <screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/linux.h 40 <screen os="ah"><userinput>echo -en '#undef STANDARD_INCLUDE_DIR\n#define STANDARD_INCLUDE_DIR "/tools/include/"\n\n' >> gcc/config/linux.h 41 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/linux.h 44 42 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' >> gcc/config/linux.h</userinput></screen> 43 44 <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default 45 include search path to use <filename class="directory">/tools</filename> only:</para> 46 47 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 48 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 49 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 45 50 46 51 <para os="t1">We will create a dummy <filename>limits.h</filename> so … … 64 69 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 65 70 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 66 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 67 --with-native-system-header-dir=/tools/include --disable-nls \ 71 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 68 72 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 69 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 70 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 71 --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \ 72 --disable-libatomic --disable-libitm --disable-libsanitizer \ 73 --disable-libquadmath --disable-target-libiberty --disable-target-zlib \ 74 --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \ 75 --enable-languages=c --enable-checking=release</userinput></screen> 73 --with-ppl=/cross-tools --with-cloog=/cross-tools --without-headers \ 74 --with-newlib --disable-decimal-float --disable-libgomp \ 75 --disable-libmudflap --disable-libssp --disable-threads \ 76 --enable-languages=c --disable-multilib --enable-cloog-backend=isl</userinput></screen> 76 77 77 78 <variablelist os="am"> … … 96 97 </varlistentry> 97 98 98 99 <varlistentry>100 <term><parameter>--with-native-system-headers-dir=/tools/include</parameter></term>101 <listitem>102 <para>This switch ensures that GCC will search for the system headers103 in <filename class="directory">/tools/include</filename> and that104 host system headers will not be searched.</para>105 </listitem>106 </varlistentry>107 108 99 <varlistentry> 109 100 <term><parameter>--disable-nls</parameter></term> 110 101 <listitem> 111 <para>This disables internationalization as i18n is not needed for the 102 <para>This disables internationalization as i18n is not needed for the 112 103 cross-compile tools.</para> 113 104 </listitem> … … 167 158 168 159 <varlistentry> 169 <term><parameter>--disable-libatomic</parameter></term>170 <listitem>171 <para>The atomic library isn't needed at this time.</para>172 </listitem>173 </varlistentry>174 175 <varlistentry>176 <term><parameter>--disable-libitm</parameter></term>177 <listitem>178 <para>The itm library isn't neeeded at this tiem.</para>179 </listitem>180 </varlistentry>181 182 <varlistentry>183 <term><parameter>--disable-libsanitizer</parameter></term>184 <listitem>185 <para>The sanitizer library isn't needed at this time.</para>186 </listitem>187 </varlistentry>188 189 <varlistentry>190 <term><parameter>--disable-libquadmath</parameter></term>191 <listitem>192 <para>The quadmath library isn't needed at this time.</para>193 </listitem>194 </varlistentry>195 196 <varlistentry>197 160 <term><parameter>--enable-languages=c</parameter></term> 198 161 <listitem> 199 162 <para>This option ensures that only the C compiler is built.</para> 200 </listitem>201 </varlistentry>202 203 <varlistentry>204 <term><parameter>--enable-checking=release</parameter></term>205 <listitem>206 <para>This option selects the complexity of the internal consistency checks and adds error checking within the compiler.</para>207 163 </listitem> 208 164 </varlistentry> -
BOOK/cross-tools/common/gmp.xml
r111b12a r76b06f6 35 35 <para os="a">Prepare GMP for compilation:</para> 36 36 37 <screen os="b"><userinput> ./configure --prefix=/cross-tools --enable-cxx\38 --disable-static</userinput></screen>37 <screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \ 38 --prefix=/cross-tools --enable-cxx --disable-static</userinput></screen> 39 39 40 40 <variablelist os="b1"> 41 41 <title>The meaning of the new configure options:</title> 42 43 <varlistentry> 44 <term><parameter>CPPFLAGS=-fexceptions</parameter></term> 45 <listitem> 46 <para>Allows GMP to handle C++ exceptions thrown by PPL.</para> 47 </listitem> 48 </varlistentry> 42 49 43 50 <varlistentry> -
BOOK/cross-tools/common/m4.xml
r111b12a r76b06f6 23 23 <title>Installation of M4</title> 24 24 25 26 <para os="p1">The following patch contains a fix when building 27 with a host having Glibc or EGLIBC 2.16 or later.</para> 28 29 <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen> 30 25 31 <para os="a">Prepare M4 for compilation:</para> 26 32 -
BOOK/cross-tools/mips-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/mips/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 99 xpointer="xpointer(//*[@os='dn'])"/> 84 100 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 102 href="../../final-system/common/eglibc.xml" 103 xpointer="xpointer(//*[@os='ra'])"/> 104 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 106 href="../common/eglibc.xml" 107 xpointer="xpointer(//*[@os='rb'])"/> 108 85 109 </sect2> 86 110 -
BOOK/cross-tools/mips/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../64/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 40 40 xpointer="xpointer(//*[@os='ab'])"/> 41 41 42 <para os="f1">The following patch fixes and issue that causes GCC 43 to segfault when compilling for Mips.</para> 44 45 <screen os="f2"><userinput>patch -Np1 -i ../&gcc-mips-fix-patch;</userinput></screen> 46 42 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 48 href="../common/gcc-static.xml" … … 47 52 href="../common/gcc-static.xml" 48 53 xpointer="xpointer(//*[@os='ah'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/gcc-static.xml" 57 xpointer="xpointer(//*[@os='ai'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/gcc-static.xml" 61 xpointer="xpointer(//*[@os='aj'])"/> 49 62 50 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=mips headers_check 35 make ARCH=mips INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=mips INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=mips INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=mips INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/mips64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/cross-tools/mips64-64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 92 108 93 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 94 href="../ x86_64-64/eglibc.xml"95 xpointer="xpointer(//*[@os=' do'])"/>110 href="../../final-system/common/eglibc.xml" 111 xpointer="xpointer(//*[@os='ra'])"/> 96 112 97 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 href="../ x86_64-64/eglibc.xml"99 xpointer="xpointer(//*[@os=' dp'])"/>114 href="../common/eglibc.xml" 115 xpointer="xpointer(//*[@os='rb'])"/> 100 116 101 117 </sect2> -
BOOK/cross-tools/mips64-64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 62 78 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 79 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 67 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 68 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 69 --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \ 70 --disable-libatomic --disable-libitm --disable-libsanitizer \ 71 --disable-libquadmath --disable-target-libiberty --disable-target-zlib \ 72 --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \ 73 --enable-languages=c --enable-checking=release --with-abi=64 74 </userinput></screen> 80 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 81 --enable-shared --disable-static --enable-languages=c,c++ \ 82 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 83 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 --enable-long-long --enable-threads=posix --with-abi=64\ 85 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 75 86 76 87 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../64/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../mips/gcc-static.xml" 44 xpointer="xpointer(//*[@os='f1'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../mips/gcc-static.xml" 48 xpointer="xpointer(//*[@os='f2'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 51 href="../common/gcc-static.xml" 44 52 xpointer="xpointer(//*[@os='ag'])"/> … … 47 55 href="../common/gcc-static.xml" 48 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ai'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='aj'])"/> 49 65 50 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 87 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --enable-shared --disable-static --enable-languages=c,c++ \ 76 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 77 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 78 --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 79 --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \ 80 --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen> 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared --with-mpfr=/cross-tools \ 91 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 92 --without-headers --with-newlib --disable-decimal-float \ 93 --disable-libgomp --disable-libmudflap --disable-libssp \ 94 --disable-threads --enable-languages=c --with-abi=64\ 95 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 81 96 82 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/cross-tools/mips64/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 99 115 xpointer="xpointer(//*[@os='dn'])"/> 100 116 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 118 href="../../final-system/common/eglibc.xml" 119 xpointer="xpointer(//*[@os='ra'])"/> 120 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 122 href="../common/eglibc.xml" 123 xpointer="xpointer(//*[@os='rb'])"/> 124 101 125 </sect2> 102 126 -
BOOK/cross-tools/mips64/eglibc-n32.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 66 82 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 67 83 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 68 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>84 --cache-file=config.cache</userinput></screen> 69 85 70 86 <variablelist os="fa"> -
BOOK/cross-tools/mips64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../mips/gcc-static.xml" 44 xpointer="xpointer(//*[@os='f1'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../mips/gcc-static.xml" 48 xpointer="xpointer(//*[@os='f2'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 51 href="../common/gcc-static.xml" 44 52 xpointer="xpointer(//*[@os='ag'])"/> … … 47 55 href="../ppc/gcc-static.xml" 48 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ai'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='aj'])"/> 49 65 50 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/binutils.xml
r111b12a r76b06f6 36 36 xpointer="xpointer(//*[@os='p2'])"/> 37 37 --> 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"39 href="../common/binutils.xml"40 xpointer="xpointer(//*[@os='s1'])"/>41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"43 href="../common/binutils.xml"44 xpointer="xpointer(//*[@os='s2'])"/>45 38 46 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 58 66 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 59 67 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 60 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>68 --cache-file=config.cache</userinput></screen> 61 69 62 70 <variablelist os="dg"> … … 108 116 xpointer="xpointer(//*[@os='dn'])"/> 109 117 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 119 href="../../final-system/common/eglibc.xml" 120 xpointer="xpointer(//*[@os='ra'])"/> 121 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href="../common/eglibc.xml" 124 xpointer="xpointer(//*[@os='rb'])"/> 125 110 126 </sect2> 111 127 -
BOOK/cross-tools/multilib/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 53 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>63 --cache-file=config.cache</userinput></screen> 56 64 57 65 <variablelist os="dg"> -
BOOK/cross-tools/multilib/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 51 59 xpointer="xpointer(//*[@os='f'])"/> 52 60 … … 62 70 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include \ 66 --disable-nls --enable-shared --disable-static \ 67 --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \ 68 --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \ 69 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --enable-cloog-backend=isl --with-isl=/cross-tools \ 71 --disable-isl-version-check --with-system-zlib --enable-checking=release \ 72 --enable-libstdcxx-time</userinput></screen> 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 73 --enable-shared --disable-static --enable-languages=c,c++ \ 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-long-long --enable-threads=posix --enable-cloog-backend=isl</userinput></screen> 73 77 74 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 47 47 href="../common/gcc-static.xml" 48 48 xpointer="xpointer(//*[@os='ah'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 51 href="../common/gcc-static.xml" 52 xpointer="xpointer(//*[@os='ai'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='aj'])"/> 49 57 50 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 79 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 80 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 78 --disable-libssp --disable-threads --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \ 80 --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \ 81 --with-isl=/cross-tools --disable-isl-version-check --enable-languages=c \ 82 --enable-checking=release</userinput></screen> 81 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 82 --disable-shared --with-mpfr=/cross-tools \ 83 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 --without-headers --with-newlib --disable-decimal-float \ 85 --disable-libgomp --disable-libmudflap --disable-libssp \ 86 --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen> 83 87 84 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/ppc/eglibc.xml
r111b12a r76b06f6 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/ppc/eglibc.xml" 31 xpointer="xpointer(//*[@os='p5'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/ppc/eglibc.xml" 35 xpointer="xpointer(//*[@os='p6'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 46 href="../common/eglibc.xml" 31 47 xpointer="xpointer(//*[@os='e'])"/> … … 39 55 xpointer="xpointer(//*[@os='dd'])"/> 40 56 41 <screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen> 57 <screen os="de"><userinput>cat > config.cache << "EOF" 58 libc_cv_forced_unwind=yes 59 libc_cv_c_cleanup=yes 60 libc_cv_ppc_machine=yes 61 libc_cv_gnu89_inline=yes 62 libc_cv_ssp=no 63 EOF</userinput></screen> 42 64 43 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 81 103 xpointer="xpointer(//*[@os='dn'])"/> 82 104 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 106 href="../../final-system/common/eglibc.xml" 107 xpointer="xpointer(//*[@os='ra'])"/> 108 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 110 href="../common/eglibc.xml" 111 xpointer="xpointer(//*[@os='rb'])"/> 112 83 113 </sect2> 84 114 -
BOOK/cross-tools/ppc/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='ah'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 44 44 xpointer="xpointer(//*[@os='ag'])"/> 45 45 46 <screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/rs6000/sysv4.h 46 <screen os="ah"><userinput>echo -en '#undef STANDARD_INCLUDE_DIR\n#define STANDARD_INCLUDE_DIR "/tools/include/"\n\n' >> gcc/config/rs6000/sysv4.h 47 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/rs6000/sysv4.h 47 48 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' >> gcc/config/rs6000/sysv4.h</userinput></screen> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 51 href="../common/gcc-static.xml" 52 xpointer="xpointer(//*[@os='ai'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='aj'])"/> 48 57 49 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=powerpc headers_check 35 make ARCH=powerpc INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=powerpc INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=powerpc INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/ppc64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/cross-tools/ppc64/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/ppc/eglibc.xml" 31 xpointer="xpointer(//*[@os='p5'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/ppc/eglibc.xml" 35 xpointer="xpointer(//*[@os='p6'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 91 107 xpointer="xpointer(//*[@os='dn'])"/> 92 108 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 110 href="../../final-system/common/eglibc.xml" 111 xpointer="xpointer(//*[@os='ra'])"/> 112 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 114 href="../common/eglibc.xml" 115 xpointer="xpointer(//*[@os='rb'])"/> 116 93 117 </sect2> 94 118 -
BOOK/cross-tools/ppc64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/ppc/eglibc.xml" 31 xpointer="xpointer(//*[@os='p5'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/ppc/eglibc.xml" 35 xpointer="xpointer(//*[@os='p6'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='ah'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 47 47 href="../ppc/gcc-static.xml" 48 48 xpointer="xpointer(//*[@os='ah'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 51 href="../common/gcc-static.xml" 52 xpointer="xpointer(//*[@os='ai'])"/> 53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 55 href="../common/gcc-static.xml" 56 xpointer="xpointer(//*[@os='aj'])"/> 49 57 50 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/sparc-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/sparc/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=sparc headers_check 35 make ARCH=sparc INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=sparc INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=sparc INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=sparc INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/sparc64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/cross-tools/sparc64-64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 91 xpointer="xpointer(//*[@os='dn'])"/> 84 92 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 94 href="../../final-system/common/eglibc.xml" 95 xpointer="xpointer(//*[@os='ra'])"/> 96 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 href="../common/eglibc.xml" 99 xpointer="xpointer(//*[@os='rb'])"/> 100 85 101 <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h 86 102 and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix -
BOOK/cross-tools/sparc64-64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../../final-system/common/gcc.xml"28 xpointer="xpointer(//*[@os='p1'])"/>29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"31 href="../../final-system/common/gcc.xml"32 xpointer="xpointer(//*[@os='p2'])"/>33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"35 27 href="../common/gcc-static.xml" 36 28 xpointer="xpointer(//*[@os='aa'])"/> … … 43 35 href="../common/gcc-static.xml" 44 36 xpointer="xpointer(//*[@os='ag'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/gcc-static.xml" 40 xpointer="xpointer(//*[@os='ai'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/gcc-static.xml" 44 xpointer="xpointer(//*[@os='aj'])"/> 45 45 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/sparc64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/cross-tools/sparc64/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 95 103 xpointer="xpointer(//*[@os='dn'])"/> 96 104 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 106 href="../../final-system/common/eglibc.xml" 107 xpointer="xpointer(//*[@os='ra'])"/> 108 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 110 href="../common/eglibc.xml" 111 xpointer="xpointer(//*[@os='rb'])"/> 112 97 113 </sect2> 98 114 -
BOOK/cross-tools/sparc64/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 53 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>63 --cache-file=config.cache</userinput></screen> 56 64 57 65 <variablelist os="dg"> -
BOOK/cross-tools/sparc64/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=sparc64 headers_check 35 make ARCH=sparc64 INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=sparc64 INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=sparc64 INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=sparc64 INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/x86-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/x86/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 49 57 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \ 50 58 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 51 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) - O2" \59 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET) -mtune=generic -g -O2" \ 52 60 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 53 61 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 54 62 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 55 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 56 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>64 --cache-file=config.cache</userinput></screen> 57 65 58 66 <variablelist os="dg"> … … 77 85 <varlistentry os="ea2"> 78 86 <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<< 79 $CLFS_TARGET) " -O2</parameter></term>87 $CLFS_TARGET) -mtune=generic -g -O2"</parameter></term> 80 88 <listitem> 81 89 <para>Forces EGLIBC to optimize for our target system.</para> … … 141 149 xpointer="xpointer(//*[@os='dn'])"/> 142 150 151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 152 href="../common/eglibc.xml" 153 xpointer="xpointer(//*[@os='do'])"/> 154 155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 156 href="../../final-system/common/eglibc.xml" 157 xpointer="xpointer(//*[@os='ra'])"/> 158 159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 160 href="../common/eglibc.xml" 161 xpointer="xpointer(//*[@os='rb'])"/> 162 143 163 </sect2> 144 164 -
BOOK/cross-tools/x86/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=i386 headers_check 35 make ARCH=i386 INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=i386 INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=i386 INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=i386 INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/x86_64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/flags.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/variables.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 29 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" x86_64-64/eglibc.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/eglibc.xml"/> 31 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-final.xml"/> 32 31 -
BOOK/cross-tools/x86_64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/cross-tools/x86_64/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 49 57 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 50 58 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 51 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) - O2" \59 CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -mtune=generic -g -O2" \ 52 60 ../eglibc-&eglibc-version;/configure --prefix=/tools \ 53 61 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 54 62 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 55 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 56 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>64 --cache-file=config.cache</userinput></screen> 57 65 58 66 <variablelist os="dg"> … … 77 85 <varlistentry os="ea2"> 78 86 <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<< 79 $CLFS_TARGET32) - O2"</parameter></term>87 $CLFS_TARGET32) -mtune=generic -g -O2"</parameter></term> 80 88 <listitem> 81 89 <para>Forces EGLIBC to optimize for our target system.</para> -
BOOK/cross-tools/x86_64/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=x86_64 headers_check 35 make ARCH=x86_64 INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=x86_64 INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=x86_64 INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=x86_64 INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/final-system/64/gcc.xml
r111b12a r76b06f6 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 31 32 32 33 <para os="p5">Apply the following patch so that GCC links to 33 34 <filename class="directory">/lib</filename> instead of … … 35 36 36 37 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"39 href="../common/gcc.xml"40 xpointer="xpointer(//*[@os='fix1'])"/>41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"43 href="../common/gcc.xml"44 xpointer="xpointer(//*[@os='fix2'])"/>45 38 46 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 79 72 href="../common/gcc.xml" 80 73 xpointer="xpointer(//*[@os='l'])"/> 81 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"83 href="../common/gcc.xml"84 xpointer="xpointer(//*[@os='s1'])"/>85 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"87 href="../common/gcc.xml"88 xpointer="xpointer(//*[@os='s2'])"/>89 74 90 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 136 121 xpointer="xpointer(//*[@os='x'])"/> 137 122 138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"139 href="../common/gcc.xml"140 xpointer="xpointer(//*[@os='y'])"/>141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"143 href="../common/gcc.xml"144 xpointer="xpointer(//*[@os='z'])"/>145 146 123 </sect2> 147 124 -
BOOK/final-system/alpha-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/aboot.xml"/> -
BOOK/final-system/alpha/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 110 118 xpointer="xpointer(//*[@os='t'])"/> 111 119 120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 121 href="../common/eglibc.xml" 122 xpointer="xpointer(//*[@os='ra'])"/> 123 124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 125 href="../common/eglibc.xml" 126 xpointer="xpointer(//*[@os='rb'])"/> 127 112 128 </sect2> 113 129 -
BOOK/final-system/common/cloog.xml
r111b12a r76b06f6 32 32 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 33 33 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 34 ./configure --prefix=/usr --enable-shared --with-isl=system</userinput></screen>34 ./configure --prefix=/usr --enable-shared</userinput></screen> 35 35 36 36 <para os="c">Compile the package:</para> … … 63 63 <seglistitem> 64 64 <seg>cloog</seg> 65 <seg>libcloog-isl.[a,so] </seg>66 <seg>/usr/include/cloog </seg>65 <seg>libcloog-isl.[a,so], libisl.[a,so]</seg> 66 <seg>/usr/include/cloog, /usr/include/isl</seg> 67 67 </seglistitem> 68 68 </segmentedlist> … … 93 93 </varlistentry> 94 94 95 <varlistentry id="libisl"> 96 <term><filename class="libraryfile">libisl</filename></term> 97 <listitem> 98 <para>The Integer Set Library.</para> 99 <indexterm zone="ch-system-cloog libisl"> 100 <primary sortas="c-libisl">libisl</primary> 101 </indexterm> 102 </listitem> 103 </varlistentry> 104 95 105 </variablelist> 96 106 -
BOOK/final-system/common/eglibc.xml
r111b12a r76b06f6 58 58 unset LINKER</userinput></screen> 59 59 60 <para os="p3">The following patch fixes an issue that can cause 61 ALSA to crash:</para> 62 63 <screen os="p4"><userinput>patch -Np1 -i ../&eglibc-fixes-patch;</userinput></screen> 64 60 65 <para os="b">The EGLIBC build system is self-contained and will install 61 66 perfectly, even though the compiler specs file and linker are still … … 74 79 75 80 <screen os="h"><userinput>../eglibc-&eglibc-version;/configure --prefix=/usr \ 76 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc \ 77 --enable-obsolete-rpc</userinput></screen> 81 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 78 82 79 83 <variablelist os="i"> … … 83 87 <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term> 84 88 <listitem> 85 <para>This changes the location of the <command> getconf</command>86 utilityfrom its default of <filename89 <para>This changes the location of the <command>pt_chown</command> 90 program from its default of <filename 87 91 class="directory">/usr/libexec</filename> to <filename 88 92 class="directory">/usr/lib/eglibc</filename>.</para> … … 148 152 <screen os="t"><userinput>make install</userinput></screen> 149 153 154 <para os="ra">Install NIS and RPC related headers that are not installed by default.</para> 155 156 <screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /usr/include/rpc 157 cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc 158 cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /usr/include/rpcsvc</userinput></screen> 159 150 160 </sect2> 151 161 … … 240 250 EOF</userinput></screen> 241 251 242 <para>Install timezone data:</para>243 <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz244 245 ZONEINFO=/usr/share/zoneinfo246 mkdir -pv $ZONEINFO/{posix,right}247 248 for tz in etcetera southamerica northamerica europe africa antarctica \249 asia australasia backward pacificnew solar87 solar88 solar89 \250 systemv; do251 zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz}252 zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}253 zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}254 done255 256 cp -v zone.tab iso3166.tab $ZONEINFO257 zic -d $ZONEINFO -p America/New_York258 unset ZONEINFO</userinput></screen>259 260 <variablelist>261 <title>The meaning of the zic commands:</title>262 263 <varlistentry>264 <term><parameter>zic -L /dev/null ...</parameter></term>265 <listitem>266 <para>This creates posix timezones, without any leap seconds. It is267 conventional to put these in both268 <filename class="directory">zoneinfo</filename> and269 <filename class="directory">zoneinfo/posix</filename>. It is270 necessary to put the POSIX timezones in271 <filename class="directory">zoneinfo</filename>, otherwise various272 test-suites will report errors. On an embedded system, where space is273 tight and you do not intend to ever update the timezones, you could save274 1.9MB by not using the <filename class="directory">posix</filename>275 directory, but some applications or test-suites might give less good276 results</para>277 </listitem>278 </varlistentry>279 <varlistentry>280 <term><parameter>zic -L leapseconds ...</parameter></term>281 <listitem>282 <para>This creates right timezones, including leap seconds. On an283 embedded system, where space is tight and you do not intend to284 ever update the timezones, or care about the correct time, you could285 save 1.9MB by omitting the <filename class="directory">right</filename>286 directory.</para>287 </listitem>288 </varlistentry>289 <varlistentry>290 <term><parameter>zic ... -p ...</parameter></term>291 <listitem>292 <para>This creates the <filename>posixrules</filename> file. We use293 New York because POSIX requires the daylight savings time rules294 to be in accordance with US rules.</para>295 </listitem>296 </varlistentry>297 </variablelist>298 299 252 <para>To determine the local time zone, run the following script:</para> 300 253 … … 375 328 <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, 376 329 ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, 377 pcprofiledump, pldd, rpcgen, sln, sprof, tzselect, xtrace,zdump,378 and zic</seg>330 pcprofiledump, pldd, pt_chown, rpcgen, sln, sprof, tzselect, 331 xtrace,zdump, and zic</seg> 379 332 <seg>ld.so, libBrokenLocale.[a,so], libSegFault.so, libanl.[a,so], 380 333 libbsd-compat.a, libc.[a,so], libc_nonshared.a, libcidn.[a,so], … … 568 521 </varlistentry> 569 522 523 <varlistentry id="pt_chown"> 524 <term><command>pt_chown</command></term> 525 <listitem> 526 <para>A helper program for <command>grantpt</command> to set the owner, 527 group and access permissions of a slave pseudo terminal</para> 528 <indexterm zone="ch-system-eglibc pt_chown"> 529 <primary sortas="b-pt_chown">pt_chown</primary> 530 </indexterm> 531 </listitem> 532 </varlistentry> 533 570 534 <varlistentry id="rpcgen"> 571 535 <term><command>rpcgen</command></term> -
BOOK/final-system/common/gcc.xml
r111b12a r76b06f6 26 26 <title>Installation of GCC</title> 27 27 28 28 29 <para os="p1">The following patch contains a number of updates to the 29 30 &gcc-version; branch by the GCC developers:</para> 30 31 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 32 33 <para os="fix1">Apply a <command>sed</command> subsitution that will34 suppress the execution of the <command>fixincludes</command> script:</para>35 36 <screen os="fix2"><userinput>cp -v gcc/Makefile.in{,.orig}37 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>38 33 39 34 <para os="d">Apply a <command>sed</command> substitution that will suppress the … … 60 55 --enable-clocale=gnu --enable-languages=c,c++ \ 61 56 --disable-multilib --disable-libstdcxx-pch \ 62 --enable-cloog-backend=isl --disable-isl-version-check --with-system-zlib \ 63 --enable-checking=release --enable-libstdcxx-time \ 64 --disable-install-libiberty</userinput></screen> 57 --enable-cloog-backend=isl</userinput></screen> 65 58 66 59 <para os="j">Compile the package:</para> … … 73 66 </important> 74 67 75 <para os="s1">Increase the stack size prior to running the tests:</para>76 77 <screen os="s2"><userinput remap="test">ulimit -s 32768</userinput></screen>78 79 68 <para os="m">Test the results, but do not stop at errors:</para> 80 69 … … 109 98 110 99 <screen os="x"><userinput>ln -sv gcc /usr/bin/cc</userinput></screen> 111 112 <para os="y">Finally, move a misplaced file:</para>113 114 <screen os="z"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>115 100 116 101 </sect2> -
BOOK/final-system/common/gmp.xml
r111b12a r76b06f6 48 48 <para os="a">Prepare GMP for compilation:</para> 49 49 50 <screen os="b"><userinput>C C="gcc -isystem /usr/include" \50 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include" \ 51 51 CXX="g++ -isystem /usr/include" \ 52 52 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ 53 ./configure --prefix=/usr --enable-cxx </userinput></screen>53 ./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen> 54 54 55 55 <para os="c">Compile the package:</para> -
BOOK/final-system/common/iana-etc.xml
r111b12a r76b06f6 28 28 <note os="p1"> 29 29 <para>This package has the option of downloading updated data when internet access is available. If /etc/resolv.conf has a nameserver entry and internet access is available at this step, then apply the IANA get patch and get the updated data: 30 <screen>< command>patch -Np1 -i ../&iana-etc-get_fix-patch;</command>31 < command>make get</command></screen>30 <screen><userinput>patch -Np1 -i ../&iana-etc-get_fix-patch;</userinput></screen> 31 <screen><userinput>make get</userinput></screen> 32 32 Do not apply the following patch.</para> 33 33 </note> -
BOOK/final-system/common/iputils.xml
r111b12a r76b06f6 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen> 31 31 32 <para os="p3">The following patch contains pregenerated documentation for 33 IPutils:</para> 34 35 <screen os="p4"><userinput>patch -Np1 -i ../&iputils-doc-patch;</userinput></screen> 36 32 37 <para os="a">Compile the package:</para> 33 38 34 <screen os="b"><userinput>make USE_CAP=no \ 35 IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 36 40 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 37 41 -
BOOK/final-system/common/kbd.xml
r111b12a r76b06f6 26 26 <title>Installation of Kbd</title> 27 27 28 <para os="p1">Apply the following patch to fix a typo in es.po:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&kbd-espo-patch;</userinput></screen> 31 28 32 <para os="a">Prepare Kbd for compilation:</para> 29 33 30 <screen os="b"><userinput>PKG_CONFIG_PATH="/tools/lib/pkgconfig" \ 31 ./configure --prefix=/usr --disable-vlock --enable-optional-progs</userinput></screen> 34 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 32 35 33 36 <para os="c">Compile the package:</para> -
BOOK/final-system/common/kmod.xml
r111b12a r76b06f6 31 31 <screen os="b"><userinput>./configure --prefix=/usr \ 32 32 --bindir=/bin --sysconfdir=/etc \ 33 --with-rootlibdir=/lib --disable-manpages\33 --with-rootlibdir=/lib \ 34 34 --with-zlib --with-xz</userinput></screen> 35 35 … … 62 62 <para os="g">Install the package:</para> 63 63 64 <screen os="h"><userinput>make install 65 make -C man install</userinput></screen> 64 <screen os="h"><userinput>make install</userinput></screen> 66 65 67 66 <para os="i">Create symbolic links for programs that expect Module-Init-Tools.</para> 68 67 69 <screen os="j"><userinput>ln -s fv kmod /bin/lsmod70 ln -s fv ../bin/kmod /sbin/depmod71 ln -s fv ../bin/kmod /sbin/insmod72 ln -s fv ../bin/kmod /sbin/modprobe73 ln -s fv ../bin/kmod /sbin/modinfo74 ln -s fv ../bin/kmod /sbin/rmmod</userinput></screen>68 <screen os="j"><userinput>ln -sv kmod /bin/lsmod 69 ln -sv ../bin/kmod /sbin/depmod 70 ln -sv ../bin/kmod /sbin/insmod 71 ln -sv ../bin/kmod /sbin/modprobe 72 ln -sv ../bin/kmod /sbin/modinfo 73 ln -sv ../bin/kmod /sbin/rmmod</userinput></screen> 75 74 76 75 </sect2> -
BOOK/final-system/common/linux-headers.xml
r111b12a r76b06f6 32 32 <screen os="c"><userinput>make mrproper 33 33 make headers_check 34 make INSTALL_HDR_PATH=/usr headers_install 34 make INSTALL_HDR_PATH=dest headers_install 35 cp -rv dest/include/* /usr/include 35 36 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen> 36 37 … … 54 55 55 56 <varlistentry os="d3"> 56 <term><parameter>make INSTALL_HDR_PATH= /usrheaders_install</parameter></term>57 <term><parameter>make INSTALL_HDR_PATH=dest headers_install</parameter></term> 57 58 <listitem> 58 <para>This will install the kernel headers into 59 <filename class="directory">/usr/include</filename>.</para> 59 <para>Normally the headers_install target removes the entire 60 destination directory (default 61 <filename class="directory">/usr/include</filename>) before 62 installing the headers. To prevent this, we tell the kernel to 63 install the headers to a directory inside the source dir.</para> 60 64 </listitem> 61 65 </varlistentry> -
BOOK/final-system/common/make.xml
r111b12a r76b06f6 24 24 <sect2 role="installation"> 25 25 <title>Installation of Make</title> 26 27 <para os="p1">Apply upstream fixes:</para>28 29 <screen os="p2"><userinput>patch -Np1 -i ../&make-fixes-patch;</userinput></screen>30 26 31 27 <para os="a">Prepare Make for compilation:</para> -
BOOK/final-system/common/pkg-config.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system-pkg-config -lite" role="wrap">9 <?dbhtml filename="pkg-config -lite.html"?>8 <sect1 id="ch-system-pkg-config" role="wrap"> 9 <?dbhtml filename="pkg-config.html"?> 10 10 11 <title>Pkg-config- lite-&pkg-config-lite-version;</title>11 <title>Pkg-config-&pkg-config-version;</title> 12 12 13 <indexterm zone="ch-system-pkg-config -lite">14 <primary sortas="a-Pkg-config -lite">Pkg-config-lite</primary>13 <indexterm zone="ch-system-pkg-config"> 14 <primary sortas="a-Pkg-config">Pkg-config</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>Pkg-config -liteis a tool to help you insert the correct compiler options20 <para>Pkg-config is a tool to help you insert the correct compiler options 21 21 on the command line when compiling applications and libraries.</para> 22 22 … … 24 24 25 25 <sect2 role="installation"> 26 <title>Installation of Pkg-config -lite</title>26 <title>Installation of Pkg-config</title> 27 27 28 <para os="a">Prepare Pkg-config -litefor compilation:</para>28 <para os="a">Prepare Pkg-config for compilation:</para> 29 29 30 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> … … 43 43 </sect2> 44 44 45 <sect2 id="contents-pkg-config -lite" role="content">46 <title>Contents of Pkg-config -lite</title>45 <sect2 id="contents-pkg-config" role="content"> 46 <title>Contents of Pkg-config</title> 47 47 48 48 <segmentedlist> … … 61 61 <?dbhtml list-presentation="table"?> 62 62 63 <varlistentry id="pkg-config -lite">63 <varlistentry id="pkg-config"> 64 64 <term><command>pkg-config</command></term> 65 65 <listitem> … … 67 67 information about installed libraries in the system. It is typically 68 68 used to compile and link against one or more libraries.</para> 69 <indexterm zone="ch-system-pkg-config -lite pkg-config-lite">70 <primary sortas="b-pkg-config -lite">pkg-config</primary>69 <indexterm zone="ch-system-pkg-config pkg-config"> 70 <primary sortas="b-pkg-config">pkg-config</primary> 71 71 </indexterm> 72 72 </listitem> -
BOOK/final-system/common/sysvinit.xml
r111b12a r76b06f6 82 82 83 83 <screen><userinput>cat >> /etc/inittab << "EOF" 84 <literal>1:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty1 960085 2:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty2 960086 3:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty3 960087 4:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty4 960088 5:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty5 960089 6:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty6 960084 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600 85 2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600 86 3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600 87 4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600 88 5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600 89 6:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600 90 90 </literal> 91 91 EOF</userinput></screen> … … 95 95 96 96 <screen><userinput>cat >> /etc/inittab << "EOF" 97 <literal>c0:12345:respawn:/sbin/agetty --noclear115200 ttyS0 vt10097 <literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 98 98 </literal> 99 99 EOF</userinput></screen> -
BOOK/final-system/common/tar.xml
r111b12a r76b06f6 29 29 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen> 31 32 <para os="s1">EGLIBC-&eglibc-version; does not declare gets():</para>33 34 <screen os="s2"><userinput>sed -i -e '/gets is a/d' gnu/stdio.in.h</userinput></screen>35 31 36 32 <para os="a">Prepare Tar for compilation:</para> -
BOOK/final-system/common/udev.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- eudev" role="wrap">9 <?dbhtml filename=" eudev.html"?>10 11 <title> Eudev-&eudev-version;</title>12 13 <indexterm zone="ch-system- eudev">14 <primary sortas="a- Eudev">Eudev</primary>8 <sect1 id="ch-system-udev" role="wrap"> 9 <?dbhtml filename="udev.html"?> 10 11 <title>Udev-&udev-version;</title> 12 13 <indexterm zone="ch-system-udev"> 14 <primary sortas="a-Udev">Udev</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>The Eudev package contains programs for dynamic creation of device20 <para>The Udev package contains programs for dynamic creation of device 21 21 nodes.</para> 22 22 … … 24 24 25 25 <sect2 role="installation"> 26 <title>Installation of Eudev</title>27 28 <para os="a">Prepare Eudev for compilation:</para>29 30 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc\31 --with-rootprefix="" --libexecdir=/lib --enable-split-usr\32 --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=/sbin--bindir=/sbin \33 --enable-rule_generator --disable-introspection --disable-keymap\34 --disable-gudev --disable-gtk-doc-html --with-firmware-path=/lib/firmware\35 --enable-libkmod</userinput></screen>26 <title>Installation of Udev</title> 27 28 <para os="a">Prepare Udev for compilation:</para> 29 30 <screen os="b"><userinput>./configure --prefix=/usr \ 31 --sysconfdir=/etc --with-rootprefix="" \ 32 --libexecdir=/lib --bindir=/sbin \ 33 --with-usb-ids-path=no --with-pci-ids-path=no \ 34 --enable-rule_generator --disable-introspection \ 35 --disable-keymap --disable-gudev</userinput></screen> 36 36 37 37 <para os="c">Compile the package:</para> … … 50 50 <screen os="j"><userinput>install -dv /lib/firmware</userinput></screen> 51 51 52 <para os="r1">Create a dummy rule so that Eudev will name ethernet devices properly for the system.</para>53 54 <screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" \55 > /etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>56 57 52 </sect2> 58 53 59 <sect2 id="contents- eudev" role="content">60 <title>Contents of Eudev</title>54 <sect2 id="contents-udev" role="content"> 55 <title>Contents of Udev</title> 61 56 62 57 <segmentedlist> … … 82 77 <term><command>udevadm</command></term> 83 78 <listitem> 84 <para>Controls the runtime behavior of Eudev, requests kernel79 <para>Controls the runtime behavior of Udev, requests kernel 85 80 events, manages the event queue, and provides simple debugging.</para> 86 <indexterm zone="ch-system- eudev udevadm">81 <indexterm zone="ch-system-udev udevadm"> 87 82 <primary sortas="b-udevadm">udevadm</primary> 88 83 </indexterm> … … 96 91 <command>udev</command>, 97 92 thus avoiding various race conditions</para> 98 <indexterm zone="ch-system- eudev udevd">93 <indexterm zone="ch-system-udev udevd"> 99 94 <primary sortas="b-udevd">udevd</primary> 100 95 </indexterm> … … 106 101 <term><command>ata_id</command></term> 107 102 <listitem> 108 <para>Provides Eudev with a unique string and additional103 <para>Provides Udev with a unique string and additional 109 104 information (uuid, label) for an ATA drive</para> 110 <indexterm zone="ch-system- eudev ata_id">105 <indexterm zone="ch-system-udev ata_id"> 111 106 <primary sortas="b-ata_id">ata_id</primary> 112 107 </indexterm> … … 118 113 <listitem> 119 114 <para>Prints the capabilities of a CDROM or DVDROM drive.</para> 120 <indexterm zone="ch-system- eudev cdrom_id">115 <indexterm zone="ch-system-udev cdrom_id"> 121 116 <primary sortas="b-cdrom_id">cdrom_id</primary> 122 117 </indexterm> … … 127 122 <term><command>collect</command></term> 128 123 <listitem> 129 <para>Given an ID for the current uevent and a list of IDs 130 (for all target uevents), registers the current ID and indicates whether 131 all target IDs have been registered.</para> 132 <indexterm zone="ch-system-eudev collect"> 124 <para>DESCRIPTION REQUIRED</para> 125 <indexterm zone="ch-system-udev collect"> 133 126 <primary sortas="b-collect">collect</primary> 134 127 </indexterm> … … 140 133 <listitem> 141 134 <para>Creates all possible floppy devices based on the CMOS type</para> 142 <indexterm zone="ch-system- eudev create_floppy_devices">135 <indexterm zone="ch-system-udev create_floppy_devices"> 143 136 <primary sortas="b-create_floppy_devices">create_floppy_devices</primary> 144 137 </indexterm> … … 150 143 <listitem> 151 144 <para>Identifies x86 disk drives from Enhanced Disk Drive calls</para> 152 <indexterm zone="ch-system- eudev edd_id">145 <indexterm zone="ch-system-udev edd_id"> 153 146 <primary sortas="b-edd_id">edd_id</primary> 154 147 </indexterm> … … 160 153 <listitem> 161 154 <para>Script to load firmware for a device</para> 162 <indexterm zone="ch-system- eudev firmware.sh">155 <indexterm zone="ch-system-udev firmware.sh"> 163 156 <primary sortas="b-firmware.sh">firmware.sh</primary> 164 157 </indexterm> … … 169 162 <term><command>fstab_import</command></term> 170 163 <listitem> 171 <para>Finds an entry in <filename>/etc/fstab</filename> that matches 172 the current device, and provides its information to Udev.</para> 173 <indexterm zone="ch-system-eudev fstab_import"> 164 <para>DESCRIPTION REQUIRED</para> 165 <indexterm zone="ch-system-udev fstab_import"> 174 166 <primary sortas="b-fstab_import">fstab_import</primary> 175 167 </indexterm> … … 182 174 <para>Provides the shortest possible unique hardware path to a 183 175 device</para> 184 <indexterm zone="ch-system- eudev path_id">176 <indexterm zone="ch-system-udev path_id"> 185 177 <primary sortas="b-path_id">path_id</primary> 186 178 </indexterm> … … 192 184 <listitem> 193 185 <para>Retrieves or generates a unique SCSI identifier.</para> 194 <indexterm zone="ch-system- eudev scsi_id">186 <indexterm zone="ch-system-udev scsi_id"> 195 187 <primary sortas="b-scsi_id">scsi_id</primary> 196 188 </indexterm> … … 202 194 <listitem> 203 195 <para>Identifies a USB block device.</para> 204 <indexterm zone="ch-system- eudev usb_id">196 <indexterm zone="ch-system-udev usb_id"> 205 197 <primary sortas="b-usb_id">usb_id</primary> 206 198 </indexterm> … … 211 203 <term><command>v4l_id</command></term> 212 204 <listitem> 213 <para>D etermines V4L capabilities for a given device.</para>214 <indexterm zone="ch-system- eudev v4l_id">205 <para>DESCRIPTION REQUIRED</para> 206 <indexterm zone="ch-system-udev v4l_id"> 215 207 <primary sortas="b-v4l_id">v4l_id</primary> 216 208 </indexterm> … … 221 213 <term><command>write_cd_rules</command></term> 222 214 <listitem> 223 <para>A script which generates Eudev rules to provide stable names 224 for network interfaces.</para> 225 <indexterm zone="ch-system-eudev write_cd_rules"> 215 <para>DESCRIPTION REQUIRED</para> 216 <indexterm zone="ch-system-udev write_cd_rules"> 226 217 <primary sortas="b-write_cd_rules">write_cd_rules</primary> 227 218 </indexterm> … … 232 223 <term><command>write_net_rules</command></term> 233 224 <listitem> 234 <para>A script which generates Eudev rules to provide stable names 235 for network interfaces.</para> 236 <indexterm zone="ch-system-eudev write_net_rules"> 225 <para>DESCRIPTION REQUIRED</para> 226 <indexterm zone="ch-system-udev write_net_rules"> 237 227 <primary sortas="b-write_net_rules">write_net_rules</primary> 238 228 </indexterm> … … 244 234 <term><filename class="libraryfile">libudev</filename></term> 245 235 <listitem> 246 <para> A library interface to eudev device information.</para>247 <indexterm zone="ch-system- eudev libudev">236 <para>DESCRIPTION REQUIRED</para> 237 <indexterm zone="ch-system-udev libudev"> 248 238 <primary sortas="c-libudev">libudev</primary> 249 239 </indexterm> … … 251 241 </varlistentry> 252 242 253 <varlistentry id="etc- eudev">243 <varlistentry id="etc-udev"> 254 244 <term><filename class="directory">/etc/udev</filename></term> 255 245 <listitem> 256 246 <para>Contains <command>udev</command> configuration files, 257 247 device permissions, and rules for device naming</para> 258 <indexterm zone="ch-system- eudev etc-eudev">248 <indexterm zone="ch-system-udev etc-udev"> 259 249 <primary sortas="e-/etc/udev">/etc/udev</primary> 260 250 </indexterm> … … 262 252 </varlistentry> 263 253 264 <varlistentry id="lib- eudev">254 <varlistentry id="lib-udev"> 265 255 <term><filename class="directory">/lib/udev</filename></term> 266 256 <listitem> 267 257 <para>Contains <command>udev</command> helper programs 268 258 and static devices which get copied to /dev when booted.</para> 269 <indexterm zone="ch-system- eudev lib-eudev">259 <indexterm zone="ch-system-udev lib-udev"> 270 260 <primary sortas="e-/lib/udev">/lib/udev</primary> 271 261 </indexterm> -
BOOK/final-system/common/util-linux.xml
r111b12a r76b06f6 44 44 <para os="a">Prepare Util-linux for compilation:</para> 45 45 46 <screen os="b"><userinput>./configure --enable-write --disable-login --disable-su</userinput></screen> 46 <screen os="b"><userinput>./configure --enable-arch \ 47 --enable-write --disable-login --disable-su</userinput></screen> 47 48 48 49 <variablelist os="c"> 49 50 <title>The meaning of the configure options:</title> 51 52 <varlistentry> 53 <term><parameter>--enable-arch</parameter></term> 54 <listitem> 55 <para>This option allows the <command>arch</command> program to be 56 installed.</para> 57 </listitem> 58 </varlistentry> 50 59 51 60 <varlistentry> … … 97 106 98 107 <seglistitem> 99 <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu,108 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chcpu, 100 109 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 101 110 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, … … 141 150 </varlistentry> 142 151 152 <varlistentry id="arch"> 153 <term><command>arch</command></term> 154 <listitem> 155 <para>Reports the machine's architecture</para> 156 <indexterm zone="ch-system-util-linux arch"> 157 <primary sortas="b-arch">arch</primary> 158 </indexterm> 159 </listitem> 160 </varlistentry> 161 143 162 <varlistentry id="blkid"> 144 163 <term><command>blkid</command></term> -
BOOK/final-system/common/vim.xml
r111b12a r76b06f6 34 34 </tip> 35 35 36 <!-- vim branch update patch area37 36 <para os="p1">The following patch merges all updates from the &vim-version; Branch 38 37 from the Vim developers:</para> 39 38 40 39 <screen os="p2"><userinput>patch -Np1 -i ../&vim-branch_update-patch;</userinput></screen> 41 -->42 40 43 41 <para os="b">Change the default location of -
BOOK/final-system/common/xz.xml
r111b12a r76b06f6 30 30 <para os="a">Prepare XZ-Utils for compilation:</para> 31 31 32 <screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>32 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 33 33 34 34 <para os="c">Compile the package:</para> -
BOOK/final-system/mips-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/> -
BOOK/final-system/mips/eglibc.xml
r111b12a r76b06f6 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 46 54 xpointer="xpointer(//*[@os='b'])"/> 55 56 <para os="g1">MIPS is not supported in the main EGLIBC tree, so 57 we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para> 58 59 <screen os="g2"><userinput>tar -xvf ../eglibc-ports-&eglibc-ports-version;-r&eglibc-revision;.tar.xz</userinput></screen> 47 60 48 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 110 123 xpointer="xpointer(//*[@os='t'])"/> 111 124 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 126 href="../common/eglibc.xml" 127 xpointer="xpointer(//*[@os='ra'])"/> 128 129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 130 href="../common/eglibc.xml" 131 xpointer="xpointer(//*[@os='rb'])"/> 132 112 133 </sect2> 113 134 -
BOOK/final-system/mips/gcc.xml
r111b12a r76b06f6 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../ common/gcc.xml"34 xpointer="xpointer(//*[@os='f ix1'])"/>35 33 href="../../cross-tools/mips/gcc-static.xml" 34 xpointer="xpointer(//*[@os='f1'])"/> 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../ common/gcc.xml"38 xpointer="xpointer(//*[@os='f ix2'])"/>37 href="../../cross-tools/mips/gcc-static.xml" 38 xpointer="xpointer(//*[@os='f2'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 73 73 href="../common/gcc.xml" 74 74 xpointer="xpointer(//*[@os='l'])"/> 75 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"77 href="../common/gcc.xml"78 xpointer="xpointer(//*[@os='s1'])"/>79 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"81 href="../common/gcc.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 75 84 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 130 122 xpointer="xpointer(//*[@os='x'])"/> 131 123 132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"133 href="../common/gcc.xml"134 xpointer="xpointer(//*[@os='y'])"/>135 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"137 href="../common/gcc.xml"138 xpointer="xpointer(//*[@os='z'])"/>139 140 124 </sect2> 141 125 -
BOOK/final-system/mips64-64-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/colo.xml"/> -
BOOK/final-system/mips64-64/eglibc.xml
r111b12a r76b06f6 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/eglibc.xml" 46 54 xpointer="xpointer(//*[@os='b'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../mips/eglibc.xml" 58 xpointer="xpointer(//*[@os='g1'])"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../mips/eglibc.xml" 62 xpointer="xpointer(//*[@os='g2'])"/> 47 63 48 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 133 149 134 150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 135 href="../ x86_64-64/eglibc.xml"136 xpointer="xpointer(//*[@os=' u'])"/>151 href="../common/eglibc.xml" 152 xpointer="xpointer(//*[@os='ra'])"/> 137 153 138 154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 139 href="../ x86_64-64/eglibc.xml"140 xpointer="xpointer(//*[@os=' v'])"/>155 href="../common/eglibc.xml" 156 xpointer="xpointer(//*[@os='rb'])"/> 141 157 142 158 </sect2> -
BOOK/final-system/mips64-64/gcc.xml
r111b12a r76b06f6 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 31 32 32 33 <para os="p5">Apply the following patch so that GCC links to 33 34 <filename class="directory">/lib</filename> instead of … … 37 38 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../ common/gcc.xml"40 xpointer="xpointer(//*[@os='f ix1'])"/>41 40 href="../../cross-tools/mips/gcc-static.xml" 41 xpointer="xpointer(//*[@os='f1'])"/> 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../ common/gcc.xml"44 xpointer="xpointer(//*[@os='f ix2'])"/>44 href="../../cross-tools/mips/gcc-static.xml" 45 xpointer="xpointer(//*[@os='f2'])"/> 45 46 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 79 80 href="../common/gcc.xml" 80 81 xpointer="xpointer(//*[@os='l'])"/> 81 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"83 href="../common/gcc.xml"84 xpointer="xpointer(//*[@os='s1'])"/>85 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"87 href="../common/gcc.xml"88 xpointer="xpointer(//*[@os='s2'])"/>89 82 90 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 136 129 xpointer="xpointer(//*[@os='x'])"/> 137 130 138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"139 href="../common/gcc.xml"140 xpointer="xpointer(//*[@os='y'])"/>141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"143 href="../common/gcc.xml"144 xpointer="xpointer(//*[@os='z'])"/>145 146 131 </sect2> 147 132 -
BOOK/final-system/mips64-chapter.xml
r111b12a r76b06f6 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc-n32.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc-64bit.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl-n32.xml"/>35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m ultilib/isl-64bit.xml"/>33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-n32.xml"/> 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/ppl-64bit.xml"/> 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-n32.xml"/> … … 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses-n32.xml"/> 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses-64bit.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/pkg-config -lite.xml"/>47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/pkg-config.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux-n32.xml"/> … … 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/automake.xml"/> 81 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bash.xml"/> 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bc.xml"/>83 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2.xml"/> 84 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2-n32.xml"/> … … 119 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/tar.xml"/> 120 119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/texinfo.xml"/> 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev-n32.xml"/>123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev-64bit.xml"/>120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev-n32.xml"/> 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev-64bit.xml"/> 124 123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 125 124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/colo.xml"/> -
BOOK/final-system/mips64/eglibc-64bit.xml
r111b12a r76b06f6 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 49 href="eglibc.xml" 42 50 xpointer="xpointer(//*[@os='b'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="eglibc.xml" 54 xpointer="xpointer(//*[@os='g1'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="eglibc.xml" 58 xpointer="xpointer(//*[@os='g2'])"/> 43 59 44 60 <para os="m3">The following will cause EGLIBC to use an absolute path to the … … 112 128 xpointer="xpointer(//*[@os='t'])"/> 113 129 130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 131 href="../common/eglibc.xml" 132 xpointer="xpointer(//*[@os='ra'])"/> 133 134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 135 href="../common/eglibc.xml" 136 xpointer="xpointer(//*[@os='rb'])"/> 137 114 138 </sect2> 115 139 -
BOOK/final-system/mips64/eglibc-n32.xml
r111b12a r76b06f6 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='p3'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p4'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 50 href="eglibc.xml" 43 51 xpointer="xpointer(//*[@os='b'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="eglibc.xml" 55 xpointer="xpointer(//*[@os='g1'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="eglibc.xml" 59 xpointer="xpointer(//*[@os='g2'])"/> 44 60 45 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 87 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 72 88 --disable-profile --enable-kernel=2.6.32 \ 73 --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32 \ 74 --enable-obsolete-rpc</userinput></screen> 89 --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen> 75 90 76 91 <variablelist os="i"> … … 80 95 <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term> 81 96 <listitem> 82 <para>This changes the location of the <command> getconf</command>97 <para>This changes the location of the <command>pt_chown</command> 83 98 program from its default of <filename 84 99 class="directory">/usr/libexec</filename> to <filename -
BOOK/final-system/mips64/eglibc.xml
r111b12a r76b06f6 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 47 55 xpointer="xpointer(//*[@os='b'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../mips/eglibc.xml" 59 xpointer="xpointer(//*[@os='g1'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="../mips/eglibc.xml" 63 xpointer="xpointer(//*[@os='g2'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/mips64/gcc.xml
r111b12a r76b06f6 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../ common/gcc.xml"34 xpointer="xpointer(//*[@os='f ix1'])"/>35 33 href="../../cross-tools/mips/gcc-static.xml" 34 xpointer="xpointer(//*[@os='f1'])"/> 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../ common/gcc.xml"38 xpointer="xpointer(//*[@os='f ix2'])"/>37 href="../../cross-tools/mips/gcc-static.xml" 38 xpointer="xpointer(//*[@os='f2'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 65 65 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \ 66 66 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 67 --enable-cloog-backend=isl --disable-isl-version-check --with-system-zlib \ 68 --enable-checking=release --enable-libstdcxx-time \ 69 --disable-install-libiberty</userinput></screen> 67 --enable-cloog-backend=isl</userinput></screen> 70 68 71 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 80 78 href="../common/gcc.xml" 81 79 xpointer="xpointer(//*[@os='l'])"/> 82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 href="../common/gcc.xml"85 xpointer="xpointer(//*[@os='s1'])"/>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 href="../common/gcc.xml"89 xpointer="xpointer(//*[@os='s2'])"/>90 80 91 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 137 127 xpointer="xpointer(//*[@os='x'])"/> 138 128 139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"140 href="../multilib/gcc.xml"141 xpointer="xpointer(//*[@os='y'])"/>142 143 <screen os="z"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib144 mv -v /usr/lib32/*gdb.py /usr/share/gdb/auto-load/usr/lib32145 mv -v /usr/lib64/*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen>146 147 129 </sect2> 148 130 -
BOOK/final-system/mips64/pkg-config.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system-pkg-config -lite" role="wrap">9 <?dbhtml filename="pkg-config -lite.html"?>8 <sect1 id="ch-system-pkg-config" role="wrap"> 9 <?dbhtml filename="pkg-config.html"?> 10 10 11 <title>Pkg-config- lite-&pkg-config-lite-version;</title>11 <title>Pkg-config-&pkg-config-version;</title> 12 12 13 <indexterm zone="ch-system-pkg-config -lite">14 <primary sortas="a- Pkg-config-lite">Pkg-config-lite</primary>13 <indexterm zone="ch-system-pkg-config"> 14 <primary sortas="a-Autoconf">Pkg-config</primary> 15 15 </indexterm> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 18 href="../common/pkg-config -lite.xml"18 href="../common/pkg-config.xml" 19 19 xpointer="xpointer(//*[@role='package'])"/> 20 20 21 21 <sect2 role="installation"> 22 <title>Installation of Pkg-config -lite</title>22 <title>Installation of Pkg-config</title> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/pkg-config -lite.xml"25 href="../common/pkg-config.xml" 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../multilib/pkg-config -lite.xml"29 href="../multilib/pkg-config.xml" 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/pkg-config -lite.xml"33 href="../common/pkg-config.xml" 34 34 xpointer="xpointer(//*[@os='c'])"/> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/pkg-config -lite.xml"37 href="../common/pkg-config.xml" 38 38 xpointer="xpointer(//*[@os='d'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/pkg-config -lite.xml"41 href="../common/pkg-config.xml" 42 42 xpointer="xpointer(//*[@os='e'])"/> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/pkg-config -lite.xml"45 href="../common/pkg-config.xml" 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/pkg-config -lite.xml"49 href="../common/pkg-config.xml" 50 50 xpointer="xpointer(//*[@os='g'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../multilib/pkg-config -lite.xml"53 href="../multilib/pkg-config.xml" 54 54 xpointer="xpointer(//*[@os='m1'])"/> 55 55 … … 59 59 60 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../multilib/pkg-config -lite.xml"61 href="../multilib/pkg-config.xml" 62 62 xpointer="xpointer(//*[@os='m3'])"/> 63 63 … … 71 71 72 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 73 href="../common/pkg-config -lite.xml"74 xpointer="xpointer(id('contents-pkg-config -lite'))"/>73 href="../common/pkg-config.xml" 74 xpointer="xpointer(id('contents-pkg-config'))"/> 75 75 76 76 </sect1> -
BOOK/final-system/multilib/cloog-64bit.xml
r111b12a r76b06f6 29 29 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 30 30 ./configure --prefix=/usr \ 31 --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen>31 --libdir=/usr/lib64 --enable-shared</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog-n32.xml
r111b12a r76b06f6 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 31 31 ./configure --prefix=/usr \ 32 --libdir=/usr/lib32 --enable-shared --with-isl=system</userinput></screen>32 --libdir=/usr/lib32 --enable-shared</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/cloog.xml
r111b12a r76b06f6 30 30 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 31 31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen>32 --host=${CLFS_TARGET32} --enable-shared</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/eglibc-64bit.xml
r111b12a r76b06f6 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='p3'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p4'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 50 href="eglibc.xml" 43 51 xpointer="xpointer(//*[@os='b'])"/> … … 63 71 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 64 72 --disable-profile --enable-kernel=2.6.32 \ 65 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \ 66 --enable-obsolete-rpc</userinput></screen> 73 --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64</userinput></screen> 67 74 68 75 <variablelist os="i"> … … 72 79 <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term> 73 80 <listitem> 74 <para>This changes the location of the <command> getconf</command>75 utilityfrom its default of <filename81 <para>This changes the location of the <command>pt_chown</command> 82 program from its default of <filename 76 83 class="directory">/usr/libexec</filename> to <filename 77 84 class="directory">/usr/lib64/glibc</filename>.</para> … … 115 122 href="eglibc.xml" 116 123 xpointer="xpointer(//*[@os='t'])"/> 124 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 126 href="../common/eglibc.xml" 127 xpointer="xpointer(//*[@os='ra'])"/> 128 129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 130 href="../common/eglibc.xml" 131 xpointer="xpointer(//*[@os='rb'])"/> 117 132 118 133 </sect2> -
BOOK/final-system/multilib/eglibc.xml
r111b12a r76b06f6 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/eglibc.xml" 47 55 xpointer="xpointer(//*[@os='b'])"/> 48 56 … … 62 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 63 71 --disable-profile --enable-kernel=2.6.32 \ 64 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \ 65 --enable-obsolete-rpc</userinput></screen> 72 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 66 73 67 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gcc.xml
r111b12a r76b06f6 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 33 href="../common/gcc.xml" 34 xpointer="xpointer(//*[@os='fix1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='fix2'])"/>39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"41 href="../common/gcc.xml"42 34 xpointer="xpointer(//*[@os='d'])"/> 43 35 … … 65 57 --enable-__cxa_atexit --enable-c99 --enable-long-long \ 66 58 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \ 67 --enable-cloog-backend=isl --disable-isl-version-check --with-system-zlib \ 68 --enable-checking=release --enable-libstdcxx-time \ 69 --disable-install-libiberty</userinput></screen> 59 --enable-cloog-backend=isl</userinput></screen> 70 60 71 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 80 70 href="../common/gcc.xml" 81 71 xpointer="xpointer(//*[@os='l'])"/> 82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 href="../common/gcc.xml"85 xpointer="xpointer(//*[@os='s1'])"/>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 href="../common/gcc.xml"89 xpointer="xpointer(//*[@os='s2'])"/>90 72 91 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 137 119 xpointer="xpointer(//*[@os='x'])"/> 138 120 139 <para os="y">Finally, move some misplaced files:</para>140 141 142 <screen os="z"><userinput>mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib143 mv -v /usr/lib64/*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen>144 145 121 </sect2> 146 122 -
BOOK/final-system/multilib/gmp-64bit.xml
r111b12a r76b06f6 40 40 xpointer="xpointer(//*[@os='a'])"/> 41 41 42 <screen os="b"><userinput>C C="gcc -isystem /usr/include ${BUILD64}" \42 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD64}" \ 43 43 CXX="g++ -isystem /usr/include ${BUILD64}" \ 44 44 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 45 45 ./configure --prefix=/usr \ 46 --libdir=/usr/lib64 --enable-cxx </userinput></screen>46 --libdir=/usr/lib64 --enable-cxx --enable-mpbsd</userinput></screen> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gmp-n32.xml
r111b12a r76b06f6 42 42 xpointer="xpointer(//*[@os='a'])"/> 43 43 44 <screen os="b"><userinput>C C="gcc -isystem /usr/include ${BUILDN32}" \44 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILDN32}" \ 45 45 CXX="g++ -isystem /usr/include ${BUILDN32}" \ 46 46 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 47 47 ABI=n32 ./configure --prefix=/usr \ 48 --libdir=/usr/lib32 --enable-cxx </userinput></screen>48 --libdir=/usr/lib32 --enable-cxx --enable-mpbsd</userinput></screen> 49 49 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/gmp.xml
r111b12a r76b06f6 41 41 xpointer="xpointer(//*[@os='a'])"/> 42 42 43 <screen os="b"><userinput>C C="gcc -isystem /usr/include ${BUILD32}" \43 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \ 44 44 CXX="g++ -isystem /usr/include ${BUILD32}" \ 45 45 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 46 ABI=32 ./configure --prefix=/usr --enable-cxx</userinput></screen> 46 ABI=32 ./configure --prefix=/usr \ 47 --enable-cxx --enable-mpbsd</userinput></screen> 47 48 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/iputils.xml
r111b12a r76b06f6 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 33 href="../common/iputils.xml" 34 xpointer="xpointer(//*[@os='p3'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/iputils.xml" 38 xpointer="xpointer(//*[@os='p4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/iputils.xml" 34 42 xpointer="xpointer(//*[@os='a'])"/> 35 43 36 <screen os="b"><userinput>make USE_CAP=no CC="gcc ${BUILD64}" \ 37 IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 44 <screen os="b"><userinput>make CC="gcc ${BUILD64}" IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 38 45 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 39 46 -
BOOK/final-system/multilib/kbd.xml
r111b12a r76b06f6 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 25 href="../common/kbd.xml" 26 xpointer="xpointer(//*[@os='p1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../common/kbd.xml" 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/kbd.xml" 26 34 xpointer="xpointer(//*[@os='a'])"/> 27 35 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="/tools/lib64/pkgconfig" \ 29 ./configure --prefix=/usr --disable-vlock --enable-optional-progs</userinput></screen> 36 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen> 30 37 31 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 33 40 xpointer="xpointer(//*[@os='c'])"/> 34 41 35 <screen os="d"><userinput>make </userinput></screen>42 <screen os="d"><userinput>make CC="gcc ${BUILD64}"</userinput></screen> 36 43 37 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/kmod-64bit.xml
r111b12a r76b06f6 30 30 --bindir=/bin --sysconfdir=/etc \ 31 31 --with-rootlibdir=/lib64 --libdir=/usr/lib64 \ 32 --with-zlib --with-xz --disable-manpages</userinput></screen>32 --with-zlib --with-xz</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/kmod-n32.xml
r111b12a r76b06f6 31 31 --bindir=/bin --sysconfdir=/etc \ 32 32 --with-rootlibdir=/lib32 --libdir=/usr/lib32 \ 33 --with-zlib --with-xz --disable-manpages</userinput></screen>33 --with-zlib --with-xz</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/kmod.xml
r111b12a r76b06f6 31 31 --bindir=/bin --sysconfdir=/etc \ 32 32 --with-rootlibdir=/lib --libdir=/usr/lib \ 33 --with-zlib --with-xz --disable-manpages</userinput></screen>33 --with-zlib --with-xz</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/make.xml
r111b12a r76b06f6 21 21 <sect2 role="installation"> 22 22 <title>Installation of Make</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/make.xml"26 xpointer="xpointer(//*[@os='p1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/make.xml"30 xpointer="xpointer(//*[@os='p2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/pkg-config.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system-pkg-config -lite" role="wrap">9 <?dbhtml filename="pkg-config -lite.html"?>8 <sect1 id="ch-system-pkg-config" role="wrap"> 9 <?dbhtml filename="pkg-config.html"?> 10 10 11 <title>Pkg-config- lite-&pkg-config-lite-version;</title>11 <title>Pkg-config-&pkg-config-version;</title> 12 12 13 <indexterm zone="ch-system-pkg-config -lite">14 <primary sortas="a-Pkg-config -lite">Pkg-config-lite</primary>13 <indexterm zone="ch-system-pkg-config"> 14 <primary sortas="a-Pkg-config">Pkg-config</primary> 15 15 </indexterm> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 18 href="../common/pkg-config -lite.xml"18 href="../common/pkg-config.xml" 19 19 xpointer="xpointer(//*[@role='package'])"/> 20 20 21 21 <sect2 role="installation"> 22 <title>Installation of Pkg-config -lite</title>22 <title>Installation of Pkg-config</title> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/pkg-config -lite.xml"25 href="../common/pkg-config.xml" 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 … … 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 href="../common/pkg-config -lite.xml"32 href="../common/pkg-config.xml" 33 33 xpointer="xpointer(//*[@os='c'])"/> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/pkg-config -lite.xml"36 href="../common/pkg-config.xml" 37 37 xpointer="xpointer(//*[@os='d'])"/> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/pkg-config -lite.xml"40 href="../common/pkg-config.xml" 41 41 xpointer="xpointer(//*[@os='e'])"/> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/pkg-config -lite.xml"44 href="../common/pkg-config.xml" 45 45 xpointer="xpointer(//*[@os='f'])"/> 46 46 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="../common/pkg-config -lite.xml"48 href="../common/pkg-config.xml" 49 49 xpointer="xpointer(//*[@os='g'])"/> 50 50 … … 67 67 68 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 69 href="../common/pkg-config -lite.xml"70 xpointer="xpointer(id('contents-pkg-config -lite'))"/>69 href="../common/pkg-config.xml" 70 xpointer="xpointer(id('contents-pkg-config'))"/> 71 71 72 72 </sect1> -
BOOK/final-system/multilib/ppl-n32.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- isl-n32" role="wrap">9 <?dbhtml filename=" isl-n32.html"?>8 <sect1 id="ch-system-ppl-n32" role="wrap"> 9 <?dbhtml filename="ppl-n32.html"?> 10 10 11 <title> ISL-&isl-version; N32 Libraries</title>11 <title>PPL-&ppl-version; N32 Libraries</title> 12 12 13 <indexterm zone="ch-system- isl-n32">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-system-ppl-n32"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>N32</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ isl.xml"19 href="../common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ isl.xml"26 href="../common/ppl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 29 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILDN32}" \ 30 CXX="g++ -isystem /usr/include ${BUILDN32}" \ 30 31 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 31 ./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen> 32 ./configure --prefix=/usr --libdir=/usr/lib32 \ 33 --enable-shared --disable-optimization</userinput></screen> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/ isl.xml"36 href="../common/ppl.xml" 35 37 xpointer="xpointer(//*[@os='c'])"/> 36 38 37 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/ isl.xml"40 href="../common/ppl.xml" 39 41 xpointer="xpointer(//*[@os='d'])"/> 40 42 41 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/ isl.xml"44 href="../common/ppl.xml" 43 45 xpointer="xpointer(//*[@os='e'])"/> 44 46 45 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/ isl.xml"48 href="../common/ppl.xml" 47 49 xpointer="xpointer(//*[@os='f'])"/> 48 50 49 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/ isl.xml"52 href="../common/ppl.xml" 51 53 xpointer="xpointer(//*[@os='g'])"/> 52 54 53 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/ isl.xml"56 href="../common/ppl.xml" 55 57 xpointer="xpointer(//*[@os='h'])"/> 56 58 57 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/ isl.xml"60 href="../common/ppl.xml" 59 61 xpointer="xpointer(//*[@os='i'])"/> 60 62 61 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href=" ../common/isl.xml"63 xpointer="xpointer(//*[@os=' j'])"/>64 href="ppl.xml" 65 xpointer="xpointer(//*[@os='m1'])"/> 64 66 65 <screen os="k"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib32 66 mv -v /usr/lib32/*gdb.py /usr/share/gdb/auto-load/usr/lib32</userinput></screen> 67 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-n32}</userinput></screen> 68 69 <para os="j">Create the N32 header file:</para> 70 71 <screen os="k"><userinput>mv -v /usr/include/ppl{,-n32}.hh</userinput></screen> 72 67 73 </sect2> 68 74 … … 71 77 72 78 <para>Details on this package are located in <xref 73 linkend="contents- isl" role="."/></para>79 linkend="contents-ppl" role="."/></para> 74 80 75 81 </sect2> -
BOOK/final-system/multilib/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- isl-32" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-system-ppl-32" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version; 32 Bit Libraries</title>11 <title>PPL-&ppl-version; 32 Bit Libraries</title> 12 12 13 <indexterm zone="ch-system- isl-32">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-system-ppl-32"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>32 Bit</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ isl.xml"19 href="../common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ isl.xml"26 href="../common/ppl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 29 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \ 30 CXX="g++ -isystem /usr/include ${BUILD32}" \ 30 31 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 31 ./configure --prefix=/usr --host=${CLFS_TARGET32}</userinput></screen> 32 ./configure --prefix=/usr --host=${CLFS_TARGET32} \ 33 --enable-shared --disable-optimization</userinput></screen> 32 34 33 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/ isl.xml"36 href="../common/ppl.xml" 35 37 xpointer="xpointer(//*[@os='c'])"/> 36 38 37 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/ isl.xml"40 href="../common/ppl.xml" 39 41 xpointer="xpointer(//*[@os='d'])"/> 40 42 41 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/ isl.xml"44 href="../common/ppl.xml" 43 45 xpointer="xpointer(//*[@os='e'])"/> 44 46 45 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/ isl.xml"48 href="../common/ppl.xml" 47 49 xpointer="xpointer(//*[@os='f'])"/> 48 50 49 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/ isl.xml"52 href="../common/ppl.xml" 51 53 xpointer="xpointer(//*[@os='g'])"/> 52 54 53 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/ isl.xml"56 href="../common/ppl.xml" 55 57 xpointer="xpointer(//*[@os='h'])"/> 56 58 57 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/ isl.xml"60 href="../common/ppl.xml" 59 61 xpointer="xpointer(//*[@os='i'])"/> 60 62 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="../common/isl.xml" 63 xpointer="xpointer(//*[@os='j'])"/> 63 <para os="m1">Prepare <filename>ppl-config</filename> to be wrapped by 64 the multiarch wrapper:</para> 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 66 href="../common/isl.xml" 67 xpointer="xpointer(//*[@os='k'])"/> 66 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-32}</userinput></screen> 67 68 <para os="j">One of the headers installed by PPL is architecture specific. Programs compiled as 32bit will require the header provided by the 32bit installation of PPL. The same applies for 64bit programs. Move the header so a wrapper can be put in its place later:</para> 69 70 <screen os="k"><userinput>mv -v /usr/include/ppl{,-32}.hh</userinput></screen> 71 68 72 69 73 </sect2> … … 73 77 74 78 <para>Details on this package are located in <xref 75 linkend="contents- isl" role="."/></para>79 linkend="contents-ppl" role="."/></para> 76 80 77 81 </sect2> -
BOOK/final-system/multilib/tar.xml
r111b12a r76b06f6 29 29 href="../common/tar.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"33 href="../common/tar.xml"34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../common/tar.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/udev-64bit.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- isl" role="wrap">9 <?dbhtml filename=" isl-64bit.html"?>8 <sect1 id="ch-system-udev" role="wrap"> 9 <?dbhtml filename="udev-64bit.html"?> 10 10 11 <title> ISL-&isl-version; 64 Bit</title>11 <title>Udev-&udev-version; 64 Bit</title> 12 12 13 <indexterm zone="ch-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-system-udev"> 14 <primary sortas="a-Udev">Udev</primary> 15 15 </indexterm> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 18 href="../common/ isl.xml"18 href="../common/udev.xml" 19 19 xpointer="xpointer(//*[@role='package'])"/> 20 20 21 21 <sect2 role="installation"> 22 <title>Installation of ISL</title>22 <title>Installation of Udev</title> 23 23 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/ isl.xml"25 href="../common/udev.xml" 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \ 29 LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ 30 ./configure --prefix=/usr --libdir=/usr/lib64</userinput></screen> 28 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \ 29 ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \ 30 --libexecdir=/lib64 --libdir=/usr/lib64 --bindir=/sbin \ 31 --with-usb-ids-path=no --with-pci-ids-path=no \ 32 --enable-rule_generator --disable-introspection --disable-keymap \ 33 --disable-gudev --with-firmware-path=/lib/firmware</userinput></screen> 31 34 32 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/ isl.xml"36 href="../common/udev.xml" 34 37 xpointer="xpointer(//*[@os='c'])"/> 35 38 36 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/ isl.xml"40 href="../common/udev.xml" 38 41 xpointer="xpointer(//*[@os='d'])"/> 39 42 40 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/ isl.xml"44 href="../common/udev.xml" 42 45 xpointer="xpointer(//*[@os='e'])"/> 43 46 44 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/isl.xml" 46 xpointer="xpointer(//*[@os='f'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/isl.xml" 48 href="../common/udev.xml" 50 49 xpointer="xpointer(//*[@os='g'])"/> 51 50 52 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/ isl.xml"52 href="../common/udev.xml" 54 53 xpointer="xpointer(//*[@os='h'])"/> 55 54 56 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../common/ isl.xml"56 href="../common/udev.xml" 58 57 xpointer="xpointer(//*[@os='i'])"/> 59 58 60 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../common/ isl.xml"60 href="../common/udev.xml" 62 61 xpointer="xpointer(//*[@os='j'])"/> 63 62 64 <screen os="k"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib6465 mv -v /usr/lib64/*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen>66 63 </sect2> 67 64 68 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 69 href="../common/ isl.xml"70 xpointer="xpointer(id('contents- isl'))"/>66 href="../common/udev.xml" 67 xpointer="xpointer(id('contents-udev'))"/> 71 68 72 69 </sect1> -
BOOK/final-system/multilib/udev-n32.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- eudev-n32" role="wrap">8 <sect1 id="ch-system-udev-n32" role="wrap"> 9 9 <?dbhtml filename="udev-n32.html"?> 10 10 11 <title> Eudev-&eudev-version; N32 Libraries</title>11 <title>Udev-&udev-version; N32 Libraries</title> 12 12 13 <indexterm zone="ch-system- eudev-n32">14 <primary sortas="a- Eudev">Eudev</primary>13 <indexterm zone="ch-system-udev-n32"> 14 <primary sortas="a-Udev">Udev</primary> 15 15 <secondary>N32</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ eudev.xml"19 href="../common/udev.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Eudev</title>23 <title>Installation of Udev</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ eudev.xml"26 href="../common/udev.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput> 30 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \ 31 CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \ 32 --with-rootprefix="" --libexecdir=/lib32 --enable-split-usr \ 33 --libdir=/usr/lib32 --with-rootlibdir=/lib32 --sbindir=/sbin \ 34 --bindir=/sbin --enable-rule_generator --disable-introspection \ 35 --disable-keymap --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen> 29 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \ 30 ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \ 31 --libexecdir=/lib32 --libdir=/usr/lib32 --bindir=/sbin \ 32 --with-usb-ids-path=no --with-pci-ids-path=no \ 33 --enable-rule_generator --disable-introspection --disable-keymap \ 34 --disable-gudev --with-firmware-path=/lib/firmware</userinput></screen> 36 35 37 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/ eudev.xml"37 href="../common/udev.xml" 39 38 xpointer="xpointer(//*[@os='c'])"/> 40 39 41 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/ eudev.xml"41 href="../common/udev.xml" 43 42 xpointer="xpointer(//*[@os='d'])"/> 44 43 45 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/ eudev.xml"45 href="../common/udev.xml" 47 46 xpointer="xpointer(//*[@os='e'])"/> 48 47 49 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/ eudev.xml"49 href="../common/udev.xml" 51 50 xpointer="xpointer(//*[@os='g'])"/> 52 51 53 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/ eudev.xml"53 href="../common/udev.xml" 55 54 xpointer="xpointer(//*[@os='h'])"/> 56 55 … … 61 60 62 61 <para>Details on this package are located in <xref 63 linkend="contents- eudev" role="."/></para>62 linkend="contents-udev" role="."/></para> 64 63 65 64 </sect2> -
BOOK/final-system/multilib/udev.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-system- eudev-32" role="wrap">9 <?dbhtml filename=" eudev.html"?>8 <sect1 id="ch-system-udev-32" role="wrap"> 9 <?dbhtml filename="udev.html"?> 10 10 11 <title> Eudev-&eudev-version; 32 Bit Libraries</title>11 <title>Udev-&udev-version; 32 Bit Libraries</title> 12 12 13 <indexterm zone="ch-system- eudev-32">14 <primary sortas="a- Eudev">Eudev 32 Bit Libraries</primary>13 <indexterm zone="ch-system-udev-32"> 14 <primary sortas="a-Udev">Udev 32 Bit Libraries</primary> 15 15 <secondary>32 Bit</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ eudev.xml"19 href="../common/udev.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Eudev</title>23 <title>Installation of Udev</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ eudev.xml"26 href="../common/udev.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \30 CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc\31 --with-rootprefix="" --libexecdir=/lib --enable-split-usr\32 --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=/sbin --bindir=/sbin\33 34 --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>29 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \ 30 ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \ 31 --libexecdir=/lib --bindir=/sbin \ 32 --with-usb-ids-path=no --with-pci-ids-path=no \ 33 --enable-rule_generator --disable-introspection --disable-keymap \ 34 --disable-gudev</userinput></screen> 35 35 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/ eudev.xml"37 href="../common/udev.xml" 38 38 xpointer="xpointer(//*[@os='c'])"/> 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/ eudev.xml"41 href="../common/udev.xml" 42 42 xpointer="xpointer(//*[@os='d'])"/> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/ eudev.xml"45 href="../common/udev.xml" 46 46 xpointer="xpointer(//*[@os='e'])"/> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/ eudev.xml"49 href="../common/udev.xml" 50 50 xpointer="xpointer(//*[@os='g'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/ eudev.xml"53 href="../common/udev.xml" 54 54 xpointer="xpointer(//*[@os='h'])"/> 55 55 … … 60 60 61 61 <para>Details on this package are located in <xref 62 linkend="contents- eudev" role="."/></para>62 linkend="contents-udev" role="."/></para> 63 63 64 64 </sect2> -
BOOK/final-system/multilib/util-linux-64bit.xml
r111b12a r76b06f6 31 31 32 32 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \ 33 --enable- write --disable-login --disable-su</userinput></screen>33 --enable-arch --enable-write --disable-login --disable-su</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/util-linux-n32.xml
r111b12a r76b06f6 28 28 29 29 <screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \ 30 --enable- write --disable-login --disable-su</userinput></screen>30 --enable-arch --enable-write --disable-login --disable-su</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/util-linux.xml
r111b12a r76b06f6 28 28 29 29 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --libdir=/lib \ 30 --enable- write --disable-login --disable-su</userinput></screen>30 --enable-arch --enable-write --disable-login --disable-su</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/vim.xml
r111b12a r76b06f6 26 26 xpointer="xpointer(//*[@os='t1'])"/> 27 27 28 <!-- vim branch update patch area29 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 29 href="../common/vim.xml" … … 34 33 href="../common/vim.xml" 35 34 xpointer="xpointer(//*[@os='p2'])"/> 36 -->37 35 38 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/xz-64bit.xml
r111b12a r76b06f6 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href=" ../common/xz.xml"49 href="xz.xml" 50 50 xpointer="xpointer(//*[@os='h'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href=" ../common/xz.xml"53 href="xz.xml" 54 54 xpointer="xpointer(//*[@os='i'])"/> 55 55 -
BOOK/final-system/multilib/xz-n32.xml
r111b12a r76b06f6 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 50 href="xz.xml" 51 xpointer="xpointer(//*[@os='h'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="xz.xml" 55 xpointer="xpointer(//*[@os='i'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="xz.xml" 51 59 xpointer="xpointer(//*[@os='j'])"/> 52 60 -
BOOK/final-system/multilib/xz.xml
r111b12a r76b06f6 49 49 xpointer="xpointer(//*[@os='g'])"/> 50 50 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../common/xz.xml" 53 xpointer="xpointer(//*[@os='h'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/xz.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 51 59 <para os="j">Move the static libraries to the proper location:</para> 52 60 -
BOOK/final-system/ppc-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/hfsutils.xml"/> -
BOOK/final-system/ppc/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 51 52 <para os="p5">The following patch fixes a mismatch of guards around qecvt and other functions. Required for yaboot.</para> 53 54 <screen os="p6"><userinput>patch -Np1 -i ../&eglibc-qecvt-patch;</userinput></screen> 43 55 44 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 110 122 xpointer="xpointer(//*[@os='t'])"/> 111 123 124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 125 href="../common/eglibc.xml" 126 xpointer="xpointer(//*[@os='ra'])"/> 127 128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 129 href="../common/eglibc.xml" 130 xpointer="xpointer(//*[@os='rb'])"/> 131 112 132 </sect2> 113 133 -
BOOK/final-system/ppc/gcc.xml
r111b12a r76b06f6 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='fix1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='fix2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 63 href="../common/gcc.xml" 72 64 xpointer="xpointer(//*[@os='l'])"/> 73 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"75 href="../common/gcc.xml"76 xpointer="xpointer(//*[@os='s1'])"/>77 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"79 href="../common/gcc.xml"80 xpointer="xpointer(//*[@os='s2'])"/>81 65 82 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 128 112 xpointer="xpointer(//*[@os='x'])"/> 129 113 130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"131 href="../common/gcc.xml"132 xpointer="xpointer(//*[@os='y'])"/>133 134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"135 href="../common/gcc.xml"136 xpointer="xpointer(//*[@os='z'])"/>137 138 114 </sect2> 139 115 -
BOOK/final-system/ppc64-chapter.xml
r111b12a r76b06f6 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc-64bit.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl-64bit.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> … … 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config -lite.xml"/>41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config.xml"/> 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux-64bit.xml"/> … … 64 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/automake.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bash.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bc.xml"/>67 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2.xml"/> 68 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2-64bit.xml"/> … … 96 95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/tar.xml"/> 97 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/texinfo.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev-64bit.xml"/>97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev-64bit.xml"/> 100 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 101 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/hfsutils.xml"/> -
BOOK/final-system/ppc64/eglibc-64bit.xml
r111b12a r76b06f6 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../ppc/eglibc.xml" 50 xpointer="xpointer(//*[@os='p5'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../ppc/eglibc.xml" 54 xpointer="xpointer(//*[@os='p6'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 57 href="eglibc.xml" 42 58 xpointer="xpointer(//*[@os='b'])"/> … … 62 78 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 63 79 --disable-profile --enable-kernel=2.6.32 \ 64 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 65 --enable-obsolete-rpc</userinput></screen> 80 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 66 81 67 82 <variablelist os="i"> … … 71 86 <term><parameter>--libexecdir=/usr/lib64/eglibc</parameter></term> 72 87 <listitem> 73 <para>This changes the location of the <command> getconf</command>74 utilityfrom its default of <filename88 <para>This changes the location of the <command>pt_chown</command> 89 program from its default of <filename 75 90 class="directory">/usr/libexec</filename> to <filename 76 91 class="directory">/usr/lib64/eglibc</filename>.</para> … … 114 129 href="eglibc.xml" 115 130 xpointer="xpointer(//*[@os='t'])"/> 131 132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 133 href="../common/eglibc.xml" 134 xpointer="xpointer(//*[@os='ra'])"/> 135 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 137 href="../common/eglibc.xml" 138 xpointer="xpointer(//*[@os='rb'])"/> 116 139 117 140 </sect2> -
BOOK/final-system/ppc64/eglibc.xml
r111b12a r76b06f6 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../../final-system/ppc/eglibc.xml" 55 xpointer="xpointer(//*[@os='p5'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../../final-system/ppc/eglibc.xml" 59 xpointer="xpointer(//*[@os='p6'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="../common/eglibc.xml" 47 63 xpointer="xpointer(//*[@os='b'])"/> 48 64 … … 78 94 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 79 95 --disable-profile --enable-kernel=2.6.32 \ 80 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \ 81 --enable-obsolete-rpc</userinput></screen> 96 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 82 97 83 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/ppc64/gcc.xml
r111b12a r76b06f6 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='fix1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='fix2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 73 65 href="../common/gcc.xml" 74 66 xpointer="xpointer(//*[@os='l'])"/> 75 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"77 href="../common/gcc.xml"78 xpointer="xpointer(//*[@os='s1'])"/>79 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"81 href="../common/gcc.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 67 84 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 130 114 xpointer="xpointer(//*[@os='x'])"/> 131 115 132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"133 href="../multilib/gcc.xml"134 xpointer="xpointer(//*[@os='y'])"/>135 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"137 href="../multilib/gcc.xml"138 xpointer="xpointer(//*[@os='z'])"/>139 140 116 </sect2> 141 117 -
BOOK/final-system/sparc-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> -
BOOK/final-system/sparc64-64-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/elftoaout.xml"/> -
BOOK/final-system/sparc64-64/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 77 85 --disable-profile --enable-kernel=2.6.32 \ 78 86 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 79 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>87 --cache-file=config.cache</userinput></screen> 80 88 81 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 128 136 129 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 130 href="../ x86_64-64/eglibc.xml"131 xpointer="xpointer(//*[@os=' u'])"/>138 href="../common/eglibc.xml" 139 xpointer="xpointer(//*[@os='ra'])"/> 132 140 133 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 134 href="../x86_64-64/eglibc.xml" 135 xpointer="xpointer(//*[@os='v'])"/> 142 href="../common/eglibc.xml" 143 xpointer="xpointer(//*[@os='rb'])"/> 144 145 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h 146 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix 147 this with the following:</para> 148 149 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen> 136 150 137 151 </sect2> -
BOOK/final-system/sparc64-chapter.xml
r111b12a r76b06f6 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc-64bit.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl-64bit.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> … … 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config -lite.xml"/>41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config.xml"/> 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux-64bit.xml"/> … … 64 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/automake.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bash.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bc.xml"/>67 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2.xml"/> 68 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2-64bit.xml"/> … … 96 95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/tar.xml"/> 97 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/texinfo.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev-64bit.xml"/>97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev-64bit.xml"/> 100 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 101 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/elftoaout.xml"/> -
BOOK/final-system/sparc64/eglibc-64bit.xml
r111b12a r76b06f6 37 37 href="../multilib/eglibc-64bit.xml" 38 38 xpointer="xpointer(//*[@os='l4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 79 --disable-profile --enable-kernel=2.6.32 \ 72 80 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 73 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>81 --cache-file=config.cache</userinput></screen> 74 82 75 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 113 121 xpointer="xpointer(//*[@os='t'])"/> 114 122 123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 href="../common/eglibc.xml" 125 xpointer="xpointer(//*[@os='ra'])"/> 126 127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 128 href="../common/eglibc.xml" 129 xpointer="xpointer(//*[@os='rb'])"/> 130 115 131 </sect2> 116 132 -
BOOK/final-system/x86-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/> -
BOOK/final-system/x86/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 58 66 xpointer="xpointer(//*[@os='g'])"/> 59 67 60 <screen os="h"><userinput> 61 CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) -O2" \ 62 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 63 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc \ 64 --enable-obsolete-rpc</userinput></screen> 68 <screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \ 69 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 70 --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/eglibc</userinput></screen> 65 71 66 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 132 138 xpointer="xpointer(//*[@os='t'])"/> 133 139 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 141 href="../common/eglibc.xml" 142 xpointer="xpointer(//*[@os='ra'])"/> 143 144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 145 href="../common/eglibc.xml" 146 xpointer="xpointer(//*[@os='rb'])"/> 147 134 148 </sect2> 135 149 -
BOOK/final-system/x86/grub.xml
r111b12a r76b06f6 39 39 </note> 40 40 41 <para os="s1">EGLIBC-&eglibc-version; does not declare gets():</para>42 43 <screen os="s2"><userinput>sed -i -e '/gets is a/d' grub-core/gnulib/stdio.in.h</userinput></screen>44 45 41 <para os="a">Prepare GRUB for compilation:</para> 46 42 -
BOOK/final-system/x86_64-64-chapter.xml
r111b12a r76b06f6 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> … … 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config -lite.xml"/>32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pkg-config.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/util-linux.xml"/> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/procps.xml"/> … … 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/automake.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>50 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bzip2.xml"/> 51 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/diffutils.xml"/> … … 72 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/tar.xml"/> 73 72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/texinfo.xml"/> 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 75 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 76 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/> -
BOOK/final-system/x86_64-64/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 71 xpointer="xpointer(//*[@os='g'])"/> 64 72 65 <screen os="h"><userinput>CFLAGS="- O2" \73 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \ 66 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 67 75 --disable-profile --enable-kernel=2.6.32 \ 68 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 69 --enable-obsolete-rpc</userinput></screen> 76 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen> 70 77 71 78 <variablelist os="i"> … … 75 82 <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term> 76 83 <listitem> 77 <para>This changes the location of the <command> getconf</command>78 utilityfrom its default of <filename84 <para>This changes the location of the <command>pt_chown</command> 85 program from its default of <filename 79 86 class="directory">/usr/libexec</filename> to <filename 80 87 class="directory">/usr/lib/eglibc</filename>.</para> … … 149 156 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen> 150 157 151 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h 152 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix 153 this with the following:</para> 154 155 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen> 158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 159 href="../common/eglibc.xml" 160 xpointer="xpointer(//*[@os='ra'])"/> 161 162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 163 href="../common/eglibc.xml" 164 xpointer="xpointer(//*[@os='rb'])"/> 156 165 157 166 </sect2> -
BOOK/final-system/x86_64-chapter.xml
r111b12a r76b06f6 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc-64bit.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl-64bit.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl-64bit.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog-64bit.xml"/> … … 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses.xml"/> 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ncurses-64bit.xml"/> 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config -lite.xml"/>41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/pkg-config.xml"/> 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/> 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux-64bit.xml"/> … … 64 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/automake.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bash.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bc.xml"/>67 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2.xml"/> 68 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/bzip2-64bit.xml"/> … … 96 95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/tar.xml"/> 97 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/texinfo.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev-64bit.xml"/>97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev-64bit.xml"/> 100 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 101 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/> -
BOOK/final-system/x86_64/eglibc-64bit.xml
r111b12a r76b06f6 37 37 href="../multilib/eglibc-64bit.xml" 38 38 xpointer="xpointer(//*[@os='l4'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 71 64 72 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 65 CFLAGS="- O2" \73 CFLAGS="-mtune=generic -g -O2" \ 66 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 67 75 --disable-profile --enable-kernel=2.6.32 \ 68 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 69 --enable-obsolete-rpc</userinput></screen> 76 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 70 77 71 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 108 115 href="eglibc.xml" 109 116 xpointer="xpointer(//*[@os='t'])"/> 117 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 119 href="../common/eglibc.xml" 120 xpointer="xpointer(//*[@os='ra'])"/> 121 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href="../common/eglibc.xml" 124 xpointer="xpointer(//*[@os='rb'])"/> 110 125 111 126 </sect2> -
BOOK/final-system/x86_64/eglibc.xml
r111b12a r76b06f6 42 42 href="../common/eglibc.xml" 43 43 xpointer="xpointer(//*[@os='l4'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/eglibc.xml" 47 xpointer="xpointer(//*[@os='p3'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/eglibc.xml" 51 xpointer="xpointer(//*[@os='p4'])"/> 44 52 45 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 60 68 61 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 62 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) -O2"\63 ../eglibc-&eglibc-version;/configure --prefix=/usr \70 CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET32}) \ 71 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \ 64 72 --disable-profile --enable-kernel=2.6.32 \ 65 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \ 66 --enable-obsolete-rpc</userinput></screen> 73 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen> 67 74 68 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/general.ent
r111b12a r76b06f6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 9"> <!-- Use two digits -->4 <!ENTITY month_name " September">5 <!ENTITY day "2 3"> <!-- Use two digits -->3 <!ENTITY month "04"> <!-- Use two digits --> 4 <!ENTITY month_name "April"> 5 <!ENTITY day "20"> <!-- Use two digits --> 6 6 <!ENTITY year "2013"> <!-- Use four digits --> 7 7 … … 9 9 10 10 <!ENTITY major-version "2"> 11 <!ENTITY minor-version " 1">11 <!ENTITY minor-version "0"> 12 12 <!ENTITY extra-version "0"> 13 13 <!ENTITY generic-version "git"> <!-- Use "git", "testing", or "x.y.z[-pre{x}]" --> 14 14 15 <!ENTITY version " GIT-&year;&month;&day;">15 <!ENTITY version "2.0.0"> 16 16 17 17 <!ENTITY version-x86 "&version;-x86"> … … 20 20 <!ENTITY version-ppc "&version;-PowerPC"> 21 21 <!ENTITY version-ppc64 "&version;-PowerPC64-Multilib"> 22 <!ENTITY version-ppc64-64 "&version;-PowerPC64-Pure64">23 22 <!ENTITY version-sparc "&version;-Sparc"> 24 23 <!ENTITY version-sparcv8 "&version;-Sparc_v8"> … … 39 38 <!ENTITY hints-root "http://hints.cross-lfs.org/index.php/"> 40 39 <!ENTITY livecd-root "&lfs-root;livecd/"> 41 <!ENTITY test-results "&clfs-root;testsuite-logs/& generic-version;/">40 <!ENTITY test-results "&clfs-root;testsuite-logs/&version;/"> 42 41 <!ENTITY errata "&clfs-wiki;wiki/errata"> 43 42 -
BOOK/introduction/alpha/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para> 24 April2013</para>36 <para>February 09, 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 39 <para>[William Harrington] - Add eglibc ports extraction commands.</para> 40 </listitem> 41 <listitem> 42 <para>[William Harrington] - Add disable linking to libgcc_eh in cross-tools eglibc-headers and eglibc.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 48 <para>July 13, 2008</para> 49 <itemizedlist> 50 <listitem> 51 <para>[jciccone] - Bump the Linux Alpha PAGE_SIZE patch to -2.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>Janurary 6, 2007</para> 58 <itemizedlist> 59 <listitem> 60 <para>[jciccone] - Add a sed to the kernel build that removes -Werror 61 from a specific part of the build.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 67 <para>Janurary 1, 2007</para> 68 <itemizedlist> 69 <listitem> 70 <para>[jciccone] - Update the aboot patch so that it builds again.</para> 71 </listitem> 72 </itemizedlist> 73 </listitem> 74 75 <listitem> 76 <para>December 23, 2007</para> 77 <itemizedlist> 78 <listitem> 79 <para>[jciccone] - Added a patch to the Kernel that makes the 80 PAGE_SIZE definition available in userspace.</para> 81 </listitem> 82 </itemizedlist> 83 </listitem> 84 85 <listitem> 86 <para>December 21, 2007</para> 87 <itemizedlist> 88 <listitem> 89 <para>[jciccone] - Added a patch to Glibc that works around compile 90 errors with PTR_MANGLE.</para> 91 </listitem> 92 </itemizedlist> 93 </listitem> 94 95 <listitem> 96 <para>February 17, 2007</para> 97 <itemizedlist> 98 <listitem> 99 <para>[jciccone] - Added a patch that adds sigsuspend_nocancel 100 support to Glibc.</para> 101 </listitem> 102 </itemizedlist> 103 </listitem> 104 105 <listitem> 106 <para>August 28, 2006</para> 107 <itemizedlist> 108 <listitem> 109 <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog..</para> 40 110 </listitem> 41 111 </itemizedlist> -
BOOK/introduction/common/changelog.xml
r111b12a r76b06f6 37 37 --> 38 38 <listitem> 39 <para>23 September 2013</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Update M4 to 1.4.17.</para> 43 </listitem> 44 <listitem> 45 <para>[William Harrington] - Update EUDEV to 1.3.</para> 46 </listitem> 47 <listitem> 48 <para>[William Harrington] - Update DHCPCD to 6.1.0.</para> 49 </listitem> 50 <listitem> 51 <para>[William Harrington] - Update TCL to 8.6.1.</para> 52 </listitem> 53 <listitem> 54 <para>[William Harrington] - Update Man-pages to 3.54.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 60 <para>19 September 2013</para> 61 <itemizedlist> 62 <listitem> 63 <para>[William Harrington] - Remove pt_chown entries from book.</para> 64 </listitem> 65 </itemizedlist> 66 </listitem> 67 68 <listitem> 69 <para>09 September 2013</para> 70 <itemizedlist> 71 <listitem> 72 <para>[William Harrington] - Increase the stack size during the GCC testsuite.</para> 73 </listitem> 74 </itemizedlist> 75 </listitem> 76 77 <listitem> 78 <para>08 September 2013</para> 79 <itemizedlist> 80 <listitem> 81 <para>[William Harrington] - Change GID of tty to 5 and tape to 4.</para> 82 </listitem> 83 </itemizedlist> 84 </listitem> 85 86 <listitem> 87 <para>03 September 2013</para> 88 <itemizedlist> 89 <listitem> 90 <para>[William Harrington] - Fix final system EUDEV installation.</para> 91 </listitem> 92 </itemizedlist> 93 </listitem> 94 95 <listitem> 96 <para>30 August 2013</para> 97 <itemizedlist> 98 <listitem> 99 <para>[William Harrington] - Move GDB python files auto-load directory.</para> 100 </listitem> 101 </itemizedlist> 102 </listitem> 103 104 <listitem> 105 <para>28 August 2013</para> 106 <itemizedlist> 107 <listitem> 108 <para>[William Harrington] - Add GCC 4.8.1 branch update patch.</para> 109 </listitem> 110 </itemizedlist> 111 </listitem> 112 113 <listitem> 114 <para>23 August 2013</para> 115 <itemizedlist> 116 <listitem> 117 <para>[William Harrington] - Update KMOD to 15.</para> 118 </listitem> 119 <listitem> 120 <para>[William Harrington] - Update KBD to 2.0.0.</para> 121 </listitem> 122 <listitem> 123 <para>[William Harrington] - Add Check to test-suite tools.</para> 124 </listitem> 125 </itemizedlist> 126 </listitem> 127 128 <listitem> 129 <para>22 August 2013</para> 130 <itemizedlist> 131 <listitem> 132 <para>[William Harrington] - Install firmware option during boot method.</para> 133 </listitem> 134 <listitem> 135 <para>[William Harrington] - Add rule to Eudev installs for proper ethernet device naming.</para> 136 </listitem> 137 </itemizedlist> 138 </listitem> 139 140 <listitem> 141 <para>21 August 2013</para> 142 <itemizedlist> 143 <listitem> 144 <para>[William Harrington] - Update EGLIBC to 2.18-r23806.</para> 145 </listitem> 146 <listitem> 147 <para>[William Harrington] - Update Linux to 3.10.9.</para> 148 </listitem> 149 </itemizedlist> 150 </listitem> 151 152 <listitem> 153 <para>19 August 2013</para> 154 <itemizedlist> 155 <listitem> 156 <para>[William Harrington] - Add missing <command>make mrproper</command> to final-system linux headers install.</para> 157 </listitem> 158 <listitem> 159 <para>[William Harrington] - Add M4=m4 to temp system configure commands of Bison and Flex as M4 is hardcoded to /cross-tools.</para> 160 </listitem> 161 </itemizedlist> 162 </listitem> 163 164 <listitem> 165 <para>16 August 2013</para> 166 <itemizedlist> 167 <listitem> 168 <para>[William Harrington] - Update Gettext to 0.18.3.1.</para> 169 </listitem> 170 <listitem> 171 <para>[William Harrington] - Update Bison to 3.0.</para> 172 </listitem> 173 </itemizedlist> 174 </listitem> 175 176 <listitem> 177 <para>15 August 2013</para> 178 <itemizedlist> 179 <listitem> 180 <para>[William Harrington] - Fix shm mount during chroot virtual kernel filesystems.</para> 181 </listitem> 182 </itemizedlist> 183 </listitem> 184 185 <listitem> 186 <para>14 August 2013</para> 187 <itemizedlist> 188 <listitem> 189 <para>[William Harrington] - Add --noclear to <filename>inittab</filename>.</para> 190 </listitem> 191 <listitem> 192 <para>[William Harrington] - Disable fixincludes for GCC in temp and final systems.</para> 193 </listitem> 194 <listitem> 195 <para>[William Harrington] - Update Perl to 5.18.1.</para> 196 </listitem> 197 </itemizedlist> 198 </listitem> 199 200 <listitem> 201 <para>12 August 2013</para> 202 <itemizedlist> 203 <listitem> 204 <para>[William Harrington] - Add ac_cv_prog_lex_is_flex=yes to temp-system and final-system Bison.</para> 205 </listitem> 206 <listitem> 207 <para>[William Harrington] - Update Vim to Vim 7.4.</para> 208 </listitem> 209 <listitem> 210 <para>[William Harrington] - Fix temp system GCC for HOST gmp isl and cloog libraries and headers.</para> 211 </listitem> 212 </itemizedlist> 213 </listitem> 214 215 <listitem> 216 <para>08 August 2013</para> 217 <itemizedlist> 218 <listitem> 219 <para>[William Harrington] - Migrate to Eudev.</para> 220 </listitem> 221 <listitem> 222 <para>[William Harrington] - Update Bootscripts for Eudev.</para> 223 </listitem> 224 </itemizedlist> 225 </listitem> 226 227 <listitem> 228 <para>07 August 2013</para> 229 <itemizedlist> 230 <listitem> 231 <para>[William Harrington] - Update Dhcpcd to 6.0.5.</para> 232 </listitem> 233 </itemizedlist> 234 </listitem> 235 236 <listitem> 237 <para>06 August 2013</para> 238 <itemizedlist> 239 <listitem> 240 <para>[William Harrington] - Update LESS to 460.</para> 241 </listitem> 242 <listitem> 243 <para>[William Harrington] - Update IPutils to s20121221.</para> 244 </listitem> 245 <listitem> 246 <para>[William Harrington] - Disable Vlock in KBD as it requires PAM.</para> 247 </listitem> 248 <listitem> 249 <para>[William Harrington] - Update Libestr to 0.1.5.</para> 250 </listitem> 251 <listitem> 252 <para>[William Harrington] - Update Rsyslog to 6.4.2.</para> 253 </listitem> 254 </itemizedlist> 255 </listitem> 256 257 <listitem> 258 <para>05 August 2013</para> 259 <itemizedlist> 260 <listitem> 261 <para>[William Harrington] - Remove --enable-arch from final-system Util-Linux as it is no longer used.</para> 262 </listitem> 263 <listitem> 264 <para>[William Harrington] - Update Bash patch to upstream version 4.2-045.</para> 265 </listitem> 266 </itemizedlist> 267 </listitem> 268 269 <listitem> 270 <para>04 August 2013</para> 271 <itemizedlist> 272 <listitem> 273 <para>[William Harrington] - Update Vim updates to last 1314 patch level.</para> 274 </listitem> 275 <listitem> 276 <para>[William Harrington] - Update boot method KMOD to support xz and zlib.</para> 277 </listitem> 278 <listitem> 279 <para>[William Harrington] - Remove unneeded config cache entry for c_cv_func_setpgrp_void during boot method shadow cross compilation.</para> 280 </listitem> 281 <listitem> 282 <para>[William Harrington] - Update EGLIBC 2.17 to Revision 23679.</para> 283 </listitem> 284 <listitem> 285 <para>[William Harrington] - Remove mpbsd configure option from final-system GMP.</para> 286 </listitem> 287 </itemizedlist> 288 </listitem> 289 290 <listitem> 291 <para>02 August 2013</para> 292 <itemizedlist> 293 <listitem> 294 <para>[William Harrington] - Add GMP, MPFR, MPC, ISL, CLooG configure options to temp system GCC configure.</para> 295 </listitem> 296 </itemizedlist> 297 </listitem> 298 299 <listitem> 300 <para>01 August 2013</para> 301 <itemizedlist> 302 <listitem> 303 <para>[William Harrington] - Update Util-Linux to 2.23.2.</para> 304 </listitem> 305 <listitem> 306 <para>[William Harrington] - Update Man-Pages to 3.53.</para> 307 </listitem> 308 <listitem> 309 <para>[William Harrington] - Update ISL to 0.12.1.</para> 310 </listitem> 311 <listitem> 312 <para>[William Harrington] - Add Make-3.82 fixes patch.</para> 313 </listitem> 314 </itemizedlist> 315 </listitem> 316 317 <listitem> 318 <para>30 July 2013</para> 319 <itemizedlist> 320 <listitem> 321 <para>[William Harrington] - Remove unneeded --disable-cloog-version-check from all gcc configure commands.</para> 322 </listitem> 323 </itemizedlist> 324 </listitem> 325 326 <listitem> 327 <para>30 July 2013</para> 328 <itemizedlist> 329 <listitem> 330 <para>[William Harrington] - Remove unneeded commands from linux header installation commands and adjust INSTALL_HDR_PATH variable.</para> 331 </listitem> 332 </itemizedlist> 333 </listitem> 334 335 <listitem> 336 <para>29 July 2013</para> 337 <itemizedlist> 338 <listitem> 339 <para>[William Harrington] - Enable graphite for cross-tools toolchain.</para> 340 </listitem> 341 <listitem> 342 <para>[William Harrington] - Remove unnecessary sed for headers and libraries for graphite.</para> 343 </listitem> 344 </itemizedlist> 345 </listitem> 346 347 <listitem> 348 <para>27 July 2013</para> 349 <itemizedlist> 350 <listitem> 351 <para>[William Harrington] - Add MD5SUMS and SHA1SUMS to packages introduction.</para> 352 </listitem> 353 <listitem> 354 <para>[William Harrington] - Add wget example to packages introduction.</para> 355 </listitem> 356 </itemizedlist> 357 </listitem> 358 359 <listitem> 360 <para>25 July 2013</para> 361 <itemizedlist> 362 <listitem> 363 <para>[William Harrington] - Add sed to cross-tools and temp-system binutils for hosts using Texinfo 5.x.</para> 39 <para>March 02, 2013</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Update foreword.</para> 43 </listitem> 44 <listitem> 45 <para>[William Harrington] - Update errata location.</para> 46 </listitem> 47 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 52 <para>February 16, 2013</para> 53 <itemizedlist> 54 <listitem> 55 <para>[William Harrington] - Remove unneccessary config.cache entry in boot and chroot ections of util-linux.</para> 56 </listitem> 57 </itemizedlist> 58 </listitem> 59 60 <listitem> 61 <para>February 13, 2013</para> 62 <itemizedlist> 63 <listitem> 64 <para>[William Harrington] - Update dhcpcd download location.</para> 65 </listitem> 66 </itemizedlist> 67 </listitem> 68 69 <listitem> 70 <para>February 09, 2013</para> 71 <itemizedlist> 72 <listitem> 73 <para>[William Harrington] - Add test suite commands to final-system udev.</para> 74 </listitem> 75 <listitem> 76 <para>[William Harrington] - Update iana-etc note section for get fix patch.</para> 77 </listitem> 78 </itemizedlist> 79 </listitem> 80 81 <listitem> 82 <para>February 08, 2013</para> 83 <itemizedlist> 84 <listitem> 85 <para>[William Harrington] - Move gawk before findutils in final system for findutils test-suite coverage.</para> 86 </listitem> 87 <listitem> 88 <para>[William Harrington] - Move less before gzip in final system for gzip test-suite coverage.</para> 89 </listitem> 90 <listitem> 91 <para>[William Harrington] - Update test suite entry for final-system rsyslog.</para> 92 </listitem> 93 </itemizedlist> 94 </listitem> 95 96 <listitem> 97 <para>February 06, 2013</para> 98 <itemizedlist> 99 <listitem> 100 <para>[William Harrington] - Edit final system ncurses test suite information.</para> 101 </listitem> 102 <listitem> 103 <para>[William Harrington] - Edit final system util-linux test suite information.</para> 104 </listitem> 105 <listitem> 106 <para>[William Harrington] - Edit final system coreutils test suite information.</para> 107 </listitem> 108 </itemizedlist> 109 </listitem> 110 111 <listitem> 112 <para>February 03, 2013</para> 113 <itemizedlist> 114 <listitem> 115 <para>[William Harrington] - Change locale country to locale territory. Country is no longer valid.</para> 116 </listitem> 117 </itemizedlist> 118 </listitem> 119 120 <listitem> 121 <para>January 27, 2013</para> 122 <itemizedlist> 123 <listitem> 124 <para>[William Harrington] - Add new line to boot method and bootable section fstab.</para> 125 </listitem> 126 <listitem> 127 <para>[William Harrington] - Fix improper ../run -> /var/run link.</para> 128 </listitem> 129 </itemizedlist> 130 </listitem> 131 132 <listitem> 133 <para>December 27, 2012</para> 134 <itemizedlist> 135 <listitem> 136 <para>[William Harrington] - Move ProcPS before E2fsprogs as test suite requires ps.</para> 137 </listitem> 138 </itemizedlist> 139 </listitem> 140 141 <listitem> 142 <para>December 13, 2012</para> 143 <itemizedlist> 144 <listitem> 145 <para>[Chris] - Removed redundant --enable-add-ons parameter from 146 EGLIBC installation.</para> 147 </listitem> 148 </itemizedlist> 149 </listitem> 150 151 <listitem> 152 <para>November 18, 2012</para> 153 <itemizedlist> 154 <listitem> 155 <para>[Chris] - Many updates to list of installed programs</para> 156 </listitem> 157 </itemizedlist> 158 </listitem> 159 160 <listitem> 161 <para>November 17, 2012</para> 162 <itemizedlist> 163 <listitem> 164 <para>[William Harrington] - Skip kill during installation of final-system Procps.</para> 165 </listitem> 166 <listitem> 167 <para>[William Harrington] - Remove sulogin, mountpoint, utmpdump, and wall from sysvinit.</para> 168 </listitem> 169 </itemizedlist> 170 </listitem> 171 172 <listitem> 173 <para>November 12, 2012</para> 174 <itemizedlist> 175 <listitem> 176 <para>[Chris] - Removed unneeded --disable-perl-regexp from 177 temp-system grep.</para> 178 </listitem> 179 </itemizedlist> 180 </listitem> 181 182 <listitem> 183 <para>November 05, 2012</para> 184 <itemizedlist> 185 <listitem> 186 <para>[William Harrington] - Update gcc branch update patch to r193147.</para> 187 </listitem> 188 <listitem> 189 <para>[William Harrington] - Update binutils to 2.23.</para> 190 </listitem> 191 <listitem> 192 <para>[William Harrington] - Remove Binutils 2.22 branch update patch.</para> 193 </listitem> 194 <listitem> 195 <para>[William Harrington] - Modify coreutils temp system build.</para> 196 </listitem> 197 </itemizedlist> 198 </listitem> 199 200 <listitem> 201 <para>November 04, 2012</para> 202 <itemizedlist> 203 <listitem> 204 <para>[William Harrington] - Update bash branch update patch to level 39.</para> 205 </listitem> 206 </itemizedlist> 207 </listitem> 208 209 <listitem> 210 <para>November 02, 2012</para> 211 <itemizedlist> 212 <listitem> 213 <para>[William Harrington] - Disable login and su programs in util-linux.</para> 214 </listitem> 215 <listitem> 216 <para>[William Harrington] - Edit hwclock sed for util-linux.</para> 217 </listitem> 218 <listitem> 219 <para>[William Harrington] - Edit Coreutils testsuite section.</para> 220 </listitem> 221 </itemizedlist> 222 </listitem> 223 224 <listitem> 225 <para>November 01, 2012</para> 226 <itemizedlist> 227 <listitem> 228 <para>[William Harrington - Update Patch to 2.7.1.</para> 229 </listitem> 230 <listitem> 231 <para>[William Harrington - Update Perl to 5.16.2.</para> 232 </listitem> 233 <listitem> 234 <para>[William Harrington - Update Pkg-Config-Lite to 0.27.1-1.</para> 235 </listitem> 236 <listitem> 237 <para>[William Harrington - Update Psmisc to 22.20.</para> 238 </listitem> 239 <listitem> 240 <para>[William Harrington - Update Readline branch update patch to level 004.</para> 241 </listitem> 242 <listitem> 243 <para>[William Harrington - Update Util-linux to 2.22.1.</para> 244 </listitem> 245 <listitem> 246 <para>[William Harrington - Update Vim-7.3 to patchlevel 712.</para> 247 </listitem> 248 <listitem> 249 <para>[William Harrington - Linux kernel to 3.4.17.</para> 250 </listitem> 251 <listitem> 252 <para>[William Harrington - Remove patch test fix patch.</para> 253 </listitem> 254 </itemizedlist> 255 </listitem> 256 257 <listitem> 258 <para>October 31, 2012</para> 259 <itemizedlist> 260 <listitem> 261 <para>[William Harrington] - Update eglibc to revision 21435.</para> 262 </listitem> 263 <listitem> 264 <para>[William Harrington] - Update automake to 1.12.4.</para> 265 </listitem> 266 <listitem> 267 <para>[William Harrington] - Update bison to 2.6.4.</para> 268 </listitem> 269 <listitem> 270 <para>[William Harrington] - Update coreutils to 8.20.</para> 271 </listitem> 272 <listitem> 273 <para>[William Harrington] - Update e2fsprogs to 1.42.6.</para> 274 </listitem> 275 <listitem> 276 <para>[William Harrington] - Update gzip to 1.5.</para> 277 </listitem> 278 <listitem> 279 <para>[William Harrington] - Update kmod to 10.</para> 280 </listitem> 281 <listitem> 282 <para>[William Harrington] - Update less to 451.</para> 283 </listitem> 284 <listitem> 285 <para>[William Harrington] - Update man-pages to 3.43.</para> 286 </listitem> 287 <listitem> 288 <para>[William Harrington] - Update mpc to 1.0.1.</para> 289 </listitem> 290 </itemizedlist> 291 </listitem> 292 293 <listitem> 294 <para>October 25, 2012</para> 295 <itemizedlist> 296 <listitem> 297 <para>[Chris] - Updated "What now?" to reflect the name change 298 of freshmeat.net.</para> 299 </listitem> 300 </itemizedlist> 301 </listitem> 302 303 <listitem> 304 <para>October 23, 2012</para> 305 <itemizedlist> 306 <listitem> 307 <para>[William Harrington} - Add cross-tools M4 patch.</para> 308 </listitem> 309 </itemizedlist> 310 </listitem> 311 312 <listitem> 313 <para>October 17, 2012</para> 314 <itemizedlist> 315 <listitem> 316 <para>[William Harrington} - Edit coreutils test suite command for su.</para> 317 </listitem> 318 </itemizedlist> 319 </listitem> 320 321 322 <listitem> 323 <para>October 15, 2012</para> 324 <itemizedlist> 325 <listitem> 326 <para>[William Harrington} - Move shadow before coreutils</para> 327 </listitem> 328 </itemizedlist> 329 </listitem> 330 331 <listitem> 332 <para>September 17, 2012</para> 333 <itemizedlist> 334 <listitem> 335 <para>[William Harrington] - Change ncftp reference in downloadclients page to link to the cblfs ncftp page.</para> 336 </listitem> 337 <listitem> 338 <para>[William Harrington] - Update linux kernel version from 3.4.9 to 3.4.11.</para> 339 </listitem> 340 </itemizedlist> 341 </listitem> 342 343 <listitem> 344 <para>September 14, 2012</para> 345 <itemizedlist> 346 <listitem> 347 <para>[William Harrington] - Update iproute 3.4.0 libdir hash and size.</para> 348 </listitem> 349 <listitem> 350 <para>[William Harrington] - Update download list link and adjust text in Introduction of packages and patches.</para> 351 </listitem> 352 </itemizedlist> 353 </listitem> 354 355 <listitem> 356 <para>September 11, 2012</para> 357 <itemizedlist> 358 <listitem> 359 <para>[William Harrington] - Install NIS and RPC related headers in cross-tools and final-system eglibc/eglibc-64bit installs.</para> 364 360 </listitem> 365 361 </itemizedlist> … … 367 363 368 364 <listitem> 369 <para>23 July 2013</para> 370 <itemizedlist> 371 <listitem> 372 <para>[William Harrington] - Add Bc to cross-tools and final-system.</para> 373 </listitem> 374 <listitem> 375 <para>[William Harrington] - Update Linux kernel version to 3.10.2.</para> 376 </listitem> 377 <listitem> 378 <para>[William Harrington] - Update IPRoute2 to 3.10.0.</para> 365 <para>September 07, 2012</para> 366 <itemizedlist> 367 <listitem> 368 <para>[William Harrington] - Remove --with-rootlibdir from kmod configure in Ch 7.</para> 369 </listitem> 370 <listitem> 371 <para>[William Harrington] - Disable the build of static libraries when appropriate during cross-tools phase.</para> 372 </listitem> 373 <listitem> 374 <para>[William Harrington] - Remove creation of passwd and login links during Ch7 Boot section shadow.</para> 375 </listitem> 376 <listitem> 377 <para>[William Harrington] - Add passwd to the string of created symlinks in Ch7 Boot section.</para> 379 378 </listitem> 380 379 </itemizedlist> … … 382 381 383 382 <listitem> 384 <para>22 July 2013</para> 385 <itemizedlist> 386 <listitem> 387 <para>[William Harrington] - Update KBD to 1.15.5.</para> 388 </listitem> 389 <listitem> 390 <para>[William Harrington] - Remove unneeded KBD es_po patch.</para> 391 </listitem> 392 </itemizedlist> 383 <para>September 06, 2012</para> 384 <itemizedlist> 385 <listitem> 386 <para>[William Harrington] - Fix /var/run /run link command during createfiles part of the If you are going to boot section.</para> 387 </listitem> 388 <listitem> 389 <para>[William Harrington] - Add shadow to If you are going to boot section.</para> 390 </listitem> 391 <listitem> 392 <para>[William Harrington] - Remove enable-login-utils form util-linux in the If you are going to boot section.</para> 393 </listitem> 394 </itemizedlist> 395 </listitem> 396 397 <listitem> 398 <para>September 04, 2012</para> 399 <itemizedlist> 400 <listitem> 401 <para>[William Harrington] - Add a command to final-sytem Bison to add a variable to config.cache.</para> 402 </listitem> 403 <listitem> 404 <para>[William Harrington] - Correct zlib 1.2.7 md5sum.</para> 405 </listitem> 406 <listitem> 407 <para>[William Harrington] - Update Udev configure options in boot and final-system sections.</para> 408 </listitem> 409 <listitem> 410 <para>[William Harrington] - Update bootscripts to be proper with udev updates.</para> 411 </listitem> 412 </itemizedlist> 393 413 </listitem> 394 414 395 415 <listitem> 396 <para>09 July 2013</para> 397 <itemizedlist> 398 <listitem> 399 <para>[William Harrington] - Update Gettext to 0.18.3.</para> 400 </listitem> 401 <listitem> 402 <para>[William Harrington] - Remove unneeded config.cache command for Temp System Patch.</para> 416 <para>September 03, 2012</para> 417 <itemizedlist> 418 <listitem> 419 <para>[William Harrington] - Add a new Download Client page to The end section.</para> 420 </listitem> 421 </itemizedlist> 422 </listitem> 423 424 <listitem> 425 <para>August 30, 2012</para> 426 <itemizedlist> 427 <listitem> 428 <para>[William Harrington] - Update host system requirements. Linux kernel version in book 2.6.32 or greater.</para> 429 </listitem> 430 <listitem> 431 <para>[William Harrington] - Add --with-default-terminfo-dir=/usr/share/terminfo to final-system ncurses because of branch update changes.</para> 432 </listitem> 433 </itemizedlist> 434 </listitem> 435 436 <listitem> 437 <para>August 29, 2012</para> 438 <itemizedlist> 439 <listitem> 440 <para>[William Harrington] - Edit cross-tools PPL configuration line.</para> 441 </listitem> 442 <listitem> 443 <para>[William Harrington] - Update linux kernel host system requirement to 2.6.32.</para> 444 </listitem> 445 <listitem> 446 <para>[William Harrington] - Update eglibc instructions and update eglibc text for 2.6.32 kernel support.</para> 447 </listitem> 448 </itemizedlist> 449 </listitem> 450 451 <listitem> 452 <para>August 28, 2012</para> 453 <itemizedlist> 454 <listitem> 455 <para>[William Harrington] - Edit shadow groups program and man-pages disabling section.</para> 403 456 </listitem> 404 457 </itemizedlist> … … 406 459 407 460 <listitem> 408 <para>08 July 2013</para> 409 <itemizedlist> 410 <listitem> 411 <para>[William Harrington] - Remove unneeded entries to cross-tools EGLIBC config.cache and change description.</para> 412 </listitem> 413 <listitem> 414 <para>[William Harrington] - Remove unneeded inst_vardbdir install option for current EGLIBC.</para> 415 </listitem> 416 </itemizedlist> 417 </listitem> 418 419 <listitem> 420 <para>07 July 2013</para> 421 <itemizedlist> 422 <listitem> 423 <para>[William Harrington] - Update TZData to 2013d.</para> 424 </listitem> 425 </itemizedlist> 426 </listitem> 427 428 <listitem> 429 <para>06 July 2013</para> 430 <itemizedlist> 431 <listitem> 432 <para>[William Harrington] - Update Man-Pages to 3.52.</para> 433 </listitem> 434 </itemizedlist> 435 </listitem> 436 437 <listitem> 438 <para>03 July 2013</para> 439 <itemizedlist> 440 <listitem> 441 <para>[William Harrington] - Update KMOD to 14.</para> 442 </listitem> 443 </itemizedlist> 444 </listitem> 445 446 <listitem> 447 <para>25 June 2013</para> 448 <itemizedlist> 449 <listitem> 450 <para>[William Harrington] - Add ISL 0.12 to the book.</para> 451 </listitem> 452 </itemizedlist> 453 </listitem> 454 455 <listitem> 456 <para>24 June 2013</para> 457 <itemizedlist> 458 <listitem> 459 <para>[William Harrington] - Updated Gzip to 1.6.</para> 460 </listitem> 461 <listitem> 462 <para>[William Harrington] - Update E2fsprogs to 1.42.8.</para> 463 </listitem> 464 </itemizedlist> 465 </listitem> 466 467 <listitem> 468 <para>07 June 2013</para> 469 <itemizedlist> 470 <listitem> 471 <para>[William Harrington] - Add a sed to Tar-1.26 installs as gets() is no longer declared with Glibc-2.17.</para> 472 </listitem> 473 <listitem> 474 <para>[William Harrington] - Update Vim branch update patch to level 1140.</para> 475 </listitem> 476 </itemizedlist> 477 </listitem> 478 479 <listitem> 480 <para>05 June 2013</para> 481 <itemizedlist> 482 <listitem> 483 <para>[William Harrington] - Update Eglibc to 2.17.</para> 484 </listitem> 485 <listitem> 486 <para>[William Harrington] - Remove Eglibc fixes patch.</para> 487 </listitem> 488 <listitem> 489 <para>[William Harrington] - Add TZ Data to final systme Eglibc install.</para> 490 </listitem> 491 </itemizedlist> 492 </listitem> 493 494 <listitem> 495 <para>03 June 2013</para> 496 <itemizedlist> 497 <listitem> 498 <para>[William Harrington] - Update Iproute2 to 3.8.0.</para> 499 </listitem> 500 <listitem> 501 <para>[William Harrington] - Update GCC to 4.8.1.</para> 502 </listitem> 503 <listitem> 504 <para>[William Harrington] - Update CLooG to 0.18.0.</para> 505 </listitem> 506 <listitem> 507 <para>[William Harrington] - Remove PPL.</para> 508 </listitem> 509 <listitem> 510 <para>[William Harrington] - Remove -fexceptions from GMP builds.</para> 511 </listitem> 512 <listitem> 513 <para>[William Harrington] - Update CLooG build instructions.</para> 514 </listitem> 515 </itemizedlist> 516 </listitem> 517 518 <listitem> 519 <para>02 June 2013</para> 520 <itemizedlist> 521 <listitem> 522 <para>[William Harrington] - Add a sed for temp-system Gawk extension error.</para> 523 </listitem> 524 </itemizedlist> 525 </listitem> 526 527 <listitem> 528 <para>31 May 2013</para> 529 <itemizedlist> 530 <listitem> 531 <para>[William Harrington] - Update Coreutils to 8.21.</para> 532 </listitem> 533 <listitem> 534 <para>[William Harrington] - Update Bison to 2.7.1.</para> 535 </listitem> 536 <listitem> 537 <para>[William Harrington] - Update Util-linux to 2.23.1.</para> 538 </listitem> 539 <listitem> 540 <para>[William Harrington] - Expand tcl space for regular expressions required by some tests.</para> 541 </listitem> 542 </itemizedlist> 543 </listitem> 544 545 <listitem> 546 <para>28 May 2013</para> 547 <itemizedlist> 548 <listitem> 549 <para>[William Harrington] - Update File to 5.14.</para> 550 </listitem> 551 </itemizedlist> 552 </listitem> 553 554 <listitem> 555 <para>27 May 2013</para> 556 <itemizedlist> 557 <listitem> 558 <para>[William Harrington] - Update Zlib to 1.2.8.</para> 559 </listitem> 560 <listitem> 561 <para>[William Harrington] - Add g++ to host reqs test script.</para> 562 </listitem> 563 <listitem> 564 <para>[William Harrington] - Update MPFR to 3.1.2.</para> 565 </listitem> 566 <listitem> 567 <para>[William Harrington] - Update GMP to 5.1.2.</para> 568 </listitem> 569 <listitem> 570 <para>[William Harrington] - Update Binutils to 2.23.2.</para> 571 </listitem> 572 <listitem> 573 <para>[William Harrington] - Update DejaGNU to 1.5.1.</para> 574 </listitem> 575 <listitem> 576 <para>[William Harrington] - Update Diffutils to 3.3.</para> 577 </listitem> 578 <listitem> 579 <para>[William Harrington] - Update E2fsprogs to 1.42.7.</para> 580 </listitem> 581 <listitem> 582 <para>[William Harrington] - Update Gawk to 4.1.0.</para> 583 </listitem> 584 <listitem> 585 <para>[William Harrington] - Update GMP to 5.1.2.</para> 586 </listitem> 587 <listitem> 588 <para>[William Harrington] - Update Gettext to 0.18.2.1.</para> 589 </listitem> 590 <listitem> 591 <para>[William Harrington] - Update Groff to 1.22.2.</para> 592 </listitem> 593 <listitem> 594 <para>[William Harrington] - Update KMOD to 13.</para> 595 </listitem> 596 <listitem> 597 <para>[William Harrington] - Update Less to 459.</para> 598 </listitem> 599 <listitem> 600 <para>[William Harrington] - Update Linux to 3.8.13.</para> 601 </listitem> 602 <listitem> 603 <para>[William Harrington] - Man-Pages to 3.51.</para> 604 </listitem> 605 <listitem> 606 <para>[William Harrington] - Update Perl to 5.18.0.</para> 607 </listitem> 608 <listitem> 609 <para>[William Harrington] - Update Pkg-Config-Lite to 0.28-1.</para> 610 </listitem> 611 <listitem> 612 <para>[William Harrington] - Update Sed to 4.2.2.</para> 613 </listitem> 614 <listitem> 615 <para>[William Harrington] - Update TCL to 8.6.0.</para> 616 </listitem> 617 </itemizedlist> 618 </listitem> 619 620 <listitem> 621 <para>24 April 2013</para> 622 <itemizedlist> 623 <listitem> 624 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 461 <para>August 27, 2012</para> 462 <itemizedlist> 463 <listitem> 464 <para>[William Harrington] - Create and add binutils 2.22 branch update patch.</para> 465 </listitem> 466 <listitem> 467 <para>[William Harrington] - Update bison version to 2.6.2.</para> 468 </listitem> 469 <listitem> 470 <para>[William Harrington] - Update coreutils version to 8.19.</para> 471 </listitem> 472 <listitem> 473 <para>[William Harrington] - Update e2fsprogs version to 1.42.5.</para> 474 </listitem> 475 <listitem> 476 <para>[William Harrington] - Update flex version to 2.5.37.</para> 477 </listitem> 478 <listitem> 479 <para>[William Harrington] - Create gcc 4.6.3 branch update patch and add to book.</para> 480 </listitem> 481 <listitem> 482 <para>[William Harrington] - Update grep version to 2.14.</para> 483 </listitem> 484 <listitem> 485 <para>[William Harrington] - Update grub version to 2.00.</para> 486 </listitem> 487 <listitem> 488 <para>[William Harrington] - Update iproute2 version to 3.4.0 and rediff Iproute2 patch.</para> 489 </listitem> 490 <listitem> 491 <para>[William Harrington] - Update kmod version to 9.</para> 492 </listitem> 493 <listitem> 494 <para>[William Harrington] - Update linux version to 3.4.9.</para> 495 </listitem> 496 <listitem> 497 <para>[William Harrington] - Update man-pages version to 3.42.</para> 498 </listitem> 499 <listitem> 500 <para>[William Harrington] - Update mpc version to 1.0.</para> 501 </listitem> 502 <listitem> 503 <para>[William Harrington] - Update mpfr version to 3.1.1.</para> 504 </listitem> 505 <listitem> 506 <para>[William Harrington] - Update ncurses branch update patch.</para> 507 </listitem> 508 <listitem> 509 <para>[William Harrington] - Update perl version to 5.16.1 and rediff libc and multilib patches.</para> 510 </listitem> 511 <listitem> 512 <para>[William Harrington] - Replace pkg-config with pkg-config-lite 0.27-1.</para> 513 </listitem> 514 <listitem> 515 <para>[William Harrington] - Remove glib package from book.</para> 516 </listitem> 517 <listitem> 518 <para>[William Harrington] - Update PPL version to 0.12.1.</para> 519 </listitem> 520 <listitem> 521 <para>[William Harrington] - Update psmisc version to 22.19.</para> 522 </listitem> 523 <listitem> 524 <para>[William Harrington] - Update rsyslog version to 6.2.2.</para> 525 </listitem> 526 <listitem> 527 <para>[William Harrington] - Update shadow version to 4.1.5.1.</para> 528 </listitem> 529 <listitem> 530 <para>[William Harrington] - Update util-linux version to 2.21.2.</para> 531 </listitem> 532 <listitem> 533 <para>[William Harrington] - Updatea xz version to 5.0.4.</para> 534 </listitem> 535 <listitem> 536 <para>[William Harrington] - Edit PPL configuration command line.</para> 537 </listitem> 538 <listitem> 539 <para>[William Harrington] - Remove flex gcc44 patch.</para> 540 </listitem> 541 <listitem> 542 <para>[William Harrington] - Add /run/shm to create directories sections of the book.</para> 543 </listitem> 544 <listitem> 545 <para>[William Harrington] - Remove GLIB CFLAGS and LIBS variables from pkg-config configuration line.</para> 546 </listitem> 547 <listitem> 548 <para>[William Harrington] - Remove sed for Russian man pages from shadow.</para> 549 </listitem> 550 <listitem> 551 <para>[William Harrington] - Replace MD5 encrypt method with SHA512 for shadow login.defs.</para> 552 </listitem> 553 <listitem> 554 <para>[William Harrington] - Edit shadow configuration command line.</para> 555 </listitem> 556 <listitem> 557 <para>[William Harrington] - Update udev configuration command line for proper installation.</para> 558 </listitem> 559 <listitem> 560 <para>[William Harrington] - Update cross and temp PPL to detect and use the proper gmp for sure.</para> 561 </listitem> 562 <listitem> 563 <para>[William Harrington] - Add note for iana-etc install.</para> 564 </listitem> 565 <listitem> 566 <para>[William Harrington] - Remove unneeded Bison YYENABLE_NLS edit.</para> 567 </listitem> 568 </itemizedlist> 569 </listitem> 570 571 <listitem> 572 <para>August 26, 2012</para> 573 <itemizedlist> 574 <listitem> 575 <para>[William Harrington] - Correct IPutils build so that rdisc is created and remove multiple rdisc entries for non multilib books and add rdisc to multilib books.</para> 576 </listitem> 577 <listitem> 578 <para>[William Harrington] - Add the note for libee in all books and clarify the issue with additional text.</para> 579 </listitem> 580 </itemizedlist> 581 </listitem> 582 583 <listitem> 584 <para>August 22, 2012</para> 585 <itemizedlist> 586 <listitem> 587 <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para> 588 </listitem> 589 </itemizedlist> 590 </listitem> 591 592 <listitem> 593 <para>18 August 2012</para> 594 <itemizedlist> 595 <listitem> 596 <para>[William Harrington] - Update automake to 1.12.3.</para> 597 </listitem> 598 </itemizedlist> 599 </listitem> 600 601 <listitem> 602 <para>15 August 2012</para> 603 <itemizedlist> 604 <listitem> 605 <para>[William Harrington] - Update download list location.</para> 606 </listitem> 607 </itemizedlist> 608 </listitem> 609 610 <listitem> 611 <para>13 August 2012</para> 612 <itemizedlist> 613 <listitem> 614 <para>[William Harrington] - Add xz and zlib compression to boot method kmod.</para> 615 </listitem> 616 </itemizedlist> 617 </listitem> 618 619 <listitem> 620 <para>11 August 2012</para> 621 <itemizedlist> 622 <listitem> 623 <para>[William Harrington] - Edit configure command block in the boot method udev section so that copy and paste works properly.</para> 624 </listitem> 625 <listitem> 626 <para>[William Harrington] - Edit configure command boot method kmod section to install libkmod into /tools/lib rather than /lib.</para> 627 </listitem> 628 </itemizedlist> 629 </listitem> 630 631 <listitem> 632 <para>06 August 2012</para> 633 <itemizedlist> 634 <listitem> 635 <para>[William Harrington] - Adjust XZ final system install command to properly install the lzma pkgconfig file to the proper location.</para> 636 </listitem> 637 <listitem> 638 <para>[William Harrington] - Update version check script to find the libc version with hosts that use paths other than /lib and /lib64, such as multiarch distros.</para> 639 </listitem> 640 </itemizedlist> 641 </listitem> 642 643 <listitem> 644 <para>02 August 2012</para> 645 <itemizedlist> 646 <listitem> 647 <para>[William Harrington] - Add ${CLFS} to the ln -s /run /var/run command for the boot method.</para> 648 </listitem> 649 </itemizedlist> 650 </listitem> 651 <listitem> 652 653 <para>31 July 2012</para> 654 <itemizedlist> 655 <listitem> 656 <para>[William Harrington] - Added myself to the acknowledgements page.</para> 657 </listitem> 658 </itemizedlist> 659 </listitem> 660 661 <listitem> 662 <para>23 July 2012</para> 663 <itemizedlist> 664 <listitem> 665 <para>[William Harrington] - Add xz-utils to host system requirements.</para> 666 </listitem> 667 </itemizedlist> 668 </listitem> 669 670 <listitem> 671 <para>21 July 2012</para> 672 <itemizedlist> 673 <listitem> 674 <para>[William Harrington] - Update vim 7.3 patch to level 608.</para> 675 </listitem> 676 <listitem> 677 <para>[William Harrington] - Update bash 4.2 patch to level 37.</para> 678 </listitem> 679 <listitem> 680 <para>[William Harrington] - Change description of chattr of e2fsprogs.</para> 681 </listitem> 682 <listitem> 683 <para>[William Harrington] - Remove unneeded eglibc-2.15-r17386-dl_dep_fix-1.patch from patches.</para> 684 </listitem> 685 <listitem> 686 <para>[William Harrington] - Remove graphite configuration options from Binutils.</para> 687 </listitem> 688 <listitem> 689 <para>[William Harrington] - Update automake version to 1.12.2.</para> 690 </listitem> 691 </itemizedlist> 692 </listitem> 693 694 <listitem> 695 <para>18 July 2012</para> 696 <itemizedlist> 697 <listitem> 698 <para>[Jonathan] - Removed non-existing GCC Branch Update from patch list.</para> 699 </listitem> 700 </itemizedlist> 701 </listitem> 702 703 <listitem> 704 <para>10 June 2012</para> 705 <itemizedlist> 706 <listitem> 707 <para>[Jonathan] - Added patch to update default Protocol and Service 708 files for Iana-etc.</para> 709 </listitem> 710 <listitem> 711 <para>[Jonathan] - Added devtmpfs and firmware_install to the kernel.</para> 712 </listitem> 713 <listitem> 714 <para>[Jonathan] - Updated final Coreutils configuration to allow 715 building as the root user.</para> 716 </listitem> 717 </itemizedlist> 718 </listitem> 719 720 <listitem> 721 <para>6 June 2012</para> 722 <itemizedlist> 723 <listitem> 724 <para>[Jonathan] - Updated Coreutils from 8.15 to 8.16.</para> 725 </listitem> 726 <listitem> 727 <para>[Jonathan] - Updated Util-linux from 2.20 to 2.20.1.</para> 728 </listitem> 729 </itemizedlist> 730 </listitem> 731 732 <listitem> 733 <para>4 June 2012</para> 734 <itemizedlist> 735 <listitem> 736 <para>[Jonathan] - Updated DHCPD from 5.5.4 to 5.5.6.</para> 737 </listitem> 738 <listitem> 739 <para>[Jonathan] - Updated Udev from 181 to 182.</para> 740 </listitem> 741 <listitem> 742 <para>[Jonathan] - Updated Libee from 0.3.2 to 0.4.1.</para> 743 </listitem> 744 <listitem> 745 <para>[Jonathan] - Updated PSMisc from 22.15 to 22.17.</para> 746 </listitem> 747 <listitem> 748 <para>[Jonathan] - Updated Kmod from 6 to 8.</para> 749 </listitem> 750 <listitem> 751 <para>[Jonathan] - Updated Automake from 1.11.3 to 1.12.1.</para> 752 </listitem> 753 <listitem> 754 <para>[Jonathan] - Updated Autoconf from 2.68 to 2.69.</para> 755 </listitem> 756 <listitem> 757 <para>[Jonathan] - Updated IPRoute2 from 3.2.0 to 3.3.0.</para> 758 </listitem> 759 <listitem> 760 <para>[Jonathan] - Updated E2fsprogs from 1.41 to 1.42.3.</para> 761 </listitem> 762 <listitem> 763 <para>[Jonathan] - Updated Glib2 from 2.28.6 to 2.28.8.</para> 764 </listitem> 765 <listitem> 766 <para>[Jonathan] - Updated Man-Pages from 3.35 to 3.41.</para> 767 </listitem> 768 <listitem> 769 <para>[Jonathan] - Updated Grep from 2.10 to 2.12.</para> 770 </listitem> 771 <listitem> 772 <para>[Jonathan] - Updated Gawk from 4.0.0 to 4.0.1.</para> 773 </listitem> 774 <listitem> 775 <para>[Jonathan] - Updated Zlib from 1.2.6 to 1.2.7.</para> 776 </listitem> 777 <listitem> 778 <para>[Jonathan] - Updated GCC from 4.6.2 to 4.6.3.</para> 779 </listitem> 780 <listitem> 781 <para>[Jonathan] - Updated GMP from 0.11.2 to 0.12.1.</para> 782 </listitem> 783 <listitem> 784 <para>[Jonathan] - Updated File from 5.10 to 5.11.</para> 785 </listitem> 786 <listitem> 787 <para>[Jonathan] - Updated Linux from 3.2.6 to 3.3.7.</para> 788 </listitem> 789 <listitem> 790 <para>[Jonathan] - Updated Bash Branch Update patch to -4.</para> 791 </listitem> 792 <listitem> 793 <para>[Jonathan] - Updated Vim Branch Update patch to -4.</para> 794 </listitem> 795 </itemizedlist> 796 </listitem> 797 798 <listitem> 799 <para>15 April 2012</para> 800 <itemizedlist> 801 <listitem> 802 <para>[Jonathan] - Added /run to the book.</para> 803 </listitem> 804 <listitem> 805 <para>[Jonathan] - Upgraded Udev from 168 to 181.</para> 806 </listitem> 807 </itemizedlist> 808 </listitem> 809 810 <listitem> 811 <para>14 March 2012</para> 812 <itemizedlist> 813 <listitem> 814 <para>[Jonathan] - Replaces Module-Init-tools with Kmod.</para> 815 </listitem> 816 </itemizedlist> 817 </listitem> 818 819 <listitem> 820 <para>3 March 2012</para> 821 <itemizedlist> 822 <listitem> 823 <para>[Jonathan] - Updated Eglibc 2.15 from r16526 to r17386 and fixed directory name.</para> 824 </listitem> 825 </itemizedlist> 826 </listitem> 827 828 <listitem> 829 <para>29 February 2012</para> 830 <itemizedlist> 831 <listitem> 832 <para>[Jonathan] - Added Login to the created links in the boot method - thanks Code Monkey.</para> 833 </listitem> 834 <listitem> 835 <para>[Jonathan] - Fixed issue with mutlilib e2fsprogs boot method.</para> 836 </listitem> 837 </itemizedlist> 838 </listitem> 839 840 <listitem> 841 <para>20 February 2012</para> 842 <itemizedlist> 843 <listitem> 844 <para>[Jonathan] - Added --without-nscd to Shadow.</para> 845 </listitem> 846 <listitem> 847 <para>[Jonathan] - Added --with-ppl to cross and temp Binutils.</para> 848 </listitem> 849 </itemizedlist> 850 </listitem> 851 852 <listitem> 853 <para>18 February 2012</para> 854 <itemizedlist> 855 <listitem> 856 <para>[Jonathan] - Enabled Patch test suite.</para> 857 </listitem> 858 <listitem> 859 <para>[Jonathan] - Diffutils now includes a test suite.</para> 860 </listitem> 861 <listitem> 862 <para>[Jonathan] - Updated Readline Branch Update to -2.</para> 863 </listitem> 864 <listitem> 865 <para>[Jonathan] - Fixed IPRoute2 compilation issue by 866 removing unused libnl headers.</para> 867 </listitem> 868 </itemizedlist> 869 </listitem> 870 871 <listitem> 872 <para>17 February 2012</para> 873 <itemizedlist> 874 <listitem> 875 <para>[Jonathan] - Added Iana-etc patch and update command.</para> 876 </listitem> 877 <listitem> 878 <para>[Jonathan] - Replaced ClooG-PPL with ClooG-0.16.3.</para> 879 </listitem> 880 </itemizedlist> 881 </listitem> 882 883 <listitem> 884 <para>16 February 2012</para> 885 <itemizedlist> 886 <listitem> 887 <para>[Jonathan] - Updated Ncurses Branch Update to -3.</para> 888 </listitem> 889 <listitem> 890 <para>[Jonathan] - Added Eglibc patch to fix memory issue with ALSA.</para> 891 </listitem> 892 <listitem> 893 <para>[Jonathan] - Updated Man-pages to 3.35.</para> 894 </listitem> 895 </itemizedlist> 896 </listitem> 897 898 <listitem> 899 <para>15 February 2012</para> 900 <itemizedlist> 901 <listitem> 902 <para>Updated Vim Branch Update patch to -3.</para> 903 </listitem> 904 <listitem> 905 <para>Updated Bash Branch Update patch to -3.</para> 906 </listitem> 907 <listitem> 908 <para>Updated Automake to 1.11.3.</para> 909 </listitem> 910 <listitem> 911 <para>Updated Binutils to 2.22.</para> 912 </listitem> 913 <listitem> 914 <para>Updated Coreutils to 8.15.</para> 915 </listitem> 916 <listitem> 917 <para>Updated DHCPD to 5.5.4.</para> 918 </listitem> 919 <listitem> 920 <para>Updated Diffutils to 3.2.</para> 921 </listitem> 922 <listitem> 923 <para>Updated Eglibc to 2.15.</para> 924 </listitem> 925 <listitem> 926 <para>Updated E2fsprogs to 1.4.2.</para> 927 </listitem> 928 <listitem> 929 <para>Updated File to 5.10.</para> 930 </listitem> 931 <listitem> 932 <para>Updated Gawk to 4.0.</para> 933 </listitem> 934 <listitem> 935 <para>Updated GCC to 4.6.2.</para> 936 </listitem> 937 <listitem> 938 <para>Updated GMP to 5.0.4.</para> 939 </listitem> 940 <listitem> 941 <para>Updated Grep to 2.10.</para> 942 </listitem> 943 <listitem> 944 <para>Updated Grep to 2.10.</para> 945 </listitem> 946 <listitem> 947 <para>Updated Iproute2 to 3.2.0.</para> 948 </listitem> 949 <listitem> 950 <para>Updated Less to 444.</para> 951 </listitem> 952 <listitem> 953 <para>Updated Libee to 0.3.2.</para> 954 </listitem> 955 <listitem> 956 <para>Updated Libtool to 2.4.2.</para> 957 </listitem> 958 <listitem> 959 <para>Updated Linux to 3.2.x.</para> 960 </listitem> 961 <listitem> 962 <para>Updated Module-init-tools to 3.15.</para> 963 </listitem> 964 <listitem> 965 <para>Updated MPFR to 3.1.0.</para> 966 </listitem> 967 <listitem> 968 <para>Updated Perl to 5.14.2.</para> 969 </listitem> 970 <listitem> 971 <para>Updated PSmisc to 22.15.</para> 972 </listitem> 973 <listitem> 974 <para>Updated Rsyslog to 6.2.0.</para> 975 </listitem> 976 <listitem> 977 <para>Updated Shadow to 4.1.5.</para> 978 </listitem> 979 <listitem> 980 <para>Updated TCL to 8.5.11.</para> 981 </listitem> 982 <listitem> 983 <para>Updated Util-linux to 2.20.</para> 984 </listitem> 985 <listitem> 986 <para>Updated XZ-Utils to 5.0.3.</para> 987 </listitem> 988 <listitem> 989 <para>Updated Zlib to 1.2.6.</para> 990 </listitem> 991 </itemizedlist> 992 </listitem> 993 994 995 <listitem> 996 <para>15 February 2012</para> 997 <itemizedlist> 998 <listitem> 999 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 625 1000 </listitem> 626 1001 </itemizedlist> -
BOOK/introduction/mips/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>0 6 June2013</para>36 <para>09 February 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Remove Eglibc ports package.</para>39 <para>[William Harrington] - Fix eglibc-ports extraction command.</para> 40 40 </listitem> 41 41 </itemizedlist> … … 43 43 44 44 <listitem> 45 <para> 03 June 2013</para>45 <para>14 September 2012</para> 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[William Harrington] - Remove GCC mips fixes patch.</para> 48 <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para> 49 </listitem> 50 <listitem> 51 <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para> 49 52 </listitem> 50 53 </itemizedlist> … … 52 55 53 56 <listitem> 54 <para> 24 April 2013</para>57 <para>15 February 2012</para> 55 58 <itemizedlist> 56 59 <listitem> 57 <para>[ William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para>60 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 58 61 </listitem> 59 62 </itemizedlist> -
BOOK/introduction/mips64-64/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>0 6 June2013</para>36 <para>09 February 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Remove Eglibc ports package.</para>39 <para>[William Harrington] - Fix eglibc-ports extraction command.</para> 40 40 </listitem> 41 41 </itemizedlist> … … 43 43 44 44 <listitem> 45 <para> 03 June 2013</para>45 <para>14 September 2012</para> 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[William Harrington] - Remove GCC mips fixes patch.</para> 48 <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para> 49 </listitem> 50 <listitem> 51 <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para> 49 52 </listitem> 50 53 </itemizedlist> … … 52 55 53 56 <listitem> 54 <para> 24 April 2013</para>57 <para>30 August 2012</para> 55 58 <itemizedlist> 56 59 <listitem> 57 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 60 <para>[William Harrington] - Remove misplaced command in final system eglibc.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 65 <listitem> 66 <para>July 13, 2011</para> 67 <itemizedlist> 68 <listitem> 69 <para>[Jonathan] - Added Mips-fix patch to resolve GCC segfault issue.</para> 70 </listitem> 71 </itemizedlist> 72 </listitem> 73 74 <listitem> 75 <para>June 02, 2008</para> 76 <itemizedlist> 77 <listitem> 78 <para>[ken] - create libstdc++.so symlinks in /usr/lib64 so that the 79 glibc and ld tests all link, and delete them safely before installing 80 binutils.</para> 81 <para>[ken] - ensure binutils does not install libiberty.a into 82 /usr/lib64.</para> 83 </listitem> 84 </itemizedlist> 85 </listitem> 86 87 <listitem> 88 <para>November 21, 2006</para> 89 <itemizedlist> 90 <listitem> 91 <para>[jim] - Updated to Colo 1.22.</para> 92 </listitem> 93 </itemizedlist> 94 </listitem> 95 96 <listitem> 97 <para>October 26, 2006</para> 98 <itemizedlist> 99 <listitem> 100 <para>[jim] - Added patch to Glibc 2.5, to fix an issue of a missing ldd-rewrite.sed.</para> 101 </listitem> 102 </itemizedlist> 103 </listitem> 104 105 <listitem> 106 <para>August 28, 2006</para> 107 <itemizedlist> 108 <listitem> 109 <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog.</para> 58 110 </listitem> 59 111 </itemizedlist> -
BOOK/introduction/mips64/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>0 6 June2013</para>36 <para>09 February 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Remove Eglibc ports package.</para>39 <para>[William Harrington] - Fix eglibc-ports extraction command.</para> 40 40 </listitem> 41 41 </itemizedlist> … … 43 43 44 44 <listitem> 45 <para> 03 June2013</para>45 <para>27 January 2013</para> 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[William Harrington] - Remove GCC mips fixes patch.</para>48 <para>[William Harrington] - Fix util-linux boot method instructions.</para> 49 49 </listitem> 50 50 </itemizedlist> … … 52 52 53 53 <listitem> 54 <para> 24 April 2013</para>54 <para>14 September 2012</para> 55 55 <itemizedlist> 56 56 <listitem> 57 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 57 <para>[William Harrington] - Fix MIPS books eglibc-ports extract command.</para> 58 </listitem> 59 <listitem> 60 <para>[William Harrington] - Remove unneeded eglibc-ports directory move.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 65 <listitem> 66 <para>11 September 2012</para> 67 <itemizedlist> 68 <listitem> 69 <para>[William Harrington] - Remove rpc header fix for final-system eglibc multilib 32 bit.</para> 70 </listitem> 71 </itemizedlist> 72 </listitem> 73 74 <listitem> 75 <para>08 September 2012</para> 76 <itemizedlist> 77 <listitem> 78 <para>[William Harrington] - Remove multiarch_wrapper.c along with the test links.</para> 79 </listitem> 80 </itemizedlist> 81 </listitem> 82 83 <listitem> 84 <para>26 August 2012</para> 85 <itemizedlist> 86 <listitem> 87 <para>[William Harrington] - Remove link commands from Kmod N32 and 32-bit as they are created in the final 64-bit kmod build.</para> 88 </listitem> 89 </itemizedlist> 90 </listitem> 91 92 <listitem> 93 <para>07 August 2012</para> 94 <itemizedlist> 95 <listitem> 96 <para>[William Harrington] - Edit configure command in final system 32 bit xz.</para> 97 </listitem> 98 </itemizedlist> 99 </listitem> 100 101 <listitem> 102 <para>31 July 2012</para> 103 <itemizedlist> 104 <listitem> 105 <para>[William Harrington] - Remove multiarch wrapper testcase binaries and link.</para> 106 </listitem> 107 </itemizedlist> 108 </listitem> 109 110 <listitem> 111 <para>21 July 2012</para> 112 <itemizedlist> 113 <listitem> 114 <para>[William Harrington] - Added procps HZ patch.</para> 115 </listitem> 116 <listitem> 117 <para>[William Harrington] - Remove 32 bit util-linux logger binary move in multilib.</para> 118 </listitem> 119 <listitem> 120 <para>[William Harrington] - Remove multiarch wrapper testcase test link.</para> 121 </listitem> 122 <listitem> 123 <para>[William Harrington] - Fix 32 bit, N32 bit and 64 bit udev preparation instructions.</para> 124 </listitem> 125 <listitem> 126 <para>[William Harrington] - Fix 32 bit and N32 bit kmod preparation instructions.</para> 127 </listitem> 128 <listitem> 129 <para>[William Harrington] - Fix rpc build issue in final system eglibc 32 bit build.</para> 130 </listitem> 131 </itemizedlist> 132 </listitem> 133 134 <listitem> 135 <para>July 13, 2011</para> 136 <itemizedlist> 137 <listitem> 138 <para>[Jonathan] - Added Mips-fix patch to resolve GCC segfault issue.</para> 139 </listitem> 140 </itemizedlist> 141 </listitem> 142 143 144 <listitem> 145 <para>June 15, 2011</para> 146 <itemizedlist> 147 <listitem> 148 <para>[Jonathan] - Removed duplicated sed command from eglibc 149 32 bit final.</para> 150 </listitem> 151 </itemizedlist> 152 </listitem> 153 154 <listitem> 155 <para>November 17, 2007</para> 156 <itemizedlist> 157 <listitem> 158 <para>[ken] - Put e2fsprogs libraries into /tools/lib64 in "if you are going to chroot". 159 Thanks to Jacek Herold for the report.</para> 160 </listitem> 161 </itemizedlist> 162 </listitem> 163 164 <listitem> 165 <para>November 21, 2006</para> 166 <itemizedlist> 167 <listitem> 168 <para>[jim] - Updated to Colo 1.22.</para> 169 </listitem> 170 </itemizedlist> 171 </listitem> 172 173 <listitem> 174 <para>October 26, 2006</para> 175 <itemizedlist> 176 <listitem> 177 <para>[jim] - Added patch to Glibc 2.5, to fix an issue of a missing ldd-rewrite.sed.</para> 178 </listitem> 179 </itemizedlist> 180 </listitem> 181 182 <listitem> 183 <para>August 28, 2006</para> 184 <itemizedlist> 185 <listitem> 186 <para>[jim] - Changelog restarted, see the 1.0.0 book for the old changelog.</para> 58 187 </listitem> 59 188 </itemizedlist> -
BOOK/introduction/ppc/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para> 24 April2013</para>36 <para>13 January 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 39 <para>[William Harrington] - Add eglibc 2.15 qecvt and friends patch.</para> 40 </listitem> 41 <listitem> 42 <para>[William Harrington] - Add yaboot 1.3.17 stubfuncs patch.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 48 <para>06 November 2012</para> 49 <itemizedlist> 50 <listitem> 51 <para>[William Harrington] - Update Parted to 3.1.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>15 February 2012</para> 58 <itemizedlist> 59 <listitem> 60 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 40 61 </listitem> 41 62 </itemizedlist> -
BOOK/introduction/ppc64/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>2 4 April2013</para>36 <para>27 January 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 39 <para>[William Harrington] - Fix util-linux boot method instructions.</para> 40 </listitem> 41 </itemizedlist> 42 </listitem> 43 44 <listitem> 45 <para>13 January 2013</para> 46 <itemizedlist> 47 <listitem> 48 <para>[William Harrington] - Add eglibc 2.15 qecvt and friends patch.</para> 49 </listitem> 50 <listitem> 51 <para>[William Harrington] - Add yaboot 1.3.17 stubfuncs patch.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>06 November 2012</para> 58 <itemizedlist> 59 <listitem> 60 <para>[William Harrington] - Update Parted to 3.1.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 65 <listitem> 66 <para>11 September 2012</para> 67 <itemizedlist> 68 <listitem> 69 <para>[William Harrington] - Remove rpc header fix for final-system eglibc multilib 32 bit.</para> 70 </listitem> 71 </itemizedlist> 72 </listitem> 73 74 <listitem> 75 <para>08 September 2012</para> 76 <itemizedlist> 77 <listitem> 78 <para>[William Harrington] - Remove multiarch_wrapper.c along with the test links.</para> 79 </listitem> 80 </itemizedlist> 81 </listitem> 82 83 <listitem> 84 <para>26 August 2012</para> 85 <itemizedlist> 86 <listitem> 87 <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para> 88 </listitem> 89 </itemizedlist> 90 </listitem> 91 92 <listitem> 93 <para>07 August 2012</para> 94 <itemizedlist> 95 <listitem> 96 <para>[William Harrington] - Edit configure command in final system 32 bit xz.</para> 97 </listitem> 98 </itemizedlist> 99 </listitem> 100 101 <listitem> 102 <para>31 July 2012</para> 103 <itemizedlist> 104 <listitem> 105 <para>[William Harrington] - Remove multiarch wrapper testcase binaries and link.</para> 106 </listitem> 107 </itemizedlist> 108 </listitem> 109 110 <listitem> 111 <para>21 July 2012</para> 112 <itemizedlist> 113 <listitem> 114 <para>[William Harrington] - Added procps HZ patch.</para> 115 </listitem> 116 <listitem> 117 <para>[William Harrington] - Remove 32 bit util-linux logger binary move in multilib.</para> 118 </listitem> 119 <listitem> 120 <para>[William Harrington] - Remove multiarch wrapper testcase test link.</para> 121 </listitem> 122 <listitem> 123 <para>[William Harrington] - Fix 32 bit and 64 bit udev preparation instructions.</para> 124 </listitem> 125 <listitem> 126 <para>[William Harrington] - Fix 32 bit kmod preparation instructions. 127 </para> 128 </listitem> 129 <listitem> 130 <para>[William Harrington] - Fix rpc build issue in final system eglibc 32 bit build.</para> 131 </listitem> 132 </itemizedlist> 133 </listitem> 134 135 <listitem> 136 <para>15 February 2012</para> 137 <itemizedlist> 138 <listitem> 139 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 40 140 </listitem> 41 141 </itemizedlist> -
BOOK/introduction/sparc/changelog.xml
r111b12a r76b06f6 33 33 34 34 --> 35 35 36 <listitem> 36 <para>2 4 April2013</para>37 <para>29 January 2013</para> 37 38 <itemizedlist> 38 39 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 40 <para>[Jonathan] - Updated SILO build commands in the boot method.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 46 <para>01 September 2012</para> 47 <itemizedlist> 48 <listitem> 49 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>15 February 2012</para> 56 <itemizedlist> 57 <listitem> 58 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 40 59 </listitem> 41 60 </itemizedlist> -
BOOK/introduction/sparc64-64/changelog.xml
r111b12a r76b06f6 33 33 34 34 --> 35 35 36 <listitem> 36 <para>2 4 April2013</para>37 <para>29 January 2013</para> 37 38 <itemizedlist> 38 39 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 40 <para>[Jonathan] - Updated SILO build commands in the boot method.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 46 <para>01 September 2012</para> 47 <itemizedlist> 48 <listitem> 49 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 50 </listitem> 51 <listitem> 52 <para>[William Harrington] - Update make command to build properly for 64 bit v9/ultrasparc.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 58 <para>30 August 2012</para> 59 <itemizedlist> 60 <listitem> 61 <para>[William Harrington] - Remove misplaced command in final system eglibc.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 66 <listitem> 67 <para>15 February 2012</para> 68 <itemizedlist> 69 <listitem> 70 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 40 71 </listitem> 41 72 </itemizedlist> -
BOOK/introduction/sparc64/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>2 4 April2013</para>36 <para>29 January 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 39 <para>[Jonathan] - Updated SILO build commands in the boot method.</para> 40 </listitem> 41 </itemizedlist> 42 </listitem> 43 44 <listitem> 45 <para>27 January 2013</para> 46 <itemizedlist> 47 <listitem> 48 <para>[William Harrington] - Fix util-linux boot method instructions.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 54 <para>11 September 2012</para> 55 <itemizedlist> 56 <listitem> 57 <para>[William Harrington] - Remove rpc header fix for final-system eglibc multilib 32 bit.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 63 <para>08 September 2012</para> 64 <itemizedlist> 65 <listitem> 66 <para>[William Harrington] - Remove multiarch_wrapper.c along with the test links.</para> 67 </listitem> 68 </itemizedlist> 69 </listitem> 70 71 <listitem> 72 <para>01 September 2012</para> 73 <itemizedlist> 74 <listitem> 75 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 76 </listitem> 77 <listitem> 78 <para>[William Harrington] - Update make command to build properly for 64 bit v9/ultrasparc.</para> 79 </listitem> 80 </itemizedlist> 81 </listitem> 82 83 <listitem> 84 <para>26 August 2012</para> 85 <itemizedlist> 86 <listitem> 87 <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para> 88 </listitem> 89 </itemizedlist> 90 </listitem> 91 92 <listitem> 93 <para>07 August 2012</para> 94 <itemizedlist> 95 <listitem> 96 <para>[William Harrington] - Edit configure command in final system 32 bit xz.</para> 97 </listitem> 98 </itemizedlist> 99 </listitem> 100 101 <listitem> 102 <para>31 July 2012</para> 103 <itemizedlist> 104 <listitem> 105 <para>[William Harrington] - Remove multiarch wrapper testcase binaries and link.</para> 106 </listitem> 107 </itemizedlist> 108 </listitem> 109 110 <listitem> 111 <para>21 July 2012</para> 112 <itemizedlist> 113 <listitem> 114 <para>[William Harrington] - Added procps HZ patch.</para> 115 </listitem> 116 <listitem> 117 <para>[William Harrington] - Remove 32 bit util-linux logger binary move in multilib.</para> 118 </listitem> 119 <listitem> 120 <para>[William Harrington] - Remove multiarch wrapper testcase test link.</para> 121 </listitem> 122 <listitem> 123 <para>[William Harrington] - Fix 32 bit and 64 bit udev preparation instructions.</para> 124 </listitem> 125 <listitem> 126 <para>[William Harrington] - Fix 32 bit kmod preparation instructions. 127 </para> 128 </listitem> 129 <listitem> 130 <para>[William Harrington] - Fix rpc build issue in final system eglibc 32 bit build.</para> 131 </listitem> 132 </itemizedlist> 133 </listitem> 134 135 <listitem> 136 <para>15 February 2012</para> 137 <itemizedlist> 138 <listitem> 139 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 40 140 </listitem> 41 141 </itemizedlist> -
BOOK/introduction/x86/changelog.xml
r111b12a r76b06f6 32 32 33 33 --> 34 35 <para> 28 July 2013</para>34 <listitem> 35 <para>07 September 2012</para> 36 36 <itemizedlist> 37 37 <listitem> 38 <para>[William Harrington] - Add -O2 to default optimizations.</para> 38 <para>[William Harrington] - Add installation of /lib/firmware during the Ch7 boot udev installation.</para> 39 </listitem> 40 <listitem> 41 <para>[William Harrington] - Remove note about flex not being installed when installing Grub in ch7.</para> 42 </listitem> 43 <listitem> 44 <para>[William Harrington] - Fix grub installation instructions in Ch 7.</para> 45 </listitem> 46 <listitem> 47 <para>[William Harrington] - Add symlink creation for kmod utils to Ch 7 udev install.</para> 48 </listitem> 49 </itemizedlist> 50 </listitem> 51 52 <listitem> 53 <para>04 September 2012</para> 54 <itemizedlist> 55 <listitem> 56 <para>[William Harrington] - Update grub instructions in the bootable section.</para> 39 57 </listitem> 40 58 </itemizedlist> … … 42 60 43 61 <listitem> 44 <para>1 2 July 2013</para>62 <para>15 February 2012</para> 45 63 <itemizedlist> 46 64 <listitem> 47 <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para> 48 </listitem> 49 </itemizedlist> 50 </listitem> 51 52 <listitem> 53 <para>24 April 2013</para> 54 <itemizedlist> 55 <listitem> 56 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 65 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 57 66 </listitem> 58 67 </itemizedlist> -
BOOK/introduction/x86_64-64/changelog.xml
r111b12a r76b06f6 33 33 34 34 --> 35 36 <para> 28 July 2013</para>35 <listitem> 36 <para>07 September 2012</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Add -O2 to default optimizations.</para> 39 <para>[William Harrington] - Remove note about flex not being installed when installing Grub in ch7.</para> 40 </listitem> 41 <listitem> 42 <para>[William Harrington] - Fix grub installation instructions in Ch 7.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 48 <para>06 September 2012</para> 49 <itemizedlist> 50 <listitem> 51 <para>[William Harrington] - If you are going to boot section installed libs into lib64 and searched in lib64. Fixed to lib.</para> 52 </listitem> 53 <listitem> 54 <para>[William Harrington] - If you are going to boot section udev was missing the firmware directory creation. Fixed to create it during udev.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 60 <para>04 September 2012</para> 61 <itemizedlist> 62 <listitem> 63 <para>[William Harrington] - Update grub instructions in the bootable section.</para> 64 </listitem> 65 </itemizedlist> 66 </listitem> 67 68 <listitem> 69 <para>30 August 2012</para> 70 <itemizedlist> 71 <listitem> 72 <para>[William Harrington] - Remove misplaced command in final system eglibc.</para> 40 73 </listitem> 41 74 </itemizedlist> … … 43 76 44 77 <listitem> 45 <para>1 2 July 2013</para>78 <para>15 February 2012</para> 46 79 <itemizedlist> 47 80 <listitem> 48 <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 54 <para>24 April 2013</para> 55 <itemizedlist> 56 <listitem> 57 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 81 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 58 82 </listitem> 59 83 </itemizedlist> -
BOOK/introduction/x86_64/changelog.xml
r111b12a r76b06f6 34 34 --> 35 35 <listitem> 36 <para>2 8 July 2013</para>36 <para>27 January 2013</para> 37 37 <itemizedlist> 38 38 <listitem> 39 <para>[William Harrington] - Add -O2 to default optimizations.</para>39 <para>[William Harrington] - Fix util-linux boot method instructions.</para> 40 40 </listitem> 41 41 </itemizedlist> … … 43 43 44 44 <listitem> 45 <para>1 2 July 2013</para>45 <para>11 September 2012</para> 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[William Harrington] - Adjust EGLIBC CFLAGS to use default optimizations.</para>48 <para>[William Harrington] - Remove rpc header fix for final-system eglibc multilib 32 bit.</para> 49 49 </listitem> 50 50 </itemizedlist> … … 52 52 53 53 <listitem> 54 <para> 24 April 2013</para>54 <para>08 September 2012</para> 55 55 <itemizedlist> 56 56 <listitem> 57 <para>[William Harrington] - Changelog restarted, see the 2.0.0 book for the old changelog.</para> 57 <para>[William Harrington] - Remove multiarch_wrapper.c along with the test links.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 63 <para>07 September 2012</para> 64 <itemizedlist> 65 <listitem> 66 <para>[William Harrington] - Remove note about flex not being installed when installing Grub in ch7.</para> 67 </listitem> 68 <listitem> 69 <para>[William Harrington] - Fix grub installation instructions in Ch 7.</para> 70 </listitem> 71 </itemizedlist> 72 </listitem> 73 74 <listitem> 75 <para>04 September 2012</para> 76 <itemizedlist> 77 <listitem> 78 <para>[William Harrington] - Update grub instructions in the bootable section.</para> 79 </listitem> 80 </itemizedlist> 81 </listitem> 82 83 <listitem> 84 <para>26 August 2012</para> 85 <itemizedlist> 86 <listitem> 87 <para>[William Harrington] - Remove link commands from Kmod 32-bit as they are created in the final 64-bit kmod build.</para> 88 </listitem> 89 </itemizedlist> 90 </listitem> 91 92 <listitem> 93 <para>07 August 2012</para> 94 <itemizedlist> 95 <listitem> 96 <para>[William Harrington] - Edit configure command in final system 32 bit xz.</para> 97 </listitem> 98 </itemizedlist> 99 </listitem> 100 101 <listitem> 102 <para>31 July 2012</para> 103 <itemizedlist> 104 <listitem> 105 <para>[William Harrington] - Remove multiarch wrapper testcase binaries and link.</para> 106 </listitem> 107 </itemizedlist> 108 </listitem> 109 110 <listitem> 111 <para>21 July 2012</para> 112 <itemizedlist> 113 <listitem> 114 <para>[William Harrington] - Added procps HZ patch.</para> 115 </listitem> 116 <listitem> 117 <para>[William Harrington] - Remove 32 bit util-linux logger binary move in multilib.</para> 118 </listitem> 119 <listitem> 120 <para>[William Harrington] - Remove multiarch wrapper testcase test link.</para> 121 </listitem> 122 <listitem> 123 <para>[William Harrington] - Fix 32 bit and 64 bit udev preparation instructions.</para> 124 </listitem> 125 <listitem> 126 <para>[William Harrington] - Fix 32 bit kmod preparation instructions. 127 </para> 128 </listitem> 129 <listitem> 130 <para>[William Harrington] - Fix rpc build issue in final system eglibc 32 bit build.</para> 131 </listitem> 132 </itemizedlist> 133 </listitem> 134 135 <listitem> 136 <para>15 February 2012</para> 137 <itemizedlist> 138 <listitem> 139 <para>[Jonathan] - Changelog restarted, see the 1.2.0 book for the old changelog.</para> 58 140 </listitem> 59 141 </itemizedlist> -
BOOK/materials/common/introduction.xml
r111b12a r76b06f6 48 48 <para>You can download all needed packages and patches into this directory 49 49 either by using the links on the following pages in this section, or by passing 50 the <ulink url="../dl.list">download list</ulink> to <command>wget</command>:</para> 51 52 <screen><userinput>wget -i dl.list -P ${CLFS}/sources</userinput></screen> 53 54 <para>Verification of downloaded packages can be done by downloading the 55 following MD5 or SHA1 checksum lists:</para> 56 57 <para><ulink url="/files/packages/git/MD5SUMS">MD5SUMS</ulink>:</para> 58 59 <screen><userinput>pushd ${CLFS}/sources 60 md5sum -c MD5SUMS 61 popd</userinput></screen> 62 63 <para><ulink url="/files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para> 64 65 <screen><userinput>pushd ${CLFS}/sources 66 md5sum -c SHA1SUMS 67 popd</userinput></screen> 50 the <ulink url="../dl.list">download list</ulink> to <command>wget</command>.</para> 68 51 69 52 </sect1> -
BOOK/materials/common/packages.xml
r111b12a r76b06f6 43 43 44 44 <varlistentry> 45 <term>Bc (&bc-version;) - <token>&bc-size;</token>:</term>46 <listitem>47 <para>Home page: <ulink url="&bc-home;"/></para>48 <para>Download: <ulink url="&bc-url;"/></para>49 <para>MD5 sum: <literal>&bc-md5;</literal></para>50 </listitem>51 </varlistentry>52 53 <varlistentry>54 45 <term>Binutils (&binutils-version;) - <token>&binutils-size;</token>:</term> 55 46 <listitem> … … 88 79 89 80 <varlistentry> 90 <term>Check (&check-version;) - <token>&check-size;</token>:</term>91 <listitem>92 <para>Home page: <ulink url="&check-home;"/></para>93 <para>Download: <ulink url="&check-url;"/></para>94 <para>MD5 sum: <literal>&check-md5;</literal></para>95 </listitem>96 </varlistentry>97 98 <varlistentry>99 81 <term>ClooG (&cloog-version;) - <token>&cloog-size;</token>:</term> 100 82 <listitem> … … 156 138 <para>Download: <ulink url="&e2fsprogs-url;"/></para> 157 139 <para>MD5 sum: <literal>&e2fsprogs-md5;</literal></para> 158 </listitem>159 </varlistentry>160 161 <varlistentry>162 <term>Eudev (&eudev-version;) - <token>&eudev-size;</token>:</term>163 <listitem>164 <para>Home page: <ulink url="&eudev-home;"/></para>165 <para>Download: <ulink url="&eudev-url;"/></para>166 <para>MD5 sum: <literal>&eudev-md5;</literal></para>167 140 </listitem> 168 141 </varlistentry> … … 304 277 305 278 <varlistentry> 306 <term>ISL (&isl-version;) - <token>&isl-size;</token>:</term>307 <listitem>308 <para>Home page: <ulink url="&isl-home;"/></para>309 <para>Download: <ulink url="&isl-url;"/></para>310 <para>MD5 sum: <literal>&isl-md5;</literal></para>311 </listitem>312 </varlistentry>313 314 <varlistentry>315 279 <term>Kbd (&kbd-version;) - <token>&kbd-size;</token>:</term> 316 280 <listitem> … … 457 421 458 422 <varlistentry> 459 <term>Pkg-config-lite (&pkg-config-lite-version;) - <token>&pkg-config-lite-size;</token>:</term> 460 <listitem> 461 <para>Home page: <ulink url="&pkg-config-lite-home;"/></para> 462 <para>Download: <ulink url="&pkg-config-lite-url;"/></para> 463 <para>MD5 sum: <literal>&pkg-config-lite-md5;</literal></para> 423 <term>Pkg-config (&pkg-config-version;) - <token>&pkg-config-size;</token>:</term> 424 <listitem> 425 <para>Home page: <ulink url="&pkg-config-home;"/></para> 426 <para>Download: <ulink url="&pkg-config-url;"/></para> 427 <para>MD5 sum: <literal>&pkg-config-md5;</literal></para> 428 </listitem> 429 </varlistentry> 430 431 <varlistentry> 432 <term>PPL (&ppl-version;) - <token>&ppl-size;</token>:</term> 433 <listitem> 434 <para>Home page: <ulink url="&ppl-home;"/></para> 435 <para>Download: <ulink url="&ppl-url;"/></para> 436 <para>MD5 sum: <literal>&ppl-md5;</literal></para> 464 437 </listitem> 465 438 </varlistentry> … … 555 528 </varlistentry> 556 529 557 <varlistentry> 558 <term> Time Zone Data (&tzdata-version;) - <token>&tzdata-size;</token>:</term>559 <listitem> 560 <para>Home page: <ulink url="& tzdata-home;"/></para>561 <para>Download: <ulink url="& tzdata-url;"/></para>562 <para>MD5 sum: <literal>& tzdata-md5;</literal></para>563 </listitem> 530 <varlistentry> 531 <term>Udev (&udev-version;) - <token>&udev-size;</token>:</term> 532 <listitem> 533 <para>Home page: <ulink url="&udev-home;"/></para> 534 <para>Download: <ulink url="&udev-url;"/></para> 535 <para>MD5 sum: <literal>&udev-md5;</literal></para> 536 </listitem> 564 537 </varlistentry> 565 538 … … 597 570 <para>Download: <ulink url="&zlib-url;"/></para> 598 571 <para>MD5 sum: <literal>&zlib-md5;</literal></para> 599 600 <note>601 <para>Zlib (&zlib-version;) may no longer be available at the602 listed location. The site administrators of the master download603 location occasionally remove older versions when new ones are604 released. An alternative download location that may have the605 correct version available is <ulink606 url="&packages-root;"/>.</para>607 </note>608 572 </listitem> 609 573 </varlistentry> -
BOOK/materials/common/patches.xml
r111b12a r76b06f6 48 48 </varlistentry> 49 49 50 <!-- GCC Branch Update Area --> 50 <varlistentry> 51 <term>EGLIBC Fixes Patch - <token>&eglibc-fixes-patch-size;</token>:</term> 52 <listitem> 53 <para>Download: <ulink 54 url="&patches-root;&eglibc-fixes-patch;"/></para> 55 <para>MD5 sum: <literal>&eglibc-fixes-patch-md5;</literal></para> 56 </listitem> 57 </varlistentry> 58 51 59 <varlistentry> 52 60 <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term> … … 86 94 87 95 <varlistentry> 88 <term>Make fixes patch - <token>&make-fixes-patch-size;</token>:</term> 89 <listitem> 90 <para>Download: <ulink 91 url="&patches-root;&make-fixes-patch;"/></para> 92 <para>MD5 sum: <literal>&make-fixes-patch-md5;</literal></para> 96 <term>IPUtils Pregenerated Documentation Patch - <token>&iputils-doc-patch-size;</token>:</term> 97 <listitem> 98 <para>Download: <ulink 99 url="&patches-root;&iputils-doc-patch;"/></para> 100 <para>MD5 sum: <literal>&iputils-doc-patch-md5;</literal></para> 101 </listitem> 102 </varlistentry> 103 104 <varlistentry> 105 <term>Kbd es.po Fix Patch - <token>&kbd-espo-patch-size;</token>:</term> 106 <listitem> 107 <para>Download: <ulink 108 url="&patches-root;&kbd-espo-patch;"/></para> 109 <para>MD5 sum: <literal>&kbd-espo-patch-md5;</literal></para> 110 </listitem> 111 </varlistentry> 112 113 <varlistentry> 114 <term>M4 gets Patch - <token>&m4-gets-patch-size;</token>:</term> 115 <listitem> 116 <para>Download: <ulink 117 url="&patches-root;&m4-gets-patch;"/></para> 118 <para>MD5 sum: <literal>&m4-gets-patch-md5;</literal></para> 93 119 </listitem> 94 120 </varlistentry> … … 175 201 </varlistentry> 176 202 177 <!-- Vim branch update patch area178 203 <varlistentry> 179 204 <term>Vim Branch Update Patch - <token>&vim-branch_update-patch-size;</token>:</term> … … 184 209 </listitem> 185 210 </varlistentry> 186 -->187 211 188 212 </variablelist> -
BOOK/materials/mips/packages.xml
r111b12a r76b06f6 40 40 </varlistentry> 41 41 42 <varlistentry os="eglibcports"> 43 <term>EGLIBC Ports (&eglibc-ports-version;) - <token>&eglibc-ports-size;</token>:</term> 44 <listitem> 45 <para>Home page: <ulink url="&eglibc-ports-home;"/></para> 46 <para>Download: <ulink url="&eglibc-ports-url;"/></para> 47 <para>MD5 sum: <literal>&eglibc-ports-md5;</literal></para> 48 </listitem> 49 </varlistentry> 50 42 51 </variablelist> 43 52 -
BOOK/materials/mips/patches.xml
r111b12a r76b06f6 30 30 </varlistentry> 31 31 32 <varlistentry os="gcc-mips-fix-patch"> 33 <term>GCC Mips Fix - <token>&gcc-mips-fix-patch-size;</token>:</term> 34 <listitem> 35 <para>Download: <ulink 36 url="&patches-root;&gcc-mips-fix-patch;"/></para> 37 <para>MD5 sum: <literal>&gcc-mips-fix-patch-md5;</literal></para> 38 </listitem> 39 </varlistentry> 40 32 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 42 href="../x86/patches.xml" -
BOOK/materials/mips64-64/patches.xml
r111b12a r76b06f6 22 22 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 href="../mips/patches.xml" 25 xpointer="xpointer(//*[@os='gcc-mips-fix-patch'])"/> 26 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 28 href="../x86_64-64/patches.xml" 25 29 xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/> -
BOOK/materials/mips64/patches.xml
r111b12a r76b06f6 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 href="../mips/patches.xml" 33 xpointer="xpointer(//*[@os='gcc-mips-fix-patch'])"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 36 href="../x86/patches.xml" 33 37 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> -
BOOK/materials/ppc/patches.xml
r111b12a r76b06f6 12 12 13 13 <variablelist role="materials"> 14 15 <varlistentry os="eglibc-qecvt-patch"> 16 <term>Eglibc Qecvt and Friends Patch - <token>&eglibc-qecvt-patch-size;</token>:</term> 17 <listitem> 18 <para>Download: <ulink 19 url="&patches-root;&eglibc-qecvt-patch;"/></para> 20 <para>MD5 sum: <literal>&eglibc-qecvt-patch-md5;</literal></para> 21 </listitem> 22 </varlistentry> 14 23 15 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/materials/ppc64/patches.xml
r111b12a r76b06f6 12 12 13 13 <variablelist role="materials"> 14 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 16 href="../ppc/patches.xml" 17 xpointer="xpointer(//*[@os='eglibc-qecvt-patch'])"/> 14 18 15 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/network/common/dhcp.xml
r111b12a r76b06f6 16 16 <para>First install the service from the CLFS Bootscripts package:</para> 17 17 18 <screen><userinput>tar -xvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar. bz218 <screen><userinput>tar -xvf bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz 19 19 cd bootscripts-cross-lfs-&bootscripts-clfs-version; 20 20 make install-service-dhcpcd</userinput></screen> -
BOOK/packages.ent
r111b12a r76b06f6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY packages-root "&clfs-root;files/packages/& generic-version;/">3 <!ENTITY packages-root "&clfs-root;files/packages/&version;/"> 4 4 <!ENTITY extras-root "&clfs-root;files/extras/"> 5 5 … … 37 37 <!ENTITY bash-home "&gnu-software;bash"> 38 38 39 <!ENTITY bc-version "1.06.95"> 40 <!ENTITY bc-dir "&bc-version;"> 41 <!ENTITY bc-size "284 KB"> 42 <!ENTITY bc-url "http://alpha.gnu.org/gnu/bc/bc-&bc-version;.tar.bz2"> 43 <!ENTITY bc-md5 "5126a721b73f97d715bb72c13c889035"> 44 <!ENTITY bc-home "http://www.gnu.org/software/bc/"> 45 46 <!ENTITY binutils-version "2.23.2"> 39 <!ENTITY binutils-version "2.23"> 47 40 <!ENTITY binutils-dir "&binutils-version;"> 48 <!ENTITY binutils-size "2 0,940KB">49 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar. bz2">50 <!ENTITY binutils-md5 " 4f8fa651e35ef262edc01d60fb45702e">41 <!ENTITY binutils-size "28,124 KB"> 42 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.gz"> 43 <!ENTITY binutils-md5 "ed58f50d8920c3f1d9cb110d5c972c27"> 51 44 <!ENTITY binutils-home "http://sources.redhat.com/binutils"> 52 45 53 <!ENTITY bison-version " 3.0">54 <!ENTITY bison-size "1, 914KB">46 <!ENTITY bison-version "2.6.4"> 47 <!ENTITY bison-size "1,708 KB"> 55 48 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> 56 <!ENTITY bison-md5 " a2624994561aa69f056c904c1ccb2880">49 <!ENTITY bison-md5 "8b2dc57eb9d2d6de4715d30de6b2ee07"> 57 50 <!ENTITY bison-home "&gnu-software;bison"> 58 51 59 <!ENTITY bootscripts-clfs-version "2. 1-pre1">60 <!ENTITY bootscripts-clfs-size "4 1KB">61 <! -- <!ENTITY bootscripts-clfs-url "&packages-root;bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.bz2"> -->52 <!ENTITY bootscripts-clfs-version "2.0.0"> 53 <!ENTITY bootscripts-clfs-size "44 KB"> 54 <!ENTITY bootscripts-clfs-url "&packages-root;bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz"> 62 55 <!ENTITY bootscripts-clfs-url "http://cross-lfs.org/files/bootscripts-cross-lfs-&bootscripts-clfs-version;.tar.xz"> 63 <!ENTITY bootscripts-clfs-md5 " f474bf2efff744548a69d9049bad973f">56 <!ENTITY bootscripts-clfs-md5 "a396eb6898990d93f7de4bf15dad5544"> 64 57 <!ENTITY bootscripts-clfs-home " "> 65 58 … … 70 63 <!ENTITY bzip2-home "http://www.bzip.org/"> 71 64 72 <!ENTITY check-version "0.9.10"> 73 <!ENTITY check-size "650 KB"> 74 <!ENTITY check-url "http://sourceforge.net/projects/check/files/check/&check-version;/check-&check-version;.tar.gz"> 75 <!ENTITY check-md5 "6d10a8efb9a683467b92b3bce97aeb30"> 76 <!ENTITY check-home "http://check.sourceforge.net/"> 77 78 <!ENTITY cloog-version "0.18.0"> 79 <!ENTITY cloog-size "3,688 KB"> 65 <!ENTITY cloog-version "0.16.3"> 66 <!ENTITY cloog-size "1,900 KB"> 80 67 <!ENTITY cloog-url "http://www.bastoul.net/cloog/pages/download/cloog-&cloog-version;.tar.gz"> 81 <!ENTITY cloog-md5 " be78a47bd82523250eb3e91646db5b3d">68 <!ENTITY cloog-md5 "a0f8a241cd1c4f103f8d2c91642b3498"> 82 69 <!ENTITY cloog-home "http://cloog.org"> 83 70 … … 88 75 <!ENTITY colo-home "http://www.colonel-panic.org/cobalt-mips"> 89 76 90 <!ENTITY coreutils-version "8.2 1">91 <!ENTITY coreutils-size "5, 236KB">77 <!ENTITY coreutils-version "8.20"> 78 <!ENTITY coreutils-size "5,164 KB"> 92 79 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> 93 <!ENTITY coreutils-md5 " 065ba41828644eca5dd8163446de5d64">80 <!ENTITY coreutils-md5 "3d69af8f561fce512538a9fe85f147ff"> 94 81 <!ENTITY coreutils-home "&gnu-software;coreutils"> 95 82 96 <!ENTITY dejagnu-version "1.5 .1">97 <!ENTITY dejagnu-size "56 8KB">83 <!ENTITY dejagnu-version "1.5"> 84 <!ENTITY dejagnu-size "564 KB"> 98 85 <!ENTITY dejagnu-url "&gnu;dejagnu/dejagnu-&dejagnu-version;.tar.gz"> 99 <!ENTITY dejagnu-md5 " 8386e04e362345f50ad169f052f4c4ab">86 <!ENTITY dejagnu-md5 "3df1cbca885e751e22d3ebd1ac64dc3c"> 100 87 <!ENTITY dejagnu-home "&gnu-software;dejagnu"> 101 88 102 <!ENTITY dhcpcd-version " 6.1.0">103 <!ENTITY dhcpcd-size " 114 KBKB">89 <!ENTITY dhcpcd-version "5.5.6"> 90 <!ENTITY dhcpcd-size "80 KB"> 104 91 <!ENTITY dhcpcd-url "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2"> 105 <!ENTITY dhcpcd-md5 " 6070040c57492925af9ac6aed980de2a">92 <!ENTITY dhcpcd-md5 "a5c0e43b4e836cfc003437329f6b7982"> 106 93 <!ENTITY dhcpcd-home "http://roy.marples.name/projects/dhcpcd"> 107 94 108 <!ENTITY diffutils-version "3. 3">109 <!ENTITY diffutils-size "1,1 72KB">95 <!ENTITY diffutils-version "3.2"> 96 <!ENTITY diffutils-size "1,124 KB"> 110 97 <!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.xz"> 111 <!ENTITY diffutils-md5 " 99180208ec2a82ce71f55b0d7389f1b3">98 <!ENTITY diffutils-md5 "26ff64c332429c830c154be46b393382"> 112 99 <!ENTITY diffutils-home "&gnu-software;diffutils"> 113 100 … … 118 105 <!ENTITY dvhtool-home "http://packages.qa.debian.org/d/dvhtool.html"> 119 106 120 <!ENTITY e2fsprogs-version "1.42. 8">121 <!ENTITY e2fsprogs-size "4, 496KB">107 <!ENTITY e2fsprogs-version "1.42.6"> 108 <!ENTITY e2fsprogs-size "4,500 KB"> 122 109 <!ENTITY e2fsprogs-url "&kernel;linux/kernel/people/tytso/e2fsprogs/v&e2fsprogs-version;/e2fsprogs-&e2fsprogs-version;.tar.xz"> 123 <!ENTITY e2fsprogs-md5 " 57f20ba5e4cac8ce082065a61aa3f3bc">110 <!ENTITY e2fsprogs-md5 "a75d1ffd3980e1470014da3df309c862"> 124 111 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 125 112 126 <!ENTITY eglibc-version "2.1 8">127 <!ENTITY eglibc-revision "2 3806">113 <!ENTITY eglibc-version "2.15"> 114 <!ENTITY eglibc-revision "21467"> 128 115 <!ENTITY eglibc-fversion "&eglibc-version;-r&eglibc-revision;"> 129 <!ENTITY eglibc-size "1 1,930 KB">116 <!ENTITY eglibc-size "10,620 KB"> 130 117 <!ENTITY eglibc-url "http://cross-lfs.org/files/eglibc-&eglibc-fversion;.tar.xz"> 131 <!ENTITY eglibc-md5 " c91ca01d30498e55296ca61a4c9667bf">118 <!ENTITY eglibc-md5 "f4087281e50843e67da86dd8da3ec9a3"> 132 119 <!ENTITY eglibc-home "http://www.eglibc.org/home"> 133 120 <!ENTITY eglibc-ld-name "ld-&eglibc-version;.so"> 121 122 <!ENTITY eglibc-ports-version "&eglibc-version;"> 123 <!ENTITY eglibc-ports-size "432 KB"> 124 <!ENTITY eglibc-ports-url "http://cross-lfs.org/files/eglibc-ports-&eglibc-version;-r&eglibc-revision;.tar.xz"> 125 <!ENTITY eglibc-ports-md5 "2d52bc76d509bf60c46c3f37fdfe3a4e"> 126 <!ENTITY eglibc-ports-home " "> 134 127 135 128 <!ENTITY elftoaout-version "2.3"> … … 146 139 <!ENTITY expect-lib-version "5.43"> 147 140 148 <!ENTITY file-version "5.1 4">149 <!ENTITY file-size " 636 KB">141 <!ENTITY file-version "5.11"> 142 <!ENTITY file-size "596 KB"> 150 143 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 151 144 <!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">--> 152 <!ENTITY file-md5 " c26625f1d6773ad4bc5a87c0e315632c">145 <!ENTITY file-md5 "16a407bd66d6c7a832f3a5c0d609c27b"> 153 146 <!ENTITY file-home "http://www.darwinsys.com/file"> 154 147 … … 165 158 <!ENTITY flex-home "http://flex.sourceforge.net"> 166 159 167 <!ENTITY gawk-version "4. 1.0">168 <!ENTITY gawk-size " 2,004KB">160 <!ENTITY gawk-version "4.0.1"> 161 <!ENTITY gawk-size "1,576 KB"> 169 162 <!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.xz"> 170 <!ENTITY gawk-md5 " b18992ff8faf3217dab55d2d0aa7d707">163 <!ENTITY gawk-md5 "a601b032c39cd982f34272664f8afa49"> 171 164 <!ENTITY gawk-home "&gnu-software;gawk"> 172 165 173 <!ENTITY gcc-version "4. 8.1">174 <!ENTITY gcc-size " 84,720KB">166 <!ENTITY gcc-version "4.6.3"> 167 <!ENTITY gcc-size "70,312 KB"> 175 168 <!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 176 <!ENTITY gcc-md5 " 3b2386c114cd74185aa3754b58a79304">169 <!ENTITY gcc-md5 "773092fe5194353b02bb0110052a972e"> 177 170 <!ENTITY gcc-home "http://gcc.gnu.org"> 178 171 179 <!ENTITY gettext-version "0.18. 3.1">180 <!ENTITY gettext-size "1 6,342KB">172 <!ENTITY gettext-version "0.18.1.1"> 173 <!ENTITY gettext-size "14,788 KB"> 181 174 <!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.gz"> 182 <!ENTITY gettext-md5 "3 fc808f7d25487fc72b5759df7419e02">175 <!ENTITY gettext-md5 "3dd55b952826d2b32f51308f2f91aa89"> 183 176 <!ENTITY gettext-home "&gnu-software;gettext"> 184 177 185 <!ENTITY gmp-version "5. 1.2">186 <!ENTITY gmp-size " 1,780KB">187 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar. xz">188 <!ENTITY gmp-md5 "0 6fe2ca164221c59ce74867155cfc1ac">178 <!ENTITY gmp-version "5.0.5"> 179 <!ENTITY gmp-size "2,008 KB"> 180 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.bz2"> 181 <!ENTITY gmp-md5 "041487d25e9c230b0c42b106361055fe"> 189 182 <!ENTITY gmp-home "http://gmplib.org/"> 190 183 … … 195 188 <!ENTITY grep-home "&gnu-software;grep"> 196 189 197 <!ENTITY groff-version "1.2 2.2">198 <!ENTITY groff-size "3, 928KB">190 <!ENTITY groff-version "1.21"> 191 <!ENTITY groff-size "3,776 KB"> 199 192 <!ENTITY groff-url "&gnu;groff/groff-&groff-version;.tar.gz"> 200 <!ENTITY groff-md5 " 9f4cd592a5efc7e36481d8d8d8af6d16">193 <!ENTITY groff-md5 "8b8cd29385b97616a0f0d96d0951c5bf"> 201 194 <!ENTITY groff-home "&gnu-software;groff"> 202 195 … … 207 200 <!ENTITY grub-home "&gnu-software;grub"> 208 201 209 <!ENTITY gzip-version "1. 6">210 <!ENTITY gzip-size " 812 KB">202 <!ENTITY gzip-version "1.5"> 203 <!ENTITY gzip-size "712 KB"> 211 204 <!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.xz"> 212 <!ENTITY gzip-md5 " da981f86677d58a106496e68de6f8995">205 <!ENTITY gzip-md5 "2a431e169b6f62f7332ef6d47cc53bae"> 213 206 <!ENTITY gzip-home "http://www.gzip.org"> 214 207 … … 227 220 228 221 229 <!ENTITY iproute2-version "3. 10.0">230 <!ENTITY iproute2-size " 412KB">231 <!ENTITY iproute2-url "&kernel; linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">232 <!ENTITY iproute2-md5 " 45fb5427fc723a0001c72b92c931ba02">222 <!ENTITY iproute2-version "3.4.0"> 223 <!ENTITY iproute2-size "376 KB"> 224 <!ENTITY iproute2-url "&kernel;/linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 225 <!ENTITY iproute2-md5 "879d3fac4e90809598b2864ec4a0cbf8"> 233 226 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> 234 227 235 <!ENTITY iputils-version "s201 21221">236 <!ENTITY iputils-size " 155KB">228 <!ENTITY iputils-version "s20101006"> 229 <!ENTITY iputils-size "96 KB"> 237 230 <!ENTITY iputils-url "http://www.skbuff.net/iputils/iputils-&iputils-version;.tar.bz2"> 238 <!ENTITY iputils-md5 " 6072aef64205720dd1893b375e184171">231 <!ENTITY iputils-md5 "a36c25e9ec17e48be514dc0485e7376c"> 239 232 <!ENTITY iputils-home "http://www.linuxfoundation.org/en/Net:Iputils"> 240 233 241 <!ENTITY isl-version "0.12.1"> 242 <!ENTITY isl-size "1,161 KB"> 243 <!ENTITY isl-url "http://isl.gforge.inria.fr/isl-&isl-version;.tar.lzma"> 244 <!ENTITY isl-md5 "d7a723a508056b9dc5a25c5ca7d1d74f"> 245 <!ENTITY isl-home "http://garage.kotnet.org/~skimo/isl/"> 246 247 <!ENTITY kbd-version "2.0.0"> 248 <!ENTITY kbd-size "2,007 KB"> 234 <!ENTITY kbd-version "1.15.3"> 235 <!ENTITY kbd-size "1,624 KB"> 249 236 <!ENTITY kbd-url "ftp://devel.altlinux.org/legion/kbd/kbd-&kbd-version;.tar.gz"> 250 <!ENTITY kbd-md5 " 5ba259a0b2464196f6488a72070a3d60">237 <!ENTITY kbd-md5 "8143e179a0f3c25646ce5085e8777200"> 251 238 <!ENTITY kbd-home " "> 252 239 253 <!ENTITY kmod-version "1 5">254 <!ENTITY kmod-size "1, 454 KB">255 <!ENTITY kmod-url "&kernel; linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz">256 <!ENTITY kmod-md5 " d03372179ed2cfa0c52b6672cf438901">240 <!ENTITY kmod-version "10"> 241 <!ENTITY kmod-size "1,104 KB"> 242 <!ENTITY kmod-url "&kernel;/linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz"> 243 <!ENTITY kmod-md5 "e2a883c4df15a50f78a7a61d5b64089f"> 257 244 <!ENTITY kmod-home "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary"> 258 245 259 <!ENTITY less-version "4 60">260 <!ENTITY less-size "3 11KB">246 <!ENTITY less-version "451"> 247 <!ENTITY less-size "308 KB"> 261 248 <!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz"> 262 <!ENTITY less-md5 " c3b603140aed2beb6091fdbc27f80ff0">249 <!ENTITY less-md5 "765f082658002b2b46b86af4a0da1842"> 263 250 <!ENTITY less-home "http://www.greenwoodsoftware.com/less"> 264 251 … … 269 256 <!ENTITY libee-home "http://www.libee.org/"> 270 257 271 <!ENTITY libestr-version "0.1. 5">272 <!ENTITY libestr-size "3 26KB">273 <!ENTITY libestr-url "http:// libestr.adiscon.com/files/download/libestr-&libestr-version;.tar.gz">274 <!ENTITY libestr-md5 " f180c0cdc82883d161eba3f2e8a34eb4">275 <!ENTITY libestr-home "http:// libestr.adiscon.com/">258 <!ENTITY libestr-version "0.1.0"> 259 <!ENTITY libestr-size "308 KB"> 260 <!ENTITY libestr-url "http://sourceforge.net/projects/libestr/files/libestr-&libestr-version;.tar.gz"> 261 <!ENTITY libestr-md5 "1b8fe449cffc259075d327334c93bbda"> 262 <!ENTITY libestr-home "http://sourceforge.net/projects/libestr/"> 276 263 277 264 <!ENTITY libtool-version "2.4.2"> … … 283 270 <!ENTITY linux-dl-version "3.0"> 284 271 285 <!ENTITY linux-version "3. 10.9">286 <!ENTITY linux-size " 73,211KB">272 <!ENTITY linux-version "3.4.17"> 273 <!ENTITY linux-size "65,288 KB"> 287 274 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.xz"> 288 <!ENTITY linux-md5 " 28d1e1117c30fdd861f70ac0f9b677aa">275 <!ENTITY linux-md5 "c89817e8856ec88f84ab6a25cc2f7789"> 289 276 <!ENTITY linux-home "http://www.kernel.org"> 290 277 291 <!ENTITY m4-version "1.4.1 7">292 <!ENTITY m4-size "1, 149KB">293 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar. xz">294 <!ENTITY m4-md5 " 12a3c829301a4fd6586a57d3fcf196dc">278 <!ENTITY m4-version "1.4.16"> 279 <!ENTITY m4-size "1,232 KB"> 280 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2"> 281 <!ENTITY m4-md5 "8a7cef47fecab6272eb86a6be6363b2f"> 295 282 <!ENTITY m4-home "&gnu-software;m4"> 296 283 … … 307 294 <!ENTITY man-home "http://primates.ximian.com/~flucifredi/man"> 308 295 309 <!ENTITY man-pages-version "3. 54">310 <!ENTITY man-pages-size "1, 172KB">311 <!ENTITY man-pages-url "&kernel; linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">312 <!ENTITY man-pages-md5 " 382f83e670ecbe1d97fc58e03da0b026">296 <!ENTITY man-pages-version "3.43"> 297 <!ENTITY man-pages-size "1,076 KB"> 298 <!ENTITY man-pages-url "&kernel;/linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz"> 299 <!ENTITY man-pages-md5 "761b823ad353975bb87eadb4a8690069"> 313 300 <!ENTITY man-pages-home "http://www.win.tue.nl/~aeb/linux/man"> 314 301 … … 319 306 <!ENTITY mpc-home "http://www.multiprecision.org/"> 320 307 321 <!ENTITY mpfr-version "3.1. 2">322 <!ENTITY mpfr-size "1,0 50KB">308 <!ENTITY mpfr-version "3.1.1"> 309 <!ENTITY mpfr-size "1,048 KB"> 323 310 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz"> 324 <!ENTITY mpfr-md5 " e3d203d188b8fe60bb6578dd3152e05c">311 <!ENTITY mpfr-md5 "91d51c41fcf2799e4ee7a7126fc95c17"> 325 312 <!ENTITY mpfr-home "http://www.mpfr.org/"> 326 313 … … 343 330 <!ENTITY patch-home "http://savannah.gnu.org/projects/patch"> 344 331 345 <!ENTITY perl-version "5.1 8.1">346 <!ENTITY perl-size "1 4,060KB">332 <!ENTITY perl-version "5.16.2"> 333 <!ENTITY perl-size "13,424 KB"> 347 334 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2"> 348 <!ENTITY perl-md5 " 4ec1a3f3824674552e749ae420c5e68c">335 <!ENTITY perl-md5 "2818ab01672f005a4e552a713aa27b08"> 349 336 <!ENTITY perl-home "http://www.perl.org"> 350 337 351 <!ENTITY pkg-config- lite-version "0.28-1">352 <!ENTITY pkg-config- lite-size "384KB">353 <!ENTITY pkg-config- lite-url "http://sourceforge.net/projects/pkgconfiglite/files/0.28-1/pkg-config-lite-&pkg-config-lite-version;.tar.gz">354 <!ENTITY pkg-config- lite-md5 "61f05feb6bab0a6bbfab4b6e3b2f44b6">355 <!ENTITY pkg-config- lite-home "http://sourceforge.net/projects/pkgconfiglite">338 <!ENTITY pkg-config-version "lite-0.27.1-1"> 339 <!ENTITY pkg-config-size "396 KB"> 340 <!ENTITY pkg-config-url "http://sourceforge.net/projects/pkgconfiglite/files/0.27.1-1/pkg-config-&pkg-config-version;.tar.gz"> 341 <!ENTITY pkg-config-md5 "589448b99b6e073924c1bea88dfc9f38"> 342 <!ENTITY pkg-config-home "http://sourceforge.net/projects/pkgconfiglite"> 356 343 357 344 <!ENTITY powerpcutils-version "1.1.3"> … … 360 347 <!ENTITY powerpcutils-md5 "d879b109bb8f0d726304b60b147bff13"> 361 348 <!ENTITY powerpcutils-home "http://packages.qa.debian.org/p/powerpc-utils.html"> 349 350 <!ENTITY ppl-version "0.12.1"> 351 <!ENTITY ppl-size "14,592 KB"> 352 <!ENTITY ppl-url "ftp://ftp.cs.unipr.it/pub/ppl/releases/&ppl-version;/ppl-&ppl-version;.tar.bz2"> 353 <!ENTITY ppl-md5 "8da3ab9de18e669b7af8c4707817d468"> 354 <!ENTITY ppl-home "http://bugseng.com/products/ppl/"> 362 355 363 356 <!ENTITY procps-version "3.2.8"> … … 380 373 <!ENTITY readline-home "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"> 381 374 382 <!ENTITY rsyslog-version "6. 4.2">383 <!ENTITY rsyslog-size "2, 519KB">375 <!ENTITY rsyslog-version "6.2.2"> 376 <!ENTITY rsyslog-size "2,376 KB"> 384 377 <!ENTITY rsyslog-url "http://www.rsyslog.com/files/download/rsyslog/rsyslog-&rsyslog-version;.tar.gz"> 385 <!ENTITY rsyslog-md5 " 7de0124ec7d67ce2bfda0009ab1263ee">378 <!ENTITY rsyslog-md5 "b797b8222d6ea4d5dfa007efe8aafa7f"> 386 379 <!ENTITY rsyslog-home "http://www.rsyslog.com/"> 387 380 388 <!ENTITY sed-version "4.2. 2">389 <!ENTITY sed-size " 1,036KB">381 <!ENTITY sed-version "4.2.1"> 382 <!ENTITY sed-size "880 KB"> 390 383 <!ENTITY sed-url "&gnu;sed/sed-&sed-version;.tar.bz2"> 391 <!ENTITY sed-md5 "7 ffe1c7cdc3233e1e0c4b502df253974">384 <!ENTITY sed-md5 "7d310fbd76e01a01115075c1fd3f455a"> 392 385 <!ENTITY sed-home "&gnu-software;sed"> 393 386 … … 416 409 <!ENTITY tar-home "&gnu-software;tar"> 417 410 418 <!ENTITY tcl-version2 "8. 6">419 <!ENTITY tcl-version "&tcl-version2;.1 ">420 <!ENTITY tcl-size " 8,756KB">411 <!ENTITY tcl-version2 "8.5"> 412 <!ENTITY tcl-version "&tcl-version2;.12"> 413 <!ENTITY tcl-size "4,412 KB"> 421 414 <!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz"> 422 <!ENTITY tcl-md5 " aae4b701ee527c6e4e1a6f9c7399882e">415 <!ENTITY tcl-md5 "174b2b4c619ba8f96875d8a051917703"> 423 416 <!ENTITY tcl-home "http://www.tcl.tk"> 424 425 <!ENTITY tzdata-version "2013d">426 <!ENTITY tzdata-size "217 KB">427 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">428 <!ENTITY tzdata-md5 "65b6818162230fc02f86f293376c73df">429 <!ENTITY tzdata-home "http://www.iana.org/time-zones">430 417 431 418 <!ENTITY texinfo-version "4.13a"> … … 435 422 <!ENTITY texinfo-home "&gnu-software;texinfo"> 436 423 437 <!ENTITY eudev-version "1.3">438 <!ENTITY eudev-size "1,679KB">439 <!ENTITY eudev-url "ftp://mirror.ovh.net/gentoo-distfiles/distfiles/eudev-&eudev-version;.tar.gz">440 <!ENTITY eudev-md5 "164df78f6f0093578a20bdd00335845f">441 <!ENTITY eudev-home "http://www.gentoo.org/proj/en/eudev/">424 <!ENTITY udev-version "182"> 425 <!ENTITY udev-size "676 KB"> 426 <!ENTITY udev-url "&kernel;/linux/utils/kernel/hotplug/udev-&udev-version;.tar.xz"> 427 <!ENTITY udev-md5 "023877e6cc0d907994b8c648beab542b"> 428 <!ENTITY udev-home "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"> 442 429 443 430 <!ENTITY uname_hack-version "20080713"> … … 447 434 <!ENTITY uname_hack-home " "> 448 435 449 <!ENTITY util-linux-major-version "2.2 3">450 <!ENTITY util-linux-version "&util-linux-major-version;. 2">451 <!ENTITY util-linux-size "3, 383KB">452 <!ENTITY util-linux-url "&kernel; linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.xz">453 <!ENTITY util-linux-md5 " b39fde897334a4858bb2098edcce5b3f">436 <!ENTITY util-linux-major-version "2.22"> 437 <!ENTITY util-linux-version "&util-linux-major-version;.1"> 438 <!ENTITY util-linux-size "3,124 KB"> 439 <!ENTITY util-linux-url "&kernel;/linux/utils/util-linux/v&util-linux-major-version;/util-linux-&util-linux-version;.tar.xz"> 440 <!ENTITY util-linux-md5 "730cf9932531ed09b53a04ca30fcb4c9"> 454 441 <!ENTITY util-linux-blkid-id "1.1.0"> 455 442 <!ENTITY util-linux-uuid-id "1.3.0"> 456 443 <!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/"> 457 444 458 <!ENTITY vim-version "7. 4">459 <!ENTITY vim-version2 "7 4">460 <!ENTITY vim-size " 9,843KB">445 <!ENTITY vim-version "7.3"> 446 <!ENTITY vim-version2 "73"> 447 <!ENTITY vim-size "8,868 KB"> 461 448 <!ENTITY vim-url "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2"> 462 <!ENTITY vim-md5 " 607e135c559be642f210094ad023dc65">449 <!ENTITY vim-md5 "5b9510a17074e2b37d8bb38ae09edbf2"> 463 450 <!ENTITY vim-home "http://www.vim.org"> 464 451 465 <!ENTITY xz-version "5.0. 5">466 <!ENTITY xz-size " 908KB">452 <!ENTITY xz-version "5.0.4"> 453 <!ENTITY xz-size "896 KB"> 467 454 <!ENTITY xz-url "http://tukaani.org/xz/xz-&xz-version;.tar.xz"> 468 <!ENTITY xz-md5 " aa17280f4521dbeebed0fbd11cd7fa30">455 <!ENTITY xz-md5 "161015c4a65b1f293d31810e1df93090"> 469 456 <!ENTITY xz-home "http://tukaani.org/xz/"> 470 457 … … 475 462 <!ENTITY yaboot-home "http://yaboot.ozlabs.org"> 476 463 477 <!ENTITY zlib-version "1.2. 8">478 <!ENTITY zlib-size "4 40KB">479 <!ENTITY zlib-url "http://zlib.net/zlib-&zlib-version;.tar. xz">480 <!ENTITY zlib-md5 "2 8f1205d8dd2001f26fec1e8c2cebe37">464 <!ENTITY zlib-version "1.2.7"> 465 <!ENTITY zlib-size "496 KB"> 466 <!ENTITY zlib-url "http://zlib.net/zlib-&zlib-version;.tar.bz2"> 467 <!ENTITY zlib-md5 "2ab442d169156f34c379c968f3f482dd"> 481 468 <!ENTITY zlib-home "http://www.zlib.net"> -
BOOK/patches.ent
r111b12a r76b06f6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY patches-root "http://patches.cross-lfs.org/ dev/">3 <!ENTITY patches-root "http://patches.cross-lfs.org/2.0.0/"> 4 4 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update- 7.patch">8 <!ENTITY bash-branch_update-patch-md5 " 4dfb1ce9b5d0040eae06e66157ab213a">9 <!ENTITY bash-branch_update-patch-size "5 8KB">7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-6.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "23c68ff88198537401d49ab6424b005d"> 9 <!ENTITY bash-branch_update-patch-size "54,711 KB"> 10 10 11 11 <!-- Binutils branch update area … … 16 16 17 17 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> 18 <!ENTITY coreutils-uname-patch-md5 "5d3a1f7196c9c07033bbd2853885fda2"> 19 <!ENTITY coreutils-uname-patch-size "4.8 KB"> 18 <!ENTITY coreutils-uname-patch-md5 "d47d2d5dec9b4c0b25329511b6b11edf"> 19 <!ENTITY coreutils-uname-patch-size "16 KB"> 20 21 <!ENTITY eglibc-fixes-patch "eglibc-&eglibc-version;-fixes-1.patch"> 22 <!ENTITY eglibc-fixes-patch-md5 "872128f0f087f2036798680c3b118c65"> 23 <!ENTITY eglibc-fixes-patch-size "4 KB"> 20 24 21 25 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> 22 <!ENTITY gcc-specs-patch-md5 " 14aa064a113f2cae0f877039bb4a6357">26 <!ENTITY gcc-specs-patch-md5 "61d583984f9f12b6f37141e132fc7d57"> 23 27 <!ENTITY gcc-specs-patch-size "20 KB"> 24 28 25 <!-- GCC branch update area -->26 29 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-2.patch"> 27 <!ENTITY gcc-branch_update-patch-md5 " 7e2c5b7d9d3386f5a3984b51215eb865">28 <!ENTITY gcc-branch_update-patch-size " 7,536KB">30 <!ENTITY gcc-branch_update-patch-md5 "e7af1c4a02408aeb25c94ed86c7921d6"> 31 <!ENTITY gcc-branch_update-patch-size "601 KB"> 29 32 30 33 <!ENTITY iana-etc-get_fix-patch "iana-etc-&iana-etc-version;-get_fix-1.patch"> 31 <!ENTITY iana-etc-get_fix-patch-md5 "7 3aee2dc34cf4d990cc22fe323d89f27">32 <!ENTITY iana-etc-get_fix-patch-size " 1.1KB">34 <!ENTITY iana-etc-get_fix-patch-md5 "7da753875d46cabc21763dac0db571b3"> 35 <!ENTITY iana-etc-get_fix-patch-size "4 KB"> 33 36 34 37 <!ENTITY iana-etc-numbers_update-date "20120610"> … … 38 41 39 42 <!ENTITY iputils-fixes-patch "iputils-&iputils-version;-fixes-1.patch"> 40 <!ENTITY iputils-fixes-patch-md5 " a2e77de7fd1fc4417bce0af3e6ffdfcb">41 <!ENTITY iputils-fixes-patch-size " 153KB">43 <!ENTITY iputils-fixes-patch-md5 "1add4b8cbee814310f95e61997019162"> 44 <!ENTITY iputils-fixes-patch-size "8 KB"> 42 45 43 <!ENTITY make-fixes-patch "make-&make-version;-fixes-1.patch"> 44 <!ENTITY make-fixes-patch-md5 "bca6c0167780f427f527e976d597b505"> 45 <!ENTITY make-fixes-patch-size "9,301 KB"> 46 <!ENTITY iputils-doc-patch "iputils-&iputils-version;-doc-1.patch"> 47 <!ENTITY iputils-doc-patch-md5 "2eee5e095005bf4be426797a4aefa27b"> 48 <!ENTITY iputils-doc-patch-size "136 KB"> 49 50 <!ENTITY kbd-espo-patch "kbd-&kbd-version;-es.po_fix-1.patch"> 51 <!ENTITY kbd-espo-patch-md5 "476c4066c5c663b44b67acaa4cdef62e"> 52 <!ENTITY kbd-espo-patch-size "4 KB"> 53 54 <!ENTITY m4-gets-patch "m4-&m4-version;-no-gets-1.patch"> 55 <!ENTITY m4-gets-patch-md5 "6c5013f9ae5afc78f123e96356ceec3e"> 56 <!ENTITY m4-gets-patch-size "4 KB"> 46 57 47 58 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch"> 48 59 <!ENTITY man-i18n-patch-md5 "a5aba0cb5a95a7945db8c882334b7dab"> 49 <!ENTITY man-i18n-patch-size "1 1KB">60 <!ENTITY man-i18n-patch-size "12 KB"> 50 61 51 62 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 52 63 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db"> 53 <!ENTITY ncurses-bashfix-patch-size " .743KB">64 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 54 65 55 66 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-4.patch"> … … 58 69 59 70 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> 60 <!ENTITY perl-libc-patch-md5 "6 3eda1cc319206788ea93c58f395417c">61 <!ENTITY perl-libc-patch-size " 1.603KB">71 <!ENTITY perl-libc-patch-md5 "665f85a83b6141776499f792514235c7"> 72 <!ENTITY perl-libc-patch-size "20 KB"> 62 73 63 74 <!ENTITY procps-ps_cgroup-patch "procps-&procps-version;-ps_cgroup-1.patch"> 64 75 <!ENTITY procps-ps_cgroup-patch-md5 "3c478ef88fad23353e332b1b850ec630"> 65 <!ENTITY procps-ps_cgroup-patch-size " 3.1KB">76 <!ENTITY procps-ps_cgroup-patch-size "4 KB"> 66 77 67 78 <!ENTITY procps-fix_HZ_errors-patch "procps-&procps-version;-fix_HZ_errors-1.patch"> 68 79 <!ENTITY procps-fix_HZ_errors-patch-md5 "2ea4c8e9a2c2a5a291ec63c92d7c6e3b"> 69 <!ENTITY procps-fix_HZ_errors-patch-size " 2.4 KB">80 <!ENTITY procps-fix_HZ_errors-patch-size "4 KB"> 70 81 71 82 <!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-3.patch"> 72 83 <!ENTITY readline-branch_update-patch-md5 "af788f5b1cfc5db9efc9e0fa0268a574"> 73 <!ENTITY readline-branch_update-patch-size "4 .9KB">84 <!ENTITY readline-branch_update-patch-size "4 KB"> 74 85 75 86 <!ENTITY tar-man-patch "tar-&tar-version;-man-1.patch"> 76 87 <!ENTITY tar-man-patch-md5 "074783d41f18c5c62a7cfc77e2678693"> 77 <!ENTITY tar-man-patch-size "7 4KB">88 <!ENTITY tar-man-patch-size "76 KB"> 78 89 79 90 <!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch"> 80 91 <!ENTITY texinfo-new_compressors-patch-md5 "4ae2d3c132e21cb83b825bc691056d07"> 81 <!ENTITY texinfo-new_compressors-patch-size " 3.0KB">92 <!ENTITY texinfo-new_compressors-patch-size "4 KB"> 82 93 83 <!-- Vim branch update patch area 84 85 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-8.patch"> 86 <!ENTITY vim-branch_update-patch-md5 "b6233d882c60c22e7c3334c0a7ce09a2"> 87 <!ENTITY vim-branch_update-patch-size "9,470 KB"> 88 --> 94 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-6.patch"> 95 <!ENTITY vim-branch_update-patch-md5 "21cfe3150e5316ef272012630950b7ad"> 96 <!ENTITY vim-branch_update-patch-size "2,980 KB"> 89 97 90 98 <!-- Start of multilib patches --> 91 99 92 100 <!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch"> 93 <!ENTITY iproute2-libdir-patch-md5 " 828830c40f04916ac44d8e0a410ba650">94 <!ENTITY iproute2-libdir-patch-size " 1.9KB">101 <!ENTITY iproute2-libdir-patch-md5 "cf8948c05f3a641912e6bd1b38a8a382"> 102 <!ENTITY iproute2-libdir-patch-size "2.0 KB"> 95 103 96 104 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> 97 <!ENTITY perl-multilib-patch-md5 " d339c17439ac986d9593c86db93d545c">98 <!ENTITY perl-multilib-patch-size " 1.946KB">105 <!ENTITY perl-multilib-patch-md5 "f3e57e768d985b03e93848eb401e8ab4"> 106 <!ENTITY perl-multilib-patch-size "560 KB"> 99 107 100 108 <!-- Start of Pure64 patches --> 101 109 102 110 <!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch"> 103 <!ENTITY gcc-pure64-patch-md5 " 9171752b98dfe0d70a7de070a7bda97a">104 <!ENTITY gcc-pure64-patch-size " 9.2 KB">111 <!ENTITY gcc-pure64-patch-md5 "7c41d649fe266f11e4dbdd2392f7729b"> 112 <!ENTITY gcc-pure64-patch-size "12 KB"> 105 113 106 114 <!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch"> 107 <!ENTITY gcc-specs_pure64-patch-md5 " fabdca21111902c04052c6b64c947944">108 <!ENTITY gcc-specs_pure64-patch-size "2 3KB">115 <!ENTITY gcc-specs_pure64-patch-md5 "24f012f5d407d48bf6191ec5aa6bed60"> 116 <!ENTITY gcc-specs_pure64-patch-size "24 KB"> 109 117 110 118 <!-- Start of Alpha patches --> … … 112 120 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;-fixes-5.patch"> 113 121 <!ENTITY aboot-alpha-patch-md5 "33577862f8829e0149655397f95b5140"> 114 <!ENTITY aboot-alpha-patch-size "17 5KB">122 <!ENTITY aboot-alpha-patch-size "176 KB"> 115 123 116 124 <!ENTITY eglibc-alpha_fixes-patch "glibc-&glibc-version;-alpha_fixes-1.patch"> … … 122 130 <!ENTITY colo-make-patch "colo-&colo-version;-make_fix-1.patch"> 123 131 <!ENTITY colo-make-patch-md5 "b89575a0e385b5366b19a6b5f176d49b"> 124 <!ENTITY colo-make-patch-size " 2.8KB">132 <!ENTITY colo-make-patch-size "4 KB"> 125 133 126 134 <!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch"> 127 135 <!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766"> 128 <!ENTITY colo-relocation-patch-size " .749KB">136 <!ENTITY colo-relocation-patch-size "4 KB"> 129 137 130 138 <!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch"> 131 139 <!ENTITY dvhtool-fixes-patch-md5 "a521b380354b6a0c96b2d6308372749d"> 132 <!ENTITY dvhtool-fixes-patch-size "6.3 KB"> 140 <!ENTITY dvhtool-fixes-patch-size "8 KB"> 141 142 <!ENTITY gcc-mips-fix-patch "gcc-&gcc-version;-mips_fix-1.patch"> 143 <!ENTITY gcc-mips-fix-patch-md5 "abf4b55165bb44508d1f8f36188c9e90"> 144 <!ENTITY gcc-mips-fix-patch-size "8 KB"> 133 145 134 146 <!-- Start of ppc/ppc64 patches --> 147 148 <!ENTITY eglibc-qecvt-patch "eglibc-&eglibc-version;-qecvt-1.patch"> 149 <!ENTITY eglibc-qecvt-patch-md5 "c8e773888a570045963fc3a17592a4b4"> 150 <!ENTITY eglibc-qecvt-patch-size "1 KB"> 135 151 136 152 <!ENTITY gcc-nof-patch "gcc-&gcc-version;-powerpc64_multilib-1.patch"> … … 144 160 <!ENTITY hfsutils-fixes-patch "hfsutils-&hfsutils-version;-fixes-1.patch"> 145 161 <!ENTITY hfsutils-fixes-patch-md5 "8519f11aada2f393609d529621a9f1b1"> 146 <!ENTITY hfsutils-fixes-patch-size " 1.1KB">162 <!ENTITY hfsutils-fixes-patch-size "4 KB"> 147 163 148 164 <!ENTITY powerpcutils-patch "powerpc-utils_&powerpcutils-version;-fixes-2.patch"> 149 165 <!ENTITY powerpcutils-patch-md5 "d2776b1a4977c5711037b8f1402f792a"> 150 <!ENTITY powerpcutils-patch-size "2 2KB">166 <!ENTITY powerpcutils-patch-size "24 KB"> 151 167 152 168 <!ENTITY yaboot-ofpath_path-patch "yaboot-&yaboot-version;-ofpath_path_prefix-1.patch"> 153 169 <!ENTITY yaboot-ofpath_path-patch-md5 "3faf70e0cb4e4f62a1e8815c3452ab38"> 154 <!ENTITY yaboot-ofpath_path-patch-size " .830KB">170 <!ENTITY yaboot-ofpath_path-patch-size "4 KB"> 155 171 156 172 <!ENTITY yaboot-stubfuncs-patch "yaboot-&yaboot-version;-stubfuncs-1.patch"> 157 173 <!ENTITY yaboot-stubfuncs-patch-md5 "b5cc91f9904383c24848040bfe6f11ae"> 158 <!ENTITY yaboot-stubfuncs-patch-size "4. 2KB">174 <!ENTITY yaboot-stubfuncs-patch-size "4.3 KB"> 159 175 160 176 <!-- Start of sparc/sparc64 patches --> … … 162 178 <!ENTITY elftoaout-fixes-patch "elftoaout-&elftoaout-version;-64bit_fixes-1.patch"> 163 179 <!ENTITY elftoaout-fixes-patch-md5 "485e77cf2ed082d3d0ea99c703f1f14b"> 164 <!ENTITY elftoaout-fixes-patch-size " 6.7KB">180 <!ENTITY elftoaout-fixes-patch-size "8 KB"> 165 181 166 182 <!ENTITY silo-fixes-patch "silo-&silo-version;-fixes-3.patch"> -
BOOK/prologue/common/hostreqs.xml
r111b12a r76b06f6 56 56 57 57 <listitem> 58 <para><emphasis role="strong">GCC -4.1.2</emphasis> and the C++ compiler,59 <command>g++</command> (Versions greater than &gcc-version; are not60 recommended as they have notbeen tested)</para>58 <para><emphasis role="strong">GCC 4.1</emphasis> (Versions 59 greater than &gcc-version; are not recommended as they have not 60 been tested)</para> 61 61 </listitem> 62 62 … … 127 127 gawk --version | head -n1 128 128 gcc --version | head -n1 129 g++ --version | head -n1130 129 ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7 131 130 grep --version | head -n1 -
BOOK/stylesheets/top-index.xsl
r111b12a r76b06f6 148 148 <li> 149 149 <h4> 150 <a href="ppc64-64">151 <xsl:text>PowerPC64</xsl:text>152 </a>153 </h4>154 </li>155 156 <li>157 <h4>158 150 <a href="mips64-64"> 159 151 <xsl:text>MIPS</xsl:text> -
BOOK/temp-system/64/binutils.xml
r111b12a r76b06f6 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 --> 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"35 href="../../temp-system/common/binutils.xml"36 xpointer="xpointer(//*[@os='s1'])"/>37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"39 href="../../temp-system/common/binutils.xml"40 xpointer="xpointer(//*[@os='s2'])"/>41 34 42 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/cloog.xml
r111b12a r76b06f6 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/cloog.xml" 27 xpointer="xpointer(//*[@os='s1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/cloog.xml" 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/cloog.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>39 --enable-shared --with-gmp-prefix=/tools</userinput></screen> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/64/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/64/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>50 href="../common/gcc.xml" 51 xpointer="xpointer(//*[@os='cf'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>54 href="../common/gcc.xml" 55 xpointer="xpointer(//*[@os='cg'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --enable-cloog-backend=isl --with-gmp=/tools --with-mpfr=/tools \ 80 --with-mpc=/tools --with-isl=/tools --disable-isl-version-check \ 81 --with-cloog=/tools --with-system-zlib \ 82 --with-native-system-header-dir=/tools/include --enable-checking=release \ 83 --enable-libstdcxx-time</userinput></screen> 79 --enable-cloog-backend=isl</userinput></screen> 84 80 85 81 <variablelist> … … 98 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 99 95 href="../common/gcc.xml" 100 xpointer="xpointer(//*[@os=' s1'])"/>96 xpointer="xpointer(//*[@os='ts1'])"/> 101 97 102 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 103 99 href="../common/gcc.xml" 104 xpointer="xpointer(//*[@os=' s2'])"/>100 xpointer="xpointer(//*[@os='ts2'])"/> 105 101 106 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gmp.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='a'])"/> 38 38 39 <screen os="b"><userinput>HOST_CC=gcc C C="${CC} ${BUILD64}" \39 <screen os="b"><userinput>HOST_CC=gcc CPPFLAGS=-fexceptions CC="${CC} ${BUILD64}" \ 40 40 CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \ 41 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ -
BOOK/temp-system/64/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-temp-system- isl" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-temp-system-ppl" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version;</title>11 <title>PPL-&ppl-version;</title> 12 12 13 <indexterm zone="ch-temp-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-temp-system-ppl"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/ isl.xml"19 href="../../final-system/common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ isl.xml"26 href="../common/ppl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 31 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --libdir=/tools/lib64 --with-gmp-prefix=/tools</userinput></screen> 31 --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ 32 --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/ isl.xml"35 href="../common/ppl.xml" 36 36 xpointer="xpointer(//*[@os='c'])"/> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/ isl.xml"39 href="../common/ppl.xml" 40 40 xpointer="xpointer(//*[@os='d'])"/> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/ isl.xml"43 href="../common/ppl.xml" 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../common/ isl.xml"47 href="../common/ppl.xml" 48 48 xpointer="xpointer(//*[@os='f'])"/> 49 49 … … 54 54 55 55 <para>Details on this package are located in <xref 56 linkend="contents- isl" role="."/></para>56 linkend="contents-ppl" role="."/></para> 57 57 58 58 </sect2> -
BOOK/temp-system/alpha-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> -
BOOK/temp-system/common/binutils.xml
r111b12a r76b06f6 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 --> 34 35 <para os="s1">Apply the following sed for hosts using Texinfo-5.x:</para>36 37 <screen os="s2"><userinput>sed -i -e 's/@colophon/@@colophon/' \38 -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>39 34 40 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/bison.xml
r111b12a r76b06f6 23 23 <title>Installation of Bison</title> 24 24 25 <para os='s1'>Apply a <command>sed</command> which disables the building of <filename>bison.help</filename> when cross-compiling.</para>26 27 <screen os='s2'><userinput>cp -v Makefile.in{,.orig}28 sed '/bison.help:/s/^/# /' Makefile.in.orig > Makefile.in</userinput></screen>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/bison.xml"31 xpointer="xpointer(//*[@os='t3'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/common/bison.xml"35 xpointer="xpointer(//*[@os='t4'])"/>36 37 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 26 href="../../final-system/common/bison.xml" 39 27 xpointer="xpointer(//*[@os='a'])"/> 40 28 41 <screen os="ca"><userinput>M4=m4 ./configure --prefix=/tools \ 42 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 43 --cache-file=config.cache</userinput></screen> 29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 44 31 45 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/cloog.xml
r111b12a r76b06f6 23 23 <title>Installation of CLooG</title> 24 24 25 <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para> 26 27 <screen os="s2"><userinput>cp -v configure{,.orig} 28 sed -e "/LD_LIBRARY_PATH=/d" \ 29 configure.orig > configure</userinput></screen> 30 25 31 <para os="a">Prepare CLooG for compilation:</para> 26 32 27 33 <screen os="b"><userinput>./configure --prefix=/tools \ 28 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>35 --with-gmp-prefix=/tools</userinput></screen> 30 36 31 37 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/coreutils.xml
r111b12a r76b06f6 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <para os="aa">The following command updates the timestamps on the uname 26 and hostname man pages so that the Makefile does not attempt to regenerate 27 them:</para> 28 29 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen> 24 30 25 31 <para os="ba">Configure can not properly determine how to get free space … … 52 58 </variablelist> 53 59 54 <para os="s1">Apply a sed to allow completion of the build:</para> 60 <!--- Hack for coreutils to build for target executables which can't be ran with the host. --> 61 <para os="h1">Coreutils does not build make-prime-list properly and the build host may not be able to execute the target binary. Build it using the host compiler so it can be ran for the generation of data required for the build.</para> 55 62 56 <screen os="s2"><userinput>cp -v Makefile{,.orig} 57 sed -e 's/^#run_help2man\|^run_help2man/#&/' \ 58 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen> 63 <screen os="h2"><userinput>cp -v Makefile{,.orig} 64 sed '/src_make_prime_list/d' Makefile.orig > Makefile 65 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 66 gcc -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src \ 67 -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \ 68 src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \ 69 src/make-prime-list.c && 70 mv -f $depbase.Tpo $depbase.Po 71 gcc -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \ 72 -Wl,--as-needed -o src/make-prime-list src/make-prime-list.o</userinput></screen> 73 74 <para os="h3">Remove the building of the hostname man page as it is affected by the previous commands.</para> 75 76 <screen os="h4"><userinput>cp -v Makefile{,.bak} 77 sed -e '/hostname.1/d' Makefile.bak > Makefile</userinput></screen> 78 <!-- End hack --> 59 79 60 80 <para os="bf">Compile the package:</para> -
BOOK/temp-system/common/flex.xml
r111b12a r76b06f6 36 36 xpointer="xpointer(//*[@os='a'])"/> 37 37 38 <screen os="cb"><userinput> M4=m4./configure --prefix=/tools \38 <screen os="cb"><userinput>./configure --prefix=/tools \ 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 40 40 --cache-file=config.cache</userinput></screen> -
BOOK/temp-system/common/gawk.xml
r111b12a r76b06f6 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gawk</title> 24 25 <para os="s1">Apply a sed which will allow the build system to complete without error:</para>26 27 <screen os="s2"><userinput>cp -v extension/Makefile.in{,.orig}28 sed -e 's/check-recursive all-recursive: check-for-shared-lib-support/check-recursive all-recursive:/' \29 extension/Makefile.in.orig > extension/Makefile.in</userinput></screen>30 24 31 25 <para os="a">Prepare Gawk for compilation:</para> -
BOOK/temp-system/common/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/common/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 47 47 xpointer="xpointer(//*[@os='ah'])"/> 48 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../../final-system/common/gcc.xml" 51 xpointer="xpointer(//*[@os='fix1'])"/> 49 <para os="cf">Also, we need to set the directory searched by the fixincludes 50 process for system headers, so it won't look at the host's headers:</para> 52 51 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../../final-system/common/gcc.xml" 55 xpointer="xpointer(//*[@os='fix2'])"/>52 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig} 53 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \ 54 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 56 55 57 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 72 71 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 73 72 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 74 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 75 --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \ 76 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 77 --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \ 78 --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 79 --disable-isl-version-check --with-cloog=/tools --with-system-zlib \ 80 --with-native-system-header-dir=/tools/include --disable-libssp \ 81 --disable-install-libiberty --enable-checking=release \ 82 --enable-libstdcxx-time</userinput></screen> 73 --with-local-prefix=/tools --enable-long-long --enable-c99 \ 74 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ 75 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \ 76 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 83 77 84 78 <variablelist os="cl"> … … 96 90 </variablelist> 97 91 98 <para os=" s1">The following will prevent GCC from looking in the wrong92 <para os="ts1">The following will prevent GCC from looking in the wrong 99 93 directories for headers and libraries:</para> 100 94 101 <screen os=" s2"><userinput>cp -v Makefile{,.orig}102 sed "/^HOST_\(GMP\| ISL\|CLOOG\)\(LIBS\|INC\)/s:/tools:/cross-tools:g" \103 Makefile.orig >Makefile</userinput></screen>95 <screen os="ts2"><userinput>cp -v Makefile{,.orig} 96 sed "/^HOST_\(GMP\|PPL\|CLOOG\)\(LIBS\|INC\)/s:-[IL]/\(lib\|include\)::" \ 97 Makefile.orig > Makefile</userinput></screen> 104 98 105 99 <para os="cm">Compile the package:</para> -
BOOK/temp-system/common/gmp.xml
r111b12a r76b06f6 35 35 <para os="a">Prepare GMP for compilation:</para> 36 36 37 <screen os="b"><userinput>HOST_CC=gcc ./configure --prefix=/tools \37 <screen os="b"><userinput>HOST_CC=gcc CPPFLAGS=-fexceptions ./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --enable-cxx</userinput></screen> -
BOOK/temp-system/common/mpfr.xml
r111b12a r76b06f6 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --enable-shared </userinput></screen>29 --enable-shared --with-gmp=/tools</userinput></screen> 30 30 31 31 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/patch.xml
r111b12a r76b06f6 23 23 <title>Installation of Patch</title> 24 24 25 <para os="cc1">When cross-compiling configure cannot properly detect the 26 existance of certain features. Override this behaviour:</para> 27 28 <screen os="cc2"><userinput>echo "ac_cv_func_strnlen_working=yes" > config.cache</userinput></screen> 29 25 30 <para os="a">Prepare Patch for compilation:</para> 26 31 27 32 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 34 --cache-file=config.cache</userinput></screen> 29 35 30 36 <para os="c">Compile the package:</para> -
BOOK/temp-system/common/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-temp-system- isl" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-temp-system-ppl" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version;</title>11 <title>PPL-&ppl-version;</title> 12 12 13 <indexterm zone="ch-temp-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-temp-system-ppl"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/ isl.xml"19 href="../../final-system/common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 <para os="a">Prepare ISL for compilation:</para>25 <para os="a">Prepare PPL for compilation:</para> 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools</userinput></screen> 29 --enable-interfaces="c,cxx" --enable-shared --disable-optimization \ 30 --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen> 30 31 31 32 <para os="c">Compile the package:</para> … … 43 44 44 45 <para>Details on this package are located in <xref 45 linkend="contents- isl" role="."/></para>46 linkend="contents-ppl" role="."/></para> 46 47 47 48 </sect2> -
BOOK/temp-system/common/tar.xml
r111b12a r76b06f6 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/tar.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/tar.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <para os="c1">Configure can not properly determine the results of a few -
BOOK/temp-system/common/vim.xml
r111b12a r76b06f6 23 23 <title>Installation of VIM</title> 24 24 25 <!-- vim branch update patch area26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 26 href="../../final-system/common/vim.xml" … … 31 30 href="../../final-system/common/vim.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 33 <para os="s1">The configure script has a single hard coded test that 34 cannot be bypassed with a cache entry. Disable this test with the 35 following command:</para> 36 37 <screen os="s2"><userinput>cp -v src/auto/configure{,.orig} 38 sed "/using uint32_t/s/as_fn_error/#&/" src/auto/configure.orig > src/auto/configure</userinput></screen> 34 39 35 40 <para os="c1">The <command>configure</command> script is full of logic … … 43 48 vim_cv_stat_ignores_slash=no 44 49 vim_cv_terminfo=yes 50 vim_cv_tgent=zero 45 51 vim_cv_toupper_broken=no 46 52 vim_cv_tty_group=world 53 ac_cv_sizeof_int=4 54 ac_cv_sizeof_long=4 55 ac_cv_sizeof_time_t=4 56 ac_cv_sizeof_off_t=4 47 57 EOF</userinput></screen> 48 58 -
BOOK/temp-system/mips-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> -
BOOK/temp-system/mips/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/common/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../../cross-tools/mips/gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../../cross-tools/mips/gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 50 href="../../cross-tools/common/gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> … … 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>58 href="../common/gcc.xml" 59 xpointer="xpointer(//*[@os='cf'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>62 href="../common/gcc.xml" 63 xpointer="xpointer(//*[@os='cg'])"/> 56 64 57 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 81 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 82 90 href="../common/gcc.xml" 83 xpointer="xpointer(//*[@os=' s1'])"/>91 xpointer="xpointer(//*[@os='ts1'])"/> 84 92 85 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 86 94 href="../common/gcc.xml" 87 xpointer="xpointer(//*[@os=' s2'])"/>95 xpointer="xpointer(//*[@os='ts2'])"/> 88 96 89 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/mips64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> -
BOOK/temp-system/mips64-64/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/64/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/64/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../../cross-tools/mips/gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../../cross-tools/mips/gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 50 href="../../cross-tools/64/gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> … … 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>58 href="../common/gcc.xml" 59 xpointer="xpointer(//*[@os='cf'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>62 href="../common/gcc.xml" 63 xpointer="xpointer(//*[@os='cg'])"/> 56 64 57 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 77 85 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 86 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --enable-cloog-backend=isl --with-gmp=/tools --with-mpfr=/tools \ 80 --with-mpc=/tools --with-isl=/tools --disable-isl-version-check \ 81 --with-cloog=/tools --with-system-zlib --enable-checking=release \ 82 --enable-libstdcxx-time --with-native-system-header-dir=/tools/include</userinput></screen> 87 --enable-cloog-backend=isl</userinput></screen> 83 88 84 89 <variablelist> … … 97 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 103 href="../common/gcc.xml" 99 xpointer="xpointer(//*[@os=' s1'])"/>104 xpointer="xpointer(//*[@os='ts1'])"/> 100 105 101 106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 102 107 href="../common/gcc.xml" 103 xpointer="xpointer(//*[@os=' s2'])"/>108 xpointer="xpointer(//*[@os='ts2'])"/> 104 109 105 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/mips64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> -
BOOK/temp-system/mips64/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/multilib/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/multilib/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../../cross-tools/mips/gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../../cross-tools/mips/gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 50 href="../../cross-tools/multilib/gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> … … 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>58 href="../common/gcc.xml" 59 xpointer="xpointer(//*[@os='cf'])"/> 52 60 53 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>62 href="../common/gcc.xml" 63 xpointer="xpointer(//*[@os='cg'])"/> 56 64 57 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 77 85 --enable-c99 --enable-shared --enable-threads=posix \ 78 86 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl \ 80 --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 81 --disable-isl-version-check --with cloog=/tools --with-system-zlib \ 82 --enable-checking=release --enable-libstdcxx-time \ 83 --with-native-system-header-dir=/tools/include</userinput></screen> 87 --disable-libstdcxx-pch --with-abi=64 --enable-cloog-backend=isl</userinput></screen> 84 88 85 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 89 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 90 94 href="../common/gcc.xml" 91 xpointer="xpointer(//*[@os=' s1'])"/>95 xpointer="xpointer(//*[@os='ts1'])"/> 92 96 93 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 94 98 href="../common/gcc.xml" 95 xpointer="xpointer(//*[@os=' s2'])"/>99 xpointer="xpointer(//*[@os='ts2'])"/> 96 100 97 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/binutils.xml
r111b12a r76b06f6 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 --> 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"35 href="../../temp-system/common/binutils.xml"36 xpointer="xpointer(//*[@os='s1'])"/>37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"39 href="../../temp-system/common/binutils.xml"40 xpointer="xpointer(//*[@os='s2'])"/>41 34 42 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/bison.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/bison.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/bison.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/common/bison.xml"35 xpointer="xpointer(//*[@os='t3'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"38 href="../../final-system/common/bison.xml"39 xpointer="xpointer(//*[@os='t4'])"/>40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"42 26 href="../../final-system/common/bison.xml" 43 27 xpointer="xpointer(//*[@os='a'])"/> 44 28 45 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" M4=m4 ./configure --prefix=/tools \ 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 47 --cache-file=config.cache</userinput></screen> 29 <screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 48 31 49 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/cloog.xml
r111b12a r76b06f6 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/cloog.xml" 27 xpointer="xpointer(//*[@os='s1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/cloog.xml" 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/cloog.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64 \ 31 --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>39 --enable-shared --with-gmp-prefix=/tools </userinput></screen> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/coreutils.xml
r111b12a r76b06f6 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/coreutils.xml" 27 xpointer="xpointer(//*[@os='aa'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/coreutils.xml" 31 xpointer="xpointer(//*[@os='ab'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/coreutils.xml" 27 35 xpointer="xpointer(//*[@os='ba'])"/> 28 36 … … 43 51 xpointer="xpointer(//*[@os='be1'])"/> 44 52 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/coreutils.xml" 47 xpointer="xpointer(//*[@os='s1'])"/> 53 <!--- Hack for coreutils to build for target executables which can't be ran with the host. --> 48 54 49 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 56 href="../common/coreutils.xml" 51 xpointer="xpointer(//*[@os='s2'])"/> 57 xpointer="xpointer(//*[@os='h1'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/coreutils.xml" 61 xpointer="xpointer(//*[@os='h2'])"/> 62 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 64 href="../common/coreutils.xml" 65 xpointer="xpointer(//*[@os='h3'])"/> 66 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 68 href="../common/coreutils.xml" 69 xpointer="xpointer(//*[@os='h4'])"/> 70 71 <!-- end hack --> 52 72 53 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/flex.xml
r111b12a r76b06f6 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" M4=m4./configure --prefix=/tools \37 <screen os="cb"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --cache-file=config.cache</userinput></screen> -
BOOK/temp-system/multilib/gawk.xml
r111b12a r76b06f6 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gawk</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../common/gawk.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../common/gawk.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/multilib/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/multilib/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>50 href="../common/gcc.xml" 51 xpointer="xpointer(//*[@os='cf'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>54 href="../common/gcc.xml" 55 xpointer="xpointer(//*[@os='cg'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 74 74 ../gcc-&gcc-version;/configure --prefix=/tools \ 75 75 --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 76 --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \ 77 --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \ 78 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \ 80 --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 81 --disable-isl-version-check --with-cloog=/tools --with-system-zlib \ 82 --with-native-system-header-dir=/tools/include --disable-libssp \ 83 --disable-install-libiberty --enable-libstdcxx-time \ 84 --enable-checking=release</userinput></screen> 76 --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \ 77 --enable-c99 --enable-shared --enable-threads=posix \ 78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --enable-cloog-backend=isl</userinput></screen> 85 80 86 81 <variablelist os="dd"> … … 102 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 103 98 href="../common/gcc.xml" 104 xpointer="xpointer(//*[@os=' s1'])"/>99 xpointer="xpointer(//*[@os='ts1'])"/> 105 100 106 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 107 102 href="../common/gcc.xml" 108 xpointer="xpointer(//*[@os=' s2'])"/>103 xpointer="xpointer(//*[@os='ts2'])"/> 109 104 110 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gmp.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='a'])"/> 38 38 39 <screen os="b"><userinput>HOST_CC=gcc C C="${CC} \39 <screen os="b"><userinput>HOST_CC=gcc CPPFLAGS=-fexceptions CC="${CC} \ 40 40 ${BUILD64}" CXX="${CXX} ${BUILD64}" ./configure --prefix=/tools \ 41 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ -
BOOK/temp-system/multilib/patch.xml
r111b12a r76b06f6 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="../common/patch.xml" 27 xpointer="xpointer(//*[@os='cc1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/patch.xml" 31 xpointer="xpointer(//*[@os='cc2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/patch.xml" 27 35 xpointer="xpointer(//*[@os='a'])"/> 28 36 29 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --cache-file=config.cache</userinput></screen> 31 40 32 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-temp-system- isl" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-temp-system-ppl" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version;</title>11 <title>PPL-&ppl-version;</title> 12 12 13 <indexterm zone="ch-temp-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-temp-system-ppl"> 14 <primary sortas="a-PPL">PPL</primary> 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/ isl.xml"19 href="../../final-system/common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ isl.xml"26 href="../common/ppl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 31 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --with-gmp-prefix=/tools</userinput></screen> 31 --enable-interfaces="c,cxx" --libdir=/tools/lib64 \ 32 --enable-shared --disable-optimization \ 33 --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/ isl.xml"36 href="../common/ppl.xml" 36 37 xpointer="xpointer(//*[@os='c'])"/> 37 38 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/ isl.xml"40 href="../common/ppl.xml" 40 41 xpointer="xpointer(//*[@os='d'])"/> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/ isl.xml"44 href="../common/ppl.xml" 44 45 xpointer="xpointer(//*[@os='e'])"/> 45 46 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../common/ isl.xml"48 href="../common/ppl.xml" 48 49 xpointer="xpointer(//*[@os='f'])"/> 49 50 … … 54 55 55 56 <para>Details on this package are located in <xref 56 linkend="contents- isl" role="."/></para>57 linkend="contents-ppl" role="."/></para> 57 58 58 59 </sect2> -
BOOK/temp-system/multilib/tar.xml
r111b12a r76b06f6 22 22 <sect2 role="installation"> 23 23 <title>Installation of Tar</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"26 href="../../final-system/common/tar.xml"27 xpointer="xpointer(//*[@os='s1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/tar.xml"31 xpointer="xpointer(//*[@os='s2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
r111b12a r76b06f6 23 23 <title>Installation of VIM</title> 24 24 25 <!-- vim branch update patch area26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 26 href="../common/vim.xml" … … 31 30 href="../common/vim.xml" 32 31 xpointer="xpointer(//*[@os='p2'])"/> 33 --> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/vim.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/vim.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 34 40 35 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/ppc-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> -
BOOK/temp-system/ppc/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../ final-system/common/gcc.xml"26 href="../../cross-tools/common/gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../ final-system/common/gcc.xml"30 href="../../cross-tools/common/gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>50 href="../common/gcc.xml" 51 xpointer="xpointer(//*[@os='cf'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>54 href="../common/gcc.xml" 55 xpointer="xpointer(//*[@os='cg'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 81 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 82 82 href="../common/gcc.xml" 83 xpointer="xpointer(//*[@os=' s1'])"/>83 xpointer="xpointer(//*[@os='ts1'])"/> 84 84 85 85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 86 86 href="../common/gcc.xml" 87 xpointer="xpointer(//*[@os=' s2'])"/>87 xpointer="xpointer(//*[@os='ts2'])"/> 88 88 89 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/ppc64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpfr.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> -
BOOK/temp-system/ppc64/gcc.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../final-system/common/gcc.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/common/gcc.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 26 href="../../cross-tools/multilib/gcc-static.xml" 35 27 xpointer="xpointer(//*[@os='aa'])"/> … … 48 40 49 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../ ../final-system/common/gcc.xml"51 xpointer="xpointer(//*[@os=' fix1'])"/>42 href="../common/gcc.xml" 43 xpointer="xpointer(//*[@os='cf'])"/> 52 44 53 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../ ../final-system/common/gcc.xml"55 xpointer="xpointer(//*[@os=' fix2'])"/>46 href="../common/gcc.xml" 47 xpointer="xpointer(//*[@os='cg'])"/> 56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 81 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 82 74 href="../common/gcc.xml" 83 xpointer="xpointer(//*[@os=' s1'])"/>75 xpointer="xpointer(//*[@os='ts1'])"/> 84 76 85 77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 86 78 href="../common/gcc.xml" 87 xpointer="xpointer(//*[@os=' s2'])"/>79 xpointer="xpointer(//*[@os='ts2'])"/> 88 80 89 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/sparc-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> -
BOOK/temp-system/sparc64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> -
BOOK/temp-system/sparc64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> -
BOOK/temp-system/x86-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> -
BOOK/temp-system/x86_64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/zlib.xml"/> -
BOOK/temp-system/x86_64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpfr.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/mpc.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ isl.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ppl.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/cloog.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/zlib.xml"/> -
BOOK/testsuite-tools/alpha-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/common/introduction.xml
r111b12a r76b06f6 13 13 <para>This chapter builds the tools needed by some packages to run the tests 14 14 that they have. I.e., <command>make check</command>. Tcl, Expect, 15 and DejaGNU are needed for the GCC and Binutils testsuites. Check is needed16 for KBD tests. Installing four packages for testing purposes may seem17 excessive, but it is very reassuring, if not essential, to know that the most18 important tools areworking properly.</para>15 and DejaGNU are needed for the GCC and Binutils testsuites. Installing 16 three packages for testing purposes may seem excessive, but it is very 17 reassuring, if not essential, to know that the most important tools are 18 working properly.</para> 19 19 20 20 </sect1> -
BOOK/testsuite-tools/common/tcl.xml
r111b12a r76b06f6 24 24 <sect2 role="installation"> 25 25 <title>Installation of Tcl</title> 26 27 <para os="s1">Increase memory size for regular expressions where required.</para>28 29 <screen os="s2"><userinput>sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen>30 26 31 27 <para os="a">Prepare Tcl for compilation:</para> -
BOOK/testsuite-tools/mips-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/mips64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/mips64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/multilib/tcl.xml
r111b12a r76b06f6 21 21 <sect2 role="installation"> 22 22 <title>Installation of Tcl</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"25 href="../common/tcl.xml"26 xpointer="xpointer(//*[@os='s1'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"29 href="../common/tcl.xml"30 xpointer="xpointer(//*[@os='s2'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/testsuite-tools/ppc-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 20 18 21 19 </chapter> -
BOOK/testsuite-tools/ppc64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/sparc-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/sparc64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/sparc64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/x86-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/x86_64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/check.xml"/>19 18 20 19 </chapter> -
BOOK/testsuite-tools/x86_64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/dejagnu.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/check.xml"/>19 18 20 19 </chapter> -
BOOK/users_groups.ent
r111b12a r76b06f6 20 20 <!ENTITY gid-sys "2"> 21 21 <!ENTITY gid-kmem "3"> 22 <!ENTITY gid-t ape"4">23 <!ENTITY gid-t ty"5">22 <!ENTITY gid-tty "4"> 23 <!ENTITY gid-tape "5"> 24 24 <!ENTITY gid-daemon "6"> 25 25 <!ENTITY gid-floppy "7"> -
patches/bash-4.2-branch_update-6.patch
r111b12a r76b06f6 1 1 Submitted By: William Harrington (kb0iic at gmail dot com) 2 Date: 05-08-20132 Date: 11-04-2012 3 3 Initial Package Version: 4.2 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 Description: Contains all upstream patches up to 4.2-0 456 Description: Contains all upstream patches up to 4.2-039 7 7 8 8 diff -Naur bash-4.2.orig/assoc.c bash-4.2/assoc.c 9 9 --- bash-4.2.orig/assoc.c 2009-08-06 00:19:40.000000000 +0000 10 +++ bash-4.2/assoc.c 201 3-03-12 21:55:21.530771482+000010 +++ bash-4.2/assoc.c 2012-11-04 22:45:00.778727333 +0000 11 11 @@ -77,6 +77,11 @@ 12 12 b = hash_search (key, hash, HASH_CREATE); … … 23 23 diff -Naur bash-4.2.orig/bashline.c bash-4.2/bashline.c 24 24 --- bash-4.2.orig/bashline.c 2011-01-16 20:32:47.000000000 +0000 25 +++ bash-4.2/bashline.c 201 3-03-12 21:55:21.646771944+000025 +++ bash-4.2/bashline.c 2012-11-04 22:45:00.848727141 +0000 26 26 @@ -121,6 +121,9 @@ 27 27 static int filename_completion_ignore __P((char **)); … … 309 309 diff -Naur bash-4.2.orig/bashline.h bash-4.2/bashline.h 310 310 --- bash-4.2.orig/bashline.h 2009-01-04 19:32:22.000000000 +0000 311 +++ bash-4.2/bashline.h 201 3-03-12 21:55:21.646771944+0000311 +++ bash-4.2/bashline.h 2012-11-04 22:45:00.848727141 +0000 312 312 @@ -33,10 +33,15 @@ 313 313 extern void bashline_reinitialize __P((void)); … … 328 328 diff -Naur bash-4.2.orig/builtins/declare.def bash-4.2/builtins/declare.def 329 329 --- bash-4.2.orig/builtins/declare.def 2010-05-30 22:25:21.000000000 +0000 330 +++ bash-4.2/builtins/declare.def 201 3-03-12 21:55:21.587771709+0000330 +++ bash-4.2/builtins/declare.def 2012-11-04 22:45:00.808727251 +0000 331 331 @@ -513,6 +513,11 @@ 332 332 *subscript_start = '['; /* ] */ … … 343 343 diff -Naur bash-4.2.orig/builtins/fc.def bash-4.2/builtins/fc.def 344 344 --- bash-4.2.orig/builtins/fc.def 2010-05-30 22:25:38.000000000 +0000 345 +++ bash-4.2/builtins/fc.def 201 3-03-12 21:55:21.521771446+0000345 +++ bash-4.2/builtins/fc.def 2012-11-04 22:45:00.775394009 +0000 346 346 @@ -304,7 +304,7 @@ 347 347 last_hist = i - rh - hist_last_line_added; … … 381 381 diff -Naur bash-4.2.orig/builtins/mapfile.def bash-4.2/builtins/mapfile.def 382 382 --- bash-4.2.orig/builtins/mapfile.def 2010-05-30 02:09:47.000000000 +0000 383 +++ bash-4.2/builtins/mapfile.def 201 3-03-12 21:55:21.675772060+0000383 +++ bash-4.2/builtins/mapfile.def 2012-11-04 22:45:01.008726689 +0000 384 384 @@ -195,13 +195,9 @@ 385 385 /* Reset the buffer for bash own stream */ … … 412 412 diff -Naur bash-4.2.orig/builtins/printf.def bash-4.2/builtins/printf.def 413 413 --- bash-4.2.orig/builtins/printf.def 2010-11-23 15:02:55.000000000 +0000 414 +++ bash-4.2/builtins/printf.def 201 3-03-12 21:55:21.615771821+0000414 +++ bash-4.2/builtins/printf.def 2012-11-04 22:45:00.822060547 +0000 415 415 @@ -255,6 +255,8 @@ 416 416 #endif … … 434 434 diff -Naur bash-4.2.orig/builtins/read.def bash-4.2/builtins/read.def 435 435 --- bash-4.2.orig/builtins/read.def 2011-01-04 16:43:36.000000000 +0000 436 +++ bash-4.2/builtins/read.def 2013-03-12 21:55:21.734772295 +0000 437 @@ -385,10 +385,20 @@ 438 { 439 /* Tricky. The top of the unwind-protect stack is the free of 440 input_string. We want to run all the rest and use input_string, 441 - so we have to remove it from the stack. */ 442 - remove_unwind_protect (); 443 - run_unwind_frame ("read_builtin"); 444 + so we have to save input_string temporarily, run the unwind- 445 + protects, then restore input_string so we can use it later. */ 446 + 447 input_string[i] = '\0'; /* make sure it's terminated */ 448 + if (i == 0) 449 + { 450 + t = (char *)xmalloc (1); 451 + t[0] = 0; 452 + } 453 + else 454 + t = savestring (input_string); 455 + 456 + run_unwind_frame ("read_builtin"); 457 + input_string = t; 458 retval = 128+SIGALRM; 459 goto assign_vars; 460 } 461 @@ -642,6 +652,12 @@ 436 +++ bash-4.2/builtins/read.def 2012-11-04 22:45:01.032059959 +0000 437 @@ -642,6 +642,12 @@ 462 438 xfree (input_string); 463 439 return EXECUTION_FAILURE; /* readonly or noassign */ … … 472 448 473 449 alist = list_string (input_string, ifs_chars, 0); 474 @@ -731,7 +7 47,7 @@450 @@ -731,7 +737,7 @@ 475 451 xfree (t1); 476 452 } … … 481 457 else 482 458 { 483 @@ -785,14 + 801,14 @@459 @@ -785,14 +791,14 @@ 484 460 } 485 461 #endif … … 500 476 diff -Naur bash-4.2.orig/builtins/shopt.def bash-4.2/builtins/shopt.def 501 477 --- bash-4.2.orig/builtins/shopt.def 2010-07-03 02:42:44.000000000 +0000 502 +++ bash-4.2/builtins/shopt.def 201 3-03-12 21:55:21.647771948+0000478 +++ bash-4.2/builtins/shopt.def 2012-11-04 22:45:00.848727141 +0000 503 479 @@ -61,6 +61,10 @@ 504 480 #include "common.h" … … 560 536 diff -Naur bash-4.2.orig/command.h bash-4.2/command.h 561 537 --- bash-4.2.orig/command.h 2010-08-02 23:36:51.000000000 +0000 562 +++ bash-4.2/command.h 201 3-03-12 21:55:21.619771836+0000538 +++ bash-4.2/command.h 2012-11-04 22:45:00.825393871 +0000 563 539 @@ -97,6 +97,7 @@ 564 540 #define W_HASCTLESC 0x200000 /* word contains literal CTLESC characters */ … … 571 547 diff -Naur bash-4.2.orig/doc/bash.1 bash-4.2/doc/bash.1 572 548 --- bash-4.2.orig/doc/bash.1 2011-01-16 20:31:39.000000000 +0000 573 +++ bash-4.2/doc/bash.1 201 3-03-12 21:55:21.650771960+0000549 +++ bash-4.2/doc/bash.1 2012-11-04 22:45:00.855393789 +0000 574 550 @@ -8948,6 +8948,16 @@ 575 551 quoted. This is the behavior of posix mode through version 4.1. … … 591 567 diff -Naur bash-4.2.orig/doc/bashref.texi bash-4.2/doc/bashref.texi 592 568 --- bash-4.2.orig/doc/bashref.texi 2011-01-16 20:31:57.000000000 +0000 593 +++ bash-4.2/doc/bashref.texi 201 3-03-12 21:55:21.653771972+0000569 +++ bash-4.2/doc/bashref.texi 2012-11-04 22:45:00.858727113 +0000 594 570 @@ -4535,6 +4535,13 @@ 595 571 quoted. This is the behavior of @sc{posix} mode through version 4.1. … … 608 584 diff -Naur bash-4.2.orig/error.c bash-4.2/error.c 609 585 --- bash-4.2.orig/error.c 2009-08-22 02:31:31.000000000 +0000 610 +++ bash-4.2/error.c 201 3-03-12 21:55:21.610771801+0000586 +++ bash-4.2/error.c 2012-11-04 22:45:00.822060547 +0000 611 587 @@ -200,7 +200,11 @@ 612 588 … … 624 600 diff -Naur bash-4.2.orig/execute_cmd.c bash-4.2/execute_cmd.c 625 601 --- bash-4.2.orig/execute_cmd.c 2011-02-09 22:32:25.000000000 +0000 626 +++ bash-4.2/execute_cmd.c 201 3-03-12 21:55:21.627771868+0000602 +++ bash-4.2/execute_cmd.c 2012-11-04 22:45:00.835393844 +0000 627 603 @@ -2196,6 +2196,7 @@ 628 604 if (ignore_return && cmd) … … 724 700 diff -Naur bash-4.2.orig/expr.c bash-4.2/expr.c 725 701 --- bash-4.2.orig/expr.c 2010-12-21 16:12:13.000000000 +0000 726 +++ bash-4.2/expr.c 201 3-03-12 21:55:21.706772183+0000702 +++ bash-4.2/expr.c 2012-11-04 22:45:01.038726607 +0000 727 703 @@ -476,19 +476,23 @@ 728 704 … … 793 769 diff -Naur bash-4.2.orig/lib/glob/glob.c bash-4.2/lib/glob/glob.c 794 770 --- bash-4.2.orig/lib/glob/glob.c 2009-11-14 23:39:30.000000000 +0000 795 +++ bash-4.2/lib/glob/glob.c 201 3-03-12 21:55:21.658771992+0000771 +++ bash-4.2/lib/glob/glob.c 2012-11-04 22:45:00.862060437 +0000 796 772 @@ -200,8 +200,11 @@ 797 773 wchar_t *pat_wc, *dn_wc; … … 832 808 diff -Naur bash-4.2.orig/lib/glob/gmisc.c bash-4.2/lib/glob/gmisc.c 833 809 --- bash-4.2.orig/lib/glob/gmisc.c 2011-02-05 21:11:17.000000000 +0000 834 +++ bash-4.2/lib/glob/gmisc.c 201 3-03-12 21:55:21.465771223+0000810 +++ bash-4.2/lib/glob/gmisc.c 2012-11-04 22:45:00.748727415 +0000 835 811 @@ -77,8 +77,8 @@ 836 812 wchar_t *wpat; … … 1035 1011 diff -Naur bash-4.2.orig/lib/glob/xmbsrtowcs.c bash-4.2/lib/glob/xmbsrtowcs.c 1036 1012 --- bash-4.2.orig/lib/glob/xmbsrtowcs.c 2010-05-30 22:36:27.000000000 +0000 1037 +++ bash-4.2/lib/glob/xmbsrtowcs.c 201 3-03-12 21:55:21.736772303+00001013 +++ bash-4.2/lib/glob/xmbsrtowcs.c 2012-11-04 22:45:00.862060437 +0000 1038 1014 @@ -35,6 +35,8 @@ 1039 1015 … … 1084 1060 wstmp = (wchar_t *) realloc (wsbuf, wsbuf_size * sizeof (wchar_t)); 1085 1061 if (wstmp == NULL) 1086 @@ -199,10 +213, 30@@1062 @@ -199,10 +213,18 @@ 1087 1063 } 1088 1064 … … 1094 1070 1095 1071 - wcnum += wcslength; 1096 + if (n == 0 && p == 0)1097 + {1098 + wsbuf[wcnum] = L'\0';1099 + break;1100 + }1101 +1102 1072 + /* Compensate for taking single byte on wcs conversion failure above. */ 1103 1073 + if (wcslength == 1 && (n == 0 || n == (size_t)-1)) … … 1105 1075 + state = tmp_state; 1106 1076 + p = tmp_p; 1107 + wsbuf[wcnum] = *p; 1108 + if (*p == 0) 1109 + break; 1110 + else 1111 + { 1112 + wcnum++; p++; 1113 + } 1077 + wsbuf[wcnum++] = *p++; 1114 1078 + } 1115 1079 + else … … 1118 1082 if (mbsinit (&state) && (p != NULL) && (*p == '\\')) 1119 1083 { 1120 @@ -230,8 +2 64,6 @@1084 @@ -230,8 +252,6 @@ 1121 1085 If conversion is failed, the return value is (size_t)-1 and the values 1122 1086 of DESTP and INDICESP are NULL. */ … … 1129 1093 diff -Naur bash-4.2.orig/lib/readline/callback.c bash-4.2/lib/readline/callback.c 1130 1094 --- bash-4.2.orig/lib/readline/callback.c 2010-06-06 16:18:58.000000000 +0000 1131 +++ bash-4.2/lib/readline/callback.c 201 3-03-12 21:55:21.461771207 +00001095 +++ bash-4.2/lib/readline/callback.c 2012-11-04 22:45:00.718727497 +0000 1132 1096 @@ -148,6 +148,9 @@ 1133 1097 eof = _rl_vi_domove_callback (_rl_vimvcxt); … … 1142 1106 diff -Naur bash-4.2.orig/lib/readline/input.c bash-4.2/lib/readline/input.c 1143 1107 --- bash-4.2.orig/lib/readline/input.c 2010-05-30 22:33:01.000000000 +0000 1144 +++ bash-4.2/lib/readline/input.c 201 3-03-12 21:55:21.661772004+00001108 +++ bash-4.2/lib/readline/input.c 2012-11-04 22:45:00.982060097 +0000 1145 1109 @@ -409,7 +409,7 @@ 1146 1110 int … … 1176 1140 diff -Naur bash-4.2.orig/lib/readline/vi_mode.c bash-4.2/lib/readline/vi_mode.c 1177 1141 --- bash-4.2.orig/lib/readline/vi_mode.c 2010-11-21 00:51:39.000000000 +0000 1178 +++ bash-4.2/lib/readline/vi_mode.c 201 3-03-12 21:55:21.698772151 +00001142 +++ bash-4.2/lib/readline/vi_mode.c 2012-11-04 22:45:01.025393311 +0000 1179 1143 @@ -1114,7 +1114,7 @@ 1180 1144 rl_beg_of_line (1, c); … … 1250 1214 diff -Naur bash-4.2.orig/lib/sh/eaccess.c bash-4.2/lib/sh/eaccess.c 1251 1215 --- bash-4.2.orig/lib/sh/eaccess.c 2011-01-09 01:50:10.000000000 +0000 1252 +++ bash-4.2/lib/sh/eaccess.c 201 3-03-12 21:55:21.668772032+00001216 +++ bash-4.2/lib/sh/eaccess.c 2012-11-04 22:45:00.995393393 +0000 1253 1217 @@ -82,6 +82,8 @@ 1254 1218 const char *path; … … 1271 1235 diff -Naur bash-4.2.orig/lib/sh/zread.c bash-4.2/lib/sh/zread.c 1272 1236 --- bash-4.2.orig/lib/sh/zread.c 2009-03-02 13:54:45.000000000 +0000 1273 +++ bash-4.2/lib/sh/zread.c 201 3-03-12 21:55:21.601771765+00001237 +++ bash-4.2/lib/sh/zread.c 2012-11-04 22:45:00.815393899 +0000 1274 1238 @@ -160,14 +160,13 @@ 1275 1239 zsyncfd (fd) … … 1291 1255 diff -Naur bash-4.2.orig/parse.y bash-4.2/parse.y 1292 1256 --- bash-4.2.orig/parse.y 2011-01-02 20:48:11.000000000 +0000 1293 +++ bash-4.2/parse.y 2013-03-12 21:55:21.731772283 +0000 1294 @@ -2393,6 +2393,7 @@ 1295 is the last character). If it's not the last character, we need 1296 to consume the quoted newline and move to the next character in 1297 the expansion. */ 1298 +#if defined (ALIAS) 1299 if (expanding_alias () && shell_input_line[shell_input_line_index+1] == '\0') 1300 { 1301 uc = 0; 1302 @@ -2403,7 +2404,8 @@ 1303 shell_input_line_index++; /* skip newline */ 1304 goto next_alias_char; /* and get next character */ 1305 } 1306 - else 1307 + else 1308 +#endif 1309 goto restart_read; 1310 } 1311 1312 @@ -2499,7 +2501,7 @@ 1257 +++ bash-4.2/parse.y 2012-11-04 22:45:01.005393365 +0000 1258 @@ -2499,7 +2499,7 @@ 1313 1259 We do this only if it is time to do so. Notice that only here 1314 1260 is the mail alarm reset; nothing takes place in check_mail () … … 1319 1265 check_mail (); 1320 1266 reset_mail_timer (); 1321 @@ -3842,6 +384 4,7 @@1267 @@ -3842,6 +3842,7 @@ 1322 1268 int flags; 1323 1269 { … … 1327 1273 char *ret, *s, *ep, *ostring; 1328 1274 1329 @@ -3849,10 +385 2,12 @@1275 @@ -3849,10 +3850,12 @@ 1330 1276 orig_ind = *indp; 1331 1277 ostring = string; … … 1340 1286 /*(*/ 1341 1287 parser_state |= PST_CMDSUBST|PST_EOFTOKEN; /* allow instant ')' */ /*(*/ 1342 @@ -3861,6 +386 6,8 @@1288 @@ -3861,6 +3864,8 @@ 1343 1289 1344 1290 restore_parser_state (&ps); … … 1349 1295 token_to_read = 0; 1350 1296 1351 @@ -4895,6 +490 2,9 @@1297 @@ -4895,6 +4900,9 @@ 1352 1298 return (current_command_line_count == 2 ? "\n" : ""); 1353 1299 } … … 1359 1305 /*(*/ 1360 1306 /* If we just read `()', assume it's a function definition, and don't 1361 @@ -5135,6 +514 5,9 @@1307 @@ -5135,6 +5143,9 @@ 1362 1308 case 'A': 1363 1309 /* Make the current time/date into a string. */ … … 1369 1315 1370 1316 if (c == 'd') 1371 @@ -5905,6 +591 8,12 @@1317 @@ -5905,6 +5916,12 @@ 1372 1318 ps->expand_aliases = expand_aliases; 1373 1319 ps->echo_input_at_read = echo_input_at_read; … … 1382 1328 } 1383 1329 1384 @@ -5946,6 +596 5,42 @@1330 @@ -5946,6 +5963,42 @@ 1385 1331 1386 1332 expand_aliases = ps->expand_aliases; … … 1427 1373 diff -Naur bash-4.2.orig/patchlevel.h bash-4.2/patchlevel.h 1428 1374 --- bash-4.2.orig/patchlevel.h 2010-06-13 00:14:48.000000000 +0000 1429 +++ bash-4.2/patchlevel.h 201 3-03-12 21:55:21.740772319+00001375 +++ bash-4.2/patchlevel.h 2012-11-04 22:45:01.038726607 +0000 1430 1376 @@ -25,6 +25,6 @@ 1431 1377 regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh … … 1433 1379 1434 1380 -#define PATCHLEVEL 0 1435 +#define PATCHLEVEL 451381 +#define PATCHLEVEL 39 1436 1382 1437 1383 #endif /* _PATCHLEVEL_H_ */ 1438 1384 diff -Naur bash-4.2.orig/pathexp.c bash-4.2/pathexp.c 1439 1385 --- bash-4.2.orig/pathexp.c 2010-08-14 03:21:57.000000000 +0000 1440 +++ bash-4.2/pathexp.c 201 3-03-12 21:55:21.550771561+00001386 +++ bash-4.2/pathexp.c 2012-11-04 22:45:00.792060629 +0000 1441 1387 @@ -196,7 +196,7 @@ 1442 1388 { … … 1450 1396 diff -Naur bash-4.2.orig/print_cmd.c bash-4.2/print_cmd.c 1451 1397 --- bash-4.2.orig/print_cmd.c 2010-05-30 22:34:08.000000000 +0000 1452 +++ bash-4.2/print_cmd.c 201 3-03-12 21:55:21.526771466+00001398 +++ bash-4.2/print_cmd.c 2012-11-04 22:45:00.778727333 +0000 1453 1399 @@ -315,6 +315,7 @@ 1454 1400 cprintf ("( "); … … 1475 1421 if (inside_function_def) 1476 1422 { 1477 diff -Naur bash-4.2.orig/redir.c bash-4.2/redir.c1478 --- bash-4.2.orig/redir.c 2011-01-02 21:00:31.000000000 +00001479 +++ bash-4.2/redir.c 2013-03-12 21:55:21.740772319 +00001480 @@ -1007,6 +1007,16 @@1481 close (redirector);1482 REDIRECTION_ERROR (r, errno, -1);1483 }1484 + if ((flags & RX_UNDOABLE) && (ri == r_move_input || ri == r_move_output))1485 + {1486 + /* r_move_input and r_move_output add an additional close()1487 + that needs to be undone */1488 + if (fcntl (redirector, F_GETFD, 0) != -1)1489 + {1490 + r = add_undo_redirect (redir_fd, r_close_this, -1);1491 + REDIRECTION_ERROR (r, errno, -1);1492 + }1493 + }1494 #if defined (BUFFERED_INPUT)1495 check_bash_input (redirector);1496 #endif1497 @@ -1091,10 +1101,12 @@1498 1499 #if defined (BUFFERED_INPUT)1500 check_bash_input (redirector);1501 - close_buffered_fd (redirector);1502 + r = close_buffered_fd (redirector);1503 #else /* !BUFFERED_INPUT */1504 - close (redirector);1505 + r = close (redirector);1506 #endif /* !BUFFERED_INPUT */1507 + if (r < 0 && (flags & RX_INTERNAL) && (errno == EIO || errno == ENOSPC))1508 + REDIRECTION_ERROR (r, errno, -1);1509 }1510 break;1511 1512 1423 diff -Naur bash-4.2.orig/shell.h bash-4.2/shell.h 1513 1424 --- bash-4.2.orig/shell.h 2011-01-07 03:16:55.000000000 +0000 1514 +++ bash-4.2/shell.h 201 3-03-12 21:55:21.537771510+00001425 +++ bash-4.2/shell.h 2012-11-04 22:45:00.785393981 +0000 1515 1426 @@ -136,6 +136,9 @@ 1516 1427 int parser_state; … … 1542 1453 diff -Naur bash-4.2.orig/sig.c bash-4.2/sig.c 1543 1454 --- bash-4.2.orig/sig.c 2010-11-23 13:21:22.000000000 +0000 1544 +++ bash-4.2/sig.c 201 3-03-12 21:55:21.516771426+00001455 +++ bash-4.2/sig.c 2012-11-04 22:45:00.772060685 +0000 1545 1456 @@ -46,6 +46,7 @@ 1546 1457 … … 1573 1484 diff -Naur bash-4.2.orig/subst.c bash-4.2/subst.c 1574 1485 --- bash-4.2.orig/subst.c 2011-01-02 21:12:51.000000000 +0000 1575 +++ bash-4.2/subst.c 201 3-03-12 21:55:21.726772263 +00001486 +++ bash-4.2/subst.c 2012-11-04 22:45:01.018726663 +0000 1576 1487 @@ -366,6 +366,11 @@ 1577 1488 f &= ~W_ASSNBLTIN; … … 1650 1561 expand_no_split_dollar_star = 0; 1651 1562 1652 @@ -5113,6 +5124,10 @@ 1653 dev_fd_list[parent_pipe_fd] = 0; 1654 #endif /* HAVE_DEV_FD */ 1655 1656 + /* subshells shouldn't have this flag, which controls using the temporary 1657 + environment for variable lookups. */ 1658 + expanding_redir = 0; 1659 + 1660 result = parse_and_execute (string, "process substitution", (SEVAL_NONINT|SEVAL_NOHIST)); 1661 1662 #if !defined (HAVE_DEV_FD) 1663 @@ -5798,6 +5813,16 @@ 1563 @@ -5798,6 +5809,16 @@ 1664 1564 is the only expansion that creates more than one word. */ 1665 1565 if (qdollaratp && ((hasdol && quoted) || l->next)) … … 1678 1578 } 1679 1579 else if ((quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) && hasdol) 1680 @@ -7176,7 +7 201,7 @@1580 @@ -7176,7 +7197,7 @@ 1681 1581 { 1682 1582 /* Extract the contents of the ${ ... } expansion … … 1687 1587 sindex++; 1688 1588 else 1689 @@ -7268,6 +72 93,7 @@1589 @@ -7268,6 +7289,7 @@ 1690 1590 default: 1691 1591 case '\0': … … 1695 1595 FREE (value); 1696 1596 FREE (temp); 1697 @@ -7900,7 +792 6,7 @@1597 @@ -7900,7 +7922,7 @@ 1698 1598 1699 1599 /* State flags */ … … 1704 1604 int pflags; /* flags passed to param_expand */ 1705 1605 1706 @@ -8105,13 +81 31,14 @@1606 @@ -8105,13 +8127,14 @@ 1707 1607 if (expanded_something) 1708 1608 *expanded_something = 1; … … 1721 1621 if (tword == &expand_wdesc_error || tword == &expand_wdesc_fatal) 1722 1622 { 1723 @@ -8129,6 +815 6,14 @@1623 @@ -8129,6 +8152,14 @@ 1724 1624 temp = tword->word; 1725 1625 dispose_word_desc (tword); … … 1736 1636 break; 1737 1637 1738 @@ -8244,9 +827 9,10 @@1638 @@ -8244,9 +8275,10 @@ 1739 1639 1740 1640 temp = (char *)NULL; … … 1749 1649 if (list == &expand_word_error || list == &expand_word_fatal) 1750 1650 { 1751 @@ -8533,7 +856 9,7 @@1651 @@ -8533,7 +8565,7 @@ 1752 1652 tword->flags |= W_NOEXPAND; /* XXX */ 1753 1653 if (quoted & (Q_HERE_DOCUMENT|Q_DOUBLE_QUOTES)) … … 1758 1658 list = make_word_list (tword, (WORD_LIST *)NULL); 1759 1659 } 1760 @@ -8564,7 +8 600,7 @@1660 @@ -8564,7 +8596,7 @@ 1761 1661 tword->flags |= W_NOGLOB; 1762 1662 if (word->flags & W_NOEXPAND) … … 1769 1669 diff -Naur bash-4.2.orig/subst.h bash-4.2/subst.h 1770 1670 --- bash-4.2.orig/subst.h 2010-12-03 01:21:29.000000000 +0000 1771 +++ bash-4.2/subst.h 201 3-03-12 21:55:21.450771163 +00001671 +++ bash-4.2/subst.h 2012-11-04 22:45:00.715394173 +0000 1772 1672 @@ -56,6 +56,7 @@ 1773 1673 #define SX_NOLONGJMP 0x0040 /* don't longjmp on fatal error */ … … 1780 1680 diff -Naur bash-4.2.orig/support/shobj-conf bash-4.2/support/shobj-conf 1781 1681 --- bash-4.2.orig/support/shobj-conf 2009-10-28 13:20:21.000000000 +0000 1782 +++ bash-4.2/support/shobj-conf 201 3-03-12 21:55:21.592771729+00001682 +++ bash-4.2/support/shobj-conf 2012-11-04 22:45:00.808727251 +0000 1783 1683 @@ -157,7 +157,7 @@ 1784 1684 ;; … … 1801 1701 diff -Naur bash-4.2.orig/tests/shopt.right bash-4.2/tests/shopt.right 1802 1702 --- bash-4.2.orig/tests/shopt.right 2010-07-03 03:36:30.000000000 +0000 1803 +++ bash-4.2/tests/shopt.right 201 3-03-12 21:55:21.653771972+00001703 +++ bash-4.2/tests/shopt.right 2012-11-04 22:45:00.858727113 +0000 1804 1704 @@ -12,6 +12,7 @@ 1805 1705 shopt -u compat32 … … 1828 1728 diff -Naur bash-4.2.orig/variables.c bash-4.2/variables.c 1829 1729 --- bash-4.2.orig/variables.c 2011-01-25 01:07:48.000000000 +0000 1830 +++ bash-4.2/variables.c 201 3-03-12 21:55:21.499771358+00001730 +++ bash-4.2/variables.c 2012-11-04 22:45:00.765394035 +0000 1831 1731 @@ -3653,6 +3653,22 @@ 1832 1732 return n; … … 1879 1779 diff -Naur bash-4.2.orig/variables.h bash-4.2/variables.h 1880 1780 --- bash-4.2.orig/variables.h 2010-12-03 01:22:01.000000000 +0000 1881 +++ bash-4.2/variables.h 201 3-03-12 21:55:21.486771306+00001781 +++ bash-4.2/variables.h 2012-11-04 22:45:00.755394063 +0000 1882 1782 @@ -313,6 +313,7 @@ 1883 1783 -
patches/iproute2-3.4.0-libdir-1.patch
r111b12a r76b06f6 10 10 Renamed for Iproute2-2.6.38 by Jonathan Norman 11 11 Rediffed for Iproute2-3.4.0 by William Harrington 12 Rediffed for Iproute2-3.8.0 by William Harrington13 12 14 diff -Naur iproute2-3. 8.0.orig/Makefile iproute2-3.8.0/Makefile15 --- iproute2-3. 8.0.orig/Makefile 2013-02-21 16:41:20.000000000+000016 +++ iproute2-3. 8.0/Makefile 2013-06-03 12:31:18.891352195+000017 @@ -1 3,7 +13,7 @@13 diff -Naur iproute2-3.4.0.orig/Makefile iproute2-3.4.0/Makefile 14 --- iproute2-3.4.0.orig/Makefile 2012-10-25 19:59:31.824412361 +0000 15 +++ iproute2-3.4.0/Makefile 2012-10-25 20:00:11.334366911 +0000 16 @@ -12,7 +12,7 @@ 18 17 19 18 SHARED_LIBS = y … … 24 23 DEFINES+= -DNO_SHARED_LIBS 25 24 endif 26 diff -Naur iproute2-3. 8.0.orig/include/iptables.h iproute2-3.8.0/include/iptables.h27 --- iproute2-3. 8.0.orig/include/iptables.h 2013-02-21 16:41:20.000000000 +000028 +++ iproute2-3. 8.0/include/iptables.h 2013-06-03 12:31:18.891352195+000025 diff -Naur iproute2-3.4.0.orig/include/iptables.h iproute2-3.4.0/include/iptables.h 26 --- iproute2-3.4.0.orig/include/iptables.h 2012-05-21 21:12:19.000000000 +0000 27 +++ iproute2-3.4.0/include/iptables.h 2012-10-25 20:00:56.064367711 +0000 29 28 @@ -4,8 +4,12 @@ 30 29 #include "iptables_common.h" … … 41 40 42 41 #ifndef IPPROTO_SCTP 43 diff -Naur iproute2-3. 8.0.orig/misc/arpd.c iproute2-3.8.0/misc/arpd.c44 --- iproute2-3. 8.0.orig/misc/arpd.c 2013-02-21 16:41:20.000000000 +000045 +++ iproute2-3. 8.0/misc/arpd.c 2013-06-03 12:31:18.891352195+000042 diff -Naur iproute2-3.4.0.orig/misc/arpd.c iproute2-3.4.0/misc/arpd.c 43 --- iproute2-3.4.0.orig/misc/arpd.c 2012-05-21 21:12:19.000000000 +0000 44 +++ iproute2-3.4.0/misc/arpd.c 2012-10-25 20:01:19.474370303 +0000 46 45 @@ -40,7 +40,7 @@ 47 46 int resolve_hosts; -
patches/iputils-s20101006-doc-1.patch
r111b12a r76b06f6 1 Submitted By: William Harrington <kb0iic at cross-lfs dot org>2 Date: 201 3-08-063 Initial Package Version: s201 212211 Submitted By: Joe Ciccone <jciccone@gmail.com> 2 Date: 2011-01-08 3 Initial Package Version: s20100418 4 4 Upstream Status: Unknown 5 5 Origin: Unknown 6 Description: Contains Fixes for Various Issues and Manpages6 Description: Contains Pregenerated Documentation 7 7 8 diff -Naur iputils-s20121221.orig/Makefile iputils-s20121221/Makefile 9 --- iputils-s20121221.orig/Makefile 2012-12-21 14:01:07.000000000 +0000 10 +++ iputils-s20121221/Makefile 2013-08-06 18:09:09.448346619 +0000 11 @@ -2,8 +2,6 @@ 12 # Configuration 13 # 14 15 -# CC 16 -CC=gcc 17 # Path to parent kernel include files directory 18 LIBC_INCLUDE=/usr/include 19 # Libraries 20 @@ -36,7 +34,7 @@ 21 22 # GNU TLS library for ping6 [yes|no|static] 23 USE_GNUTLS=yes 24 -# Crypto library for ping6 [shared|static] 25 +# Crypto library for ping6 [shared|static|no] 26 USE_CRYPTO=shared 27 # Resolv library for ping6 [yes|static] 28 USE_RESOLV=yes 29 @@ -48,11 +46,10 @@ 30 31 # ------------------------------------- 32 # What a pity, all new gccs are buggy and -Werror does not work. Sigh. 33 -# CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g 34 -CCOPT=-fno-strict-aliasing -Wstrict-prototypes -Wall -g 35 -CCOPTOPT=-O3 36 -GLIBCFIX=-D_GNU_SOURCE 37 -DEFINES= 38 +# CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall -Werror -g 39 +CFLAGS?=-O3 -g 40 +CFLAGS+=-fno-strict-aliasing -Wstrict-prototypes -Wall 41 +CPPFLAGS+=-D_GNU_SOURCE 42 LDLIB= 43 44 FUNC_LIB = $(if $(filter static,$(1)),$(LDFLAG_STATIC) $(2) $(LDFLAG_DYNAMIC),$(2)) 45 @@ -63,7 +60,10 @@ 46 LIB_CRYPTO = $(call FUNC_LIB,$(USE_GNUTLS),$(LDFLAG_GNUTLS)) 47 DEF_CRYPTO = -DUSE_GNUTLS 48 else 49 +ifneq ($(USE_CRYPTO),no) 50 LIB_CRYPTO = $(call FUNC_LIB,$(USE_CRYPTO),$(LDFLAG_CRYPTO)) 51 + DEF_CRYPTO = -DUSE_OPENSSL 52 +endif 53 endif 54 55 # USE_RESOLV: LIB_RESOLV 56 @@ -110,7 +110,6 @@ 57 IPV6_TARGETS=tracepath6 traceroute6 ping6 58 TARGETS=$(IPV4_TARGETS) $(IPV6_TARGETS) 59 60 -CFLAGS=$(CCOPTOPT) $(CCOPT) $(GLIBCFIX) $(DEFINES) 61 LDLIBS=$(LDLIB) $(ADDLIB) 62 63 UNAME_N:=$(shell uname -n) 64 @@ -129,6 +128,7 @@ 65 $(COMPILE.c) $< $(DEF_$(patsubst %.o,%,$@)) -S -o $@ 66 %.o: %.c 67 $(COMPILE.c) $< $(DEF_$(patsubst %.o,%,$@)) -o $@ 68 +LINK.o += $(CFLAGS) 69 $(TARGETS): %: %.o 70 $(LINK.o) $^ $(LIB_$@) $(LDLIBS) -o $@ 71 72 @@ -149,7 +149,7 @@ 73 DEF_ping_common = $(DEF_CAP) $(DEF_IDN) 74 DEF_ping = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) 75 LIB_ping = $(LIB_CAP) $(LIB_IDN) 76 -DEF_ping6 = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) $(DEF_ENABLE_PING6_RTHDR) 77 +DEF_ping6 = $(DEF_CAP) $(DEF_IDN) $(DEF_WITHOUT_IFADDRS) $(DEF_ENABLE_PING6_RTHDR) $(DEF_CRYPTO) 78 LIB_ping6 = $(LIB_CAP) $(LIB_IDN) $(LIB_RESOLV) $(LIB_CRYPTO) 79 80 ping: ping_common.o 81 diff -Naur iputils-s20121221.orig/doc/arping.8 iputils-s20121221/doc/arping.8 82 --- iputils-s20121221.orig/doc/arping.8 1970-01-01 00:00:00.000000000 +0000 83 +++ iputils-s20121221/doc/arping.8 2013-01-04 10:38:27.000000000 +0000 84 @@ -0,0 +1,109 @@ 8 9 diff -Naur iputils-s20101006.orig/doc/arping.8 iputils-s20101006/doc/arping.8 10 --- iputils-s20101006.orig/doc/arping.8 1969-12-31 19:00:00.000000000 -0500 11 +++ iputils-s20101006/doc/arping.8 2011-01-08 20:09:50.402928174 -0500 12 @@ -0,0 +1,110 @@ 85 13 +.\" This manpage has been automatically generated by docbook2man 86 14 +.\" from a DocBook document. This tool can be found at: … … 88 16 +.\" Please send any bug reports, improvements, comments, patches, 89 17 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 90 +.TH "ARPING" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"18 +.TH "ARPING" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 91 19 +.SH NAME 92 20 +arping \- send ARP REQUEST to a neighbour host … … 125 53 +.TP 126 54 +\fB-I \fIinterface\fB\fR 127 +Name of network device where to send ARP REQUEST packets. 55 +Name of network device where to send ARP REQUEST packets. This option 56 +is required. 128 57 +.TP 129 58 +\fB-h\fR … … 184 113 +.SH "SECURITY" 185 114 +.PP 186 +\fBarping\fR requires CAP_NET_RAW capability115 +\fBarping\fR requires CAP_NET_RAWIO capability 187 116 +to be executed. It is not recommended to be used as set-uid root, 188 117 +because it allows user to modify ARP caches of neighbour hosts. … … 192 121 +and the latest versions are available in source form at 193 122 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 194 diff -Naur iputils-s201 21221.orig/doc/clockdiff.8 iputils-s20121221/doc/clockdiff.8195 --- iputils-s201 21221.orig/doc/clockdiff.8 1970-01-01 00:00:00.000000000 +0000196 +++ iputils-s201 21221/doc/clockdiff.8 2013-01-04 10:38:27.000000000 +0000123 diff -Naur iputils-s20101006.orig/doc/clockdiff.8 iputils-s20101006/doc/clockdiff.8 124 --- iputils-s20101006.orig/doc/clockdiff.8 1969-12-31 19:00:00.000000000 -0500 125 +++ iputils-s20101006/doc/clockdiff.8 2011-01-08 20:09:50.611280874 -0500 197 126 @@ -0,0 +1,81 @@ 198 127 +.\" This manpage has been automatically generated by docbook2man … … 201 130 +.\" Please send any bug reports, improvements, comments, patches, 202 131 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 203 +.TH "CLOCKDIFF" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"132 +.TH "CLOCKDIFF" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 204 133 +.SH NAME 205 134 +clockdiff \- measure clock difference between hosts … … 270 199 +.SH "SECURITY" 271 200 +.PP 272 +\fBclockdiff\fR requires CAP_NET_RAW capability201 +\fBclockdiff\fR requires CAP_NET_RAWIO capability 273 202 +to be executed. It is safe to be used as set-uid root. 274 203 +.SH "AVAILABILITY" … … 277 206 +and the latest versions are available in source form at 278 207 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 279 diff -Naur iputils-s201 21221.orig/doc/index.html iputils-s20121221/doc/index.html280 --- iputils-s201 21221.orig/doc/index.html 1970-01-01 00:00:00.000000000 +0000281 +++ iputils-s201 21221/doc/index.html 2013-01-04 10:38:35.000000000 +0000282 @@ -0,0 +1,17 5@@283 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 208 diff -Naur iputils-s20101006.orig/doc/index.html iputils-s20101006/doc/index.html 209 --- iputils-s20101006.orig/doc/index.html 1969-12-31 19:00:00.000000000 -0500 210 +++ iputils-s20101006/doc/index.html 2011-01-08 20:09:49.631531431 -0500 211 @@ -0,0 +1,170 @@ 212 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 284 213 +<HTML 285 214 +><HEAD … … 356 285 +><DT 357 286 +><A 358 +HREF="r4 66.html"287 +HREF="r437.html" 359 288 +>arping</A 360 289 +> -- send ARP REQUEST to a neighbour host</DT 361 290 +><DT 362 291 +><A 363 +HREF="r 625.html"292 +HREF="r596.html" 364 293 +>clockdiff</A 365 294 +> -- measure clock difference between hosts</DT 366 295 +><DT 367 296 +><A 368 +HREF="r 720.html"297 +HREF="r691.html" 369 298 +>rarpd</A 370 299 +> -- answer RARP REQUESTs</DT 371 300 +><DT 372 301 +><A 373 +HREF="r 819.html"302 +HREF="r790.html" 374 303 +>tracepath</A 375 304 +> -- traces path to a network host discovering MTU along this path</DT 376 305 +><DT 377 306 +><A 378 +HREF="r 918.html"307 +HREF="r884.html" 379 308 +>traceroute6</A 380 309 +> -- traces path to a network host</DT 381 310 +><DT 382 311 +><A 383 +HREF="r9 83.html"312 +HREF="r949.html" 384 313 +>tftpd</A 385 314 +> -- Trivial File Transfer Protocol server</DT 386 315 +><DT 387 316 +><A 388 +HREF="r1056.html" 389 +>ninfod</A 390 +> -- Respond to IPv6 Node Information Queries</DT 391 +><DT 392 +><A 393 +HREF="r1125.html" 317 +HREF="r1022.html" 394 318 +>rdisc</A 395 319 +> -- network router discovery daemon</DT 396 320 +><DT 397 321 +><A 398 +HREF="r1 269.html"322 +HREF="r1144.html" 399 323 +>pg3</A 400 324 +> -- send stream of UDP packets</DT … … 457 381 +> 458 382 \ No newline at end of file 459 diff -Naur iputils-s201 21221.orig/doc/iputils.html iputils-s20121221/doc/iputils.html460 --- iputils-s201 21221.orig/doc/iputils.html 1970-01-01 00:00:00.000000000 +0000461 +++ iputils-s201 21221/doc/iputils.html 2013-01-04 10:38:35.000000000 +0000383 diff -Naur iputils-s20101006.orig/doc/iputils.html iputils-s20101006/doc/iputils.html 384 --- iputils-s20101006.orig/doc/iputils.html 1969-12-31 19:00:00.000000000 -0500 385 +++ iputils-s20101006/doc/iputils.html 2011-01-08 20:09:50.282802377 -0500 462 386 @@ -0,0 +1,491 @@ 463 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 387 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 464 388 +<HTML 465 389 +><HEAD … … 953 877 +> 954 878 \ No newline at end of file 955 diff -Naur iputils-s20121221.orig/doc/ninfod.8 iputils-s20121221/doc/ninfod.8 956 --- iputils-s20121221.orig/doc/ninfod.8 1970-01-01 00:00:00.000000000 +0000 957 +++ iputils-s20121221/doc/ninfod.8 2013-01-04 10:38:27.000000000 +0000 958 @@ -0,0 +1,72 @@ 959 +.\" This manpage has been automatically generated by docbook2man 960 +.\" from a DocBook document. This tool can be found at: 961 +.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 962 +.\" Please send any bug reports, improvements, comments, patches, 963 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 964 +.TH "NINFOD" "8" "04 January 2013" "iputils-121221" "System Manager's Manual: iputils" 965 +.SH NAME 966 +ninfod \- Respond to IPv6 Node Information Queries 967 +.SH SYNOPSIS 968 + 969 +\fBninfod\fR [\fB-dhv\fR] [\fB-p \fIpidfile\fB\fR] [\fB-u \fIuser\fB\fR] 970 + 971 +.SH "DESCRIPTION" 972 +.PP 973 +Responds to IPv6 Node Information Queries (RFC4620) from clients. 974 +Queries can be sent by various implementations of \fBping6\fR command. 975 +.SH "OPTIONS" 976 +.TP 977 +\fB-a\fR 978 +Debug mode. Do not go background. 979 +.TP 980 +\fB-h\fR 981 +Show help. 982 +.TP 983 +\fB-v\fR 984 +Verbose mode. 985 +.TP 986 +\fB-u \fIuser\fB\fR 987 +Run as another user. 988 +\fIuser\fR can either be username or user ID. 989 +.TP 990 +\fB-p \fIpidfile\fB\fR 991 +File for process-id storage. 992 +\fIuser\fR is required to be able to create the file. 993 +.SH "SEE ALSO" 994 +.PP 995 +\fBping\fR(8). 996 +.SH "AUTHOR" 997 +.PP 998 +\fBninfod\fR was written by USAGI/WIDE Project. 999 +.SH "COPYING" 1000 +.PP 1001 + 1002 +.nf 1003 +Copyright (C) 2012 YOSHIFUJI Hideaki. 1004 +Copyright (C) 2002 USAGI/WIDE Project. 1005 +All rights reserved. 1006 + 1007 +Redistribution and use in source and binary forms, with or without 1008 +modification, are permitted provided that the following conditions 1009 +are met: 1010 +1. Redistributions of source code must retain the above copyright 1011 + notice, this list of conditions and the following disclaimer. 1012 +2. Redistributions in binary form must reproduce the above copyright 1013 + notice, this list of conditions and the following disclaimer in the 1014 + documentation and/or other materials provided with the distribution. 1015 +3. Neither the name of the project nor the names of its contributors 1016 + may be used to endorse or promote products derived from this software 1017 + without specific prior written permission. 1018 + 1019 +THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 1020 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1021 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1022 +ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 1023 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1024 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1025 +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 1026 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 1027 +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 1028 +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 1029 +SUCH DAMAGE. 1030 +.fi 1031 diff -Naur iputils-s20121221.orig/doc/pg3.8 iputils-s20121221/doc/pg3.8 1032 --- iputils-s20121221.orig/doc/pg3.8 1970-01-01 00:00:00.000000000 +0000 1033 +++ iputils-s20121221/doc/pg3.8 2013-01-04 10:38:27.000000000 +0000 879 diff -Naur iputils-s20101006.orig/doc/pg3.8 iputils-s20101006/doc/pg3.8 880 --- iputils-s20101006.orig/doc/pg3.8 1969-12-31 19:00:00.000000000 -0500 881 +++ iputils-s20101006/doc/pg3.8 2011-01-08 20:09:50.890656148 -0500 1034 882 @@ -0,0 +1,86 @@ 1035 883 +.\" This manpage has been automatically generated by docbook2man … … 1038 886 +.\" Please send any bug reports, improvements, comments, patches, 1039 887 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 1040 +.TH "PG3" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"888 +.TH "PG3" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 1041 889 +.SH NAME 1042 890 +pg3, ipg, pgset \- send stream of UDP packets … … 1119 967 +and the latest versions are available in source form at 1120 968 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 1121 diff -Naur iputils-s201 21221.orig/doc/ping.8 iputils-s20121221/doc/ping.81122 --- iputils-s201 21221.orig/doc/ping.8 1970-01-01 00:00:00.000000000 +00001123 +++ iputils-s201 21221/doc/ping.8 2013-01-04 10:38:27.000000000 +00001124 @@ -0,0 +1,4 28 @@969 diff -Naur iputils-s20101006.orig/doc/ping.8 iputils-s20101006/doc/ping.8 970 --- iputils-s20101006.orig/doc/ping.8 1969-12-31 19:00:00.000000000 -0500 971 +++ iputils-s20101006/doc/ping.8 2011-01-08 20:09:50.986782167 -0500 972 @@ -0,0 +1,408 @@ 1125 973 +.\" This manpage has been automatically generated by docbook2man 1126 974 +.\" from a DocBook document. This tool can be found at: … … 1128 976 +.\" Please send any bug reports, improvements, comments, patches, 1129 977 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 1130 +.TH "PING" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"978 +.TH "PING" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 1131 979 +.SH NAME 1132 980 +ping, ping6 \- send ICMP ECHO_REQUEST to network hosts 1133 981 +.SH SYNOPSIS 1134 982 + 1135 +\fBping\fR [\fB- aAbBdDfhLnOqrRUvV\fR] [\fB-c \fIcount\fB\fR] [\fB-F \fIflowlabel\fB\fR] [\fB-i \fIinterval\fB\fR] [\fB-I \fIinterface\fB\fR] [\fB-l \fIpreload\fB\fR] [\fB-m \fImark\fB\fR] [\fB-M \fIpmtudisc_option\fB\fR] [\fB-N \fInodeinfo_option\fB\fR] [\fB-w \fIdeadline\fB\fR] [\fB-W \fItimeout\fB\fR] [\fB-p \fIpattern\fB\fR] [\fB-Q \fItos\fB\fR] [\fB-s \fIpacketsize\fB\fR] [\fB-S \fIsndbuf\fB\fR] [\fB-t \fIttl\fB\fR] [\fB-T \fItimestamp option\fB\fR] [\fB\fIhop\fB\fR\fI ...\fR] \fB\fIdestination\fB\fR983 +\fBping\fR [\fB-LRUbdfnqrvVaAB\fR] [\fB-c \fIcount\fB\fR] [\fB-m \fImark\fB\fR] [\fB-i \fIinterval\fB\fR] [\fB-l \fIpreload\fB\fR] [\fB-p \fIpattern\fB\fR] [\fB-s \fIpacketsize\fB\fR] [\fB-t \fIttl\fB\fR] [\fB-w \fIdeadline\fB\fR] [\fB-F \fIflowlabel\fB\fR] [\fB-I \fIinterface\fB\fR] [\fB-M \fIhint\fB\fR] [\fB-N \fInioption\fB\fR] [\fB-Q \fItos\fB\fR] [\fB-S \fIsndbuf\fB\fR] [\fB-T \fItimestamp option\fB\fR] [\fB-W \fItimeout\fB\fR] [\fB\fIhop\fB\fR\fI ...\fR] \fB\fIdestination\fB\fR 1136 984 + 1137 985 +.SH "DESCRIPTION" … … 1143 991 +number of ``pad'' bytes used to fill out the packet. 1144 992 +.PP 1145 +\fBping6\fR is IPv6 version of \fBping\fR, and can also send Node Information Queries (RFC4620). 1146 +Intermediate \fIhop\fRs may not be allowed, because IPv6 source routing was deprecated (RFC5095). 993 +\fBping6\fR can also send Node Information Queries (RFC4620). 1147 994 +.SH "OPTIONS" 1148 995 +.TP … … 1152 999 +\fB-A\fR 1153 1000 +Adaptive ping. Interpacket interval adapts to round-trip time, so that 1154 +effectively not more than one (or more, if preload is set) unanswered probe 1155 + ispresent in the network. Minimal interval is 200msec for not super-user.1001 +effectively not more than one (or more, if preload is set) unanswered probes 1002 +present in the network. Minimal interval is 200msec for not super-user. 1156 1003 +On networks with low rtt this mode is essentially equivalent to flood mode. 1157 1004 +.TP … … 1162 1009 +Do not allow \fBping\fR to change source address of probes. 1163 1010 +The address is bound to one selected when \fBping\fR starts. 1011 +.TP 1012 +\fB-m \fImark\fB\fR 1013 +use \fImark\fR to tag the packets going out. This is useful 1014 +for variety of reasons within the kernel such as using policy 1015 +routing to select specific outbound processing. 1164 1016 +.TP 1165 1017 +\fB-c \fIcount\fB\fR … … 1174 1026 +Essentially, this socket option is not used by Linux kernel. 1175 1027 +.TP 1176 +\fB- D\fR1177 + Print timestamp (unix time + microseconds as in gettimeofday) before1178 + each line.1028 +\fB-F \fIflow label\fB\fR 1029 +Allocate and set 20 bit flow label on echo request packets. 1030 +(Only \fBping6\fR). If value is zero, kernel allocates random flow label. 1179 1031 +.TP 1180 1032 +\fB-f\fR … … 1187 1039 +Only the super-user may use this option with zero interval. 1188 1040 +.TP 1189 +\fB-F \fIflow label\fB\fR1190 +\fBping6\fR only.1191 +Allocate and set 20 bit flow label (in hex) on echo request packets.1192 +If value is zero, kernel allocates random flow label.1193 +.TP1194 +\fB-h\fR1195 +Show help.1196 +.TP1197 1041 +\fB-i \fIinterval\fB\fR 1198 1042 +Wait \fIinterval\fR seconds between sending each packet. … … 1201 1045 +to values less 0.2 seconds. 1202 1046 +.TP 1203 +\fB-I \fIinterface\fB\fR 1204 +\fIinterface\fR is either an address, or an interface name. 1205 +If \fIinterface\fR is an address, it sets source address 1206 +to specified interface address. 1207 +If \fIinterface\fR in an interface name, it sets 1208 +source interface to specified interface. 1209 +For \fBping6\fR, when doing ping to a link-local scope 1210 +address, link specification (by the '%'-notation in 1211 +\fIdestination\fR, or by this option) is required. 1047 +\fB-I \fIinterface address\fB\fR 1048 +Set source address to specified interface address. Argument 1049 +may be numeric IP address or name of device. When pinging IPv6 1050 +link-local address this option is required. 1212 1051 +.TP 1213 1052 +\fB-l \fIpreload\fB\fR … … 1220 1059 +destination is a multicast address. 1221 1060 +.TP 1222 +\fB-m \fImark\fB\fR 1223 +use \fImark\fR to tag the packets going out. This is useful 1224 +for variety of reasons within the kernel such as using policy 1225 +routing to select specific outbound processing. 1226 +.TP 1227 +\fB-M \fIpmtudisc_opt\fB\fR 1228 +Select Path MTU Discovery strategy. 1229 +\fIpmtudisc_option\fR may be either \fIdo\fR 1230 +(prohibit fragmentation, even local one), 1231 +\fIwant\fR (do PMTU discovery, fragment locally when packet size 1232 +is large), or \fIdont\fR (do not set DF flag). 1233 +.TP 1234 +\fB-N \fInodeinfo_option\fB\fR 1235 +\fBping6\fR only. 1061 +\fB-N \fInioption\fB\fR 1236 1062 +Send ICMPv6 Node Information Queries (RFC4620), instead of Echo Request. 1237 +.RS1238 +.TP1239 +\fBhelp\fR1240 +Show help for NI support.1241 +.RE1242 1063 +.RS 1243 1064 +.TP … … 1307 1128 +No attempt will be made to lookup symbolic names for host addresses. 1308 1129 +.TP 1309 +\fB-O\fR1310 +Report outstanding ICMP ECHO reply before sending next packet.1311 +This is useful together with the timestamp \fB-D\fR to1312 +log output to a diagnostic file and search for missing answers.1313 +.TP1314 1130 +\fB-p \fIpattern\fB\fR 1315 1131 +You may specify up to 16 ``pad'' bytes to fill out the packet you send. … … 1318 1134 +to be filled with all ones. 1319 1135 +.TP 1136 +\fB-D\fR 1137 +Print timestamp (unix time + microseconds as in gettimeofday) before 1138 +each line. 1139 +.TP 1140 +\fB-Q \fItos\fB\fR 1141 +Set Quality of Service -related bits in ICMP datagrams. 1142 +\fItos\fR can be either decimal or hex number. 1143 +Traditionally (RFC1349), these have been interpreted as: 0 for reserved 1144 +(currently being redefined as congestion control), 1-4 for Type of Service 1145 +and 5-7 for Precedence. 1146 +Possible settings for Type of Service are: minimal cost: 0x02, 1147 +reliability: 0x04, throughput: 0x08, low delay: 0x10. Multiple TOS bits 1148 +should not be set simultaneously. Possible settings for 1149 +special Precedence range from priority (0x20) to net control (0xe0). You 1150 +must be root (CAP_NET_ADMIN capability) to use Critical or 1151 +higher precedence value. You cannot set 1152 +bit 0x01 (reserved) unless ECN has been enabled in the kernel. 1153 +In RFC2474, these fields has been redefined as 8-bit Differentiated 1154 +Services (DS), consisting of: bits 0-1 of separate data (ECN will be used, 1155 +here), and bits 2-7 of Differentiated Services Codepoint (DSCP). 1156 +.TP 1320 1157 +\fB-q\fR 1321 1158 +Quiet output. … … 1323 1160 +when finished. 1324 1161 +.TP 1325 +\fB-Q \fItos\fB\fR 1326 +Set Quality of Service -related bits in ICMP datagrams. 1327 +\fItos\fR can be decimal (\fBping\fR only) or hex number. 1328 + 1329 +In RFC2474, these fields are interpreted as 8-bit Differentiated 1330 +Services (DS), consisting of: bits 0-1 (2 lowest bits) of separate 1331 +data, and bits 2-7 (highest 6 bits) of Differentiated Services 1332 +Codepoint (DSCP). In RFC2481 and RFC3168, bits 0-1 are used for ECN. 1333 + 1334 +Historically (RFC1349, obsoleted by RFC2474), these were interpreted 1335 +as: bit 0 (lowest bit) for reserved (currently being redefined as 1336 +congestion control), 1-4 for Type of Service and bits 5-7 1337 +(highest bits) for Precedence. 1162 +\fB-R\fR 1163 +Record route. 1164 +Includes the RECORD_ROUTE option in the ECHO_REQUEST 1165 +packet and displays the route buffer on returned packets. 1166 +Note that the IP header is only large enough for nine such routes. 1167 +Many hosts ignore or discard this option. 1338 1168 +.TP 1339 1169 +\fB-r\fR … … 1345 1175 +used. 1346 1176 +.TP 1347 +\fB-R\fR1348 +\fBping\fR only.1349 +Record route.1350 +Includes the RECORD_ROUTE option in the ECHO_REQUEST1351 +packet and displays the route buffer on returned packets.1352 +Note that the IP header is only large enough for nine such routes.1353 +Many hosts ignore or discard this option.1354 +.TP1355 1177 +\fB-s \fIpacketsize\fB\fR 1356 1178 +Specifies the number of data bytes to be sent. … … 1363 1185 +.TP 1364 1186 +\fB-t \fIttl\fB\fR 1365 +\fBping\fR only.1366 1187 +Set the IP Time to Live. 1367 1188 +.TP … … 1373 1194 +\fItsprespec host1 [host2 [host3 [host4]]]\fR 1374 1195 +(timestamp prespecified hops). 1196 +.TP 1197 +\fB-M \fIhint\fB\fR 1198 +Select Path MTU Discovery strategy. 1199 +\fIhint\fR may be either \fIdo\fR 1200 +(prohibit fragmentation, even local one), 1201 +\fIwant\fR (do PMTU discovery, fragment locally when packet size 1202 +is large), or \fIdont\fR (do not set DF flag). 1375 1203 +.TP 1376 1204 +\fB-U\fR … … 1402 1230 +\fB-W \fItimeout\fB\fR 1403 1231 +Time to wait for a response, in seconds. The option affects only timeout 1404 +in absen ce of any responses, otherwise \fBping\fR waits for two RTTs.1232 +in absense of any responses, otherwise \fBping\fR waits for two RTTs. 1405 1233 +.PP 1406 1234 +When using \fBping\fR for fault isolation, it should first be run … … 1501 1329 +\fBftp\fR(1). 1502 1330 +.PP 1503 +In normal operation ping prints the TTLvalue from the packet it receives.1331 +In normal operation ping prints the ttl value from the packet it receives. 1504 1332 +When a remote system receives a ping packet, it can do one of three things 1505 1333 +with the TTL field in its response: … … 1544 1372 +.SH "SECURITY" 1545 1373 +.PP 1546 +\fBping\fR requires CAP_NET_RAW capability1374 +\fBping\fR requires CAP_NET_RAWIO capability 1547 1375 +to be executed. It may be used as set-uid root. 1548 1376 +.SH "AVAILABILITY" … … 1551 1379 +and the latest versions are available in source form at 1552 1380 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 1553 diff -Naur iputils-s201 21221.orig/doc/r1056.html iputils-s20121221/doc/r1056.html1554 --- iputils-s201 21221.orig/doc/r1056.html 1970-01-01 00:00:00.000000000 +00001555 +++ iputils-s201 21221/doc/r1056.html 2013-01-04 10:38:35.000000000 +00001556 @@ -0,0 +1, 343@@1557 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1381 diff -Naur iputils-s20101006.orig/doc/r1022.html iputils-s20101006/doc/r1022.html 1382 --- iputils-s20101006.orig/doc/r1022.html 1969-12-31 19:00:00.000000000 -0500 1383 +++ iputils-s20101006/doc/r1022.html 2011-01-08 20:09:49.623373190 -0500 1384 @@ -0,0 +1,511 @@ 1385 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 1558 1386 +<HTML 1559 1387 +><HEAD 1560 1388 +><TITLE 1561 +> ninfod</TITLE1389 +>rdisc</TITLE 1562 1390 +><META 1563 1391 +NAME="GENERATOR" … … 1568 1396 +REL="PREVIOUS" 1569 1397 +TITLE="tftpd" 1570 +HREF="r9 83.html"><LINK1398 +HREF="r949.html"><LINK 1571 1399 +REL="NEXT" 1572 +TITLE=" rdisc"1573 +HREF="r11 25.html"></HEAD1400 +TITLE="pg3" 1401 +HREF="r1144.html"></HEAD 1574 1402 +><BODY 1575 1403 +CLASS="REFENTRY" … … 1599 1427 +VALIGN="bottom" 1600 1428 +><A 1601 +HREF="r9 83.html"1429 +HREF="r949.html" 1602 1430 +ACCESSKEY="P" 1603 1431 +>Prev</A … … 1613 1441 +VALIGN="bottom" 1614 1442 +><A 1615 +HREF="r11 25.html"1443 +HREF="r1144.html" 1616 1444 +ACCESSKEY="N" 1617 1445 +>Next</A … … 1624 1452 +><H1 1625 1453 +><A 1626 +NAME=" NINFOD"1627 +></A 1628 +> ninfod</H11454 +NAME="RDISC" 1455 +></A 1456 +>rdisc</H1 1629 1457 +><DIV 1630 1458 +CLASS="REFNAMEDIV" 1631 1459 +><A 1632 +NAME="AEN1061" 1633 +></A 1634 +><H2 1635 +>Name</H2 1636 +>ninfod -- Respond to IPv6 Node Information Queries</DIV 1637 +><DIV 1638 +CLASS="REFSYNOPSISDIV" 1639 +><A 1640 +NAME="AEN1064" 1641 +></A 1642 +><H2 1643 +>Synopsis</H2 1644 +><P 1645 +><B 1646 +CLASS="COMMAND" 1647 +>ninfod</B 1648 +> [<CODE 1649 +CLASS="OPTION" 1650 +>-dhv</CODE 1651 +>] [-p <TT 1652 +CLASS="REPLACEABLE" 1653 +><I 1654 +>pidfile</I 1655 +></TT 1656 +>] [-u <TT 1657 +CLASS="REPLACEABLE" 1658 +><I 1659 +>user</I 1660 +></TT 1661 +>]</P 1662 +></DIV 1663 +><DIV 1664 +CLASS="REFSECT1" 1665 +><A 1666 +NAME="AEN1073" 1667 +></A 1668 +><H2 1669 +>DESCRIPTION</H2 1670 +><P 1671 +>Responds to <A 1672 +HREF="http://tools.ietf.org/rfc/rfc4620.txt" 1673 +TARGET="_top" 1674 +>IPv6 Node Information Queries (RFC4620)</A 1675 +> from clients. 1676 +Queries can be sent by various implementations of <B 1677 +CLASS="COMMAND" 1678 +>ping6</B 1679 +> command.</P 1680 +></DIV 1681 +><DIV 1682 +CLASS="REFSECT1" 1683 +><A 1684 +NAME="AEN1078" 1685 +></A 1686 +><H2 1687 +>OPTIONS</H2 1688 +><P 1689 +></P 1690 +><DIV 1691 +CLASS="VARIABLELIST" 1692 +><DL 1693 +><DT 1694 +><CODE 1695 +CLASS="OPTION" 1696 +>-a</CODE 1697 +></DT 1698 +><DD 1699 +><P 1700 +>Debug mode. Do not go background. 1701 + </P 1702 +></DD 1703 +><DT 1704 +><CODE 1705 +CLASS="OPTION" 1706 +>-h</CODE 1707 +></DT 1708 +><DD 1709 +><P 1710 +>Show help. 1711 + </P 1712 +></DD 1713 +><DT 1714 +><CODE 1715 +CLASS="OPTION" 1716 +>-v</CODE 1717 +></DT 1718 +><DD 1719 +><P 1720 +>Verbose mode. 1721 + </P 1722 +></DD 1723 +><DT 1724 +><CODE 1725 +CLASS="OPTION" 1726 +>-u <TT 1727 +CLASS="REPLACEABLE" 1728 +><I 1729 +>user</I 1730 +></TT 1731 +></CODE 1732 +></DT 1733 +><DD 1734 +><P 1735 +>Run as another user. 1736 +<TT 1737 +CLASS="REPLACEABLE" 1738 +><I 1739 +>user</I 1740 +></TT 1741 +> can either be username or user ID. 1742 + </P 1743 +></DD 1744 +><DT 1745 +><CODE 1746 +CLASS="OPTION" 1747 +>-p <TT 1748 +CLASS="REPLACEABLE" 1749 +><I 1750 +>pidfile</I 1751 +></TT 1752 +></CODE 1753 +></DT 1754 +><DD 1755 +><P 1756 +>File for process-id storage. 1757 +<TT 1758 +CLASS="REPLACEABLE" 1759 +><I 1760 +>user</I 1761 +></TT 1762 +> is required to be able to create the file. 1763 + </P 1764 +></DD 1765 +></DL 1766 +></DIV 1767 +></DIV 1768 +><DIV 1769 +CLASS="REFSECT1" 1770 +><A 1771 +NAME="AEN1110" 1772 +></A 1773 +><H2 1774 +>SEE ALSO</H2 1775 +><P 1776 +><A 1777 +HREF="r3.html" 1778 +><SPAN 1779 +CLASS="CITEREFENTRY" 1780 +><SPAN 1781 +CLASS="REFENTRYTITLE" 1782 +>ping</SPAN 1783 +>(8)</SPAN 1784 +></A 1785 +>.</P 1786 +></DIV 1787 +><DIV 1788 +CLASS="REFSECT1" 1789 +><A 1790 +NAME="AEN1117" 1791 +></A 1792 +><H2 1793 +>AUTHOR</H2 1794 +><P 1795 +><B 1796 +CLASS="COMMAND" 1797 +>ninfod</B 1798 +> was written by USAGI/WIDE Project.</P 1799 +></DIV 1800 +><DIV 1801 +CLASS="REFSECT1" 1802 +><A 1803 +NAME="AEN1121" 1804 +></A 1805 +><H2 1806 +>COPYING</H2 1807 +><P 1808 +><P 1809 +CLASS="LITERALLAYOUT" 1810 +>Copyright (C) 2012 YOSHIFUJI Hideaki.<br> 1811 +Copyright (C) 2002 USAGI/WIDE Project.<br> 1812 +All rights reserved.<br> 1813 +<br> 1814 +Redistribution and use in source and binary forms, with or without<br> 1815 +modification, are permitted provided that the following conditions<br> 1816 +are met:<br> 1817 +1. Redistributions of source code must retain the above copyright<br> 1818 + notice, this list of conditions and the following disclaimer.<br> 1819 +2. Redistributions in binary form must reproduce the above copyright<br> 1820 + notice, this list of conditions and the following disclaimer in the<br> 1821 + documentation and/or other materials provided with the distribution.<br> 1822 +3. Neither the name of the project nor the names of its contributors<br> 1823 + may be used to endorse or promote products derived from this software<br> 1824 + without specific prior written permission.<br> 1825 +<br> 1826 +THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND<br> 1827 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br> 1828 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE<br> 1829 +ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE<br> 1830 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL<br> 1831 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS<br> 1832 +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)<br> 1833 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT<br> 1834 +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY<br> 1835 +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF<br> 1836 +SUCH DAMAGE.</P 1837 +></P 1838 +></DIV 1839 +><DIV 1840 +CLASS="NAVFOOTER" 1841 +><HR 1842 +ALIGN="LEFT" 1843 +WIDTH="100%"><TABLE 1844 +SUMMARY="Footer navigation table" 1845 +WIDTH="100%" 1846 +BORDER="0" 1847 +CELLPADDING="0" 1848 +CELLSPACING="0" 1849 +><TR 1850 +><TD 1851 +WIDTH="33%" 1852 +ALIGN="left" 1853 +VALIGN="top" 1854 +><A 1855 +HREF="r983.html" 1856 +ACCESSKEY="P" 1857 +>Prev</A 1858 +></TD 1859 +><TD 1860 +WIDTH="34%" 1861 +ALIGN="center" 1862 +VALIGN="top" 1863 +><A 1864 +HREF="index.html" 1865 +ACCESSKEY="H" 1866 +>Home</A 1867 +></TD 1868 +><TD 1869 +WIDTH="33%" 1870 +ALIGN="right" 1871 +VALIGN="top" 1872 +><A 1873 +HREF="r1125.html" 1874 +ACCESSKEY="N" 1875 +>Next</A 1876 +></TD 1877 +></TR 1878 +><TR 1879 +><TD 1880 +WIDTH="33%" 1881 +ALIGN="left" 1882 +VALIGN="top" 1883 +>tftpd</TD 1884 +><TD 1885 +WIDTH="34%" 1886 +ALIGN="center" 1887 +VALIGN="top" 1888 +> </TD 1889 +><TD 1890 +WIDTH="33%" 1891 +ALIGN="right" 1892 +VALIGN="top" 1893 +>rdisc</TD 1894 +></TR 1895 +></TABLE 1896 +></DIV 1897 +></BODY 1898 +></HTML 1899 +> 1900 \ No newline at end of file 1901 diff -Naur iputils-s20121221.orig/doc/r1125.html iputils-s20121221/doc/r1125.html 1902 --- iputils-s20121221.orig/doc/r1125.html 1970-01-01 00:00:00.000000000 +0000 1903 +++ iputils-s20121221/doc/r1125.html 2013-01-04 10:38:35.000000000 +0000 1904 @@ -0,0 +1,567 @@ 1905 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 1906 +<HTML 1907 +><HEAD 1908 +><TITLE 1909 +>rdisc</TITLE 1910 +><META 1911 +NAME="GENERATOR" 1912 +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK 1913 +REL="HOME" 1914 +TITLE="System Manager's Manual: iputils" 1915 +HREF="index.html"><LINK 1916 +REL="PREVIOUS" 1917 +TITLE="ninfod" 1918 +HREF="r1056.html"><LINK 1919 +REL="NEXT" 1920 +TITLE="pg3" 1921 +HREF="r1269.html"></HEAD 1922 +><BODY 1923 +CLASS="REFENTRY" 1924 +BGCOLOR="#FFFFFF" 1925 +TEXT="#000000" 1926 +LINK="#0000FF" 1927 +VLINK="#840084" 1928 +ALINK="#0000FF" 1929 +><DIV 1930 +CLASS="NAVHEADER" 1931 +><TABLE 1932 +SUMMARY="Header navigation table" 1933 +WIDTH="100%" 1934 +BORDER="0" 1935 +CELLPADDING="0" 1936 +CELLSPACING="0" 1937 +><TR 1938 +><TH 1939 +COLSPAN="3" 1940 +ALIGN="center" 1941 +>System Manager's Manual: iputils</TH 1942 +></TR 1943 +><TR 1944 +><TD 1945 +WIDTH="10%" 1946 +ALIGN="left" 1947 +VALIGN="bottom" 1948 +><A 1949 +HREF="r1056.html" 1950 +ACCESSKEY="P" 1951 +>Prev</A 1952 +></TD 1953 +><TD 1954 +WIDTH="80%" 1955 +ALIGN="center" 1956 +VALIGN="bottom" 1957 +></TD 1958 +><TD 1959 +WIDTH="10%" 1960 +ALIGN="right" 1961 +VALIGN="bottom" 1962 +><A 1963 +HREF="r1269.html" 1964 +ACCESSKEY="N" 1965 +>Next</A 1966 +></TD 1967 +></TR 1968 +></TABLE 1969 +><HR 1970 +ALIGN="LEFT" 1971 +WIDTH="100%"></DIV 1972 +><H1 1973 +><A 1974 +NAME="RDISC" 1975 +></A 1976 +>rdisc</H1 1977 +><DIV 1978 +CLASS="REFNAMEDIV" 1979 +><A 1980 +NAME="AEN1130" 1460 +NAME="AEN1027" 1981 1461 +></A 1982 1462 +><H2 … … 1986 1466 +CLASS="REFSYNOPSISDIV" 1987 1467 +><A 1988 +NAME="AEN1 133"1468 +NAME="AEN1030" 1989 1469 +></A 1990 1470 +><H2 … … 1996 1476 +> [<CODE 1997 1477 +CLASS="OPTION" 1998 +>-abdfrstvV</CODE 1999 +>] [-p <TT 2000 +CLASS="REPLACEABLE" 2001 +><I 2002 +>preference</I 2003 +></TT 2004 +>] [-T <TT 2005 +CLASS="REPLACEABLE" 2006 +><I 2007 +>max_interval</I 2008 +></TT 1478 +>-abdfstvV</CODE 2009 1479 +>] [<TT 2010 1480 +CLASS="REPLACEABLE" … … 2022 1492 +CLASS="REFSECT1" 2023 1493 +><A 2024 +NAME="AEN1 146"1494 +NAME="AEN1039" 2025 1495 +></A 2026 1496 +><H2 … … 2092 1562 +CLASS="COMMAND" 2093 1563 +>gated</B 2094 +>. 2095 +Or, <B 2096 +CLASS="COMMAND" 2097 +>rdisc</B 2098 +> can act as responder, if compiled with -DRDISC_SERVER.</P 1564 +>.</P 2099 1565 +></DIV 2100 1566 +><DIV 2101 1567 +CLASS="REFSECT1" 2102 1568 +><A 2103 +NAME="AEN1 163"1569 +NAME="AEN1055" 2104 1570 +></A 2105 1571 +><H2 … … 2192 1658 +><CODE 2193 1659 +CLASS="OPTION" 2194 +>-r</CODE2195 +></DT2196 +><DD2197 +><P2198 +>Responder mode, available only if compiled with -DRDISC_SERVER.2199 + </P2200 +></DD2201 +><DT2202 +><CODE2203 +CLASS="OPTION"2204 1660 +>-s</CODE 2205 1661 +></DT … … 2231 1687 +><CODE 2232 1688 +CLASS="OPTION" 2233 +>-p <TT2234 +CLASS="REPLACEABLE"2235 +><I2236 +>preference</I2237 +></TT2238 +></CODE2239 +></DT2240 +><DD2241 +><P2242 +>Set preference in advertisement.2243 +Available only with -r option.2244 + </P2245 +></DD2246 +><DT2247 +><CODE2248 +CLASS="OPTION"2249 +>-T <TT2250 +CLASS="REPLACEABLE"2251 +><I2252 +>max_interval</I2253 +></TT2254 +></CODE2255 +></DT2256 +><DD2257 +><P2258 +>Set maximum advertisement interval in seconds. Default is 600 secs.2259 +Available only with -r option.2260 + </P2261 +></DD2262 +><DT2263 +><CODE2264 +CLASS="OPTION"2265 1689 +>-t</CODE 2266 1690 +></DT … … 2296 1720 +CLASS="REFSECT1" 2297 1721 +><A 2298 +NAME="AEN1 235"1722 +NAME="AEN1110" 2299 1723 +></A 2300 1724 +><H2 … … 2320 1744 +CLASS="REFSECT1" 2321 1745 +><A 2322 +NAME="AEN1 240"1746 +NAME="AEN1115" 2323 1747 +></A 2324 1748 +><H2 … … 2353 1777 +CLASS="REFSECT1" 2354 1778 +><A 2355 +NAME="AEN1 253"1779 +NAME="AEN1128" 2356 1780 +></A 2357 1781 +><H2 … … 2360 1784 +>Deering, S.E.,ed "ICMP Router Discovery Messages", 2361 1785 +<A 2362 +HREF=" http://tools.ietf.org/rfc/rfc1256.txt"1786 +HREF="ftp://ftp.isi.edu/in-notes/rfc1256.txt" 2363 1787 +TARGET="_top" 2364 1788 +>RFC1256</A … … 2369 1793 +CLASS="REFSECT1" 2370 1794 +><A 2371 +NAME="AEN1 257"1795 +NAME="AEN1132" 2372 1796 +></A 2373 1797 +><H2 … … 2379 1803 +> requires <CODE 2380 1804 +CLASS="CONSTANT" 2381 +>CAP_NET_RAW </CODE1805 +>CAP_NET_RAWIO</CODE 2382 1806 +> to listen 2383 1807 +and send ICMP messages and capability <CODE … … 2390 1814 +CLASS="REFSECT1" 2391 1815 +><A 2392 +NAME="AEN1 263"1816 +NAME="AEN1138" 2393 1817 +></A 2394 1818 +><H2 … … 2425 1849 +VALIGN="top" 2426 1850 +><A 2427 +HREF="r 1056.html"1851 +HREF="r949.html" 2428 1852 +ACCESSKEY="P" 2429 1853 +>Prev</A … … 2443 1867 +VALIGN="top" 2444 1868 +><A 2445 +HREF="r1 269.html"1869 +HREF="r1144.html" 2446 1870 +ACCESSKEY="N" 2447 1871 +>Next</A … … 2453 1877 +ALIGN="left" 2454 1878 +VALIGN="top" 2455 +> ninfod</TD1879 +>tftpd</TD 2456 1880 +><TD 2457 1881 +WIDTH="34%" … … 2471 1895 +> 2472 1896 \ No newline at end of file 2473 diff -Naur iputils-s201 21221.orig/doc/r1269.html iputils-s20121221/doc/r1269.html2474 --- iputils-s201 21221.orig/doc/r1269.html 1970-01-01 00:00:00.000000000 +00002475 +++ iputils-s201 21221/doc/r1269.html 2013-01-04 10:38:35.000000000 +00001897 diff -Naur iputils-s20101006.orig/doc/r1144.html iputils-s20101006/doc/r1144.html 1898 --- iputils-s20101006.orig/doc/r1144.html 1969-12-31 19:00:00.000000000 -0500 1899 +++ iputils-s20101006/doc/r1144.html 2011-01-08 20:09:49.631531431 -0500 2476 1900 @@ -0,0 +1,428 @@ 2477 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1901 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 2478 1902 +<HTML 2479 1903 +><HEAD … … 2488 1912 +REL="PREVIOUS" 2489 1913 +TITLE="rdisc" 2490 +HREF="r1 125.html"></HEAD1914 +HREF="r1022.html"></HEAD 2491 1915 +><BODY 2492 1916 +CLASS="REFENTRY" … … 2516 1940 +VALIGN="bottom" 2517 1941 +><A 2518 +HREF="r1 125.html"1942 +HREF="r1022.html" 2519 1943 +ACCESSKEY="P" 2520 1944 +>Prev</A … … 2543 1967 +CLASS="REFNAMEDIV" 2544 1968 +><A 2545 +NAME="AEN1 274"1969 +NAME="AEN1149" 2546 1970 +></A 2547 1971 +><H2 … … 2551 1975 +CLASS="REFSYNOPSISDIV" 2552 1976 +><A 2553 +NAME="AEN1 277"1977 +NAME="AEN1152" 2554 1978 +></A 2555 1979 +><H2 … … 2579 2003 +CLASS="REFSECT1" 2580 2004 +><A 2581 +NAME="AEN1 286"2005 +NAME="AEN1161" 2582 2006 +></A 2583 2007 +><H2 … … 2616 2040 +CLASS="REFSECT1" 2617 2041 +><A 2618 +NAME="AEN1 297"2042 +NAME="AEN1172" 2619 2043 +></A 2620 2044 +><H2 … … 2639 2063 +>Name of Ethernet device to test. See 2640 2064 +<A 2641 +HREF="r1 269.html#PG3.WARNING"2065 +HREF="r1144.html#PG3.WARNING" 2642 2066 +>warning</A 2643 2067 +> below. … … 2794 2218 +CLASS="REFSECT1" 2795 2219 +><A 2796 +NAME="AEN1 357"2220 +NAME="AEN1232" 2797 2221 +></A 2798 2222 +><H2 … … 2811 2235 +CLASS="REFSECT1" 2812 2236 +><A 2813 +NAME="AEN1 362"2237 +NAME="AEN1237" 2814 2238 +></A 2815 2239 +><H2 … … 2827 2251 +CLASS="REFSECT1" 2828 2252 +><A 2829 +NAME="AEN1 366"2253 +NAME="AEN1241" 2830 2254 +></A 2831 2255 +><H2 … … 2862 2286 +VALIGN="top" 2863 2287 +><A 2864 +HREF="r1 125.html"2288 +HREF="r1022.html" 2865 2289 +ACCESSKEY="P" 2866 2290 +>Prev</A … … 2904 2328 +> 2905 2329 \ No newline at end of file 2906 diff -Naur iputils-s201 21221.orig/doc/r3.html iputils-s20121221/doc/r3.html2907 --- iputils-s201 21221.orig/doc/r3.html 1970-01-01 00:00:00.000000000 +00002908 +++ iputils-s201 21221/doc/r3.html 2013-01-04 10:38:35.000000000 +00002909 @@ -0,0 +1,1 585@@2910 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2330 diff -Naur iputils-s20101006.orig/doc/r3.html iputils-s20101006/doc/r3.html 2331 --- iputils-s20101006.orig/doc/r3.html 1969-12-31 19:00:00.000000000 -0500 2332 +++ iputils-s20101006/doc/r3.html 2011-01-08 20:09:49.558814956 -0500 2333 @@ -0,0 +1,1494 @@ 2334 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 2911 2335 +<HTML 2912 2336 +><HEAD … … 2924 2348 +REL="NEXT" 2925 2349 +TITLE="arping" 2926 +HREF="r4 66.html"></HEAD2350 +HREF="r437.html"></HEAD 2927 2351 +><BODY 2928 2352 +CLASS="REFENTRY" … … 2966 2390 +VALIGN="bottom" 2967 2391 +><A 2968 +HREF="r4 66.html"2392 +HREF="r437.html" 2969 2393 +ACCESSKEY="N" 2970 2394 +>Next</A … … 3001 2425 +> [<CODE 3002 2426 +CLASS="OPTION" 3003 +>- aAbBdDfhLnOqrRUvV</CODE2427 +>-LRUbdfnqrvVaAB</CODE 3004 2428 +>] [-c <TT 3005 2429 +CLASS="REPLACEABLE" … … 3007 2431 +>count</I 3008 2432 +></TT 2433 +>] [-m <TT 2434 +CLASS="REPLACEABLE" 2435 +><I 2436 +>mark</I 2437 +></TT 2438 +>] [-i <TT 2439 +CLASS="REPLACEABLE" 2440 +><I 2441 +>interval</I 2442 +></TT 2443 +>] [-l <TT 2444 +CLASS="REPLACEABLE" 2445 +><I 2446 +>preload</I 2447 +></TT 2448 +>] [-p <TT 2449 +CLASS="REPLACEABLE" 2450 +><I 2451 +>pattern</I 2452 +></TT 2453 +>] [-s <TT 2454 +CLASS="REPLACEABLE" 2455 +><I 2456 +>packetsize</I 2457 +></TT 2458 +>] [-t <TT 2459 +CLASS="REPLACEABLE" 2460 +><I 2461 +>ttl</I 2462 +></TT 2463 +>] [-w <TT 2464 +CLASS="REPLACEABLE" 2465 +><I 2466 +>deadline</I 2467 +></TT 3009 2468 +>] [-F <TT 3010 2469 +CLASS="REPLACEABLE" … … 3012 2471 +>flowlabel</I 3013 2472 +></TT 3014 +>] [-i <TT3015 +CLASS="REPLACEABLE"3016 +><I3017 +>interval</I3018 +></TT3019 2473 +>] [-I <TT 3020 2474 +CLASS="REPLACEABLE" … … 3022 2476 +>interface</I 3023 2477 +></TT 3024 +>] [-l <TT3025 +CLASS="REPLACEABLE"3026 +><I3027 +>preload</I3028 +></TT3029 +>] [-m <TT3030 +CLASS="REPLACEABLE"3031 +><I3032 +>mark</I3033 +></TT3034 2478 +>] [-M <TT 3035 2479 +CLASS="REPLACEABLE" 3036 2480 +><I 3037 +> pmtudisc_option</I2481 +>hint</I 3038 2482 +></TT 3039 2483 +>] [-N <TT 3040 2484 +CLASS="REPLACEABLE" 3041 2485 +><I 3042 +>nodeinfo_option</I 3043 +></TT 3044 +>] [-w <TT 3045 +CLASS="REPLACEABLE" 3046 +><I 3047 +>deadline</I 2486 +>nioption</I 2487 +></TT 2488 +>] [-Q <TT 2489 +CLASS="REPLACEABLE" 2490 +><I 2491 +>tos</I 2492 +></TT 2493 +>] [-S <TT 2494 +CLASS="REPLACEABLE" 2495 +><I 2496 +>sndbuf</I 2497 +></TT 2498 +>] [-T <TT 2499 +CLASS="REPLACEABLE" 2500 +><I 2501 +>timestamp option</I 3048 2502 +></TT 3049 2503 +>] [-W <TT … … 3051 2505 +><I 3052 2506 +>timeout</I 3053 +></TT3054 +>] [-p <TT3055 +CLASS="REPLACEABLE"3056 +><I3057 +>pattern</I3058 +></TT3059 +>] [-Q <TT3060 +CLASS="REPLACEABLE"3061 +><I3062 +>tos</I3063 +></TT3064 +>] [-s <TT3065 +CLASS="REPLACEABLE"3066 +><I3067 +>packetsize</I3068 +></TT3069 +>] [-S <TT3070 +CLASS="REPLACEABLE"3071 +><I3072 +>sndbuf</I3073 +></TT3074 +>] [-t <TT3075 +CLASS="REPLACEABLE"3076 +><I3077 +>ttl</I3078 +></TT3079 +>] [-T <TT3080 +CLASS="REPLACEABLE"3081 +><I3082 +>timestamp option</I3083 2507 +></TT 3084 2508 +>] [<TT … … 3117 2541 +CLASS="COMMAND" 3118 2542 +>ping6</B 3119 +> is IPv6 version of <B 3120 +CLASS="COMMAND" 3121 +>ping</B 3122 +>, and can also send Node Information Queries (RFC4620). 3123 +Intermediate <TT 3124 +CLASS="REPLACEABLE" 3125 +><I 3126 +>hop</I 3127 +></TT 3128 +>s may not be allowed, because IPv6 source routing was deprecated (RFC5095).</P 2543 +> can also send Node Information Queries (RFC4620).</P 3129 2544 +></DIV 3130 2545 +><DIV 3131 2546 +CLASS="REFSECT1" 3132 2547 +><A 3133 +NAME="AEN 61"2548 +NAME="AEN59" 3134 2549 +></A 3135 2550 +><H2 … … 3158 2573 +><P 3159 2574 +>Adaptive ping. Interpacket interval adapts to round-trip time, so that 3160 +effectively not more than one (or more, if preload is set) unanswered probe 3161 + ispresent in the network. Minimal interval is 200msec for not super-user.2575 +effectively not more than one (or more, if preload is set) unanswered probes 2576 +present in the network. Minimal interval is 200msec for not super-user. 3162 2577 +On networks with low rtt this mode is essentially equivalent to flood mode. 3163 2578 + </P … … 3188 2603 +>ping</B 3189 2604 +> starts. 2605 + </P 2606 +></DD 2607 +><DT 2608 +><CODE 2609 +CLASS="OPTION" 2610 +>-m <TT 2611 +CLASS="REPLACEABLE" 2612 +><I 2613 +>mark</I 2614 +></TT 2615 +></CODE 2616 +></DT 2617 +><DD 2618 +><P 2619 +>use <TT 2620 +CLASS="REPLACEABLE" 2621 +><I 2622 +>mark</I 2623 +></TT 2624 +> to tag the packets going out. This is useful 2625 +for variety of reasons within the kernel such as using policy 2626 +routing to select specific outbound processing. 3190 2627 + </P 3191 2628 +></DD … … 3250 2687 +><CODE 3251 2688 +CLASS="OPTION" 3252 +>-D</CODE 3253 +></DT 3254 +><DD 3255 +><P 3256 +>Print timestamp (unix time + microseconds as in gettimeofday) before 3257 +each line. 2689 +>-F <TT 2690 +CLASS="REPLACEABLE" 2691 +><I 2692 +>flow label</I 2693 +></TT 2694 +></CODE 2695 +></DT 2696 +><DD 2697 +><P 2698 +>Allocate and set 20 bit flow label on echo request packets. 2699 +(Only <B 2700 +CLASS="COMMAND" 2701 +>ping6</B 2702 +>). If value is zero, kernel allocates random flow label. 3258 2703 + </P 3259 2704 +></DD … … 3277 2722 +><CODE 3278 2723 +CLASS="OPTION" 3279 +>-F <TT3280 +CLASS="REPLACEABLE"3281 +><I3282 +>flow label</I3283 +></TT3284 +></CODE3285 +></DT3286 +><DD3287 +><P3288 +><B3289 +CLASS="COMMAND"3290 +>ping6</B3291 +> only.3292 +Allocate and set 20 bit flow label (in hex) on echo request packets.3293 +If value is zero, kernel allocates random flow label.3294 + </P3295 +></DD3296 +><DT3297 +><CODE3298 +CLASS="OPTION"3299 +>-h</CODE3300 +></DT3301 +><DD3302 +><P3303 +>Show help.3304 + </P3305 +></DD3306 +><DT3307 +><CODE3308 +CLASS="OPTION"3309 2724 +>-i <TT 3310 2725 +CLASS="REPLACEABLE" … … 3333 2748 +CLASS="REPLACEABLE" 3334 2749 +><I 3335 +>interface </I2750 +>interface address</I 3336 2751 +></TT 3337 2752 +></CODE … … 3339 2754 +><DD 3340 2755 +><P 3341 +><TT 3342 +CLASS="REPLACEABLE" 3343 +><I 3344 +>interface</I 3345 +></TT 3346 +> is either an address, or an interface name. 3347 +If <TT 3348 +CLASS="REPLACEABLE" 3349 +><I 3350 +>interface</I 3351 +></TT 3352 +> is an address, it sets source address 3353 +to specified interface address. 3354 +If <TT 3355 +CLASS="REPLACEABLE" 3356 +><I 3357 +>interface</I 3358 +></TT 3359 +> in an interface name, it sets 3360 +source interface to specified interface. 3361 +For <B 3362 +CLASS="COMMAND" 3363 +>ping6</B 3364 +>, when doing ping to a link-local scope 3365 +address, link specification (by the '%'-notation in 3366 +<TT 3367 +CLASS="REPLACEABLE" 3368 +><I 3369 +>destination</I 3370 +></TT 3371 +>, or by this option) is required. 2756 +>Set source address to specified interface address. Argument 2757 +may be numeric IP address or name of device. When pinging IPv6 2758 +link-local address this option is required. 3372 2759 + </P 3373 2760 +></DD … … 3411 2798 +><CODE 3412 2799 +CLASS="OPTION" 3413 +>- m<TT3414 +CLASS="REPLACEABLE" 3415 +><I 3416 +> mark</I2800 +>-N <TT 2801 +CLASS="REPLACEABLE" 2802 +><I 2803 +>nioption</I 3417 2804 +></TT 3418 2805 +></CODE … … 3420 2807 +><DD 3421 2808 +><P 3422 +>use <TT 3423 +CLASS="REPLACEABLE" 3424 +><I 3425 +>mark</I 3426 +></TT 3427 +> to tag the packets going out. This is useful 3428 +for variety of reasons within the kernel such as using policy 3429 +routing to select specific outbound processing. 3430 + </P 3431 +></DD 3432 +><DT 3433 +><CODE 3434 +CLASS="OPTION" 3435 +>-M <TT 3436 +CLASS="REPLACEABLE" 3437 +><I 3438 +>pmtudisc_opt</I 3439 +></TT 3440 +></CODE 3441 +></DT 3442 +><DD 3443 +><P 3444 +>Select Path MTU Discovery strategy. 3445 +<TT 3446 +CLASS="REPLACEABLE" 3447 +><I 3448 +>pmtudisc_option</I 3449 +></TT 3450 +> may be either <TT 3451 +CLASS="REPLACEABLE" 3452 +><I 3453 +>do</I 3454 +></TT 3455 +> 3456 +(prohibit fragmentation, even local one), 3457 +<TT 3458 +CLASS="REPLACEABLE" 3459 +><I 3460 +>want</I 3461 +></TT 3462 +> (do PMTU discovery, fragment locally when packet size 3463 +is large), or <TT 3464 +CLASS="REPLACEABLE" 3465 +><I 3466 +>dont</I 3467 +></TT 3468 +> (do not set DF flag). 3469 + </P 3470 +></DD 3471 +><DT 3472 +><CODE 3473 +CLASS="OPTION" 3474 +>-N <TT 3475 +CLASS="REPLACEABLE" 3476 +><I 3477 +>nodeinfo_option</I 3478 +></TT 3479 +></CODE 3480 +></DT 3481 +><DD 3482 +><P 3483 +><B 3484 +CLASS="COMMAND" 3485 +>ping6</B 3486 +> only. 3487 +Send ICMPv6 Node Information Queries (RFC4620), instead of Echo Request. 2809 +>Send ICMPv6 Node Information Queries (RFC4620), instead of Echo Request. 3488 2810 + <P 3489 2811 +></P … … 3494 2816 +><CODE 3495 2817 +CLASS="OPTION" 3496 +> help</CODE3497 +></DT 3498 +><DD 3499 +><P 3500 +> Show help for NI support.</P2818 +>name</CODE 2819 +></DT 2820 +><DD 2821 +><P 2822 +>Queries for Node Names.</P 3501 2823 +></DD 3502 2824 +></DL … … 3511 2833 +><CODE 3512 2834 +CLASS="OPTION" 3513 +>name</CODE 3514 +></DT 3515 +><DD 3516 +><P 3517 +>Queries for Node Names.</P 2835 +>ipv6</CODE 2836 +></DT 2837 +><DD 2838 +><P 2839 +>Queries for IPv6 Addresses. There are several IPv6 specific flags. 2840 + <P 2841 +></P 2842 +><DIV 2843 +CLASS="VARIABLELIST" 2844 +><DL 2845 +><DT 2846 +><CODE 2847 +CLASS="OPTION" 2848 +>ipv6-global</CODE 2849 +></DT 2850 +><DD 2851 +><P 2852 +>Request IPv6 global-scope addresses.</P 2853 +></DD 2854 +></DL 2855 +></DIV 2856 +> 2857 + <P 2858 +></P 2859 +><DIV 2860 +CLASS="VARIABLELIST" 2861 +><DL 2862 +><DT 2863 +><CODE 2864 +CLASS="OPTION" 2865 +>ipv6-sitelocal</CODE 2866 +></DT 2867 +><DD 2868 +><P 2869 +>Request IPv6 site-local addresses.</P 2870 +></DD 2871 +></DL 2872 +></DIV 2873 +> 2874 + <P 2875 +></P 2876 +><DIV 2877 +CLASS="VARIABLELIST" 2878 +><DL 2879 +><DT 2880 +><CODE 2881 +CLASS="OPTION" 2882 +>ipv6-linklocal</CODE 2883 +></DT 2884 +><DD 2885 +><P 2886 +>Request IPv6 link-local addresses.</P 2887 +></DD 2888 +></DL 2889 +></DIV 2890 +> 2891 + <P 2892 +></P 2893 +><DIV 2894 +CLASS="VARIABLELIST" 2895 +><DL 2896 +><DT 2897 +><CODE 2898 +CLASS="OPTION" 2899 +>ipv6-all</CODE 2900 +></DT 2901 +><DD 2902 +><P 2903 +>Request IPv6 addresses on other interfaces.</P 2904 +></DD 2905 +></DL 2906 +></DIV 2907 +> 2908 + </P 3518 2909 +></DD 3519 2910 +></DL … … 3528 2919 +><CODE 3529 2920 +CLASS="OPTION" 3530 +>ipv 6</CODE3531 +></DT 3532 +><DD 3533 +><P 3534 +>Queries for IPv 6 Addresses. There are several IPv6 specific flags.2921 +>ipv4</CODE 2922 +></DT 2923 +><DD 2924 +><P 2925 +>Queries for IPv4 Addresses. There is one IPv4 specific flag. 3535 2926 + <P 3536 2927 +></P … … 3541 2932 +><CODE 3542 2933 +CLASS="OPTION" 3543 +>ipv6-global</CODE 3544 +></DT 3545 +><DD 3546 +><P 3547 +>Request IPv6 global-scope addresses.</P 3548 +></DD 3549 +></DL 3550 +></DIV 3551 +> 3552 + <P 3553 +></P 3554 +><DIV 3555 +CLASS="VARIABLELIST" 3556 +><DL 3557 +><DT 3558 +><CODE 3559 +CLASS="OPTION" 3560 +>ipv6-sitelocal</CODE 3561 +></DT 3562 +><DD 3563 +><P 3564 +>Request IPv6 site-local addresses.</P 3565 +></DD 3566 +></DL 3567 +></DIV 3568 +> 3569 + <P 3570 +></P 3571 +><DIV 3572 +CLASS="VARIABLELIST" 3573 +><DL 3574 +><DT 3575 +><CODE 3576 +CLASS="OPTION" 3577 +>ipv6-linklocal</CODE 3578 +></DT 3579 +><DD 3580 +><P 3581 +>Request IPv6 link-local addresses.</P 3582 +></DD 3583 +></DL 3584 +></DIV 3585 +> 3586 + <P 3587 +></P 3588 +><DIV 3589 +CLASS="VARIABLELIST" 3590 +><DL 3591 +><DT 3592 +><CODE 3593 +CLASS="OPTION" 3594 +>ipv6-all</CODE 3595 +></DT 3596 +><DD 3597 +><P 3598 +>Request IPv6 addresses on other interfaces.</P 2934 +>ipv4-all</CODE 2935 +></DT 2936 +><DD 2937 +><P 2938 +>Request IPv4 addresses on other interfaces.</P 3599 2939 +></DD 3600 2940 +></DL … … 3614 2954 +><CODE 3615 2955 +CLASS="OPTION" 3616 +>ipv4</CODE 3617 +></DT 3618 +><DD 3619 +><P 3620 +>Queries for IPv4 Addresses. There is one IPv4 specific flag. 3621 + <P 3622 +></P 3623 +><DIV 3624 +CLASS="VARIABLELIST" 3625 +><DL 3626 +><DT 3627 +><CODE 3628 +CLASS="OPTION" 3629 +>ipv4-all</CODE 3630 +></DT 3631 +><DD 3632 +><P 3633 +>Request IPv4 addresses on other interfaces.</P 3634 +></DD 3635 +></DL 3636 +></DIV 3637 +> 3638 + </P 2956 +>subject-ipv6=<TT 2957 +CLASS="REPLACEABLE" 2958 +><I 2959 +>ipv6addr</I 2960 +></TT 2961 +></CODE 2962 +></DT 2963 +><DD 2964 +><P 2965 +>IPv6 subject address.</P 3639 2966 +></DD 3640 2967 +></DL … … 3649 2976 +><CODE 3650 2977 +CLASS="OPTION" 3651 +>subject-ipv 6=<TT3652 +CLASS="REPLACEABLE" 3653 +><I 3654 +>ipv 6addr</I2978 +>subject-ipv4=<TT 2979 +CLASS="REPLACEABLE" 2980 +><I 2981 +>ipv4addr</I 3655 2982 +></TT 3656 2983 +></CODE … … 3658 2985 +><DD 3659 2986 +><P 3660 +>IPv 6subject address.</P2987 +>IPv4 subject address.</P 3661 2988 +></DD 3662 2989 +></DL … … 3671 2998 +><CODE 3672 2999 +CLASS="OPTION" 3673 +>subject- ipv4=<TT3674 +CLASS="REPLACEABLE" 3675 +><I 3676 +> ipv4addr</I3000 +>subject-name=<TT 3001 +CLASS="REPLACEABLE" 3002 +><I 3003 +>nodename</I 3677 3004 +></TT 3678 3005 +></CODE … … 3680 3007 +><DD 3681 3008 +><P 3682 +>IPv4 subject address.</P 3009 +>Subject name. If it contains more than one dot, 3010 + fully-qualified domain name is assumed.</P 3683 3011 +></DD 3684 3012 +></DL … … 3693 3021 +><CODE 3694 3022 +CLASS="OPTION" 3695 +>subject-name=<TT3696 +CLASS="REPLACEABLE"3697 +><I3698 +>nodename</I3699 +></TT3700 +></CODE3701 +></DT3702 +><DD3703 +><P3704 +>Subject name. If it contains more than one dot,3705 + fully-qualified domain name is assumed.</P3706 +></DD3707 +></DL3708 +></DIV3709 +>3710 + <P3711 +></P3712 +><DIV3713 +CLASS="VARIABLELIST"3714 +><DL3715 +><DT3716 +><CODE3717 +CLASS="OPTION"3718 3023 +>subject-fqdn=<TT 3719 3024 +CLASS="REPLACEABLE" … … 3742 3047 +>Numeric output only. 3743 3048 +No attempt will be made to lookup symbolic names for host addresses. 3744 + </P3745 +></DD3746 +><DT3747 +><CODE3748 +CLASS="OPTION"3749 +>-O</CODE3750 +></DT3751 +><DD3752 +><P3753 +>Report outstanding ICMP ECHO reply before sending next packet.3754 +This is useful together with the timestamp <CODE3755 +CLASS="OPTION"3756 +>-D</CODE3757 +> to3758 +log output to a diagnostic file and search for missing answers.3759 3049 + </P 3760 3050 +></DD … … 3783 3073 +><CODE 3784 3074 +CLASS="OPTION" 3075 +>-D</CODE 3076 +></DT 3077 +><DD 3078 +><P 3079 +>Print timestamp (unix time + microseconds as in gettimeofday) before 3080 +each line. 3081 + </P 3082 +></DD 3083 +><DT 3084 +><CODE 3085 +CLASS="OPTION" 3086 +>-Q <TT 3087 +CLASS="REPLACEABLE" 3088 +><I 3089 +>tos</I 3090 +></TT 3091 +></CODE 3092 +></DT 3093 +><DD 3094 +><P 3095 +>Set Quality of Service -related bits in ICMP datagrams. 3096 +<TT 3097 +CLASS="REPLACEABLE" 3098 +><I 3099 +>tos</I 3100 +></TT 3101 +> can be either decimal or hex number. 3102 +Traditionally (RFC1349), these have been interpreted as: 0 for reserved 3103 +(currently being redefined as congestion control), 1-4 for Type of Service 3104 +and 5-7 for Precedence. 3105 +Possible settings for Type of Service are: minimal cost: 0x02, 3106 +reliability: 0x04, throughput: 0x08, low delay: 0x10. Multiple TOS bits 3107 +should not be set simultaneously. Possible settings for 3108 +special Precedence range from priority (0x20) to net control (0xe0). You 3109 +must be root (<CODE 3110 +CLASS="CONSTANT" 3111 +>CAP_NET_ADMIN</CODE 3112 +> capability) to use Critical or 3113 +higher precedence value. You cannot set 3114 +bit 0x01 (reserved) unless ECN has been enabled in the kernel. 3115 +In RFC2474, these fields has been redefined as 8-bit Differentiated 3116 +Services (DS), consisting of: bits 0-1 of separate data (ECN will be used, 3117 +here), and bits 2-7 of Differentiated Services Codepoint (DSCP). 3118 + </P 3119 +></DD 3120 +><DT 3121 +><CODE 3122 +CLASS="OPTION" 3785 3123 +>-q</CODE 3786 3124 +></DT … … 3795 3133 +><CODE 3796 3134 +CLASS="OPTION" 3797 +>-Q <TT 3798 +CLASS="REPLACEABLE" 3799 +><I 3800 +>tos</I 3801 +></TT 3802 +></CODE 3803 +></DT 3804 +><DD 3805 +><P 3806 +> Set Quality of Service -related bits in ICMP datagrams. 3807 + <TT 3808 +CLASS="REPLACEABLE" 3809 +><I 3810 +>tos</I 3811 +></TT 3812 +> can be decimal (<B 3813 +CLASS="COMMAND" 3814 +>ping</B 3815 +> only) or hex number. 3816 + </P 3817 +><P 3818 +> In RFC2474, these fields are interpreted as 8-bit Differentiated 3819 + Services (DS), consisting of: bits 0-1 (2 lowest bits) of separate 3820 + data, and bits 2-7 (highest 6 bits) of Differentiated Services 3821 + Codepoint (DSCP). In RFC2481 and RFC3168, bits 0-1 are used for ECN. 3822 + </P 3823 +><P 3824 +> Historically (RFC1349, obsoleted by RFC2474), these were interpreted 3825 + as: bit 0 (lowest bit) for reserved (currently being redefined as 3826 + congestion control), 1-4 for Type of Service and bits 5-7 3827 + (highest bits) for Precedence. 3828 + </P 3135 +>-R</CODE 3136 +></DT 3137 +><DD 3138 +><P 3139 +>Record route. 3140 +Includes the RECORD_ROUTE option in the ECHO_REQUEST 3141 +packet and displays the route buffer on returned packets. 3142 +Note that the IP header is only large enough for nine such routes. 3143 +Many hosts ignore or discard this option. 3144 + </P 3829 3145 +></DD 3830 3146 +><DT … … 3849 3165 +><CODE 3850 3166 +CLASS="OPTION" 3851 +>-R</CODE3852 +></DT3853 +><DD3854 +><P3855 +><B3856 +CLASS="COMMAND"3857 +>ping</B3858 +> only.3859 +Record route.3860 +Includes the RECORD_ROUTE option in the ECHO_REQUEST3861 +packet and displays the route buffer on returned packets.3862 +Note that the IP header is only large enough for nine such routes.3863 +Many hosts ignore or discard this option.3864 + </P3865 +></DD3866 +><DT3867 +><CODE3868 +CLASS="OPTION"3869 3167 +>-s <TT 3870 3168 +CLASS="REPLACEABLE" … … 3909 3207 +><DD 3910 3208 +><P 3911 +><B 3912 +CLASS="COMMAND" 3913 +>ping</B 3914 +> only. 3915 +Set the IP Time to Live. 3209 +>Set the IP Time to Live. 3916 3210 + </P 3917 3211 +></DD … … 3954 3248 +> 3955 3249 +(timestamp prespecified hops). 3250 + </P 3251 +></DD 3252 +><DT 3253 +><CODE 3254 +CLASS="OPTION" 3255 +>-M <TT 3256 +CLASS="REPLACEABLE" 3257 +><I 3258 +>hint</I 3259 +></TT 3260 +></CODE 3261 +></DT 3262 +><DD 3263 +><P 3264 +>Select Path MTU Discovery strategy. 3265 +<TT 3266 +CLASS="REPLACEABLE" 3267 +><I 3268 +>hint</I 3269 +></TT 3270 +> may be either <TT 3271 +CLASS="REPLACEABLE" 3272 +><I 3273 +>do</I 3274 +></TT 3275 +> 3276 +(prohibit fragmentation, even local one), 3277 +<TT 3278 +CLASS="REPLACEABLE" 3279 +><I 3280 +>want</I 3281 +></TT 3282 +> (do PMTU discovery, fragment locally when packet size 3283 +is large), or <TT 3284 +CLASS="REPLACEABLE" 3285 +><I 3286 +>dont</I 3287 +></TT 3288 +> (do not set DF flag). 3956 3289 + </P 3957 3290 +></DD … … 4064 3397 +><P 4065 3398 +>Time to wait for a response, in seconds. The option affects only timeout 4066 +in absen ce of any responses, otherwise <B3399 +in absense of any responses, otherwise <B 4067 3400 +CLASS="COMMAND" 4068 3401 +>ping</B … … 4155 3488 +CLASS="REFSECT1" 4156 3489 +><A 4157 +NAME="AEN3 91"3490 +NAME="AEN362" 4158 3491 +></A 4159 3492 +><H2 … … 4187 3520 +CLASS="REFSECT1" 4188 3521 +><A 4189 +NAME="AEN3 98"3522 +NAME="AEN369" 4190 3523 +></A 4191 3524 +><H2 … … 4212 3545 +CLASS="REFSECT1" 4213 3546 +><A 4214 +NAME="AEN 404"3547 +NAME="AEN375" 4215 3548 +></A 4216 3549 +><H2 … … 4246 3579 +CLASS="REFSECT1" 4247 3580 +><A 4248 +NAME="AEN 410"3581 +NAME="AEN381" 4249 3582 +></A 4250 3583 +><H2 … … 4280 3613 +>.</P 4281 3614 +><P 4282 +>In normal operation ping prints the TTLvalue from the packet it receives.3615 +>In normal operation ping prints the ttl value from the packet it receives. 4283 3616 +When a remote system receives a ping packet, it can do one of three things 4284 3617 +with the TTL field in its response:</P … … 4328 3661 +CLASS="REFSECT1" 4329 3662 +><A 4330 +NAME="AEN4 32"3663 +NAME="AEN403" 4331 3664 +></A 4332 3665 +><H2 … … 4358 3691 +CLASS="REFSECT1" 4359 3692 +><A 4360 +NAME="AEN4 41"3693 +NAME="AEN412" 4361 3694 +></A 4362 3695 +><H2 … … 4381 3714 +CLASS="REFSECT1" 4382 3715 +><A 4383 +NAME="AEN4 50"3716 +NAME="AEN421" 4384 3717 +></A 4385 3718 +><H2 … … 4396 3729 +CLASS="REFSECT1" 4397 3730 +><A 4398 +NAME="AEN4 55"3731 +NAME="AEN426" 4399 3732 +></A 4400 3733 +><H2 … … 4406 3739 +> requires <CODE 4407 3740 +CLASS="CONSTANT" 4408 +>CAP_NET_RAW </CODE3741 +>CAP_NET_RAWIO</CODE 4409 3742 +> capability 4410 3743 +to be executed. It may be used as set-uid root.</P … … 4413 3746 +CLASS="REFSECT1" 4414 3747 +><A 4415 +NAME="AEN4 60"3748 +NAME="AEN431" 4416 3749 +></A 4417 3750 +><H2 … … 4466 3799 +VALIGN="top" 4467 3800 +><A 4468 +HREF="r4 66.html"3801 +HREF="r437.html" 4469 3802 +ACCESSKEY="N" 4470 3803 +>Next</A … … 4494 3827 +> 4495 3828 \ No newline at end of file 4496 diff -Naur iputils-s201 21221.orig/doc/r466.html iputils-s20121221/doc/r466.html4497 --- iputils-s201 21221.orig/doc/r466.html 1970-01-01 00:00:00.000000000 +00004498 +++ iputils-s201 21221/doc/r466.html 2013-01-04 10:38:35.000000000 +00004499 @@ -0,0 +1,59 7@@4500 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 3829 diff -Naur iputils-s20101006.orig/doc/r437.html iputils-s20101006/doc/r437.html 3830 --- iputils-s20101006.orig/doc/r437.html 1969-12-31 19:00:00.000000000 -0500 3831 +++ iputils-s20101006/doc/r437.html 2011-01-08 20:09:49.571531343 -0500 3832 @@ -0,0 +1,598 @@ 3833 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 4501 3834 +<HTML 4502 3835 +><HEAD … … 4514 3847 +REL="NEXT" 4515 3848 +TITLE="clockdiff" 4516 +HREF="r 625.html"></HEAD3849 +HREF="r596.html"></HEAD 4517 3850 +><BODY 4518 3851 +CLASS="REFENTRY" … … 4556 3889 +VALIGN="bottom" 4557 3890 +><A 4558 +HREF="r 625.html"3891 +HREF="r596.html" 4559 3892 +ACCESSKEY="N" 4560 3893 +>Next</A … … 4573 3906 +CLASS="REFNAMEDIV" 4574 3907 +><A 4575 +NAME="AEN4 71"3908 +NAME="AEN442" 4576 3909 +></A 4577 3910 +><H2 … … 4581 3914 +CLASS="REFSYNOPSISDIV" 4582 3915 +><A 4583 +NAME="AEN4 74"3916 +NAME="AEN445" 4584 3917 +></A 4585 3918 +><H2 … … 4622 3955 +CLASS="REFSECT1" 4623 3956 +><A 4624 +NAME="AEN4 89"3957 +NAME="AEN460" 4625 3958 +></A 4626 3959 +><H2 … … 4648 3981 +CLASS="REFSECT1" 4649 3982 +><A 4650 +NAME="AEN4 95"3983 +NAME="AEN466" 4651 3984 +></A 4652 3985 +><H2 … … 4708 4041 +packets. With 4709 4042 +<A 4710 +HREF="r4 66.html#ARPING.DEADLINE"4043 +HREF="r437.html#ARPING.DEADLINE" 4711 4044 +><TT 4712 4045 +CLASS="REPLACEABLE" … … 4737 4070 +>Duplicate address detection mode (DAD). See 4738 4071 +<A 4739 +HREF=" http://tools.ietf.org/rfc/rfc2131.txt"4072 +HREF="ftp://ftp.isi.edu/in-notes/rfc2131.txt" 4740 4073 +TARGET="_top" 4741 4074 +>RFC2131, 4.4.1</A … … 4769 4102 +><DD 4770 4103 +><P 4771 +>Name of network device where to send ARP REQUEST packets. 4104 +>Name of network device where to send ARP REQUEST packets. This option 4105 +is required. 4772 4106 + </P 4773 4107 +></DD … … 4895 4229 +does not stop after 4896 4230 +<A 4897 +HREF="r4 66.html#ARPING.COUNT"4231 +HREF="r437.html#ARPING.COUNT" 4898 4232 +><TT 4899 4233 +CLASS="REPLACEABLE" … … 4905 4239 +packet are sent, it waits either for 4906 4240 +<A 4907 +HREF="r4 66.html#ARPING.DEADLINE"4241 +HREF="r437.html#ARPING.DEADLINE" 4908 4242 +><TT 4909 4243 +CLASS="REPLACEABLE" … … 4915 4249 +expire or until 4916 4250 +<A 4917 +HREF="r4 66.html#ARPING.COUNT"4251 +HREF="r437.html#ARPING.COUNT" 4918 4252 +><TT 4919 4253 +CLASS="REPLACEABLE" … … 4932 4266 +CLASS="REFSECT1" 4933 4267 +><A 4934 +NAME="AEN5 93"4268 +NAME="AEN564" 4935 4269 +></A 4936 4270 +><H2 … … 4948 4282 +>, 4949 4283 +<A 4950 +HREF="r 625.html"4284 +HREF="r596.html" 4951 4285 +><SPAN 4952 4286 +CLASS="CITEREFENTRY" … … 4958 4292 +>, 4959 4293 +<A 4960 +HREF="r 819.html"4294 +HREF="r790.html" 4961 4295 +><SPAN 4962 4296 +CLASS="CITEREFENTRY" … … 4971 4305 +CLASS="REFSECT1" 4972 4306 +><A 4973 +NAME="AEN 608"4307 +NAME="AEN579" 4974 4308 +></A 4975 4309 +><H2 … … 4997 4331 +CLASS="REFSECT1" 4998 4332 +><A 4999 +NAME="AEN 614"4333 +NAME="AEN585" 5000 4334 +></A 5001 4335 +><H2 … … 5007 4341 +> requires <CODE 5008 4342 +CLASS="CONSTANT" 5009 +>CAP_NET_RAW </CODE4343 +>CAP_NET_RAWIO</CODE 5010 4344 +> capability 5011 4345 +to be executed. It is not recommended to be used as set-uid root, … … 5015 4349 +CLASS="REFSECT1" 5016 4350 +><A 5017 +NAME="AEN 619"4351 +NAME="AEN590" 5018 4352 +></A 5019 4353 +><H2 … … 5068 4402 +VALIGN="top" 5069 4403 +><A 5070 +HREF="r 625.html"4404 +HREF="r596.html" 5071 4405 +ACCESSKEY="N" 5072 4406 +>Next</A … … 5096 4430 +> 5097 4431 \ No newline at end of file 5098 diff -Naur iputils-s201 21221.orig/doc/r625.html iputils-s20121221/doc/r625.html5099 --- iputils-s201 21221.orig/doc/r625.html 1970-01-01 00:00:00.000000000 +00005100 +++ iputils-s201 21221/doc/r625.html 2013-01-04 10:38:35.000000000 +00004432 diff -Naur iputils-s20101006.orig/doc/r596.html iputils-s20101006/doc/r596.html 4433 --- iputils-s20101006.orig/doc/r596.html 1969-12-31 19:00:00.000000000 -0500 4434 +++ iputils-s20101006/doc/r596.html 2011-01-08 20:09:49.582999920 -0500 5101 4435 @@ -0,0 +1,428 @@ 5102 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4436 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 5103 4437 +<HTML 5104 4438 +><HEAD … … 5113 4447 +REL="PREVIOUS" 5114 4448 +TITLE="arping" 5115 +HREF="r4 66.html"><LINK4449 +HREF="r437.html"><LINK 5116 4450 +REL="NEXT" 5117 4451 +TITLE="rarpd" 5118 +HREF="r 720.html"></HEAD4452 +HREF="r691.html"></HEAD 5119 4453 +><BODY 5120 4454 +CLASS="REFENTRY" … … 5144 4478 +VALIGN="bottom" 5145 4479 +><A 5146 +HREF="r4 66.html"4480 +HREF="r437.html" 5147 4481 +ACCESSKEY="P" 5148 4482 +>Prev</A … … 5158 4492 +VALIGN="bottom" 5159 4493 +><A 5160 +HREF="r 720.html"4494 +HREF="r691.html" 5161 4495 +ACCESSKEY="N" 5162 4496 +>Next</A … … 5175 4509 +CLASS="REFNAMEDIV" 5176 4510 +><A 5177 +NAME="AEN6 30"4511 +NAME="AEN601" 5178 4512 +></A 5179 4513 +><H2 … … 5183 4517 +CLASS="REFSYNOPSISDIV" 5184 4518 +><A 5185 +NAME="AEN6 33"4519 +NAME="AEN604" 5186 4520 +></A 5187 4521 +><H2 … … 5207 4541 +CLASS="REFSECT1" 5208 4542 +><A 5209 +NAME="AEN6 42"4543 +NAME="AEN613" 5210 4544 +></A 5211 4545 +><H2 … … 5223 4557 +> with 1 msec resolution using ICMP TIMESTAMP 5224 4558 +<A 5225 +HREF="r 625.html#CLOCKDIFF.ICMP-TIMESTAMP"4559 +HREF="r596.html#CLOCKDIFF.ICMP-TIMESTAMP" 5226 4560 +>[2]</A 5227 4561 +> 5228 4562 +packets or, optionally, IP TIMESTAMP option 5229 4563 +<A 5230 +HREF="r 625.html#CLOCKDIFF.IP-TIMESTAMP"4564 +HREF="r596.html#CLOCKDIFF.IP-TIMESTAMP" 5231 4565 +>[3]</A 5232 4566 +> 5233 4567 +option added to ICMP ECHO. 5234 4568 +<A 5235 +HREF="r 625.html#CLOCKDIFF.ICMP-ECHO"4569 +HREF="r596.html#CLOCKDIFF.ICMP-ECHO" 5236 4570 +>[1]</A 5237 4571 +></P … … 5240 4574 +CLASS="REFSECT1" 5241 4575 +><A 5242 +NAME="AEN6 50"4576 +NAME="AEN621" 5243 4577 +></A 5244 4578 +><H2 … … 5286 4620 +CLASS="REFSECT1" 5287 4621 +><A 5288 +NAME="AEN6 65"4622 +NAME="AEN636" 5289 4623 +></A 5290 4624 +><H2 … … 5324 4658 +CLASS="REFSECT1" 5325 4659 +><A 5326 +NAME="AEN6 76"4660 +NAME="AEN647" 5327 4661 +></A 5328 4662 +><H2 … … 5340 4674 +>, 5341 4675 +<A 5342 +HREF="r4 66.html"4676 +HREF="r437.html" 5343 4677 +><SPAN 5344 4678 +CLASS="CITEREFENTRY" … … 5350 4684 +>, 5351 4685 +<A 5352 +HREF="r 819.html"4686 +HREF="r790.html" 5353 4687 +><SPAN 5354 4688 +CLASS="CITEREFENTRY" … … 5363 4697 +CLASS="REFSECT1" 5364 4698 +><A 5365 +NAME="AEN6 91"4699 +NAME="AEN662" 5366 4700 +></A 5367 4701 +><H2 … … 5373 4707 +>ICMP ECHO, 5374 4708 +<A 5375 +HREF=" http://tools.ietf.org/rfc/rfc792.txt"4709 +HREF="ftp://ftp.isi.edu/in-notes/rfc792.txt" 5376 4710 +TARGET="_top" 5377 4711 +>RFC0792, page 14</A … … 5383 4717 +>ICMP TIMESTAMP, 5384 4718 +<A 5385 +HREF=" http://tools.ietf.org/rfc/rfc792.txt"4719 +HREF="ftp://ftp.isi.edu/in-notes/rfc792.txt" 5386 4720 +TARGET="_top" 5387 4721 +>RFC0792, page 16</A … … 5393 4727 +>IP TIMESTAMP option, 5394 4728 +<A 5395 +HREF=" http://tools.ietf.org/rfc/rfc791.txt"4729 +HREF="ftp://ftp.isi.edu/in-notes/rfc791.txt" 5396 4730 +TARGET="_top" 5397 4731 +>RFC0791, 3.1, page 16</A … … 5401 4735 +CLASS="REFSECT1" 5402 4736 +><A 5403 +NAME="AEN 702"4737 +NAME="AEN673" 5404 4738 +></A 5405 4739 +><H2 … … 5431 4765 +CLASS="REFSECT1" 5432 4766 +><A 5433 +NAME="AEN 709"4767 +NAME="AEN680" 5434 4768 +></A 5435 4769 +><H2 … … 5441 4775 +> requires <CODE 5442 4776 +CLASS="CONSTANT" 5443 +>CAP_NET_RAW </CODE4777 +>CAP_NET_RAWIO</CODE 5444 4778 +> capability 5445 4779 +to be executed. It is safe to be used as set-uid root.</P … … 5448 4782 +CLASS="REFSECT1" 5449 4783 +><A 5450 +NAME="AEN 714"4784 +NAME="AEN685" 5451 4785 +></A 5452 4786 +><H2 … … 5483 4817 +VALIGN="top" 5484 4818 +><A 5485 +HREF="r4 66.html"4819 +HREF="r437.html" 5486 4820 +ACCESSKEY="P" 5487 4821 +>Prev</A … … 5501 4835 +VALIGN="top" 5502 4836 +><A 5503 +HREF="r 720.html"4837 +HREF="r691.html" 5504 4838 +ACCESSKEY="N" 5505 4839 +>Next</A … … 5529 4863 +> 5530 4864 \ No newline at end of file 5531 diff -Naur iputils-s201 21221.orig/doc/r720.html iputils-s20121221/doc/r720.html5532 --- iputils-s201 21221.orig/doc/r720.html 1970-01-01 00:00:00.000000000 +00005533 +++ iputils-s201 21221/doc/r720.html 2013-01-04 10:38:35.000000000 +00004865 diff -Naur iputils-s20101006.orig/doc/r691.html iputils-s20101006/doc/r691.html 4866 --- iputils-s20101006.orig/doc/r691.html 1969-12-31 19:00:00.000000000 -0500 4867 +++ iputils-s20101006/doc/r691.html 2011-01-08 20:09:49.590918871 -0500 5534 4868 @@ -0,0 +1,431 @@ 5535 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 4869 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 5536 4870 +<HTML 5537 4871 +><HEAD … … 5546 4880 +REL="PREVIOUS" 5547 4881 +TITLE="clockdiff" 5548 +HREF="r 625.html"><LINK4882 +HREF="r596.html"><LINK 5549 4883 +REL="NEXT" 5550 4884 +TITLE="tracepath" 5551 +HREF="r 819.html"></HEAD4885 +HREF="r790.html"></HEAD 5552 4886 +><BODY 5553 4887 +CLASS="REFENTRY" … … 5577 4911 +VALIGN="bottom" 5578 4912 +><A 5579 +HREF="r 625.html"4913 +HREF="r596.html" 5580 4914 +ACCESSKEY="P" 5581 4915 +>Prev</A … … 5591 4925 +VALIGN="bottom" 5592 4926 +><A 5593 +HREF="r 819.html"4927 +HREF="r790.html" 5594 4928 +ACCESSKEY="N" 5595 4929 +>Next</A … … 5608 4942 +CLASS="REFNAMEDIV" 5609 4943 +><A 5610 +NAME="AEN 725"4944 +NAME="AEN696" 5611 4945 +></A 5612 4946 +><H2 … … 5616 4950 +CLASS="REFSYNOPSISDIV" 5617 4951 +><A 5618 +NAME="AEN 728"4952 +NAME="AEN699" 5619 4953 +></A 5620 4954 +><H2 … … 5642 4976 +CLASS="REFSECT1" 5643 4977 +><A 5644 +NAME="AEN7 37"4978 +NAME="AEN708" 5645 4979 +></A 5646 4980 +><H2 … … 5649 4983 +>Listens 5650 4984 +<A 5651 +HREF=" http://tools.ietf.org/rfc/rfc903.txt"4985 +HREF="ftp://ftp.isi.edu/in-notes/rfc903.txt" 5652 4986 +TARGET="_top" 5653 4987 +>RARP</A … … 5686 5020 +CLASS="REFSECT1" 5687 5021 +><A 5688 +NAME="AEN7 48"5022 +NAME="AEN719" 5689 5023 +></A 5690 5024 +><H2 … … 5693 5027 +>This facility is deeply obsoleted by 5694 5028 +<A 5695 +HREF=" http://tools.ietf.org/rfc/rfc951.txt"5029 +HREF="ftp://ftp.isi.edu/in-notes/rfc951.txt" 5696 5030 +TARGET="_top" 5697 5031 +>BOOTP</A … … 5699 5033 +and later 5700 5034 +<A 5701 +HREF=" http://tools.ietf.org/rfc/rfc2131.txt"5035 +HREF="ftp://ftp.isi.edu/in-notes/rfc2131.txt" 5702 5036 +TARGET="_top" 5703 5037 +>DHCP</A … … 5708 5042 +CLASS="REFSECT1" 5709 5043 +><A 5710 +NAME="AEN7 53"5044 +NAME="AEN724" 5711 5045 +></A 5712 5046 +><H2 … … 5804 5138 +CLASS="REFSECT1" 5805 5139 +><A 5806 +NAME="AEN7 90"5140 +NAME="AEN761" 5807 5141 +></A 5808 5142 +><H2 … … 5810 5144 +><P 5811 5145 +><A 5812 +HREF="r4 66.html"5146 +HREF="r437.html" 5813 5147 +><SPAN 5814 5148 +CLASS="CITEREFENTRY" … … 5820 5154 +>, 5821 5155 +<A 5822 +HREF="r9 83.html"5156 +HREF="r949.html" 5823 5157 +><SPAN 5824 5158 +CLASS="CITEREFENTRY" … … 5833 5167 +CLASS="REFSECT1" 5834 5168 +><A 5835 +NAME="AEN 801"5169 +NAME="AEN772" 5836 5170 +></A 5837 5171 +><H2 … … 5859 5193 +CLASS="REFSECT1" 5860 5194 +><A 5861 +NAME="AEN 807"5195 +NAME="AEN778" 5862 5196 +></A 5863 5197 +><H2 … … 5869 5203 +> requires <CODE 5870 5204 +CLASS="CONSTANT" 5871 +>CAP_NET_RAW </CODE5205 +>CAP_NET_RAWIO</CODE 5872 5206 +> capability 5873 5207 +to listen and send RARP and ARP packets. It also needs <CODE … … 5884 5218 +CLASS="REFSECT1" 5885 5219 +><A 5886 +NAME="AEN 813"5220 +NAME="AEN784" 5887 5221 +></A 5888 5222 +><H2 … … 5919 5253 +VALIGN="top" 5920 5254 +><A 5921 +HREF="r 625.html"5255 +HREF="r596.html" 5922 5256 +ACCESSKEY="P" 5923 5257 +>Prev</A … … 5937 5271 +VALIGN="top" 5938 5272 +><A 5939 +HREF="r 819.html"5273 +HREF="r790.html" 5940 5274 +ACCESSKEY="N" 5941 5275 +>Next</A … … 5965 5299 +> 5966 5300 \ No newline at end of file 5967 diff -Naur iputils-s201 21221.orig/doc/r819.html iputils-s20121221/doc/r819.html5968 --- iputils-s201 21221.orig/doc/r819.html 1970-01-01 00:00:00.000000000 +00005969 +++ iputils-s201 21221/doc/r819.html 2013-01-04 10:38:35.000000000 +00005970 @@ -0,0 +1,4 36 @@5971 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 5301 diff -Naur iputils-s20101006.orig/doc/r790.html iputils-s20101006/doc/r790.html 5302 --- iputils-s20101006.orig/doc/r790.html 1969-12-31 19:00:00.000000000 -0500 5303 +++ iputils-s20101006/doc/r790.html 2011-01-08 20:09:49.602668583 -0500 5304 @@ -0,0 +1,426 @@ 5305 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 5972 5306 +<HTML 5973 5307 +><HEAD … … 5982 5316 +REL="PREVIOUS" 5983 5317 +TITLE="rarpd" 5984 +HREF="r 720.html"><LINK5318 +HREF="r691.html"><LINK 5985 5319 +REL="NEXT" 5986 5320 +TITLE="traceroute6" 5987 +HREF="r 918.html"></HEAD5321 +HREF="r884.html"></HEAD 5988 5322 +><BODY 5989 5323 +CLASS="REFENTRY" … … 6013 5347 +VALIGN="bottom" 6014 5348 +><A 6015 +HREF="r 720.html"5349 +HREF="r691.html" 6016 5350 +ACCESSKEY="P" 6017 5351 +>Prev</A … … 6027 5361 +VALIGN="bottom" 6028 5362 +><A 6029 +HREF="r 918.html"5363 +HREF="r884.html" 6030 5364 +ACCESSKEY="N" 6031 5365 +>Next</A … … 6044 5378 +CLASS="REFNAMEDIV" 6045 5379 +><A 6046 +NAME="AEN 824"5380 +NAME="AEN795" 6047 5381 +></A 6048 5382 +><H2 … … 6052 5386 +CLASS="REFSYNOPSISDIV" 6053 5387 +><A 6054 +NAME="AEN 827"5388 +NAME="AEN798" 6055 5389 +></A 6056 5390 +><H2 … … 6065 5399 +>pktlen</I 6066 5400 +></TT 6067 +>] [-p <TT 5401 +>] {<TT 5402 +CLASS="REPLACEABLE" 5403 +><I 5404 +>destination</I 5405 +></TT 5406 +>} [<TT 6068 5407 +CLASS="REPLACEABLE" 6069 5408 +><I 6070 5409 +>port</I 6071 5410 +></TT 6072 +>] {<TT 6073 +CLASS="REPLACEABLE" 6074 +><I 6075 +>destination</I 6076 +></TT 6077 +>}</P 5411 +>]</P 6078 5412 +></DIV 6079 5413 +><DIV 6080 5414 +CLASS="REFSECT1" 6081 5415 +><A 6082 +NAME="AEN8 38"5416 +NAME="AEN809" 6083 5417 +></A 6084 5418 +><H2 … … 6112 5446 +and classic example of application of Linux error queues. 6113 5447 +The situation with IPv4 is worse, because commercial 6114 +IP routers do not return enough information in ICMPerror messages.5448 +IP routers do not return enough information in icmp error messages. 6115 5449 +Probably, it will change, when they will be updated. 6116 5450 +For now it uses Van Jacobson's trick, sweeping a range … … 6120 5454 +CLASS="REFSECT1" 6121 5455 +><A 6122 +NAME="AEN8 47"5456 +NAME="AEN818" 6123 5457 +></A 6124 5458 +><H2 … … 6162 5496 +></TT 6163 5497 +> instead of 6164 +6553 5for <B5498 +65536 for <B 6165 5499 +CLASS="COMMAND" 6166 5500 +>tracepath</B … … 6171 5505 + </P 6172 5506 +></DD 6173 +><DT6174 +><CODE6175 +CLASS="OPTION"6176 +>-p</CODE6177 +></DT6178 +><DD6179 +><P6180 +>Sets the initial destination port to use.6181 + </P6182 +></DD6183 5507 +></DL 6184 5508 +></DIV … … 6187 5511 +CLASS="REFSECT1" 6188 5512 +><A 6189 +NAME="AEN8 73"5513 +NAME="AEN839" 6190 5514 +></A 6191 5515 +><H2 … … 6221 5545 +><P 6222 5546 +>The rest of line shows miscellaneous information about path to 6223 +the correspinding network hop. As rule it contains value of RTT.5547 +the correspinding hetwork hop. As rule it contains value of RTT. 6224 5548 +Additionally, it can show Path MTU, when it changes. 6225 5549 +If the path is asymmetric … … 6241 5565 +CLASS="REFSECT1" 6242 5566 +><A 6243 +NAME="AEN8 85"5567 +NAME="AEN851" 6244 5568 +></A 6245 5569 +><H2 … … 6254 5578 +>, 6255 5579 +<A 6256 +HREF="r 918.html"5580 +HREF="r884.html" 6257 5581 +><SPAN 6258 5582 +CLASS="CITEREFENTRY" … … 6277 5601 +CLASS="REFSECT1" 6278 5602 +><A 6279 +NAME="AEN8 99"5603 +NAME="AEN865" 6280 5604 +></A 6281 5605 +><H2 … … 6296 5620 +CLASS="REFSECT1" 6297 5621 +><A 6298 +NAME="AEN 904"5622 +NAME="AEN870" 6299 5623 +></A 6300 5624 +><H2 … … 6325 5649 +CLASS="REFSECT1" 6326 5650 +><A 6327 +NAME="AEN 912"5651 +NAME="AEN878" 6328 5652 +></A 6329 5653 +><H2 … … 6360 5684 +VALIGN="top" 6361 5685 +><A 6362 +HREF="r 720.html"5686 +HREF="r691.html" 6363 5687 +ACCESSKEY="P" 6364 5688 +>Prev</A … … 6378 5702 +VALIGN="top" 6379 5703 +><A 6380 +HREF="r 918.html"5704 +HREF="r884.html" 6381 5705 +ACCESSKEY="N" 6382 5706 +>Next</A … … 6406 5730 +> 6407 5731 \ No newline at end of file 6408 diff -Naur iputils-s201 21221.orig/doc/r918.html iputils-s20121221/doc/r918.html6409 --- iputils-s201 21221.orig/doc/r918.html 1970-01-01 00:00:00.000000000 +00006410 +++ iputils-s201 21221/doc/r918.html 2013-01-04 10:38:35.000000000 +00005732 diff -Naur iputils-s20101006.orig/doc/r884.html iputils-s20101006/doc/r884.html 5733 --- iputils-s20101006.orig/doc/r884.html 1969-12-31 19:00:00.000000000 -0500 5734 +++ iputils-s20101006/doc/r884.html 2011-01-08 20:09:49.606677412 -0500 6411 5735 @@ -0,0 +1,315 @@ 6412 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 5736 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 6413 5737 +<HTML 6414 5738 +><HEAD … … 6423 5747 +REL="PREVIOUS" 6424 5748 +TITLE="tracepath" 6425 +HREF="r 819.html"><LINK5749 +HREF="r790.html"><LINK 6426 5750 +REL="NEXT" 6427 5751 +TITLE="tftpd" 6428 +HREF="r9 83.html"></HEAD5752 +HREF="r949.html"></HEAD 6429 5753 +><BODY 6430 5754 +CLASS="REFENTRY" … … 6454 5778 +VALIGN="bottom" 6455 5779 +><A 6456 +HREF="r 819.html"5780 +HREF="r790.html" 6457 5781 +ACCESSKEY="P" 6458 5782 +>Prev</A … … 6468 5792 +VALIGN="bottom" 6469 5793 +><A 6470 +HREF="r9 83.html"5794 +HREF="r949.html" 6471 5795 +ACCESSKEY="N" 6472 5796 +>Next</A … … 6485 5809 +CLASS="REFNAMEDIV" 6486 5810 +><A 6487 +NAME="AEN 923"5811 +NAME="AEN889" 6488 5812 +></A 6489 5813 +><H2 … … 6493 5817 +CLASS="REFSYNOPSISDIV" 6494 5818 +><A 6495 +NAME="AEN 926"5819 +NAME="AEN892" 6496 5820 +></A 6497 5821 +><H2 … … 6549 5873 +CLASS="REFSECT1" 6550 5874 +><A 6551 +NAME="AEN9 47"5875 +NAME="AEN913" 6552 5876 +></A 6553 5877 +><H2 … … 6568 5892 +CLASS="REFSECT1" 6569 5893 +><A 6570 +NAME="AEN9 53"5894 +NAME="AEN919" 6571 5895 +></A 6572 5896 +><H2 … … 6598 5922 +CLASS="REFSECT1" 6599 5923 +><A 6600 +NAME="AEN9 65"5924 +NAME="AEN931" 6601 5925 +></A 6602 5926 +><H2 … … 6628 5952 +CLASS="REFSECT1" 6629 5953 +><A 6630 +NAME="AEN9 72"5954 +NAME="AEN938" 6631 5955 +></A 6632 5956 +><H2 … … 6638 5962 +> requires <CODE 6639 5963 +CLASS="CONSTANT" 6640 +>CAP_NET_RAW </CODE5964 +>CAP_NET_RAWIO</CODE 6641 5965 +> capability 6642 5966 +to be executed. It is safe to be used as set-uid root.</P … … 6645 5969 +CLASS="REFSECT1" 6646 5970 +><A 6647 +NAME="AEN9 77"5971 +NAME="AEN943" 6648 5972 +></A 6649 5973 +><H2 … … 6680 6004 +VALIGN="top" 6681 6005 +><A 6682 +HREF="r 819.html"6006 +HREF="r790.html" 6683 6007 +ACCESSKEY="P" 6684 6008 +>Prev</A … … 6698 6022 +VALIGN="top" 6699 6023 +><A 6700 +HREF="r9 83.html"6024 +HREF="r949.html" 6701 6025 +ACCESSKEY="N" 6702 6026 +>Next</A … … 6726 6050 +> 6727 6051 \ No newline at end of file 6728 diff -Naur iputils-s201 21221.orig/doc/r983.html iputils-s20121221/doc/r983.html6729 --- iputils-s201 21221.orig/doc/r983.html 1970-01-01 00:00:00.000000000 +00006730 +++ iputils-s201 21221/doc/r983.html 2013-01-04 10:38:35.000000000 +00006052 diff -Naur iputils-s20101006.orig/doc/r949.html iputils-s20101006/doc/r949.html 6053 --- iputils-s20101006.orig/doc/r949.html 1969-12-31 19:00:00.000000000 -0500 6054 +++ iputils-s20101006/doc/r949.html 2011-01-08 20:09:49.614834740 -0500 6731 6055 @@ -0,0 +1,376 @@ 6732 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 6056 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> 6733 6057 +<HTML 6734 6058 +><HEAD … … 6743 6067 +REL="PREVIOUS" 6744 6068 +TITLE="traceroute6" 6745 +HREF="r 918.html"><LINK6069 +HREF="r884.html"><LINK 6746 6070 +REL="NEXT" 6747 +TITLE=" ninfod"6748 +HREF="r10 56.html"></HEAD6071 +TITLE="rdisc" 6072 +HREF="r1022.html"></HEAD 6749 6073 +><BODY 6750 6074 +CLASS="REFENTRY" … … 6774 6098 +VALIGN="bottom" 6775 6099 +><A 6776 +HREF="r 918.html"6100 +HREF="r884.html" 6777 6101 +ACCESSKEY="P" 6778 6102 +>Prev</A … … 6788 6112 +VALIGN="bottom" 6789 6113 +><A 6790 +HREF="r10 56.html"6114 +HREF="r1022.html" 6791 6115 +ACCESSKEY="N" 6792 6116 +>Next</A … … 6805 6129 +CLASS="REFNAMEDIV" 6806 6130 +><A 6807 +NAME="AEN9 88"6131 +NAME="AEN954" 6808 6132 +></A 6809 6133 +><H2 … … 6813 6137 +CLASS="REFSYNOPSISDIV" 6814 6138 +><A 6815 +NAME="AEN9 91"6139 +NAME="AEN957" 6816 6140 +></A 6817 6141 +><H2 … … 6831 6155 +CLASS="REFSECT1" 6832 6156 +><A 6833 +NAME="AEN9 96"6157 +NAME="AEN962" 6834 6158 +></A 6835 6159 +><H2 … … 6842 6166 +Trivial File Transfer Protocol 6843 6167 +(<A 6844 +HREF=" http://tools.ietf.org/rfc/rfc1350.txt"6168 +HREF="ftp://ftp.isi.edu/in-notes/rfc1350.txt" 6845 6169 +TARGET="_top" 6846 6170 +>RFC1350</A … … 6889 6213 +> is used together with 6890 6214 +<A 6891 +HREF="r 720.html"6215 +HREF="r691.html" 6892 6216 +><SPAN 6893 6217 +CLASS="CITEREFENTRY" … … 6903 6227 +conventions. See 6904 6228 +<A 6905 +HREF="r 720.html"6229 +HREF="r691.html" 6906 6230 +><SPAN 6907 6231 +CLASS="CITEREFENTRY" … … 6917 6241 +CLASS="REFSECT1" 6918 6242 +><A 6919 +NAME="AEN 1020"6243 +NAME="AEN986" 6920 6244 +></A 6921 6245 +><H2 … … 6971 6295 +CLASS="REFSECT1" 6972 6296 +><A 6973 +NAME="AEN 1031"6297 +NAME="AEN997" 6974 6298 +></A 6975 6299 +><H2 … … 6977 6301 +><P 6978 6302 +><A 6979 +HREF="r 720.html"6303 +HREF="r691.html" 6980 6304 +><SPAN 6981 6305 +CLASS="CITEREFENTRY" … … 7004 6328 +CLASS="REFSECT1" 7005 6329 +><A 7006 +NAME="AEN10 44"6330 +NAME="AEN1010" 7007 6331 +></A 7008 6332 +><H2 … … 7026 6350 +CLASS="REFSECT1" 7027 6351 +><A 7028 +NAME="AEN10 50"6352 +NAME="AEN1016" 7029 6353 +></A 7030 6354 +><H2 … … 7061 6385 +VALIGN="top" 7062 6386 +><A 7063 +HREF="r 918.html"6387 +HREF="r884.html" 7064 6388 +ACCESSKEY="P" 7065 6389 +>Prev</A … … 7079 6403 +VALIGN="top" 7080 6404 +><A 7081 +HREF="r10 56.html"6405 +HREF="r1022.html" 7082 6406 +ACCESSKEY="N" 7083 6407 +>Next</A … … 7099 6423 +ALIGN="right" 7100 6424 +VALIGN="top" 7101 +> ninfod</TD6425 +>rdisc</TD 7102 6426 +></TR 7103 6427 +></TABLE … … 7107 6431 +> 7108 6432 \ No newline at end of file 7109 diff -Naur iputils-s201 21221.orig/doc/rarpd.8 iputils-s20121221/doc/rarpd.87110 --- iputils-s201 21221.orig/doc/rarpd.8 1970-01-01 00:00:00.000000000 +00007111 +++ iputils-s201 21221/doc/rarpd.8 2013-01-04 10:38:27.000000000 +00006433 diff -Naur iputils-s20101006.orig/doc/rarpd.8 iputils-s20101006/doc/rarpd.8 6434 --- iputils-s20101006.orig/doc/rarpd.8 1969-12-31 19:00:00.000000000 -0500 6435 +++ iputils-s20101006/doc/rarpd.8 2011-01-08 20:09:51.270811811 -0500 7112 6436 @@ -0,0 +1,84 @@ 7113 6437 +.\" This manpage has been automatically generated by docbook2man … … 7116 6440 +.\" Please send any bug reports, improvements, comments, patches, 7117 6441 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 7118 +.TH "RARPD" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"6442 +.TH "RARPD" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 7119 6443 +.SH NAME 7120 6444 +rarpd \- answer RARP REQUESTs … … 7183 6507 +.SH "SECURITY" 7184 6508 +.PP 7185 +\fBrarpd\fR requires CAP_NET_RAW capability6509 +\fBrarpd\fR requires CAP_NET_RAWIO capability 7186 6510 +to listen and send RARP and ARP packets. It also needs CAP_NET_ADMIN 7187 6511 +to give to kernel hint for ARP resolution; this is not strictly required, … … 7195 6519 +and the latest versions are available in source form at 7196 6520 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 7197 diff -Naur iputils-s201 21221.orig/doc/rdisc.8 iputils-s20121221/doc/rdisc.87198 --- iputils-s201 21221.orig/doc/rdisc.8 1970-01-01 00:00:00.000000000 +00007199 +++ iputils-s201 21221/doc/rdisc.8 2013-01-04 10:38:27.000000000 +00007200 @@ -0,0 +1,1 22@@6521 diff -Naur iputils-s20101006.orig/doc/rdisc.8 iputils-s20101006/doc/rdisc.8 6522 --- iputils-s20101006.orig/doc/rdisc.8 1969-12-31 19:00:00.000000000 -0500 6523 +++ iputils-s20101006/doc/rdisc.8 2011-01-08 20:09:51.527155543 -0500 6524 @@ -0,0 +1,110 @@ 7201 6525 +.\" This manpage has been automatically generated by docbook2man 7202 6526 +.\" from a DocBook document. This tool can be found at: … … 7204 6528 +.\" Please send any bug reports, improvements, comments, patches, 7205 6529 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 7206 +.TH "RDISC" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"6530 +.TH "RDISC" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 7207 6531 +.SH NAME 7208 6532 +rdisc \- network router discovery daemon 7209 6533 +.SH SYNOPSIS 7210 6534 + 7211 +\fBrdisc\fR [\fB-abdf rstvV\fR] [\fB-p \fIpreference\fB\fR] [\fB-T \fImax_interval\fB\fR] [\fB\fIsend_address\fB\fR] [\fB\fIreceive_address\fB\fR]6535 +\fBrdisc\fR [\fB-abdfstvV\fR] [\fB\fIsend_address\fB\fR] [\fB\fIreceive_address\fB\fR] 7212 6536 + 7213 6537 +.SH "DESCRIPTION" … … 7242 6566 +Server side of router discovery protocol is supported by Cisco IOS 7243 6567 +and by any more or less complete UNIX routing daemon, f.e \fBgated\fR. 7244 +Or, \fBrdisc\fR can act as responder, if compiled with -DRDISC_SERVER.7245 6568 +.SH "OPTIONS" 7246 6569 +.TP … … 7266 6589 +\fB-s\fR must be specified. 7267 6590 +.TP 7268 +\fB-r\fR7269 +Responder mode, available only if compiled with -DRDISC_SERVER.7270 +.TP7271 6591 +\fB-s\fR 7272 6592 +Send three \fBsolicitation\fR messages initially to quickly discover … … 7275 6595 +exits with a non-zero exit code if it can not find any routers. 7276 6596 +This can be overridden with the \fB-f\fR option. 7277 +.TP7278 +\fB-p \fIpreference\fB\fR7279 +Set preference in advertisement.7280 +Available only with -r option.7281 +.TP7282 +\fB-T \fImax_interval\fB\fR7283 +Set maximum advertisement interval in seconds. Default is 600 secs.7284 +Available only with -r option.7285 6597 +.TP 7286 6598 +\fB-t\fR … … 7313 6625 +.SH "SECURITY" 7314 6626 +.PP 7315 +\fBrdisc\fR requires CAP_NET_RAW to listen6627 +\fBrdisc\fR requires CAP_NET_RAWIO to listen 7316 6628 +and send ICMP messages and capability CAP_NET_ADMIN 7317 6629 +to update routing tables. … … 7321 6633 +and the latest versions are available in source form at 7322 6634 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 7323 diff -Naur iputils-s201 21221.orig/doc/tftpd.8 iputils-s20121221/doc/tftpd.87324 --- iputils-s201 21221.orig/doc/tftpd.8 1970-01-01 00:00:00.000000000 +00007325 +++ iputils-s201 21221/doc/tftpd.8 2013-01-04 10:38:27.000000000 +00006635 diff -Naur iputils-s20101006.orig/doc/tftpd.8 iputils-s20101006/doc/tftpd.8 6636 --- iputils-s20101006.orig/doc/tftpd.8 1969-12-31 19:00:00.000000000 -0500 6637 +++ iputils-s20101006/doc/tftpd.8 2011-01-08 20:09:51.723407498 -0500 7326 6638 @@ -0,0 +1,85 @@ 7327 6639 +.\" This manpage has been automatically generated by docbook2man … … 7330 6642 +.\" Please send any bug reports, improvements, comments, patches, 7331 6643 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 7332 +.TH "TFTPD" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"6644 +.TH "TFTPD" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 7333 6645 +.SH NAME 7334 6646 +tftpd \- Trivial File Transfer Protocol server … … 7410 6722 +and the latest versions are available in source form at 7411 6723 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 7412 diff -Naur iputils-s201 21221.orig/doc/tracepath.8 iputils-s20121221/doc/tracepath.87413 --- iputils-s201 21221.orig/doc/tracepath.8 1970-01-01 00:00:00.000000000 +00007414 +++ iputils-s201 21221/doc/tracepath.8 2013-01-04 10:38:27.000000000 +00007415 @@ -0,0 +1, 100@@6724 diff -Naur iputils-s20101006.orig/doc/tracepath.8 iputils-s20101006/doc/tracepath.8 6725 --- iputils-s20101006.orig/doc/tracepath.8 1969-12-31 19:00:00.000000000 -0500 6726 +++ iputils-s20101006/doc/tracepath.8 2011-01-08 20:09:52.154780955 -0500 6727 @@ -0,0 +1,97 @@ 7416 6728 +.\" This manpage has been automatically generated by docbook2man 7417 6729 +.\" from a DocBook document. This tool can be found at: … … 7419 6731 +.\" Please send any bug reports, improvements, comments, patches, 7420 6732 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 7421 +.TH "TRACEPATH" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"6733 +.TH "TRACEPATH" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 7422 6734 +.SH NAME 7423 6735 +tracepath, tracepath6 \- traces path to a network host discovering MTU along this path 7424 6736 +.SH SYNOPSIS 7425 6737 + 7426 +\fBtracepath\fR [\fB-n\fR] [\fB-b\fR] [\fB-l \fIpktlen\fB\fR] [\fB-p \fIport\fB\fR] \fB\fIdestination\fB\fR6738 +\fBtracepath\fR [\fB-n\fR] [\fB-b\fR] [\fB-l \fIpktlen\fB\fR] \fB\fIdestination\fB\fR [\fB\fIport\fB\fR] 7427 6739 + 7428 6740 +.SH "DESCRIPTION" … … 7436 6748 +and classic example of application of Linux error queues. 7437 6749 +The situation with IPv4 is worse, because commercial 7438 +IP routers do not return enough information in ICMPerror messages.6750 +IP routers do not return enough information in icmp error messages. 7439 6751 +Probably, it will change, when they will be updated. 7440 6752 +For now it uses Van Jacobson's trick, sweeping a range … … 7450 6762 +\fB-l\fR 7451 6763 +Sets the initial packet length to \fIpktlen\fR instead of 7452 +65535 for \fBtracepath\fR or 128000 for \fBtracepath6\fR. 7453 +.TP 7454 +\fB-p\fR 7455 +Sets the initial destination port to use. 6764 +65536 for \fBtracepath\fR or 128000 for \fBtracepath6\fR. 7456 6765 +.SH "OUTPUT" 7457 6766 +.PP … … 7476 6785 +.PP 7477 6786 +The rest of line shows miscellaneous information about path to 7478 +the correspinding network hop. As rule it contains value of RTT.6787 +the correspinding hetwork hop. As rule it contains value of RTT. 7479 6788 +Additionally, it can show Path MTU, when it changes. 7480 6789 +If the path is asymmetric … … 7514 6823 +and the latest versions are available in source form at 7515 6824 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 7516 diff -Naur iputils-s201 21221.orig/doc/traceroute6.8 iputils-s20121221/doc/traceroute6.87517 --- iputils-s201 21221.orig/doc/traceroute6.8 1970-01-01 00:00:00.000000000 +00007518 +++ iputils-s201 21221/doc/traceroute6.8 2013-01-04 10:38:27.000000000 +00006825 diff -Naur iputils-s20101006.orig/doc/traceroute6.8 iputils-s20101006/doc/traceroute6.8 6826 --- iputils-s20101006.orig/doc/traceroute6.8 1969-12-31 19:00:00.000000000 -0500 6827 +++ iputils-s20101006/doc/traceroute6.8 2011-01-08 20:09:52.114781859 -0500 7519 6828 @@ -0,0 +1,42 @@ 7520 6829 +.\" This manpage has been automatically generated by docbook2man … … 7523 6832 +.\" Please send any bug reports, improvements, comments, patches, 7524 6833 +.\" etc. to Steve Cheng <steve@ggi-project.org>. 7525 +.TH "TRACEROUTE6" "8" "0 4 January 2013" "iputils-121221" "System Manager's Manual: iputils"6834 +.TH "TRACEROUTE6" "8" "08 January 2011" "iputils-101006" "System Manager's Manual: iputils" 7526 6835 +.SH NAME 7527 6836 +traceroute6 \- traces path to a network host … … 7553 6862 +.SH "SECURITY" 7554 6863 +.PP 7555 +\fBtracepath6\fR requires CAP_NET_RAW capability6864 +\fBtracepath6\fR requires CAP_NET_RAWIO capability 7556 6865 +to be executed. It is safe to be used as set-uid root. 7557 6866 +.SH "AVAILABILITY" … … 7560 6869 +and the latest versions are available in source form at 7561 6870 +http://www.skbuff.net/iputils/iputils-current.tar.bz2. 7562 diff -Naur iputils-s20121221.orig/ping6.c iputils-s20121221/ping6.c7563 --- iputils-s20121221.orig/ping6.c 2012-12-21 14:01:07.000000000 +00007564 +++ iputils-s20121221/ping6.c 2013-08-06 18:09:09.448346619 +00007565 @@ -168,8 +168,10 @@7566 7567 #ifdef USE_GNUTLS7568 # include <gnutls/openssl.h>7569 -#else7570 +# define USE_CRYPTO7571 +#elif defined USE_OPENSSL7572 # include <openssl/md5.h>7573 +# define USE_CRYPTO7574 #endif7575 7576 /* Node Information query */7577 @@ -326,6 +328,7 @@7578 #if !PING6_NONCE_MEMORY7579 static int niquery_nonce(__u8 *nonce, int fill)7580 {7581 +# ifdef USE_CRYPTO7582 static __u8 digest[MD5_DIGEST_LENGTH];7583 static int seq = -1;7584 7585 @@ -348,6 +351,10 @@7586 return -1;7587 return ntohsp((__u16 *)nonce);7588 }7589 +# else7590 + fprintf(stderr, "ping6: function not available; crypto disabled\n");7591 + exit(3);7592 +# endif7593 }7594 #endif7595 7596 @@ -502,6 +509,7 @@7597 7598 static int niquery_option_subject_name_handler(int index, const char *arg)7599 {7600 +#ifdef USE_CRYPTO7601 static char nigroup_buf[INET6_ADDRSTRLEN + 1 + IFNAMSIZ];7602 unsigned char *dnptrs[2], **dpp, **lastdnptr;7603 int n;7604 @@ -627,6 +635,10 @@7605 free(idn);7606 free(name);7607 exit(1);7608 +#else7609 + fprintf(stderr, "ping6: function not available; crypto disabled\n");7610 + exit(3);7611 +#endif7612 }7613 7614 int niquery_option_help_handler(int index, const char *arg)7615 diff -Naur iputils-s20121221.orig/tracepath.c iputils-s20121221/tracepath.c7616 --- iputils-s20121221.orig/tracepath.c 2012-12-21 14:01:07.000000000 +00007617 +++ iputils-s20121221/tracepath.c 2013-08-06 18:08:56.048346586 +00007618 @@ -73,13 +73,10 @@7619 7620 void print_host(const char *a, const char *b, int both)7621 {7622 - int plen = 0;7623 - printf("%s", a);7624 - plen = strlen(a);7625 - if (both) {7626 - printf(" (%s)", b);7627 - plen += strlen(b) + 3;7628 - }7629 + int plen;7630 + plen = printf("%s", a);7631 + if (both)7632 + plen += printf(" (%s)", b);7633 if (plen >= HOST_COLUMN_SIZE)7634 plen = HOST_COLUMN_SIZE - 1;7635 printf("%*s", HOST_COLUMN_SIZE - plen, "");7636 diff -Naur iputils-s20121221.orig/tracepath6.c iputils-s20121221/tracepath6.c7637 --- iputils-s20121221.orig/tracepath6.c 2012-12-21 14:01:07.000000000 +00007638 +++ iputils-s20121221/tracepath6.c 2013-08-06 18:08:56.048346586 +00007639 @@ -86,13 +86,10 @@7640 7641 void print_host(const char *a, const char *b, int both)7642 {7643 - int plen = 0;7644 - printf("%s", a);7645 - plen = strlen(a);7646 - if (both) {7647 - printf(" (%s)", b);7648 - plen += strlen(b) + 3;7649 - }7650 + int plen;7651 + plen = printf("%s", a);7652 + if (both)7653 + plen += printf(" (%s)", b);7654 if (plen >= HOST_COLUMN_SIZE)7655 plen = HOST_COLUMN_SIZE - 1;7656 printf("%*s", HOST_COLUMN_SIZE - plen, "");
Note:
See TracChangeset
for help on using the changeset viewer.