aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-27 03:38:15 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-27 03:38:15 +0000
commit7e602eabe602030b09e5d299f8c7e5c2a751081b (patch)
treef54e772e160681a99c859ebe4e1f691aaa147e15 /chapter06/binutils-inst.xml
parent72b845e68138e36852a54b46657f8db376c73e12 (diff)
Chapter 6 - Clarify remaining PTY issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r--chapter06/binutils-inst.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index 6b93bc2cc..a40b4c8a1 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -2,9 +2,25 @@
<sect2><title>Installation of Binutils</title>
+<para>Now is an appropriate time to verify that your pseudo terminals (PTYs) are
+working properly inside the chroot environment. We will again quickly check that
+everything is set up correctly by performing a simple test:</para>
+
+<para><screen><userinput>expect -c "spawn ls"</userinput></screen></para>
+
+<para>If you receive the message:</para>
+
+<blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote>
+
+<para>Your chroot environment is not set up for proper PTY operation. In this
+case there is no point in running the test suites for Binutils and GCC until you
+are able to resolve the issue. Please refer back to the "Mounting the proc and
+devpts file systems" and "Creating devices (Makedev)" sections and perform the
+recommended steps to fix the problem.</para>
+
<note><para>The test suite for Binutils in this section is considered
-<emphasis>critical</emphasis>. Do not skip it under any circumstances.</para>
-</note>
+<emphasis>critical</emphasis>. Our advice is to not skip it under any
+circumstances.</para> </note>
<para>This package is known to behave badly when you have changed its
default optimization flags (including the -march and -mcpu options).