generalinstructions.po 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-18 09:37+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:12
  20. msgid "General Compilation Instructions"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:14
  24. msgid ""
  25. "When building packages there are several assumptions made within the "
  26. "instructions:"
  27. msgstr ""
  28. #. type: Content of: <sect1><itemizedlist><listitem><para>
  29. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:20
  30. msgid ""
  31. "Several of the packages are patched before compilation, but only when the "
  32. "patch is needed to circumvent a problem. A patch is often needed in both "
  33. "this and the following chapters, but sometimes in only one location. "
  34. "Therefore, do not be concerned if instructions for a downloaded patch seem "
  35. "to be missing. Warning messages about <emphasis>offset</emphasis> or "
  36. "<emphasis>fuzz</emphasis> may also be encountered when applying a patch. Do "
  37. "not worry about these warnings, as the patch was still successfully applied."
  38. msgstr ""
  39. #. type: Content of: <sect1><itemizedlist><listitem><para>
  40. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:31
  41. msgid ""
  42. "During the compilation of most packages, there will be several warnings that "
  43. "scroll by on the screen. These are normal and can safely be ignored. These "
  44. "warnings are as they appear&mdash;warnings about deprecated, but not "
  45. "invalid, use of the C or C++ syntax. C standards change fairly often, and "
  46. "some packages still use the older standard. This is not a problem, but does "
  47. "prompt the warning."
  48. msgstr ""
  49. #. type: Content of: <sect1><itemizedlist><listitem><para>
  50. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:40
  51. msgid ""
  52. "Check one last time that the <envar>LFS</envar> environment variable is set "
  53. "up properly:"
  54. msgstr ""
  55. #. type: Content of: <sect1><itemizedlist><listitem><screen>
  56. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:43
  57. #, no-wrap
  58. msgid "<userinput>echo $LFS</userinput>"
  59. msgstr ""
  60. #. type: Content of: <sect1><itemizedlist><listitem><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:45
  62. msgid ""
  63. "Make sure the output shows the path to the LFS partition's mount point, "
  64. "which is <filename class=\"directory\">/mnt/lfs</filename>, using our "
  65. "example."
  66. msgstr ""
  67. #. type: Content of: <sect1><itemizedlist><listitem><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:52
  69. msgid "Finally, two important items must be emphasized:"
  70. msgstr ""
  71. #. type: Content of: <sect1><itemizedlist><listitem><important><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:56
  73. msgid ""
  74. "The build instructions assume that the <xref "
  75. "linkend='ch-partitioning-hostreqs'/>, including symbolic links, have been "
  76. "set properly:"
  77. msgstr ""
  78. #. type: Content of: <sect1><itemizedlist><listitem><important><itemizedlist><listitem><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:62
  80. msgid "<command>bash</command> is the shell in use."
  81. msgstr ""
  82. #. type: Content of: <sect1><itemizedlist><listitem><important><itemizedlist><listitem><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:65
  84. msgid "<command>sh</command> is a symbolic link to <command>bash</command>."
  85. msgstr ""
  86. #. type: Content of: <sect1><itemizedlist><listitem><important><itemizedlist><listitem><para>
  87. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:68
  88. msgid ""
  89. "<command>/usr/bin/awk</command> is a symbolic link to "
  90. "<command>gawk</command>."
  91. msgstr ""
  92. #. type: Content of: <sect1><itemizedlist><listitem><important><itemizedlist><listitem><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:71
  94. msgid ""
  95. "<command>/usr/bin/yacc</command> is a symbolic link to "
  96. "<command>bison</command> or a small script that executes bison."
  97. msgstr ""
  98. #. type: Content of: <sect1><itemizedlist><listitem><important><para>
  99. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:79
  100. msgid "To re-emphasize the build process:"
  101. msgstr ""
  102. #. Do
  103. #. <emphasis>
  104. #. not</emphasis> put sources in
  105. #. <filename class="directory">/mnt/lfs/tools/</filename>.
  106. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><para>
  107. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:83
  108. msgid ""
  109. "Place all the sources and patches in a directory that will be accessible "
  110. "from the chroot environment such as <filename "
  111. "class=\"directory\">/mnt/lfs/sources/</filename>."
  112. msgstr ""
  113. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:90
  115. msgid "Change to the sources directory."
  116. msgstr ""
  117. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><para>
  118. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:93
  119. msgid "For each package:"
  120. msgstr ""
  121. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><orderedlist><listitem><para>
  122. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:96
  123. msgid ""
  124. "Using the <command>tar</command> program, extract the package to be built. "
  125. "In Chapters 5 and 6, ensure you are the <emphasis>lfs</emphasis> user when "
  126. "extracting the package."
  127. msgstr ""
  128. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><orderedlist><listitem><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:101
  130. msgid "Change to the directory created when the package was extracted."
  131. msgstr ""
  132. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><orderedlist><listitem><para>
  133. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:105
  134. msgid "Follow the book's instructions for building the package."
  135. msgstr ""
  136. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><orderedlist><listitem><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:108
  138. msgid "Change back to the sources directory."
  139. msgstr ""
  140. #. type: Content of: <sect1><itemizedlist><listitem><important><orderedlist><listitem><orderedlist><listitem><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/part3intro/generalinstructions.xml:111
  142. msgid "Delete the extracted source directory unless instructed otherwise."
  143. msgstr ""