Changeset 51cb7cd
- Timestamp:
- 08/23/2018 04:28:35 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 55d2957
- Parents:
- ea5be73
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc-ada.xml
rea5be73 r51cb7cd 56 56 </para> 57 57 58 &lfs8 2_checked;58 &lfs83_checked; 59 59 60 60 <caution> -
general/prog/gcc.xml
rea5be73 r51cb7cd 42 42 </para> 43 43 44 &lfs8 2_checked;44 &lfs83_checked; 45 45 46 46 <caution> -
general/prog/gdb.xml
rea5be73 r51cb7cd 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 " f46487561f9a16916a8102316f7fd105">9 <!ENTITY gdb-md5sum "372fa63a53adeee1bfbfd581d8da9e34"> 10 10 <!ENTITY gdb-size "19 MB"> 11 <!ENTITY gdb-buildsize " 494 MB (add 19 MB for tests, add 677 MB for docs)">12 <!ENTITY gdb-time " 4.1 SBU (add 17 SBU for tests, add 0.7for docs)">11 <!ENTITY gdb-buildsize "667 MB (add 753 MB for tests, add 757 MB for docs)"> 12 <!ENTITY gdb-time "5.0 SBU (add 56 SBU for tests, add 0.8 for docs)"> 13 13 ]> 14 14 … … 39 39 </para> 40 40 41 &lfs8 2_checked;41 &lfs83_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 79 79 <bridgehead renderas="sect4">Optional</bridgehead> 80 80 <para role="optional"> 81 <xref linkend="dejagnu"/> ( for tests),81 <xref linkend="dejagnu"/> (required for tests), 82 82 <xref linkend="doxygen"/>, 83 <xref linkend="gcc"/> ( gfortran, for sometests),84 <xref linkend="guile"/> (currently broken),83 <xref linkend="gcc"/> (ada and gfortran are used for tests), 84 <xref linkend="guile"/>, 85 85 <xref linkend="python2"/>, 86 <xref linkend="rust"/> ( for some tests),86 <xref linkend="rust"/> (used for some tests), 87 87 <xref linkend="valgrind"/>, and 88 88 <ulink url="https://sourceware.org/systemtap/">SystemTap</ulink> 89 (run-time dependency, also used in a fewtests)89 (run-time, used for tests) 90 90 </para> 91 91 … … 103 103 </para> 104 104 105 <screen><userinput>./configure --prefix=/usr --with-system-readline --without-guile&&105 <screen><userinput>./configure --prefix=/usr --with-system-readline && 106 106 make</userinput></screen> 107 107 … … 181 181 <listitem> 182 182 <para> 183 Approximately 2-3% of the tests fail (out of over 48900 tests).183 Approximately 1-3% of the tests fail (out of over 53000 tests). 184 184 </para> 185 185 </listitem> … … 208 208 <title>Command Explanations</title> 209 209 210 <para>211 <parameter>--without-guile</parameter>: This switch disables support212 for <application>Guile</application> since version 2.2 changed the way213 that C ports were handled.214 </para>215 216 210 <para> 217 211 <parameter>--with-system-readline</parameter>: This switch forces -
introduction/welcome/changelog.xml
rea5be73 r51cb7cd 45 45 <para>August 23rd, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to gdb-8.1.1. Fixes 49 <ulink url="&blfs-ticket-root;10981">#10981</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Update to gimp-2.10.6. Fixes -
packages.ent
rea5be73 r51cb7cd 318 318 <!ENTITY gcc-ada-version "8.2.0"> 319 319 <!ENTITY gc-version "7.6.4"> 320 <!ENTITY gdb-version "8.1 ">320 <!ENTITY gdb-version "8.1.1"> 321 321 <!ENTITY git-version "2.18.0"> 322 322 <!ENTITY guile-version "2.2.4">
Note:
See TracChangeset
for help on using the changeset viewer.