Changeset 54bd123 for general/prog/gdb.xml
- Timestamp:
- 09/18/2021 06:53:12 AM (2 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f863fd7d
- Parents:
- 9a7aeed0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gdb.xml
r9a7aeed0 r54bd123 7 7 <!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz"> 8 8 <!ENTITY gdb-download-ftp "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz"> 9 <!ENTITY gdb-md5sum " c044b7146903ec51c9d2337a29aee93b">9 <!ENTITY gdb-md5sum "257cb0f67927f79acf636d8c01e19990"> 10 10 <!ENTITY gdb-size "21 MB"> 11 <!ENTITY gdb-buildsize " 761 MB (add 750 MB for docs; add 633MB for tests)">12 <!ENTITY gdb-time "1. 7 SBU (Using parallelism=4; add 30SBU for tests; add 0.5 SBU for docs)">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)"> 13 13 ]> 14 14 … … 191 191 <listitem> 192 192 <para> 193 A test run of the test suite had 230 unexpected failures 194 (out of over 70000 tests). 193 <!-- for gdb-11.1, gcc-11.2 - pierre --> 194 A test run of the test suite had about 1700 unexpected failures 195 (out of over 80000 tests). 195 196 </para> 196 197 </listitem> … … 209 210 on those CPUs. 210 211 </para> 211 <!-- On my Turion 64 X2 system, I had 498 failures, a majority212 of which failed on my workstation as well when I rebuilt it213 in March 2020. My skylake-based system has 228 failures. -renodr -->214 212 </listitem> 215 213 … … 246 244 <para> 247 245 <parameter>--with-python=/usr/bin/python3</parameter>: This switch 248 forces <application>GDB</application> to use Python 3 installed249 in LFS.Remove this switch if you have installed246 forces <application>GDB</application> to use Python 3. 247 Remove this switch if you have installed 250 248 <xref linkend="python2"/> and want to use it instead of Python 3. 251 249 </para>
Note:
See TracChangeset
for help on using the changeset viewer.