From owner-freebsd-current Wed Dec 23 10:00:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17588 for freebsd-current-outgoing; Wed, 23 Dec 1998 10:00:36 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from vip.consys.com (Comobabi.ConSys.COM [209.141.107.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17582 for ; Wed, 23 Dec 1998 10:00:35 -0800 (PST) (envelope-from rcarter@pinyon.org) Received: (from pinyon@localhost) by vip.consys.com (8.9.1/8.9.1) id LAA25024 for freebsd-current@freebsd.org; Wed, 23 Dec 1998 11:00:28 -0700 (MST) Date: Wed, 23 Dec 1998 11:00:28 -0700 (MST) From: "Russell L. Carter" Message-Id: <199812231800.LAA25024@vip.consys.com> To: freebsd-current@FreeBSD.ORG Subject: elf buildworld succeeds, aout buildworld fails Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to get a circa August -current aout system converted to ELF. I've got an ELF system that buildworld/installworld yesterday's -current just fine. The exact same source tree fails on my aout system in nfs_prot.h. I've appended the end of the build. It doesn't matter if I do an aout-to-elf-build or just a plain buildworld. -DCLOBBER has no effect. My $PATH looks fine. make install in src/share/mk had no effect. What have I screwed up? Thanks, Russell $ make -DCLOBBER buildworld >& make.out & $ tail -110 make.out | more ===> librpcsvc rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/klm_prot.x -o klm_prot_xdr.c cc -O -m486 -pipe -DYP -I/usr/obj/aout/usr/src/tmp/usr/include/rpcsvc -I/usr/obj/aout/usr/src/tmp/usr/include -I/usr/obj/aout/ usr/src/tmp/usr/include -c klm_prot_xdr.c -o klm_prot_xdr.o rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/mount.x -o mount_xdr.c cc -O -m486 -pipe -DYP -I/usr/obj/aout/usr/src/tmp/usr/include/rpcsvc -I/usr/obj/aout/usr/src/tmp/usr/include -I/usr/obj/aout/ usr/src/tmp/usr/include -c mount_xdr.c -o mount_xdr.o rpcgen -C -c /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.x -o nfs_prot_xdr.c cc -O -m486 -pipe -DYP -I/usr/obj/aout/usr/src/tmp/usr/include/rpcsvc -I/usr/obj/aout/usr/src/tmp/usr/include -I/usr/obj/aout/ usr/src/tmp/usr/include -c nfs_prot_xdr.c -o nfs_prot_xdr.o In file included from nfs_prot_xdr.c:6: /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: parse error before `uint64' /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: warning: data definition has no type or storage class /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:267: parse error before `int64' /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:267: warning: data definition has no type or storage class /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:277: parse error before `fileid3' /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:277: warning: data definition has no type or storage class /usr/obj/aout/usr/src/tmp/usr/include/rpcsvc/nfs_prot.h:279: parse error before `cookie3' [end] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message