aboutsbus.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. %general-entities;
  5. ]>
  6. <sect1 id="prepare-aboutsbus">
  7. <title>About SBUs</title>
  8. <?dbhtml filename="aboutsbus.html"?>
  9. <para>Many people would like to know beforehand approximately how long
  10. it takes to compile and install each package. Because Linux From
  11. Scratch can be built on many different systems, it is impossible to
  12. provide accurate time estimates. The biggest package (Glibc) will
  13. take approximately 20 minutes on the fastest systems, but could take
  14. up to three days on slower systems! Instead of providing actual times,
  15. the Static Build Unit (SBU) measure will be
  16. used instead.</para>
  17. <para>The SBU measure works as follows. The first package to be compiled
  18. from this book is the statically-linked Binutils in <xref
  19. linkend="chapter-temporary-tools"/>. The time it takes to compile
  20. this package is what will be referred to as the Static Build Unit
  21. or SBU. All other compile times will be expressed relative to this
  22. time.</para>
  23. <para>For example, consider a package whose compilation time is 4.5
  24. SBUs. This means that if a system took 10 minutes to compile and
  25. install the static Binutils, it will take
  26. <emphasis>approximately</emphasis> 45 minutes to build this example
  27. package. Fortunately, most build times are shorter than the one
  28. for Binutils.</para>
  29. <para>Please note that if the system compiler on the host is GCC-2.x based, the
  30. SBUs listed may be somewhat understated. This is because the SBU is
  31. based on the very first package, compiled with the old GCC, while the
  32. rest of the system is compiled with the newer GCC-&gcc-version; (which is
  33. known to be approximately 30 percent slower). SBUs are also not
  34. highly accurate for Symmetric Multi-Processor (SMP)-based machines.</para>
  35. <para>To view actual timings for a number of specific machines, we recommend
  36. <ulink url="&lfs-root;~bdubbs/"/>.</para>
  37. <para>In general, SBUs are not very accurate because they depend on many
  38. factors, not just the GCC version. They are provided
  39. here to give an estimate of how long it might take to
  40. install a package, but the numbers can vary by as much as dozens of
  41. minutes in some cases.</para>
  42. </sect1>