From owner-freebsd-sparc Tue May 21 8:53:13 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 4C83C37B407 for ; Tue, 21 May 2002 08:53:08 -0700 (PDT) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g4LG64M77455; Tue, 21 May 2002 12:06:04 -0400 (EDT) (envelope-from jake) Date: Tue, 21 May 2002 12:06:04 -0400 From: Jake Burkholder To: Bri Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: make depend help needed Message-ID: <20020521120604.E62759@locore.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from brian@ukip.com on Tue, May 21, 2002 at 04:15:00PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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