From owner-freebsd-stable@FreeBSD.ORG Tue Aug 12 09:35:49 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AB237B401 for ; Tue, 12 Aug 2003 09:35:49 -0700 (PDT) Received: from manor.msen.com (manor.msen.com [148.59.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B3843FCB for ; Tue, 12 Aug 2003 09:35:49 -0700 (PDT) (envelope-from wayne@staff.msen.com) Received: from manor.msen.com (wayne@localhost [127.0.0.1]) by manor.msen.com (8.12.7M/8.12.7) with ESMTP id h7CGZmYa016135 for ; Tue, 12 Aug 2003 12:35:48 -0400 (EDT) Message-Id: <200308121635.h7CGZmYa016135@manor.msen.com> To: stable@freebsd.org Date: Tue, 12 Aug 2003 12:35:48 -0400 From: "Michael R. Wayne" Subject: 4.5 RELENG broken with recent patches X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 16:35:50 -0000 Got a few servers still on 4.5. /etc/make.conf contains NOPROFILE= true # Avoid compiling profiled libraries make buildworld runs fine, but buildkernel gives cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/sys_process.c /usr/src/sys/kern/sys_process.c: In function `ptrace': /usr/src/sys/kern/sys_process.c:336: `data' undeclared (first use in this function) /usr/src/sys/kern/sys_process.c:336: (Each undeclared identifier is reported only once /usr/src/sys/kern/sys_process.c:336: for each function it appears in.) *** Error code 1 Looks like the structure in question is just above the function ptrace. Before I simply hack the #ifndef to always define it, I figured I would inquire here as to what was going on. /\/\ \/\/