Changeset 0636f6c


Ignore:
Timestamp:
Feb 21, 2006, 1:57:38 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4d6fcf9
Parents:
db38a36
Message:

r981@server (orig r979): jim | 2005-12-30 10:11:32 -0800

r1226@server: cstaub | 2005-12-30 08:35:37 -0800
Updated package deps, removed explanation of cross-compiling from final-system binutils, and removed note about GRUB's testsuite failure


Files:
37 edited

Legend:

Unmodified
Added
Removed
  • boot/common/changingowner.xml

    rdb38a36 r0636f6c  
    2424chown -R 0:0 $LFS/{bin,boot,dev,etc,home,lib,media,mnt,opt,proc,root,sbin,srv,sys,tmp,usr,var}</userinput></screen>
    2525
    26   <para os="c">Optionally, you can do the same with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
     26  <para os="c">The same issue also exists with <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>. Although these directories can be deleted once the
    2727  LFS system has been finished, they can be retained to build additional
    2828  LFS systems. If the <filename class="directory">/tools</filename> and <filename class="directory">/cross-tools</filename>
  • boot/common/settingenviron.xml

    rdb38a36 r0636f6c  
    2727  Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
    2828  (the two are equivalent) ensures that everything will work as expected
    29   on your tempoary system.</para>
     29  on your temporary system.</para>
    3030
    3131  <para>By putting <filename class="directory">/tools/bin</filename> at
     
    3434  if they have not yet been built on the target system. This configuration
    3535  forces use of the final system binaries as they are built over the
    36   temp-system, minimising the chance final system programs being built
     36  temp-system, minimising the chance of final system programs being built
    3737  against the temp-system.</para>
    3838
  • boot/common/whatnext.xml

    rdb38a36 r0636f6c  
    1111  <title>What to do next</title>
    1212
    13   <para>Now your at the point to get your <filename
     13  <para>Now you're at the point to get your <filename
    1414  class="directory">${LFS}</filename> directory copied over to your target
    15   machine. The easiest method would be to tar and copy the file up.</para>
     15  machine. The easiest method would be to tar it up and copy the file.</para>
    1616
    1717<screen><userinput>tar -jcvf ${LFS}.tar.bz2 ${LFS}</userinput></screen>
    1818
    19   <para>Some others have came up with other idea's on how to do this.
     19  <para>Some others have came up with other ideas on how to do this.
    2020  Below is a table with the method and link to where the information
    2121  is stored.</para>
  • bootable/x86/kernel.xml

    rdb38a36 r0636f6c  
    2323      <seglistitem>
    2424        <seg>Bash, Binutils, Coreutils, Findutils, GCC, Glibc, Grep,
    25         Gzip, Make, Modutils, Perl, and Sed</seg>
     25        Gzip, Kbd, Make, Module-Init-Tools, Perl, and Sed</seg>
    2626      </seglistitem>
    2727    </segmentedlist>
  • bootscripts/common/bootscripts.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash and Coreutils</seg>
     27        <seg>Bash, Coreutils, Make, and Sed</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/bash.xml

    rdb38a36 r0636f6c  
    2525      <seglistitem>
    2626        <seg>Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make,
    27         Ncurses, and Sed.</seg>
     27        Ncurses, Patch, Readline, and Sed.</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/binutils.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash, Coreutils, Diffutils, GCC, Gettext,
    28         Glibc, Grep, Make, Perl, Sed, and Texinfo</seg>
     27        <seg>Bash, Coreutils, Diffutils, Expect, GCC, Gettext,
     28        Glibc, Grep, Make, Patch, Perl, Sed, Tcl, and Texinfo</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
     
    7979    <para os="n">Normally, the tooldir (the directory where the executables
    8080    will ultimately be located) is set to <filename
    81     class="directory">$(exec_prefix)/$(target_alias)</filename>. For
    82     example, i686 machines would expand that to <filename
    83     class="directory">/usr/i686-pc-linux-gnu</filename>. Because this
     81    class="directory">$(exec_prefix)/$(target_alias)</filename>. Because this
    8482    is a custom system, this target-specific directory in <filename
    85     class="directory">/usr</filename> is not required. <filename
    86     class="directory">$(exec_prefix)/$(target_alias)</filename> would
    87     be used if the system was used to cross-compile (for example,
    88     compiling a package on an Intel machine that generates code that
    89     can be executed on PowerPC machines).</para>
     83    class="directory">/usr</filename> is not required.</para>
    9084
    9185    <important os="o">
  • final-system/common/bzip2.xml

    rdb38a36 r0636f6c  
    2727
    2828      <seglistitem>
    29         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, and Make</seg>
     29        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Make,
     30        and Patch</seg>
    3031      </seglistitem>
    3132    </segmentedlist>
  • final-system/common/coreutils.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils, GCC,
    28         Gettext, Glibc, Grep, Make, Perl, and Sed</seg>
     28        Gettext, Glibc, Grep, Make, Patch, Perl, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/flex.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Bison, Coreutils, Diffutils,
    28         GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg>
     28        GCC, Gettext, Glibc, Grep, M4, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/gawk.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext,
    28         Glibc, Grep, Make, and Sed</seg>
     28        Glibc, Grep, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/gcc.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash, Binutils, Coreutils, Diffutils, Findutils,
    28         Gawk, Gettext, Glibc, Grep, Make, Perl, Sed, and Texinfo</seg>
     27        <seg>Bash, Binutils, Coreutils, DejaGNU, Diffutils, Expect, Findutils,
     28        Gawk, Gettext, Glibc, Grep, Make, Patch, Perl, Sed, Tcl, and Texinfo</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/glibc.xml

    rdb38a36 r0636f6c  
    2828      <seglistitem>
    2929        <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
    30         Grep, Make, Perl, Sed, and Texinfo</seg>
     30        Grep, Make, Patch, Perl, Sed, and Texinfo</seg>
    3131      </seglistitem>
    3232    </segmentedlist>
  • final-system/common/gzip.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils,
    28         GCC, Glibc, Grep, Make, and Sed</seg>
     28        GCC, Glibc, Grep, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/hotplug.xml

    rdb38a36 r0636f6c  
    2929
    3030      <seglistitem>
    31         <seg>Bash, Coreutils, Find, Gawk, and Make</seg>
     31        <seg>Bash, Coreutils, Findutils, Gawk, and Make</seg>
    3232      </seglistitem>
    3333    </segmentedlist>
  • final-system/common/iana-etc.xml

    rdb38a36 r0636f6c  
    1212
    1313  <indexterm zone="ch-system-iana-etc">
    14     <primary sortas="a-Iana-Etc">Iana-Etc</primary>
     14    <primary sortas="a-Iana-Etc">Coreutils, Gawk, and Iana-Etc</primary>
    1515  </indexterm>
    1616
     
    2525
    2626      <seglistitem>
    27         <seg>Make</seg>
     27        <seg>Coreutils, Gawk, and Make</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/inetutils.xml

    rdb38a36 r0636f6c  
    2525      <seglistitem>
    2626        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
    27         Make, Ncurses, and Sed</seg>
     27        Make, Ncurses, Patch, and Sed</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/iproute2.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>GCC, Glibc, Make, Linux-Headers, and Sed</seg>
     27        <seg>Bash, GCC, Glibc, Make, Linux-Headers, and Sed</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/kbd.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext,
    28         Glibc, Grep, Gzip, M4, Make, and Sed</seg>
     27        <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Flex, GCC, Gettext,
     28        Glibc, Grep, Gzip, M4, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/man.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
    28         Make, and Sed</seg>
     27        <seg>Bash, Bzip2, Binutils, Coreutils, Diffutils, Gawk, Gzip,
     28        GCC, Glibc, Grep, Less, Make, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/mktemp.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Coreutils, Make, and Patch</seg>
     27        <seg>Coreutils, Make, Patch, and Zlib</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/module-init-tools.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Glibc,
    28         Grep, M4, Make, and Sed</seg>
     28        Grep, M4, Make, Sed, and Zlib</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/perl.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils,
    28         Gawk, GCC, Glibc, Grep, Make, and Sed</seg>
     28        Gawk, GCC, Glibc, Grep, Iana-Etc, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/readline.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Binutils, Coreutils, Diffutils, Gawk,
    28         GCC, Glibc, Grep, Make, Ncurses, and Sed</seg>
     28        GCC, Glibc, Grep, Make, Ncurses, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/sed.xml

    rdb38a36 r0636f6c  
    2525      <seglistitem>
    2626        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
    27         Grep, Make, and Texinfo</seg>
     27        Grep, Make, Sed, and Texinfo</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/shadow.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Bison, Coreutils, Diffutils, GCC, Gettext,
    28         Glibc, Grep, Make, and Sed</seg>
     28        Glibc, Grep, Make, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/sysklogd.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Binutils, Coreutils, GCC, Glibc, Make</seg>
     27        <seg>Binutils, Coreutils, GCC, Glibc, Make, and Patch</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/sysvinit.xml

    rdb38a36 r0636f6c  
    2424
    2525      <seglistitem>
    26         <seg>Binutils, Coreutils, GCC, Glibc, and Make</seg>
     26        <seg>Binutils, Coreutils, GCC, Glibc, Make, and Sed</seg>
    2727      </seglistitem>
    2828    </segmentedlist>
  • final-system/common/tar.xml

    rdb38a36 r0636f6c  
    2424
    2525      <seglistitem>
    26         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
    27         Grep, Make, and Sed</seg>
     26        <seg>Bash, Binutils, Bzip2, Coreutils, Diffutils, GCC, Gettext, Glibc,
     27        Gzip, Grep, Make, Patch, and Sed</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/texinfo.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc,
    28         Grep, Make, Ncurses, and Sed</seg>
     28        Grep, Make, Ncurses, Patch, and Sed</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • final-system/common/udev.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Coreutils, Make, and Tree</seg>
     27        <seg>Coreutils, GCC, Make, Perl, and Tree</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • final-system/common/util-linux.xml

    rdb38a36 r0636f6c  
    2727      <seglistitem>
    2828        <seg>Bash, Binutils, Coreutils,
    29         Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed, and Zlib</seg>
     29        Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Patch,
     30        Sed, and Zlib</seg>
    3031      </seglistitem>
    3132    </segmentedlist>
  • final-system/x86/grub.xml

    rdb38a36 r0636f6c  
    4848
    4949    <para os="e">To test the results, issue:
    50     <userinput>sed -i '/ufs2/d' stage2/size_test &amp;&amp;
    51     make check</userinput>.</para>
     50    <userinput>make check</userinput>.</para>
    5251
    53     <para os="f">The UFS test is known to fail due to a compiler issue. The failure
    54     prevents the rest of the tests from being run, so the <command>sed</command>
    55     command is used to avoid the failure. The UFS test failure can be ignored
    56     unless you plan to boot from a UFS partition. The partitions are normally
    57     only used by Sun workstations.</para>
     52    <para os="f">Install the package:</para>
    5853
    59     <para os="g">Install the package:</para>
    60 
    61 <screen os="h"><userinput>make install
     54<screen os="g"><userinput>make install
    6255mkdir /boot/grub
    6356cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
    6457
    65     <para os="i">Replace <filename class="directory">i386-pc</filename> with whatever
     58    <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever
    6659    directory is appropriate for the hardware in use.</para>
    6760
    68     <para os="j">The <filename class="directory">i386-pc</filename> directory
     61    <para os="i">The <filename class="directory">i386-pc</filename> directory
    6962    contains a number of <filename>*stage1_5</filename> files, different
    7063    ones for different file systems. Review the files available and copy
  • final-system/x86/linux-libc-headers.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Coreutils</seg>
     27        <seg>Coreutils and Findutils</seg>
    2828      </seglistitem>
    2929    </segmentedlist>
  • introduction/common/changelog.xml

    rdb38a36 r0636f6c  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>December 30, 2005</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[Chris] - Updated package dependencies, removed explanation of
     43          "target alias" and "cross-compiling" from final-system binutils, and
     44          removed note about GRUB's testsuite failure.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>     
    3848
    3949    <listitem>
  • testsuite-tools/common/dejagnu.xml

    rdb38a36 r0636f6c  
    2525
    2626      <seglistitem>
    27         <seg>Bash, Binutils, Coreutils, Diffutils,
    28         GCC, Glibc, Grep, Make, and Sed</seg>
     27        <seg>Bash, Binutils, Coreutils, Diffutils, Expect,
     28        GCC, Glibc, Grep, Make, Sed, and Tcl</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
  • testsuite-tools/common/expect.xml

    rdb38a36 r0636f6c  
    2626      <seglistitem>
    2727        <seg>Bash, Binutils, Coreutils, Diffutils,
    28         GCC, Glibc, Grep, Make, Sed, and Tcl</seg>
     28        GCC, Glibc, Grep, Make, Patch, Sed, and Tcl</seg>
    2929      </seglistitem>
    3030    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.