Date: Mon, 29 Mar 1999 13:30:03 -0800 (PST) From: Daniel Eischen <eischen@vigrid.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10844: New port: adagdb Message-ID: <199903292130.NAA63470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10844; it has been noted by GNATS. From: Daniel Eischen <eischen@vigrid.com> To: eischen@vigrid.com, sheldonh@iafrica.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10844: New port: adagdb Date: Mon, 29 Mar 1999 16:26:35 -0500 (EST) > Doesn't compile here, on CURRENT as of yesterday. > > cc -c -O -pipe -DFREEBSD_ELF -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline -I../bfd -I./../bfd -I./../include blockframe.c > blockframe.c: In function `get_prev_frame_info': > blockframe.c:361: `kernel_debugging' undeclared (first use this > function) > blockframe.c:361: (Each undeclared identifier is reported only once > blockframe.c:361: for each function it appears in.) > *** Error code 1 Sounds like a patch file didn't get applied correctly (look in work/gdb-4.17/gdb/config/i386/nm-fbsd.h, which is where kernel_debugging is defined). I don't have access to a -current system until I get home later, but this port mostly builds under a 2.2.7 system (it gets way past blockframe.c). Have you modified the Makefile in someway so that the patches don't get applied correctly? If patch/patch-av was applied, then this compiler error shouldn't happen. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903292130.NAA63470>