From owner-freebsd-ports Mon Mar 29 13:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91A7915881 for ; Mon, 29 Mar 1999 13:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA63470; Mon, 29 Mar 1999 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Mar 1999 13:30:03 -0800 (PST) Message-Id: <199903292130.NAA63470@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/10844: New port: adagdb Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10844; it has been noted by GNATS. From: Daniel Eischen 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