diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-10-07 22:34:00 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-10-07 22:34:00 +0000 |
commit | 30550b6cd2e4138d61c4241b5cdd63cc86fc2c86 (patch) | |
tree | b050494f5e71637be765db1b10bd5560ba47818c | |
parent | f903ec6caa956c35ac2b4fe42a34bbf061d2accd (diff) |
Added a note to the lockin tests stating that blank output is bad
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/lockingglibc.xml | 3 | ||||
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 521c09020..4dfb94ab2 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -60,7 +60,8 @@ output of the last command will be:</para> <blockquote><screen>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</screen></blockquote> <para>If you did not receive the output as shown above, then something is -seriously wrong. You will need to investigate and retrace your steps to find +seriously wrong. This includes if the output of the command is blank! +You will need to investigate and retrace your steps to find out where the problem is and correct it. There is no point in continuing until this is done. Most likely something went wrong with the specs file amendment above. Note especially that <filename>/tools/lib</filename> appears diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index c68e5d950..c71fea124 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -70,7 +70,8 @@ output of the last command will be:</para> <blockquote><screen>[Requesting program interpreter: /lib/ld-linux.so.2]</screen></blockquote> <para>If you did not receive the output as shown above, then something is -seriously wrong. You will need to investigate and retrace your steps to find +seriously wrong. This includes the output of the above command being empty! +You will need to investigate and retrace your steps to find out where the problem is and correct it. There is no point in continuing until this is done. Most likely something went wrong with the specs file amendment above. Note especially that <filename>/lib</filename> now appears as |