Date: Sat, 23 Jan 1999 11:07:40 -0800 (PST) From: John Polstra <jdp@polstra.com> To: randy@psg.com Cc: current@FreeBSD.ORG Subject: Re: make aout-to-elf-bbuild failure Message-ID: <199901231907.LAA16027@vashon.polstra.com> In-Reply-To: <m1047WH-0008G4C@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <m1047WH-0008G4C@rip.psg.com>, Randy Bush <randy@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 jdp@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 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?199901231907.LAA16027>