Changeset 7a47ddb


Ignore:
Timestamp:
09/24/2017 07:55:12 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
55e25a9
Parents:
7886729e
Message:

Reorder packages in Chapter 6 so Python can use gdbm.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r7886729e r7a47ddb  
    21602160
    21612161        <seglistitem>
    2162          <seg>Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep,
     2162         <seg>Bash, Binutils, Coreutils, GCC, Gdbm, Gettext, Glibc, Grep,
    21632163         Libffi, Make, Ncurses, and Sed</seg>
    21642164        </seglistitem>
     
    23332333
    23342334<!-- Begin systemd dependency info -->
    2335 <!--
    23362335  <bridgehead renderas="sect2" id="systemd-dep">Systemd</bridgehead>
    23372336
     
    23692368        </seglistitem>
    23702369      </segmentedlist>
    2371 -->
     2370
    23722371<!-- Begin Sysvinit dependency info -->
    23732372  <bridgehead renderas="sect2" id="sysvinit-dep">Sysvinit</bridgehead>
  • chapter01/changelog.xml

    r7886729e r7a47ddb  
    4646      <para>2017-09-24</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Reorder packages in Chapter 6 so Python can use
     50          gdbm.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[dj] - Use upstream systemd tarball with meson build system and
  • chapter06/chapter06.xml

    r7886729e r7a47ddb  
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libcap.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
    41 
    42   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
    43 
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
    46   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
    47   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="meson.xml"/>
    48 
    4941  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    5042  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
     
    5749  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdbm.xml"/>
    5850  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
     51  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expat.xml"/>
    5952  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
    6053  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
     
    6659  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
    6760  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
     61
     62  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
     63  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
     64  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="meson.xml"/>
    6866
    6967  <!-- systemd only -->
  • packages.ent

    r7886729e r7a47ddb  
    602602<!ENTITY systemd-man-url  "http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-&systemd-version;.tar.xz">
    603603<!ENTITY systemd-man-md5  "c52e13fa137b5f0e3900881d3cdccb9a">
    604 <!ENTITY systemd-ch6-du   "255 MB">
     604<!ENTITY systemd-ch6-du   "13 MB">
    605605<!ENTITY systemd-ch6-sbu  "0.6 SBU">
    606606
Note: See TracChangeset for help on using the changeset viewer.