Changeset 1719
- Timestamp:
- 03/16/02 18:01:57 (7 years ago)
- Files:
-
- trunk/FAQ-OBSOLETE/faq.xml (modified) (47 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FAQ-OBSOLETE/faq.xml
r1680 r1719 16 16 </articleinfo> 17 17 <qandaset> 18 <!-- dlist: ,lfs-dev,lfs-support,blfs-support --> 18 19 <qandadiv><title>Introduction</title> 20 <!-- elist: ,lfs-dev,lfs-support,blfs-support --> 19 21 <qandaentry><question><para>Why this FAQ?</para></question> 20 22 <answer><para>I started this FAQ in an attempt to make the traffic on … … 25 27 </para></answer> 26 28 </qandaentry> 29 <!-- elist: ,lfs-support --> 27 30 <qandaentry><question><para>What is appropriate for lfs-support?</para></question> 28 31 <answer><para>From the … … 42 45 </para></answer> 43 46 </qandaentry> 47 <!-- elist: ,lfs-dev,lfs-support,blfs-support --> 44 48 <qandaentry><question><para>Contributing to this FAQ.</para></question> 45 49 <answer><para>If you have an addition or suggestion, please, let me know. … … 52 56 </para></answer> 53 57 </qandaentry> 58 <!-- elist: ,lfs-dev,lfs-support,blfs-support --> 54 59 <qandaentry><question><para>Where is the best place to get help?</para></question> 55 60 <answer><para>When this FAQ fails to help, there are several places to go. … … 86 91 </para></answer> 87 92 </qandaentry> 93 <!-- elist: ,lfs-dev,lfs-support --> 88 94 <qandaentry><question><para>What is LFS?</para></question> 89 95 <answer><para>LFS stands for Linux From Scratch which is a project that … … 96 102 </para></answer> 97 103 </qandaentry> 98 </qandadiv> 99 100 104 </qandadiv><!-- Introduction --> 105 106 107 <!-- dlist: ,lfs-dev,lfs-support,blfs-support --> 101 108 <qandadiv id="frb"><title>Frequently Reported Bugs</title> 102 109 110 <!-- elist: ,lfs-dev --> 103 111 <qandaentry id="deps_version_not_match_package"> 104 112 <question><para>The Dependencies section for Foo 2.0 says "Foo 1.0". … … 109 117 </qandaentry> 110 118 119 <!-- elist: ,lfs-support,blfs-support --> 111 120 <qandaentry id="delete_key_not_work"> 112 121 <question><para>The Delete key doesn't work. … … 116 125 </qandaentry> 117 126 118 </qandadiv> 119 127 </qandadiv><!-- frb --> 128 129 <!-- dlist: ,lfs-dev,new --> 120 130 <qandadiv id="fre"><title>Frequently Requested Enhancements</title> 121 131 … … 136 146 </para> 137 147 148 <!-- elist: ,lfs-dev --> 138 149 <qandaentry id="gcc-3_0"> 139 150 <question><para>Why isn't GCC 3.0.x in the book? … … 156 167 </qandaentry> 157 168 169 <!-- elist: ,lfs-dev,new --> 158 170 <qandaentry id="add-gawk"> 159 171 <question><para>Why not use gawk instead of mawk? <emphasis role="strong">(NEW)</emphasis><!-- 0 --></para></question> … … 167 179 </qandaentry> 168 180 181 <!-- elist: ,lfs-dev --> 169 182 <qandaentry id="add-grub"><question><para>Why not use GRUB instead of LILO?</para></question> 170 183 <answer><para>GRUB has not yet been released as stable. … … 177 190 </qandaentry> 178 191 192 <!-- elist: ,lfs-dev --> 179 193 <qandaentry id="why-ed"><question><para>Why is ed in the book?</para></question> 180 194 <answer><para>The book includes ed because patch uses it to process ed scripts. … … 200 214 </qandaentry> 201 215 216 <!-- elist: ,lfs-dev --> 202 217 <qandaentry id="why-not-package-management"><question><para>Why isn't some 203 218 package manager in the book?</para></question> … … 241 256 </qandaentry> 242 257 243 </qandadiv> 244 258 </qandadiv><!-- fre --> 259 260 <!-- dlist: ,lfs-compile,new --> 245 261 <qandadiv id="fee"><title>Frequently Encountered Errors</title> 246 262 263 <!-- dlist: ,lfs-compile,new --> 247 264 <qandadiv id="fee-compile"><title>Compile Time Errors</title> 248 265 266 <!-- dlist: ,lfs-compile,new --> 249 267 <qandadiv id="fee-compile-any"><title>Errors From Any Package</title> 250 268 269 <!-- elist: ,lfs-compile --> 251 270 <qandaentry id="bad-interpreter-permission-denied"> 252 271 <question> … … 272 291 </qandaentry> 273 292 293 <!-- elist: ,lfs-compile,new --> 274 294 <qandaentry id="env-bash-no-such-file"> 275 295 <question><para>/usr/bin/env: /bin/bash: No such file or directory <emphasis role="strong">(NEW)</emphasis> <!-- 0 --></para></question> … … 285 305 </qandaentry> 286 306 307 <!-- elist: ,lfs-compile --> 287 308 <qandaentry id="config-not-gnu-c"> 288 309 <question><para>checking whether we are using GNU C... no … … 314 335 </qandaentry> 315 336 337 <!-- elist: ,lfs-compile,new --> 316 338 <qandaentry id="config-hang-size_t"> 317 339 <question><para>Why does configure hang at … … 321 343 </qandaentry> 322 344 323 </qandadiv> 324 345 </qandadiv><!-- fee-compile-any --> 346 347 <!-- dlist: ,lfs-compile --> 325 348 <qandadiv id="fee-compile-specific"><title>Errors From Specific Packages</title> 326 349 350 <!-- elist: ,lfs-compile --> 327 351 <qandaentry id="optimized-glibc-fail"> 328 352 <question><para>My optimized build of glibc is failing in spinlock.c</para></question> … … 372 396 </qandaentry> 373 397 374 </qandadiv> 375 376 </qandadiv> 377 378 </qandadiv> 379 398 </qandadiv><!-- fee-compile-specific --> 399 400 </qandadiv><!-- fee-compile --> 401 402 </qandadiv><!-- fee --> 403 404 <!-- dlist: ,lfs-support,blfs-support,new --> 380 405 <qandadiv id="resources"><title>Resources</title> 381 406 407 <!-- elist: ,lfs-support,blfs-support --> 382 408 <qandaentry id="how-to-find"><question><para>How do I find package Foo?</para></question> 383 409 <answer><para>Mostly, it's not hard, but some packages can lead quite a chase. … … 417 443 </qandaentry> 418 444 445 <!-- elist: ,lfs-support,blfs-support --> 419 446 <qandaentry id="bootcd"> 420 447 <question><para>How do I make a bootable CD?</para></question> … … 424 451 </qandaentry> 425 452 453 <!-- elist: ,blfs-support --> 426 454 <qandaentry id="portmap"> 427 455 <question><para>Where's portmap?</para></question> … … 442 470 </qandaentry> 443 471 472 <!-- elist: ,lfs-support --> 444 473 <qandaentry id="what-dist"><question><para>What distribution should I use to start from?</para></question> 445 474 <answer><para>Any recent distribution should be fine. If you have problems, … … 449 478 </para></answer> 450 479 </qandaentry> 480 <!-- elist: ,lfs-support --> 451 481 <qandaentry id="really-small"><question><para>How do I make that really small install the book mentions?</para></question> 452 482 <answer><para>Gerard describes the process of making a 5MB LFS install … … 456 486 </qandaentry> 457 487 488 <!-- elist: ,lfs-support,new --> 458 489 <qandaentry id="where-ncurses-mandrake"> 459 490 <question><para>Where's libncurses.a in Mandrake? <emphasis role="strong">(NEW)</emphasis><!-- 0 --></para></question> … … 465 496 </qandaentry> 466 497 467 </qandadiv> 468 498 </qandadiv><!-- resources --> 499 500 <!-- dlist: ,lfs-support --> 469 501 <qandadiv id="fsc"><title>Frequently Sought Cluebits</title> 470 502 503 <!-- elist: ,lfs-support --> 471 504 <qandaentry id="dos-text"> 472 505 <question><para>What's a DOS format text file?</para></question> … … 514 547 </qandaentry> 515 548 516 </qandadiv> 517 518 549 </qandadiv><!-- fsc --> 550 551 552 <!-- dlist: ,lfs-compile,blfs-support --> 519 553 <qandadiv id="compiling"><title>Compiling</title> 520 554 <!-- <qandadiv id="before-ask-comp"><title>Before you ask on the list...</title>--> 555 <!-- elist: ,lfs-compile,blfs-support --> 521 556 <qandaentry id="optimizations"><question><para>If you are using optimizations:</para></question> 522 557 <answer><para>If you're getting errors and you're using optimizations, … … 533 568 </para></answer> 534 569 </qandaentry> 570 <!-- elist: ,lfs-compile,blfs-support --> 535 571 <qandaentry id="version-not-in-book"><question><para>If you are using a version not in the book:</para></question> 536 572 <answer><para>If you're getting errors and you're using a version of … … 541 577 </para></answer> 542 578 </qandaentry> 579 <!-- elist: ,lfs-compile,blfs-support --> 543 580 <qandaentry id="dirty-sources"><question><para>If you didn't delete the source tree after your last attempt:</para></question> 544 581 <answer><para>If you're getting errors and you tried compiling before … … 551 588 </qandaentry> 552 589 <!-- </qandadiv>--> 590 <!-- elist: ,lfs-compile,blfs-support --> 553 591 <qandaentry id="sig11"><question><para>I'm getting fatal errors about signal 11.</para></question> 554 592 <answer><para>See <ulink url="http://www.bitwizard.nl/sig11/">http://www.bitwizard.nl/sig11/</ulink>. 555 593 </para></answer> 556 594 </qandaentry> 595 <!-- elist: ,lfs-compile,blfs-support --> 557 596 <qandaentry id="cross-compile"><question><para>How do I cross compile LFS?</para></question> 558 597 <answer><para>It's often useful to compile LFS for one machine … … 568 607 </para></answer> 569 608 </qandaentry> 609 <!-- elist: ,lfs-compile,blfs-support --> 570 610 <qandaentry id="gcc-warnings"><question><para>Are compiler warnings from GCC bad?</para></question> 571 611 <answer><para>Short answer: no. … … 599 639 </screen></answer> 600 640 </qandaentry> 641 <!-- elist: ,lfs-compile --> 601 642 <qandaentry id="perm-denied"><question><para>I'm getting `/dev/null: Permission denied'</para></question> 602 643 <answer><para>Does /dev/null look like this: … … 614 655 </para></answer> 615 656 </qandaentry> 657 <!-- elist: ,lfs-compile --> 616 658 <qandaentry id="conf-guess-fail"><question><para>configure can't guess my host type.</para></question> 617 659 <answer><para>Typical symptoms look like this: … … 633 675 </para></answer> 634 676 </qandaentry> 677 <!-- elist: ,blfs-support --> 635 678 <qandaentry id="missing-x-includes"><question><para>A package can't find Xlib.h.</para></question> 636 679 <answer><para>Typical symptoms look like this: … … 656 699 </screen></answer> 657 700 </qandaentry> 701 <!-- elist: ,lfs-compile,blfs-support --> 658 702 <qandaentry id="stdgnu89"><question><para>I'm having trouble compiling something with GCC 3.x</para></question> 659 703 <answer><para>You should be aware that you're on the bleeding edge. … … 666 710 </para></answer> 667 711 </qandaentry> 668 </qandadiv> 712 </qandadiv><!-- compiling --> 713 <!-- dlist: ,lfs-compile,blfs-support --> 669 714 <qandadiv id="specific-packages"><title>Questions about specific packages.</title> 715 <!-- elist: ,lfs-support,blfs-support --> 670 716 <qandaentry id="how-to-create-user"><question><para>How do I create a non-root user?</para></question> 671 717 <answer><para>Use the useradd program. It was installed with the shadow package. 672 718 </para></answer> 673 719 </qandaentry> 720 <!-- elist: ,lfs-compile --> 674 721 <qandaentry id="sh-utils-getloadavg"><question><para>My static sh-utils build is failing with "undefined reference to `getloadavg'".</para></question> 675 722 <answer><para>If you're trying to build static sh-utils and you're getting an error like this: … … 705 752 </qandaentry> 706 753 754 <!-- elist: ,blfs-support --> 707 755 <qandaentry id="f-hostname"><question><para>My hostname is getting set to "-f"!</para></question> 708 756 <answer><para>You need to install the net-tools package. (See the instructions in … … 715 763 </para></answer> 716 764 </qandaentry> 765 <!-- elist: ,lfs-support,blfs-support --> 717 766 <qandaentry id="kernel-modules"><question><para>How do I setup kernel modules?</para></question> 718 767 <answer><para>Follow the Module-HOWTO at <ulink … … 720 769 </para></answer> 721 770 </qandaentry> 722 <!-- 771 <!-- elist: ,lfs-compile --><!-- 723 772 <qandaentry id="fileutils-error"><question><para>I'm getting errors when compiling fileutils.</para></question> 724 773 <answer><para>You may need to upgrade to the latest version or apply the fileutils patch. … … 728 777 </qandaentry> 729 778 --> 730 <!-- 2001-09-29779 <!-- elist: ,lfs-support --><!-- 2001-09-29 731 780 <qandaentry id="glibc-crypt"><question><para>Where is glibc-crypt-2.2.x?</para></question> 732 781 <answer><para>As of glibc-2.2, you no longer need to get glibc-crypt separately. … … 736 785 </qandaentry> 737 786 --> 787 <!-- elist: ,lfs-support --> 738 788 <qandaentry id="lilo-errors"><question><para>What do those LILO errors mean?</para></question> 739 789 <answer><para>The documentation in the LILO distribution lists all errors … … 743 793 </para></answer> 744 794 </qandaentry> 795 <!-- elist: ,lfs-support --> 745 796 <qandaentry id="net-pf-x"><question><para>I'm getting errors about net-pf-?.</para></question> 746 797 <answer><para>When you compiled net-tools you enabled support for a protocol … … 782 833 </screen></answer> 783 834 </qandaentry> 835 <!-- elist: ,lfs-support --> 784 836 <qandaentry id="char-major-10-135"><question><para>I'm getting errors about char-major-10-135.</para></question> 785 837 <answer><para>Errors about char-major-10-135 refer to the character device, … … 796 848 </para></answer> 797 849 </qandaentry> 798 </qandadiv> 850 </qandadiv><!-- specific-packages --> 851 <!-- dlist: ,lfs-dev,lfs-support,blfs-support --> 799 852 <qandadiv id="additions"><title>Additions / Changes to LFS.</title> 853 <!-- elist: ,lfs-dev --> 800 854 <qandaentry id="new-version"><question><para>There's a new version of package Foo.</para></question> 801 855 <answer><para>There's no need to mention it unless you have something … … 807 861 </qandaentry> 808 862 863 <!-- elist: ,lfs-dev --> 809 864 <qandaentry id="kernel-header-copy"><question><para>Why copy the kernel headers instead of linking them?</para></question> 810 865 <answer><para>In short, we copy the kernel headers … … 833 888 --> 834 889 890 <!-- elist: ,lfs-support --> 835 891 <qandaentry id="less-prints-ad"> 836 892 <question><para>Why does less (and therefore man) print <AD> instead of … … 851 907 </qandaentry> 852 908 909 <!-- elist: ,blfs-support --> 853 910 <qandaentry id="which"><question><para>Where's which?</para></question> 854 911 <answer><para>It's not in there! A proper which is available … … 872 929 </qandaentry> 873 930 <!-- </qandadiv>--> 874 </qandadiv> 931 </qandadiv><!-- additions --> 875 932 </qandaset> 876 933 </article>
