Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 12:35:48 -0400
From:      "Michael R. Wayne" <wayne@staff.msen.com>
To:        stable@freebsd.org
Subject:   4.5 RELENG broken with recent patches
Message-ID:  <200308121635.h7CGZmYa016135@manor.msen.com>

next in thread | raw e-mail | index | archive | help

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.

/\/\ \/\/



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