| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [  <!ENTITY % general-entities SYSTEM "../general.ent">  %general-entities;]><sect1 id="prepare-aboutsbus"><title>About SBUs</title><?dbhtml filename="aboutsbus.html"?><para>Many people would like to know beforehand approximately how longit takes to compile and install each package. Because Linux FromScratch can be built on many different systems, it is impossible toprovide accurate time estimates.  The biggest package (Glibc) willtake approximately 20 minutes on the fastest systems, but could takeup to three days on slower systems! Instead of providing actual times,the Static Build Unit (SBU) measure will beused instead.</para><para>The SBU measure works as follows. The first package to be compiledfrom this book is the statically-linked Binutils in <xreflinkend="chapter-temporary-tools"/>.  The time it takes to compilethis package is what will be referred to as the Static Build Unitor SBU. All other compile times will be expressed relative to thistime.</para><para>For example, consider a package whose compilation time is 4.5SBUs. This means that if a system took 10 minutes to compile andinstall the static Binutils, it will take<emphasis>approximately</emphasis> 45 minutes to build this examplepackage. Fortunately, most build times are shorter than the onefor Binutils.</para><para>Please note that if the system compiler on the host is GCC-2.x based, theSBUs listed may be somewhat understated. This is because the SBU isbased on the very first package, compiled with the old GCC, while therest of the system is compiled with the newer GCC-&gcc-version; (which isknown to be approximately 30 percent slower). SBUs are also nothighly accurate for Symmetric Multi-Processor (SMP)-based machines.</para><para>To view actual timings for a number of specific machines, we recommend<ulink url="&lfs-root;~bdubbs/"/>.</para><para>In general, SBUs are not very accurate because they depend on manyfactors, not just the GCC version. They are providedhere to give an estimate of how long it might take toinstall a package, but the numbers can vary by as much as dozens ofminutes in some cases.</para></sect1>
 |