Changeset 0f344dd


Ignore:
Timestamp:
12/31/2012 07:36:41 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.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
eec1ca9
Parents:
43886b7
Message:

Add patch to fix binutils test suite

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r43886b7 r0f344dd  
    3838
    3939    <listitem>
     40      <para>2012-12-31</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Add patch to fix binutils test suite.
     44          All binutils tests now pass, so remove the "-k" flag
     45          from test invocation.
     46          Thanks to Pierre Labastie for the patch.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2012-12-30</para>
    4153      <itemizedlist>
  • chapter01/whatsnew.xml

    r43886b7 r0f344dd  
    234234
    235235    <listitem>
     236      <para>&binutils-testsuite-fixes-patch;</para>
     237    </listitem>
     238
     239    <listitem>
    236240      <para>&kbd-backspace-patch;</para>
    237241    </listitem>
  • chapter03/patches.xml

    r43886b7 r0f344dd  
    2424        <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
    2525        <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
     26      </listitem>
     27    </varlistentry>
     28
     29    <varlistentry>
     30      <term>Binutils Test Suite Patch - <token>&binutils-testsuite-fixes-patch-size;</token>:</term>
     31      <listitem>
     32        <para>Download: <ulink url="&patches-root;&binutils-testsuite-fixes-patch;"/></para>
     33        <para>MD5 sum: <literal>&binutils-testsuite-fixes-patch-md5;</literal></para>
    2634      </listitem>
    2735    </varlistentry>
  • chapter06/binutils.xml

    r43886b7 r0f344dd  
    6464<screen><userinput remap="pre">rm -fv etc/standards.info
    6565sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
     66
     67    <para>Fix some test suite scripts so all tests pass:</para>
     68
     69<screen><userinput remap="pre">patch -Np1 -i ../&binutils-testsuite-fixes-patch;</userinput></screen>
    6670
    6771    <para>The Binutils documentation recommends building Binutils outside of the
     
    115119    <para>Test the results:</para>
    116120
    117 <screen><userinput remap="test">make -k check</userinput></screen>
     121<screen><userinput remap="test">make check</userinput></screen>
    118122
    119123    <para>Install the package:</para>
  • chapter06/e2fsprogs.xml

    r43886b7 r0f344dd  
    116116<screen><userinput remap="test">make check</userinput></screen>
    117117
    118     <para>One of the E2fsprogs tests will attempt to allocate 256 MB
    119     of memory. If you do not have significantly more RAM than this, it
    120     is recommended to enable sufficient swap space for the test. See
    121     <xref linkend="space-creatingfilesystem"/> and
    122     <xref linkend="space-mounting"/> for details on creating and enabling
    123     swap space.</para>
     118    <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
     119    If you do not have significantly more RAM than this, be sure to enable
     120    sufficient swap space for the test. See <xref
     121    linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
     122    for details on creating and enabling swap space.</para>
    124123
    125124    <para>Install the binaries, documentation, and shared libraries:</para>
  • general.ent

    r43886b7 r0f344dd  
    1 <!ENTITY version "SVN-20121230">
    2 <!ENTITY releasedate "December 30, 2012">
    3 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
     1<!ENTITY version "SVN-20130101">
     2<!ENTITY releasedate "January 1, 2013">
     3<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r43886b7 r0f344dd  
    77<!ENTITY bash-fixes-patch-size "54 KB">
    88
     9<!ENTITY binutils-testsuite-fixes-patch "binutils-&binutils-version;-testsuite_fix-1.patch">
     10<!ENTITY binutils-testsuite-fixes-patch-md5 "cb47fae1bc572d45f4b0cff8ae8ecba8">
     11<!ENTITY binutils-testsuite-fixes-patch-size "2.0 KB">
    912
    1013<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
     
    1215<!ENTITY bzip2-docs-patch-size "1.6 KB">
    1316
    14 
    1517<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
    1618<!ENTITY coreutils-i18n-patch-md5 "befbf82628d019ef08d522c95cba331d">
    1719<!ENTITY coreutils-i18n-patch-size "272 KB">
    1820
    19 
    2021<!ENTITY flex-bison-patch "flex-&flex-version;-bison-2.6.1-1.patch">
    2122<!ENTITY flex-bison-patch-md5 "d5b001ef9bdbbe32e2f27576d97d8ff0">
    2223<!ENTITY flex-bison-patch-size "2.8 KB">
    23 
    2424
    2525<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
     
    3131<!ENTITY make-fixes-patch-size "10 KB">
    3232
    33 
    3433<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    3534<!ENTITY perl-libc-patch-md5 "daf5c64fd7311e924966842680535f8f">
    3635<!ENTITY perl-libc-patch-size "1.6 KB">
    37 
    3836
    3937<!ENTITY procps-hz_fixes-patch "procps-&procps-version;-fix_HZ_errors-1.patch">
     
    4543<!ENTITY procps-watch-patch-size "3.5 KB">
    4644
    47 
    4845<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
    4946<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
Note: See TracChangeset for help on using the changeset viewer.