Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 11:37:28 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        alpha@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <15320.12728.912070.130292@grasshopper.cs.duke.edu>
In-Reply-To: <20011025171401.A22980@sunbay.com>
References:  <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help


x86 sysinstall seems to have a hardcoded reference to /boot. Eg:

===> usr.sbin/spray
rm -f .depend
mkdep -f .depend -a   -nostdinc -I/usr/obj/i386/home/gallatin/current/src/alpha/usr/include  /home/gallatin/current/src/usr.sbin/spray/spray.c
cd /home/gallatin/current/src/usr.sbin/spray; make _EXTRADEPEND
echo spray: /usr/obj/i386/home/gallatin/current/src/alpha/usr/lib/libc.a /usr/obj/i386/home/gallatin/current/src/alpha/usr/lib/librpcsvc.a >> .depend
===> usr.sbin/sysinstall
rm -f makedevs.tmp
echo '#include <sys/types.h>' > makedevs.tmp
./rtermcap ansi |  file2c 'const char termcap_ansi[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25w |  file2c 'const char termcap_cons25w[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25 |  file2c 'const char termcap_cons25[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25-m |  file2c 'const char termcap_cons25_m[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25r |  file2c 'const char termcap_cons25r[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25r-m |  file2c 'const char termcap_cons25r_m[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25l1 |  file2c 'const char termcap_cons25l1[] = {' ',0};'  >> makedevs.tmp
./rtermcap cons25l1-m |  file2c 'const char termcap_cons25l1_m[] = {' ',0};'  >> makedevs.tmp
./rtermcap vt100 |  file2c 'const char termcap_vt100[] = {' ',0};'  >> makedevs.tmp
./rtermcap xterm |  file2c 'const char termcap_xterm[] = {' ',0};'  >> makedevs.tmp
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
cannot open /boot/boot0: no such file
*** Error code 2

Stop in /home/gallatin/current/src/usr.sbin/sysinstall.
*** Error code 1

Stop in /home/gallatin/current/src/usr.sbin.
*** Error code 1

Stop in /home/gallatin/current/src.
*** Error code 1

Stop in /home/gallatin/current/src.
*** Error code 1

Stop in /home/gallatin/current/src.

Drew

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




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