Changeset 6c4092b0


Ignore:
Timestamp:
06/03/2013 06:55:49 PM (11 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.4, 7.5, 7.6, 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:
ab58d24
Parents:
a03cebd
Message:

Update to gcc-4.8.1
Update to util-linux-2.23.1

Added test suites to util-linux, but needed to move shadow
before util-linux to have su available.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra03cebd r6c4092b0  
    3737-->
    3838    <listitem>
     39      <para>2013-06-03</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to Util-linux-2.23.1. Fixes
     43          <ulink url="&lfs-ticket-root;3355">#3355</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Update to gcc-4.8.1. Fixes
     47          <ulink url="&lfs-ticket-root;3356">#3356</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    3953      <para>2013-05-27</para>
    4054      <itemizedlist>
  • chapter06/chapter06.xml

    ra03cebd r6c4092b0  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
    3738  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
  • chapter06/util-linux.xml

    ra03cebd r6c4092b0  
    8282<screen><userinput remap="make">make</userinput></screen>
    8383
    84     <para>This package does not come with a test suite.</para>
     84    <para>If desired, run the test suite as a non-root user:</para>
     85
     86    <warning><para>Running the test suite as the root user can be harmful to
     87    your system.  To run it, the kernel CONFIG_SCSI_DEBUG option for the
     88    kernel must be available in the currently running system.  For complete
     89    coverage, other BLFS packages must be installed.  If desired, this
     90    test can be run after rebooting into the completed LFS system and running:</para>
     91
     92    <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
     93    </warning>
     94
     95    <screen><userinput remap="test">chown -Rv nobody .
     96su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen>
    8597
    8698    <para>Install the package:</para>
  • general.ent

    ra03cebd r6c4092b0  
    1 <!ENTITY version         "SVN-20130527">
    2 <!ENTITY releasedate     "May 27, 2013">
     1<!ENTITY version         "SVN-20130603">
     2<!ENTITY releasedate     "Jume 3, 2013">
    33<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.4">
  • packages.ent

    ra03cebd r6c4092b0  
    175175<!ENTITY gawk-ch6-sbu "0.2 SBU">
    176176
    177 <!ENTITY gcc-version "4.8.0">
    178 <!ENTITY gcc-size "84,633 KB">
     177<!ENTITY gcc-version "4.8.1">
     178<!ENTITY gcc-size "84,724 KB">
    179179<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    180 <!ENTITY gcc-md5 "e6040024eb9e761c3bea348d1fa5abb0">
     180<!ENTITY gcc-md5 "3b2386c114cd74185aa3754b58a79304">
    181181<!ENTITY gcc-home "http://gcc.gnu.org/">
    182182<!ENTITY gcc-ch5p1-du "1.4 GB">
     
    561561<!ENTITY udev-lfs-home   " ">
    562562
    563 <!ENTITY util-linux-version "2.23">
    564 <!ENTITY util-linux-size "3,248 KB">
     563<!ENTITY util-linux-version "2.23.1">
     564<!ENTITY util-linux-size "3,292 KB">
    565565<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.23/util-linux-&util-linux-version;.tar.xz">
    566 <!ENTITY util-linux-md5 "cf5e9bb402371beaaffc3a5f276d5783">
     566<!ENTITY util-linux-md5 "33ba55ce82f8e3b8d7a38fac0f62779a">
    567567<!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/">
    568568<!ENTITY util-linux-ch6-du "89 MB">
Note: See TracChangeset for help on using the changeset viewer.