Changeset 03b05e7
- Timestamp:
- 08/30/2015 12:41:29 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8763a1da
- Parents:
- 28370fe
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r28370fe r03b05e7 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 8"> <!-- Always 2 digits -->3 <!ENTITY day "29"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 8th &year;">9 <!ENTITY releasedate "August 29th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gdb.xml
r28370fe r03b05e7 7 7 <!ENTITY gdb-download-http "https://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 8 8 <!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.xz"> 9 <!ENTITY gdb-md5sum " 35374c77a70884eb430c97061053a36e">9 <!ENTITY gdb-md5sum "2a35bac41fa8e10bf04f3a0dd7f7f363"> 10 10 <!ENTITY gdb-size "18 MB"> 11 <!ENTITY gdb-buildsize "4 06 MB (additional 105 MB for checks)">12 <!ENTITY gdb-time "2. 2 SBU (add up to 6.0 SBU for checks)">11 <!ENTITY gdb-buildsize "421 MB (additional 170 MB for tests)"> 12 <!ENTITY gdb-time "2.4 SBU (add up to 7.0 SBU for tests)"> 13 13 ]> 14 14 … … 81 81 <xref linkend="dejagnu"/> (for tests), 82 82 <xref linkend="doxygen"/>, 83 <xref linkend="guile"/>, and 84 <xref linkend="python2"/> 83 <xref linkend="guile"/>, 84 <xref linkend="python2"/>, and 85 <xref linkend="valgrind"/> 85 86 </para> 86 87 … … 109 110 110 111 <para> 111 To test the results, issue: <command>make -k check</command>. There are 112 many problems with the test suite. Depends on installed compilers, there 113 are differences if run locally or remotely, a large number of timeouts 114 (there is a variable that can be set to increase time for timeout, but 115 changing it, apparently the total number of tests is not conserved), 116 there are failures associated with system readline 6.x, between others. 117 Unexpected failures are of the order of 0.5%. 112 To test the results, issue: 113 </para> 114 115 <screen><userinput>pushd gdb/testsuite && 116 make site.exp && 117 echo "set gdb_test_timeout 120" >> site.exp && 118 runtest TRANSCRIPT=y 119 popd</userinput></screen> 120 121 <para> 122 See <emphasis>gdb/testsuite/README</emphasis> and <ulink 123 url="https://sourceware.org/gdb/wiki/TestingGDB">TestingGDB</ulink>. 124 There are many problems with the test suite. First one is that you need 125 to clean some directories, if re-running the tests. For that reason, it 126 is recommended to make a copy of the compiled source code directory, 127 before the tests, in case you need to run the tests again. Results depend 128 on installed compilers, there are differences if run locally or remotely, 129 a large number of timeouts (there is a variable that can be set to 130 increase time for timeout, but changing it, apparently the total number 131 of tests is not conserved), there are failures associated with system 132 readline 6.x, between others. Unexpected failures are less than 0.3%. 118 133 </para> 119 134 … … 131 146 132 147 <screen role="root"><userinput>install -d /usr/share/doc/gdb-&gdb-version; && 148 rm -rf gdb/doc/doxy/xml && 133 149 cp -Rv gdb/doc/doxy /usr/share/doc/gdb-&gdb-version;</userinput></screen> 134 150 … … 151 167 </seg> 152 168 <seg> 153 /usr/include/gdb and 154 /usr/share/gdb 169 /usr/{include,share}/gdb and /usr/share/doc/gdb-&gdb-version; 155 170 </seg> 156 171 </seglistitem> -
introduction/welcome/changelog.xml
r28370fe r03b05e7 44 44 45 45 --> 46 47 <listitem> 48 <para>August 29th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to gdb-7.10. Fixes 52 <ulink url="&blfs-ticket-root;6873">#6873</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
r28370fe r03b05e7 259 259 <!ENTITY gcc-version "5.2.0"> 260 260 <!ENTITY gc-version "7.4.2"> 261 <!ENTITY gdb-version "7. 9.1">261 <!ENTITY gdb-version "7.10"> 262 262 <!ENTITY git-version "2.5.0"> 263 263 <!ENTITY guile-version "2.0.11">
Note:
See TracChangeset
for help on using the changeset viewer.