Changeset 54bd123
- Timestamp:
- 09/18/2021 06:53:12 AM (21 months ago)
- Branches:
- 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f863fd7d
- Parents:
- 9a7aeed0
- Files:
-
- 3 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> -
introduction/welcome/changelog.xml
r9a7aeed0 r54bd123 43 43 --> 44 44 <listitem> 45 <para>September 18th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to gdb-11.1. Fixes 49 <ulink url="&blfs-ticket-root;15529">#15529</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>September 17th, 2021</para> 46 56 <itemizedlist> 57 <listitem> 58 <para>[pierre] - Update to gucharmap-14.0.0. Fixes 59 <ulink url="&blfs-ticket-root;15547">#15547</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[pierre] - Update to httpd-2.4.49 (Security Update). Fixes 63 <ulink url="&blfs-ticket-root;15543">#15543</ulink>.</para> 64 </listitem> 47 65 <listitem> 48 66 <para>[bdubbs] - Update to glib-networking-2.70.0. Fixes -
packages.ent
r9a7aeed0 r54bd123 343 343 <!ENTITY gcc-version "11.2.0"> 344 344 <!ENTITY gc-version "8.0.4"> 345 <!ENTITY gdb-version "1 0.2">345 <!ENTITY gdb-version "11.1"> 346 346 <!ENTITY git-version "2.33.0"> 347 347 <!ENTITY guile-version "3.0.7">
Note:
See TracChangeset
for help on using the changeset viewer.