Ignore:
Timestamp:
05/19/2019 04:54:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
215c728b
Parents:
853ae3e5
Message:

Merge to HEAD 21602.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/BOOK-elogind@21603 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gdb.xml

    r853ae3e5 re7d893b  
    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        "f8b2562e830a4098dd5b5ea9e9296c70">
    10   <!ENTITY gdb-size          "19 MB">
    11   <!ENTITY gdb-buildsize     "599 MB (add 55 MB for tests, add 723 MB for docs)">
    12   <!ENTITY gdb-time          "1.8 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
     9  <!ENTITY gdb-md5sum        "bbd95b2f9b34621ad7a19a3965476314">
     10  <!ENTITY gdb-size          "20 MB">
     11  <!ENTITY gdb-buildsize     "630 MB (add 57 MB for tests, add 750 MB for docs)">
     12  <!ENTITY gdb-time          "2.0 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
    1313]>
    1414
     
    7676
    7777    <bridgehead renderas="sect3">GDB Dependencies</bridgehead>
     78
     79    <bridgehead renderas="sect4">Recommended Runtime Dependency</bridgehead>
     80    <para role="recommended">
     81      <xref linkend="six"/> (Python 3 module, required at run-time to
     82      use GDB scripts from various LFS/BLFS packages with Python 3
     83      installed in LFS)
     84    </para>
    7885
    7986    <bridgehead renderas="sect4">Optional</bridgehead>
     
    103110    </para>
    104111
    105 <screen><userinput>./configure --prefix=/usr --with-system-readline &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr \
     113            --with-system-readline \
     114            --with-python=/usr/bin/python3 &amp;&amp;
    106115make</userinput></screen>
    107116
     
    133142        <para>
    134143          Clean directories are needed if re-running the tests.  For that
    135           reason, it is recommended to make a copy of the compiled source code
     144          reason, make a copy of the compiled source code
    136145          directory before the tests in case you need to run the tests again.
    137146        </para>
     
    143152        </para>
    144153      </listitem>
    145        
    146 <!-- They worked fine for me. [renodr] 7.11.1 -->
    147 
    148 <!--
    149       <listitem>
    150         <para>
    151           If run remotely over an ssh connection, the tests will hang
    152           and require a hard (power cycle) reset of the system.
    153         </para>
    154       </listitem>
    155 -->
    156154       
    157155      <listitem>
     
    178176        </para>
    179177      </listitem>
     178
     179      <listitem>
     180        <para>
     181          If the test suite is run on a Skylake-based Intel CPU or newer,
     182          many tests will fail due to the removal of the deprecated/problematic
     183          libmpx library in GCC.
     184        </para>
     185      </listitem>
    180186       
    181187      <listitem>
     
    212218      <application>GDB</application> to use the copy of
    213219      <application>Readline</application> installed in LFS.
     220    </para>
     221
     222    <para>
     223      <parameter>--with-python=/usr/bin/python3</parameter>: This switch
     224      forces <application>GDB</application> to use Python 3 installed
     225      in LFS.  Remove this switch if you have installed
     226      <xref linkend="python2"/> and want to use it instead of Python 3.
    214227    </para>
    215228
Note: See TracChangeset for help on using the changeset viewer.