From owner-freebsd-stable Wed Aug 27 20:49:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA04497 for stable-outgoing; Wed, 27 Aug 1997 20:49:33 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA04491; Wed, 27 Aug 1997 20:49:27 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id UAA11548; Wed, 27 Aug 1997 20:49:23 -0700 (PDT) To: asami@cs.berkeley.edu (Satoshi Asami) cc: imp@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: issetugid() compilation error in -stable In-reply-to: Your message of "Wed, 27 Aug 1997 20:05:25 PDT." <199708280305.UAA29808@silvia.HIP.Berkeley.EDU> Date: Wed, 27 Aug 1997 20:49:23 -0700 Message-ID: <11545.872740163@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It actually wasn't dying in csh, it was dying in libc's glob.o (which called issetugid() as per a patch by ache, slightly neglecting the fact that issetugid() isn't *in* 2.2 yet :-). I fixed it already this evening. Jordan > Warner, > > Make world fails as of a few hours ago in bin/csh. > > === > cc -nostdinc -O2 -pipe -I/l/src/bin/csh -I. -DBUILTIN -DFILEC -DNLS -DSHORT_S TRINGS -I/usr/obj/l/src/tmp/usr/include -static -o csh alloc.o char.o const. o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o parse.o prin > tf.o proc.o sem.o set.o str.o time.o > glob.o: Undefined symbol `_issetugid' referenced from text segment > *** Error code 1 > > Stop. > === > > I see that you are the last person who touched libc/gen/glob.c, so I'm > bouncing this to you. > > Satoshi