From owner-freebsd-current Wed Nov 4 04:48:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17455 for freebsd-current-outgoing; Wed, 4 Nov 1998 04:48:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nomis.simon-shapiro.org (nomis.simon-shapiro.org [209.86.126.163]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id EAA17450 for ; Wed, 4 Nov 1998 04:48:37 -0800 (PST) (envelope-from shimon@simon-shapiro.org) Received: (qmail 6874 invoked by uid 1000); 4 Nov 1998 13:52:18 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199811040811.AAA01013@dingo.cdrom.com> Date: Wed, 04 Nov 1998 08:52:18 -0500 (EST) X-Face: (&r=uR0&yvh>h^ZL4"-TH61PD}/|Y'~58Z# Gz&BK'&uLAf:2wLb~L7YcWfau{;N(#LR2)\i.l8'ZqVhv~$rNx$]Om6Sv36S'\~5m/U'"i/L)&t$R0&?,)tm0l5xZ!\hZU^yMyCdt!KTcQ376cCkQ^Q_n.GH;Dd-q+ O51^+.K-1Kq?WsP9;cw-Ki+b.iY-5@3!YB5{I$h;E][Xlg*sPO61^5=:5k)JdGet,M|$"lq!1!j_>? $0Yc? Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: Mike Smith Subject: Re: Weird make world error Cc: current@FreeBSD.ORG, Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith, On 04-Nov-98 you wrote: > > When doing a make world, it dies with.... > > > > > > > > ===> sys/modules > > ===> sys/modules/atapi > > @ -> /data/src/sys > > machine -> /data/src/sys/i386/include > > echo "#define NWDC 2" > wdc.h > > echo "#define ATAPI 1"> opt_atapi.h > > cc -O -m486 -pipe -DATAPI_MODULE -DKERNEL -Wreturn-type -Wcomment > > -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat > > -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- > > -I/usr/obj/elf/data/src/sys/modules/atapi > > -I/usr/obj/elf/data/src/sys/modules/a > > tapi/@ -I/usr/obj/elf/data/src/tmp/usr/include -c > > /data/src/sys/modules/atapi/. > > ./../i386/isa/atapi.c > > gensetdefs atapi.o > > gensetdefs: not found > > *** Error code 1 > > > > Stop. > > > > Where's this mysterious gensetdefs supposed to be found? > > In /usr/bin. It probably should have been made a bootstrap tool, > except that there's hope that the new linker-set technique that John > Polstra has developed will make it obsolete. > > You should learn about 'whereis'. Not so simple. Whereis finds it. cd /usr/src/sys/modules;make finds it and build fine. Make buildworld produces this error. It is relatively new (the build of the 1st did not have this problem. Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message