2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-01-30 18:06:48 +00:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-05-03 11:59:46 +01:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
<sect1 id="prepare-aboutsbus">
|
|
|
|
<title>About SBUs</title>
|
|
|
|
<?dbhtml filename="aboutsbus.html"?>
|
|
|
|
|
2005-02-19 22:16:42 +00:00
|
|
|
<para>Many people would like to know beforehand approximately how long
|
|
|
|
it takes to compile and install each package. Because Linux From
|
|
|
|
Scratch can be built on many different systems, it is impossible to
|
|
|
|
provide accurate time estimates. The biggest package (Glibc) will
|
|
|
|
take approximately 20 minutes on the fastest systems, but could take
|
|
|
|
up to three days on slower systems! Instead of providing actual times,
|
2005-03-13 22:56:18 +00:00
|
|
|
the Standard Build Unit (SBU) measure will be
|
2005-02-19 22:16:42 +00:00
|
|
|
used instead.</para>
|
|
|
|
|
|
|
|
<para>The SBU measure works as follows. The first package to be compiled
|
2005-03-13 22:56:18 +00:00
|
|
|
from this book is Binutils in <xref linkend="chapter-temporary-tools"/>. The
|
|
|
|
time it takes to compile this package is what will be referred to as the
|
|
|
|
Standard Build Unit or SBU. All other compile times will be expressed relative
|
|
|
|
to this time.</para>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
|
|
|
<para>For example, consider a package whose compilation time is 4.5
|
|
|
|
SBUs. This means that if a system took 10 minutes to compile and
|
2005-03-13 22:56:18 +00:00
|
|
|
install the first pass of Binutils, it will take
|
|
|
|
<emphasis>approximately</emphasis> 45 minutes to build this example package.
|
|
|
|
Fortunately, most build times are shorter than the one for Binutils.</para>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2005-03-13 22:56:18 +00:00
|
|
|
<para>In general, SBUs are not entirely accurate because they depend on many
|
|
|
|
factors, not just the GCC version. Note that on Symmetric Multi-Processor
|
|
|
|
(SMP)-based machines, SBUs are even less accurate. They are provided here to
|
|
|
|
give an estimate of how long it might take to install a package, but the numbers
|
|
|
|
can vary by as much as dozens of minutes in some cases.</para>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
|
|
|
<para>To view actual timings for a number of specific machines, we recommend
|
2005-04-12 20:13:26 +01:00
|
|
|
The LinuxFromScratch SBU Home Page at <ulink url="&lfs-root;~bdubbs/"/>.</para>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
</sect1>
|
2005-02-19 22:16:42 +00:00
|
|
|
|