Ticket #2365: ptys.patch
File ptys.patch, 1.2 KB (added by , 16 years ago) |
---|
-
trunk/BOOK/chapter06/binutils.xml
47 47 48 48 <screen><userinput remap="test">expect -c "spawn ls"</userinput></screen> 49 49 50 <para>If the following message shows up, the chroot environment is not 51 set up for proper PTY operation:</para> 50 <para>This command should give the following output:</para> 52 51 53 <screen><computeroutput>The system has no more ptys. 54 Ask your system administrator to create more.</computeroutput></screen> 52 <screen><computeroutput>spawn ls</computeroutput></screen> 55 53 56 <para>This issue needs to be resolved before running the test suites 57 for Binutils and GCC.</para> 54 <para>If, instead, it gives a message saying to create more ptys, 55 then the environment is not set up for proper PTY operation. This issue 56 needs to be resolved before running the test suites for Binutils and GCC.</para> 58 57 58 59 59 <para>Suppress the installation of an outdated 60 60 <filename>standards.info</filename> file as a newer one is installed later 61 61 on in the Autoconf instructions:</para>