Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 12:06:04 -0400
From:      Jake Burkholder <jake@locore.ca>
To:        Bri <brian@ukip.com>
Cc:        freebsd-sparc@FreeBSD.ORG
Subject:   Re: make depend help needed
Message-ID:  <20020521120604.E62759@locore.ca>
In-Reply-To: <NEBBKKNOEKKNLLNMEOHFMEKHHIAA.brian@ukip.com>; from brian@ukip.com on Tue, May 21, 2002 at 04:15:00PM %2B0100
References:  <NEBBKKNOEKKNLLNMEOHFMEKHHIAA.brian@ukip.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Tue, May 21, 2002 at 04:15:00PM +0100,
	Bri said words to the effect of;

> I've fixed most of the files that it can't find by putting symlinks where
> they should go and thats worked fine but this one I can't figure out. There
> is the error output.
> 
> any help will be great guys.
> 
> ===> usr.bin/csplit
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f .depend -a      csplit.c
> echo csplit: /usr/lib/libc.a  >> .depend
> ===> usr.bin/ctags
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f
> pend -a    -I/root/src/usr.bin/ctags  C.c ctags.c fortr
> .c yacc.c
> echo ctags: /usr/lib/libc.a  >> .depend
> ===> usr.bin/cut
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f .depend -a      cut.c
> echo cut: /usr/lib/libc.a  >> .depend
> ===> usr.bin/dirname
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f .depend -a      dirname.c
> echo dirname: /usr/lib/libc.a  >> .depend
> ===> usr.bin/du
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f .depend -a      du.c
> echo du: /usr/lib/libc.a /usr/lib/libm.a >> .depend
> ===> usr.bin/ee
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f
> .depend -a    -DCAP -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDAR
> PE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DSLCT_HDR  ee.c
> echo ee: /usr/lib/libc.a /usr/lib/libncurses.a >> .depend
> ===> usr.bin/elf2aout
> rm -f .depend
> CC='/arch/sparc64/hosted/bin/gcc' mkdep -f .depend -a      elf2aout.c
> elf2aout.c:32:24: sys/endian.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /root/src/usr.bin/elf2aout.
> *** Error code 1
> 
> Stop in /root/src/usr.bin.
> *** Error code 1
> 
> Stop in /root/src.
> *** Error code 1
> 
> Stop in /root/src.

You need to do make includes.  However, this isn't really the right way to
bootstrap.  Please wait until I have another snapshot and you can do a binary
upgrade.  I'm just trying to fix some stability problems with the kernel in
cvs first.

Jake

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




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