Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    rf863fd7d r3f2db3a6  
    77  <!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
    88  <!ENTITY gdb-download-ftp  "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
    9   <!ENTITY gdb-md5sum        "257cb0f67927f79acf636d8c01e19990">
     9  <!ENTITY gdb-md5sum        "759a1b8d2b4d403367dd0e14fa04643d">
    1010  <!ENTITY gdb-size          "21 MB">
    11   <!ENTITY gdb-buildsize     "811 MB (add 777 MB for docs; add 536 MB for tests)">
    12   <!ENTITY gdb-time          "1.9 SBU (Using parallelism=4; add 23 SBU for tests; add 0.5 SBU for docs)">
     11  <!ENTITY gdb-buildsize     "716 MB (add 742 MB for docs; add 582 MB for tests)">
     12  <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 0.5 SBU for docs; add 32 SBU for tests)">
    1313]>
    1414
     
    1818  <?dbhtml filename="gdb.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>GDB-&gdb-version;</title>
     
    4037    </para>
    4138
    42     &lfs110a_checked;
     39    &lfs112_checked;
    4340
    4441    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7572      </listitem>
    7673    </itemizedlist>
    77 
     74<!--
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/gdb-&gdb-version;-upstream_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84-->
    7885    <bridgehead renderas="sect3">GDB Dependencies</bridgehead>
    7986
     
    106113    <title>Installation of GDB</title>
    107114
     115    <!-- https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=1add37b
     116         Will be included in 13.1, but not 12.2 (if there will be 12.2). -->
     117    <para>
     118      First, apply a change from upstream to fix issues with readline-8.2
     119      or later:
     120    </para>
     121
     122<screen><userinput remap="pre">sed '/return/s/rl.*characters/(char *) &amp;/' -i gdb/completer.c</userinput></screen>
     123
     124
    108125    <para>
    109126      Install <application>GDB</application> by running the following
     
    172189      </listitem>
    173190-->
     191<!--
    174192      <listitem>
    175193        <para>
     
    180198        </para>
    181199      </listitem>
     200-->
    182201<!-- I don't know if this is true or not.  I tested on a Haswell.
    183202      <listitem>
     
    191210      <listitem>
    192211        <para>
    193 <!-- for gdb-11.1, gcc-11.2 - pierre -->
     212<!-- for gdb-11.1, gcc-11.2 - pierre
    194213          A test run of the test suite had about 1700 unexpected failures
    195214          (out of over 80000 tests). Over 1370 of the failures were related
    196           to FORTRAN tests.
     215          to FORTRAN tests. -->
     216<!-- for gdb-12.1, gcc-11.3.0 - bdubbs -->
     217          A test run of the test suite had a little over 200 unexpected failures
     218          out of over 94000 tests.
    197219        </para>
    198220      </listitem>
Note: See TracChangeset for help on using the changeset viewer.