From owner-freebsd-current Wed Nov 4 14:11:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15851 for freebsd-current-outgoing; Wed, 4 Nov 1998 14:11:37 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from paris.dppl.com (paris.dppl.com [205.230.74.150]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA15840 for ; Wed, 4 Nov 1998 14:11:34 -0800 (PST) (envelope-from yds@ingress.com) Received: (qmail 18925 invoked from network); 4 Nov 1998 22:11:20 -0000 Received: from ichiban.ingress.com (HELO ichiban) (205.230.64.31) by paris.dppl.com with SMTP; 4 Nov 1998 22:11:20 -0000 Message-ID: <030501be0840$0d261000$1f40e6cd@ichiban.ingress.com> From: "Yarema" To: Subject: Re: Problems with make aout-to-elf-buld Date: Wed, 4 Nov 1998 17:11:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >While trying to do a make aout-to-elf-build I'm getting this error: > >===> sys/modules/atapi >@ -> /usr/src/sys >machine -> /usr/src/sys/i386/include >echo "#define NWDC 2" > wdc.h >echo "#define ATAPI 1"> opt_atapi.h >cc -O -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/usr/src /sys/modules/atapi >-I/usr/obj/elf/usr/src/sys/modules/atapi/@ -I/usr/obj/elf/usr/src/tmp/usr/i nclude -c >/usr/src/sys/modules/atapi/../../i386/isa/atapi.c >gensetdefs atapi.o >gensetdefs: not found >*** Error code 1 > > >Any ideas? Yeah, I ran into the same problem last night. For some reason /usr/obj/aout/usr/src/usr.bin/gensetdefs/gensetdefs doesn't get installed into /usr/obj/aout/usr/src/tmp/usr/bin/ After manually copying the file and running make -DNOCLEAN aout-to-elf-build I got past that hurdle although I still wasn't able to do a 2.2.7-STABLE to 3.0-CURRENT aout-to-elf upgrade in one shot. I settled for installing a 3.0-CURRENT aout and converting to elf once I'm more familiar with 3.0 :( -- Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message