Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 1998 11:00:28 -0700 (MST)
From:      "Russell L. Carter" <rcarter@pinyon.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   elf buildworld succeeds, aout buildworld fails
Message-ID:  <199812231800.LAA25024@vip.consys.com>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812231800.LAA25024>