From owner-freebsd-current Thu May 28 02:07:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05155 for freebsd-current-outgoing; Thu, 28 May 1998 02:07:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05137 for ; Thu, 28 May 1998 02:07:34 -0700 (PDT) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by freefall.freebsd.org (8.8.8/8.8.5) with ESMTP id CAA21077 for ; Thu, 28 May 1998 02:01:50 -0700 (PDT) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id LAA06574; Thu, 28 May 1998 11:07:15 +0200 (MEST) (envelope-from kuku) Message-ID: <19980528110715.50696@gil.physik.rwth-aachen.de> Date: Thu, 28 May 1998 11:07:15 +0200 From: Christoph Kukulies To: Bruce Evans Cc: freebsd-current@freefall.cdrom.com, kuku@gilberto.physik.RWTH-Aachen.DE Subject: Re: help! - nodes.h where is it? References: <199805280812.SAA27314@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199805280812.SAA27314@godzilla.zeta.org.au>; from Bruce Evans on Thu, May 28, 1998 at 06:12:15PM +1000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 28, 1998 at 06:12:15PM +1000, Bruce Evans wrote: > >I cannot build -current world because something seems to be > >screwed in my src tree and I cannot figure out. > >... > >I looked into cd.c and there is nodes.h included but I can't > >find it anywhere in the system. Is it produced by some step in the make > >phase? > > nodes.h is build from notdetypes and nodes.c.pat by mknodes. > > It looks like your src/share/mk/bsd.prog.mk is broken. make mk doesn't work anymore, btw. OK, I overwrote all my /usr/share/mk files with the new ones, went into /usr/src/bin/sh # make clean rm -f mkinit mkinit.o mknodes mknodes.o mksyntax mksyntax.o builtins.c init.c nodes.c syntax.c builtins.h nodes.h syntax.h token.h y.tab.h sh alias.o arith.o arith_lex.o cd.o echo.o error.o eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o miscbltin.o mystring.o options.o output.o parser.o printf.o redir.o show.o trap.o var.o builtins.o init.o nodes.o syntax.o sh.1.gz sh.1.cat.gz arith_lex.c arith.c y.tab.c y.tab.h # make cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -c /a/src/bin/sh/alias.c yacc -d /a/src/bin/sh/arith.y cp y.tab.c arith.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -c arith.c lex -t -8 /a/src/bin/sh/arith_lex.l > arith_lex.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -c arith_lex.c cc -O2 -m486 -pipe -DSHELL -I. -I/a/src/bin/sh -c /a/src/bin/sh/cd.c /a/src/bin/sh/cd.c:58: nodes.h: No such file or directory *** Error code 1 Stop. FWIW, /usr/src/bin/sh is a link to /a/src/bin/sh. > > Bruce -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message