In article <m1047wh-0008...@rip.psg.com>, Randy Bush <ra...@psg.com> wrote: > -current as of early this morning > > % make aout-to-elf-bbuild ... > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h > /usr/obj/aout/usr/src/tmp/usr/include/ufs/ffs > install: ufs/ffs/ffs_softdep.h: No such file or directory > *** Error code 71
Judging from these messages, I'd guess that you have a symbolic link "/usr/src/sys/ufs/ffs/ffs_softdep.h" that points to a non-existent file. Delete it. The correct link names are "ffs_softdep.c" and "softdep.h". John -- John Polstra j...@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message