From owner-cvs-ports Wed May 6 05:11:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17998 for cvs-ports-outgoing; Wed, 6 May 1998 05:11:33 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17964; Wed, 6 May 1998 05:11:19 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (wck-ca22-48.ix.netcom.com [207.92.174.176]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA11865; Wed, 6 May 1998 05:11:19 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id FAA29965; Wed, 6 May 1998 05:11:16 -0700 (PDT) Date: Wed, 6 May 1998 05:11:16 -0700 (PDT) Message-Id: <199805061211.FAA29965@silvia.HIP.Berkeley.EDU> To: ache@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199804301115.EAA11201@freefall.freebsd.org> (ache@FreeBSD.ORG) Subject: Re: cvs commit: ports/shells/tcsh/patches patch-ag From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I can't build tcsh now. ======= ===> Building for tcsh-6.07.02 grep 'ERR_' sh.err.c | grep '^#define' >> sh.err.h cc -E -I. -I.. -D_h_tc_const tc.const.c | grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\[\].*/extern Char \1[];/' | sort >> tc.const.h cc -c -I. -I.. -O2 -pipe sh.c cc -c -I. -I.. -O2 -pipe sh.dir.c cc -c -I. -I.. -O2 -pipe sh.dol.c cc -c -I. -I.. -O2 -pipe sh.err.c cc -c -I. -I.. -O2 -pipe sh.exec.c cc -c -I. -I.. -O2 -pipe sh.char.c cc -c -I. -I.. -O2 -pipe sh.exp.c cc -c -I. -I.. -O2 -pipe sh.func.c sh.func.c: In function `nlsinit': sh.func.c:2272: `NL_CAT_LOCALE' undeclared (first use this function) sh.func.c:2272: (Each undeclared identifier is reported only once sh.func.c:2272: for each function it appears in.) *** Error code 1 ======= I recall a discussion of whether this breaks -stable or not, will it work if I do a make world? Satoshi