Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 11:15:16 -0400
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        Don Bowman <don@sandvine.com>
Cc:        "'freebsd-current@freebsd.org'" <freebsd-current@freebsd.org>
Subject:   Re: ** HEADS UP **  GDB detached from the 5-CURRENT build
Message-ID:  <20040620151516.GA90547@crodrigues.org>
In-Reply-To: <FE045D4D9F7AED4CBFF1B3B813C85337051D900E@mail.sandvine.com>
References:  <FE045D4D9F7AED4CBFF1B3B813C85337051D900E@mail.sandvine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 17, 2004 at 02:42:49PM -0400, Don Bowman wrote:
> I think the 2004-05-25 snapshot is no longer present. I'm
> trying with 20040617 instead.
> 
> #SNAPDATE=      2004-05-25
> SNAPDATE=       20040617



Hi,

I had to do this in order to get gdb6 to compile:

--- ./files/freebsd-uthread.c.orig	Sun Jun 20 11:08:24 2004
+++ ./files/freebsd-uthread.c	Sun Jun 20 11:10:56 2004
@@ -720,9 +720,9 @@
 /* Fork an inferior process, and start debugging it with /proc.  */
 
 static void
-freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env)
+freebsd_uthread_create_inferior (char *exec_file, char *allargs, char **env, int from_tty)
 {
-  child_ops.to_create_inferior (exec_file, allargs, env);
+  child_ops.to_create_inferior (exec_file, allargs, env, from_tty);
 
   if (PIDGET(inferior_ptid) && freebsd_uthread_active)
     {
--- ./Makefile.orig	Sun Jun 20 11:08:13 2004
+++ ./Makefile	Sun Jun 20 11:10:17 2004
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/devel/gdb6/Makefile,v 1.30 2004/06/14 08:33:19 obrien Exp $
 #
 
-SNAPDATE=	2004-05-25
+SNAPDATE=	2004-06-15
 SNAPVER=	${SNAPDATE:S/-//g}
 
 PORTNAME=	gdb
--- ./distinfo.orig	Sun Jun 20 11:08:19 2004
+++ ./distinfo	Sun Jun 20 11:10:27 2004
@@ -1,2 +1,2 @@
-MD5 (gdb+dejagnu-weekly-20040525.tar.bz2) = 24078282c8e0432fdbba03a027edc858
-SIZE (gdb+dejagnu-weekly-20040525.tar.bz2) = 16845309
+MD5 (gdb+dejagnu-weekly-20040615.tar.bz2) = 4ddf67fd458e5e9b742fa17809130047
+SIZE (gdb+dejagnu-weekly-20040615.tar.bz2) = 16885944



-- 
Craig Rodrigues        
http://crodrigues.org
rodrigc@crodrigues.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620151516.GA90547>