Ticket #2470: text-updates.patch
File text-updates.patch, 7.8 KB (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter05/glibc.xml
157 157 </blockquote> 158 158 159 159 <para>The missing or incompatible <command>msgfmt</command> program is 160 generally harmless, but it can sometimes cause issues when running the 161 test suite. This <command>msgfmt</command> program is part of the 162 Gettext package which the host distribution should provide. If 163 <command>msgfmt</command> is present but deemed incompatible, upgrade 164 the host system's Gettext package or continue without it and see if 165 the test suite runs without problems regardless.</para> 160 generally harmless. This <command>msgfmt</command> program is part of the 161 Gettext package which the host distribution should provide.</para> 166 162 167 163 <para>Compile the package:</para> 168 164 -
trunk/BOOK/chapter05/gcc-pass1.xml
127 127 <parameter>-lgcc_eh</parameter> within its build system. This dependency 128 128 can be satisfied by creating a symlink to <filename>libgcc.a</filename>, 129 129 since that file will end up containing the objects normally contained in 130 <filename>libgcc_eh.a</filename> .</para>130 <filename>libgcc_eh.a</filename>:</para> 131 131 132 132 <screen><userinput remap="install">ln -vs libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | \ 133 133 sed 's/libgcc/&_eh/'`</userinput></screen> -
trunk/BOOK/chapter05/gcc-pass2.xml
100 100 done</userinput></screen> 101 101 102 102 <para>In case the above seems hard to follow, let's break it down a bit. 103 First we find all the files under the gcc/config directory that are named 103 First we find all the files under the 104 <filename class="directory">gcc/config</filename> directory that are named 104 105 either <filename>linux.h</filename>, <filename>linux64.h</filename> or 105 106 <filename>sysv4.h</filename>. 106 107 For each file found, we copy it to a file of the same name but with an added … … 112 113 to the end of the file. 113 114 Finally, we use <command>touch</command> to update the timestamp on the copied files. 114 115 When used in conjunction with <command>cp -u</command>, this prevents unexpected 115 changes to the original files in case the command isinadvertently run twice.116 changes to the original files in case the commands are inadvertently run twice. 116 117 </para> 117 118 118 119 <para>On x86_64, unsetting the multilib spec for GCC ensures that it -
trunk/BOOK/chapter06/gmp.xml
120 120 <?dbhtml list-presentation="table"?> 121 121 122 122 <varlistentry id="libgmp"> 123 <term>< command>libgmp</command></term>123 <term><filename class="libraryfile">libgmp</filename></term> 124 124 <listitem> 125 125 <para>Contains precision math functions.</para> 126 126 <indexterm zone="ch-system-gmp libgmp"> … … 130 130 </varlistentry> 131 131 132 132 <varlistentry id="libgmpxx"> 133 <term>< command>libgmpxx</command></term>133 <term><filename class="libraryfile">libgmpxx</filename></term> 134 134 <listitem> 135 135 <para>Contains C++ precision math functions.</para> 136 136 <indexterm zone="ch-system-gmp libgmpxx"> … … 140 140 </varlistentry> 141 141 142 142 <varlistentry id="libmp"> 143 <term>< command>libmp</command></term>143 <term><filename class="libraryfile">libmp</filename></term> 144 144 <listitem> 145 145 <para>Contains the Berkeley MP math functions.</para> 146 146 <indexterm zone="ch-system-gmp libmp"> -
trunk/BOOK/chapter06/udev.xml
172 172 <seg>ata_id, cdrom_id, collect, create_floppy_devices, edd_id, 173 173 firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, 174 174 usb_id, write_cd_rules, and write_net_rules</seg> 175 <seg>libudev </seg>175 <seg>libudev.{a,so}</seg> 176 176 <seg>/etc/udev</seg> 177 177 </seglistitem> 178 178 </segmentedlist> … … 341 341 </varlistentry> 342 342 343 343 <varlistentry id="libudev"> 344 <term>< command>libudev</command></term>344 <term><filename class="libraryfile">libudev</filename></term> 345 345 <listitem> 346 346 <para>A library interface to udev device information</para> 347 347 <indexterm zone="ch-system-udev libudev"> -
trunk/BOOK/chapter06/gcc.xml
167 167 after <filename class="directory">/usr/lib/gcc</filename>. If your machine is 168 168 a 64-bit system, you may also see a directory named <filename class="directory">lib64</filename> 169 169 towards the end of the string. The important thing to 170 look for here is that gcc has found all three <filename>crt*.o</filename> files under 171 the <filename class="directory">/usr/lib</filename> directory.</para> 170 look for here is that <command>gcc</command> has found all three 171 <filename>crt*.o</filename> files under the 172 <filename class="directory">/usr/lib</filename> directory.</para> 172 173 173 174 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 174 175 href="readjusting.xml" -
trunk/BOOK/chapter06/mpfr.xml
88 88 <?dbhtml list-presentation="table"?> 89 89 90 90 <varlistentry id="libmpfr"> 91 <term>< command>libmpfr</command></term>91 <term><filename class="directory">libmpfr</filename></term> 92 92 <listitem> 93 93 <para>Contains multiple-precision math functions.</para> 94 94 <indexterm zone="ch-system-mpfr libmpfr"> -
trunk/BOOK/chapter06/glibc.xml
719 719 <listitem> 720 720 <para>Used internally by Glibc for handling internationalized domain 721 721 names in the <function>getaddrinfo()</function> function</para> 722 <indexterm zone="ch-system-glibc libc rypt">723 <primary sortas="c-libc rypt">libcrypt</primary>722 <indexterm zone="ch-system-glibc libcidn"> 723 <primary sortas="c-libcidn">libcidn</primary> 724 724 </indexterm> 725 725 </listitem> 726 726 </varlistentry> -
trunk/BOOK/appendices/acronymlist.xml
177 177 </varlistentry> 178 178 179 179 <varlistentry> 180 <term><emphasis role="bold">ext4</emphasis></term> 181 <listitem> 182 <para>fourth extended file system</para> 183 </listitem> 184 </varlistentry> 185 186 <varlistentry> 180 187 <term><emphasis role="bold">FAQ</emphasis></term> 181 188 <listitem> 182 189 <para>Frequently Asked Questions</para> … … 214 221 <varlistentry> 215 222 <term><emphasis role="bold">GB</emphasis></term> 216 223 <listitem> 217 <para>Gi babytes</para>224 <para>Gigabytes</para> 218 225 </listitem> 219 226 </varlistentry> 220 227