Update to gdb-7.4.1

Update some tags to LFS 7.1.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10246 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-05-27 20:18:32 +00:00
parent 3a56f11f71
commit d4c9b7c49e
7 changed files with 33 additions and 17 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "May 26th, &year;">
<!ENTITY releasedate "May 27th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@ -366,7 +366,7 @@ $Date$
<!ENTITY expect-version "5.45">
<!ENTITY gcc-version "4.7.0">
<!ENTITY gc-version "7.1">
<!ENTITY gdb-version "7.3.1">
<!ENTITY gdb-version "7.4.1">
<!ENTITY git-version "1.7.10.1">
<!ENTITY guile-version "2.0.5">
<!ENTITY icedtea6-version "1.9.7">

View File

@ -36,7 +36,7 @@
by LFS in the temprary /tools directory. These instructions install it
permanently.</para>
&lfs70_checked;
&lfs71_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -39,7 +39,7 @@
also useful for testing these same applications as well as easing all sorts of
tasks that are prohibitively difficult with anything else.</para>
&lfs70_checked;
&lfs71_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -6,10 +6,10 @@
<!ENTITY gdb-download-http "http://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
<!ENTITY gdb-download-ftp "ftp://ftp.gnu.org/gnu/gdb/gdb-&gdb-version;.tar.bz2">
<!ENTITY gdb-md5sum "b89a5fac359c618dda97b88645ceab47">
<!ENTITY gdb-size "19 MB">
<!ENTITY gdb-buildsize "369 MB">
<!ENTITY gdb-time "1.5 SBU">
<!ENTITY gdb-md5sum "8854d34691087ec127d934692639855f">
<!ENTITY gdb-size "20 MB">
<!ENTITY gdb-buildsize "375 MB (552 MB with checks)">
<!ENTITY gdb-time "1.8 SBU (5.9 SBU with checks)">
]>
<sect1 id="gdb" xreflabel="gdb-&gdb-version;">
@ -33,7 +33,7 @@
to see what is going on `inside' another program while it executes -- or
what another program was doing at the moment it crashed.</para>
&lfs70_built;
&lfs71_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -57,6 +57,13 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gdb Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dejagnu"/> (for tests)
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gdb"/></para>
@ -68,8 +75,7 @@
<para>Install <application>gdb</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--disable-werror &amp;&amp;
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -79,18 +85,18 @@ make</userinput></screen>
<screen role="root"><userinput>make -C gdb install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>--disable-werror</command>: Recent versions of
<para><command>- -disable-werror</command>: Recent versions of
<application>gcc</application> generate warnings for a lot more
<emphasis>possible</emphasis> errors. Because the <filename>Makefile</filename>
uses the <literal>-Werror</literal> switch by default (to treat warnings as
errors), this override is needed to allow the package to compile.</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>

View File

@ -41,7 +41,7 @@
Language, a robust general-purpose scripting language.
</para>
&lfs70_checked;
&lfs71_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -41,6 +41,16 @@
</listitem>
-->
<listitem>
<para>May 27th, 2012</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gdb-7.4.1. Fixes
<ulink url="&blfs-ticket-root;3377">#3377</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>May 26th, 2012</para>
<itemizedlist>

View File

@ -145,7 +145,7 @@
<para>
Fix many bugs that would otherwise prevent compiling with
<application>Glib 3.2</application> or greater:
<application>Glib 2.32</application> or greater:
</para>
<screen><userinput>for thing in array convert dir error fileutils hash list macros main mem \