coreutils.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. <!ENTITY % patches-entities SYSTEM "../patches.ent">
  5. %general-entities;
  6. %patches-entities;
  7. ]>
  8. <sect1 id="ch-tools-coreutils" role="wrap">
  9. <title>Coreutils-&coreutils-version;</title>
  10. <?dbhtml filename="coreutils.html"?>
  11. <indexterm zone="ch-tools-coreutils">
  12. <primary sortas="a-Coreutils">Coreutils</primary>
  13. <secondary>tools</secondary></indexterm>
  14. <sect2 role="package"><title/>
  15. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/coreutils.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
  16. <segmentedlist>
  17. <segtitle>&buildtime;</segtitle>
  18. <segtitle>&diskspace;</segtitle>
  19. <seglistitem><seg>0.9 SBU</seg><seg>53.3 MB</seg></seglistitem>
  20. </segmentedlist>
  21. <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/coreutils.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Coreutils</title>
  25. <para>Prepare Coreutils for compilation:</para>
  26. <screen><userinput>DEFAULT_POSIX2_VERSION=199209 ./configure --prefix=/tools</userinput></screen>
  27. <para>This package has an issue when compiled against versions of
  28. Glibc later than 2.3.2. Some of the Coreutils utilities (such as
  29. <command>head</command>, <command>tail</command>, and
  30. <command>sort</command>) will reject their traditional syntax, a
  31. syntax that has been in use for approximately 30 years. This old
  32. syntax is so pervasive that compatibility should be preserved until
  33. the many places where it is used can be updated. Backwards
  34. compatibility is achieved by setting the
  35. <envar>DEFAULT_POSIX2_VERSION</envar> environment variable to
  36. <quote>199209</quote> in the above command. If you do not want
  37. Coreutils to be backwards compatible with the traditional syntax, then
  38. omit setting the <envar>DEFAULT_POSIX2_VERSION</envar>
  39. environment variable. It is important to remember that doing so will
  40. have consequences, including the need to patch the many packages that
  41. still use the old syntax. Therefore, it is recommended that the
  42. instructions be followed exactly as given above.</para>
  43. <para>Compile the package:</para>
  44. <screen><userinput>make</userinput></screen>
  45. <para>To test the results, issue: <userinput>make
  46. RUN_EXPENSIVE_TESTS=yes check</userinput>. The
  47. <parameter>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the
  48. test suite to run several additional tests that are considered
  49. relatively expensive (in terms of CPU power and memory usage) on some
  50. platforms, but generally are not a problem on Linux.</para>
  51. <para>Install the package:</para>
  52. <screen><userinput>make install</userinput></screen>
  53. </sect2>
  54. <sect2 role="content"><title/>
  55. <para>Details on this package are located in <xref
  56. linkend="contents-coreutils" role="."/></para>
  57. </sect2>
  58. </sect1>