Changeset 96e9f0b


Ignore:
Timestamp:
10/25/2014 01:04:51 AM (10 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, 7.7, 7.8, 7.9, 8.0, 8.1, 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:
e6f0e5e
Parents:
8a961f6
Message:

Add an instruction to the eudev install to create the initial
/etc/udev/hwdb.bin file.

Update to tzdata-2014i.
Update to util-linux-2.25.2.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r8a961f6 r96e9f0b  
    24412441
    24422442        <seglistitem>
    2443           <seg>None</seg>
     2443          <seg><ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink></seg>
    24442444        </seglistitem>
    24452445      </segmentedlist>
  • chapter01/changelog.xml

    r8a961f6 r96e9f0b  
    3737-->
    3838    <listitem>
     39      <para>2014-10-25</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Add an instruction to the eudev install
     43          to create the initial /etc/udev/hwdb.bin file.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Update to tzdata-2014i. Fixes
     47          <ulink url="&lfs-ticket-root;3696">#3696</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to util-linux-2.25.2. Fixes
     51          <ulink url="&lfs-ticket-root;3697">#3697</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    3957      <para>2014-10-19</para>
    4058      <itemizedlist>
  • chapter01/whatsnew.xml

    r8a961f6 r96e9f0b  
    212212      <para>Tzdata &tzdata-version;</para>
    213213    </listitem>
    214     <!--<listitem>
     214    <listitem>
    215215      <para>Util-Linux &util-linux-version;</para>
    216     </listitem>-->
     216    </listitem>
    217217    <!--<listitem>
    218218      <para>Vim &vim-version;</para>
  • chapter06/coreutils.xml

    r8a961f6 r96e9f0b  
    7373
    7474      <varlistentry>
     75        <term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term>
     76        <listitem>
     77          <para>This environment variable allows the package to be
     78          built as the root user.
     79          </para>
     80        </listitem>
     81      </varlistentry>
     82
     83      <varlistentry>
    7584        <term><parameter>--enable-no-install-program=kill,uptime</parameter></term>
    7685        <listitem>
     
    112121<screen><userinput remap="test">su nobody -s /bin/bash \
    113122          -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
     123
     124    <para>The stty-pairs test is known to fail on a virtual console, but
     125    passes if run in a X terminal.</para>
    114126
    115127    <para>Remove the temporary group:</para>
  • chapter06/eudev.xml

    r8a961f6 r96e9f0b  
    8181<screen><userinput remap="test">make check</userinput></screen>
    8282
    83     <para>Install the package:</para>
    84 
    85 <screen><userinput remap="install">make install</userinput></screen>
     83    <para>Install the package and creat the initial
     84    <filename>/etc/udev/hwdb.bin</filename> file:</para>
     85
     86<screen><userinput remap="install">make install
     87udevadm hwdb --update</userinput></screen>
    8688
    8789<para>Now, install the man pages:</para>
  • chapter06/gmp.xml

    r8a961f6 r96e9f0b  
    6868
    6969      <varlistentry>
    70         <term><parameter>--docdir=/usr/share/doc-gmp&gmp-version;</parameter></term>
     70        <term><parameter>--docdir=/usr/share/doc/gmp&gmp-version;</parameter></term>
    7171        <listitem>
    7272          <para>This variable specifies the correct place for the
  • chapter06/util-linux.xml

    r8a961f6 r96e9f0b  
    5555  <sect2 role="installation">
    5656    <title>Installation of Util-linux</title>
    57 
     57<!--
    5858    <para>First, fix one of the regression tests:</para>
    5959
    6060<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E &lt;/E) &lt;=/' -e 's/ne /eq /' \
    6161    -i tests/ts/ipcs/limits2</userinput></screen>
    62 
     62-->
    6363    <para>Prepare Util-linux for compilation:</para>
    6464
    65 <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
    66             --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
     65<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime     \
     66            --docdir=/usr/share/doc/util-linux-&util-linux-version; \
     67            --disable-chfn-chsh  \
     68            --disable-login      \
     69            --disable-su         \
     70            --disable-setpriv    \
     71            --disable-runuser    \
     72            --disable-pylibmount \
     73            --without-python     \
     74            --without-systemd    \
     75            --without-systemdsystemunitdir</userinput></screen>
     76
     77    <para>The --disable and --without options prevent warnings about
     78    building components that require packages not in LFS or are
     79    inconsistent with programs installed by other packages.</para>
    6780
    6881    <para>Compile the package:</para>
  • general.ent

    r8a961f6 r96e9f0b  
    1 <!ENTITY version         "SVN-20141019">
     1<!ENTITY version         "SVN-20141025">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "October 19, 2014">
     3<!ENTITY releasedate     "October 25, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.7">
  • packages.ent

    r8a961f6 r96e9f0b  
    582582<!ENTITY texinfo-ch6-sbu "0.6 SBU">
    583583
    584 <!ENTITY tzdata-version "2014h">
    585 <!ENTITY tzdata-size "280 KB">
     584<!ENTITY tzdata-version "2014i">
     585<!ENTITY tzdata-size "283 KB">
    586586<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
    587 <!ENTITY tzdata-md5 "ed05111948beba8a0f30956baa46b272">
     587<!ENTITY tzdata-md5 "00adeb62a0897aac5ba67da838351adb">
    588588<!ENTITY tzdata-home "http://www.iana.org/time-zones">
    589589
     
    594594<!ENTITY udev-lfs-home    " ">
    595595
    596 <!ENTITY util-linux-version "2.25.1">
    597 <!ENTITY util-linux-size "3,609 KB">
     596<!ENTITY util-linux-version "2.25.2">
     597<!ENTITY util-linux-size "3,617 KB">
    598598<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.25/util-linux-&util-linux-version;.tar.xz">
    599 <!ENTITY util-linux-md5 "2ff36a8f8ede70f66c5ad0fb09e40e79">
     599<!ENTITY util-linux-md5 "cab3d7be354000f629bc601238b629b3">
    600600<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
    601601<!ENTITY util-linux-ch5-du "104 MB">
Note: See TracChangeset for help on using the changeset viewer.