diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e65ce00dc..b2a002613 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,7 +6,7 @@ -Upgraded to: +Upgraded to: automake-1.7.6 bash-2.05b @@ -41,9 +41,9 @@ util-linux-2.12 vim-6.2 - + -Added: +Added: bash-2.05b-2.patch bison-1.875-attribute.patch @@ -72,9 +72,9 @@ tcl-8.4.4 zlib-1.1.4-vsnprintf.patch - + -Removed: +Removed: bin86-0.16.3 fileutils-4.1 @@ -93,7 +93,7 @@ textutils-2.1 vim-6.1.patch - + October 8th, 2003 [alex]: Chapter 8 - Making bootable: Adapted the style of the screens, and reworded some paragraphs. diff --git a/chapter02/askforhelp.xml b/chapter02/askforhelp.xml index f2d6b59d9..71c10bb97 100644 --- a/chapter02/askforhelp.xml +++ b/chapter02/askforhelp.xml @@ -69,14 +69,15 @@ make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/lfs/tmp/make-3.79.1' make: *** [all-recursive-am] Error 2 -In this case, many people just include the bottom section where it -says make [2]: *** [make] Error 1 and onwards. This -isn't enough for us to diagnose the problem because it only tells us -that something went wrong, not -what went wrong. The whole section, as -in the example above, is what should be included to be helpful, because it -includes the command that was executed and the command's error -message(s). +In this case, many people just include the bottom section where it says + +make [2]: *** [make] Error 1 + +and onwards. This isn't enough for us to diagnose the problem because it +only tells us that something went wrong, not +what went wrong. The whole section, as in the example +above, is what should be included to be helpful, because it includes the +command that was executed and the command's error message(s). An excellent article on asking for help on the Internet in general has been written by Eric S. Raymond. It is available online at