In article <[email protected]>, Randy Bush  <[email protected]> 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                                               [email protected]
  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 [email protected]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to