installkernel broken - if.wi.ko

2002-01-12 Thread Raman Ng
I have cvsup the source (current) yesterday that is about 14 hours ago. Buildworld and buildkernel without any problem. However, when I tried to installkernel the following error is found. . . . install -c -o root -g wheel -m 555 splash_bmp.ko /boot/kernel/ === splash/pcx install -c -o root -g

Re: installkernel broken - if.wi.ko

2002-01-12 Thread M. Warner Losh
In message: 001601c19bf8$04c1f7e0$ae60dacb@joannaraman Raman Ng [EMAIL PROTECTED] writes: : I have cvsup the source (current) yesterday that is about 14 hours ago. : Buildworld and buildkernel without any problem. However, when I tried to : installkernel the following error is found.

Re: make installkernel broken by recent manpage changes

2000-10-08 Thread Wesley Morgan
Since we are on the subject of installing kernels, i noticed last night that the target "make kernel-install" (not part of world) will cause your modules to be moved into modules.old. It looks like the routine that moved the kernel - kernel.old was not changed or something like that. Or maybe

Re: make installkernel broken by recent manpage changes

2000-10-08 Thread David O'Brien
=== joy install -C -c -o root -g wheel -m 555 joy.ko /boot/kernel install -C -c -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install: joy.8.gz: No such file or directory *** Error code 71 Since the manpages are being moved elsewhere, I went ahead and removed them from the

Re: make installkernel broken by recent manpage changes

2000-10-07 Thread Wilko Bulte
On Fri, Oct 06, 2000 at 01:27:08PM -0700, Steve Kargl wrote: === joy install -C -c -o root -g wheel -m 555 joy.ko /boot/kernel install -C -c -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install: joy.8.gz: No such file or directory *** Error code 71 Saw this 2 minutes ago too on

Re: make installkernel broken by recent manpage changes

2000-10-07 Thread David O'Brien
On Fri, Oct 06, 2000 at 01:27:08PM -0700, Steve Kargl wrote: === joy install -C -c -o root -g wheel -m 555 joy.ko /boot/kernel install -C -c -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install: joy.8.gz: No such file or directory *** Error code 71 I'll check it out. -- --

make installkernel broken by recent manpage changes

2000-10-06 Thread Steve Kargl
=== joy install -C -c -o root -g wheel -m 555 joy.ko /boot/kernel install -C -c -o root -g wheel -m 444 joy.8.gz /usr/share/man/man8 install: joy.8.gz: No such file or directory *** Error code 71 -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

installkernel broken?

2000-07-26 Thread Bill Fumerola
A little context CROSSENV= MAKEOBJDIRPREFIX=${OBJTREE} \ COMPILER_PATH=${WORLDTMP}/usr/libexec:${WORLDTMP}/usr/bin \ LIBRARY_PATH=${WORLDTMP}${SHLIBDIR}:${WORLDTMP}/usr/lib \ OBJFORMAT_PATH=${WORLDTMP}/usr/libexec \

Re: installkernel broken?

2000-07-26 Thread Marcel Moolenaar
Bill Fumerola wrote: STRICTTMPPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin:${WORLDTMP}/usr/games INSTALLTMP= ${TMPDIR}/install.${TMPPID} IMAKEENV= ${CROSSENV} \ PATH=${STRICTTMPPATH}:${INSTALLTMP} installkernel: cd ${KRNLOBJDIR}/${INSTALLKERNEL}; \

Re: installkernel broken?

2000-07-26 Thread Bill Fumerola
On Wed, Jul 26, 2000 at 08:56:03AM -0700, Marcel Moolenaar wrote: Now, why are we looking in ${WORLDTMP}/usr/sbin when what we should be looking in is ${WORLDTMP}/usr.sbin? Same with /usr/bin != /usr.bin... WORLDTMP is a place to *install* binaries we made during the build. We don't

Re: installkernel broken?

2000-07-26 Thread Marcel Moolenaar
Bill Fumerola wrote: WORLDTMP is a place to *install* binaries we made during the build. We don't install in /usr.bin or /usr.sbin; we install in /usr/bin and /usr/sbin resp. And then we try and install the kernel using those utilties that are in directories that don't exist:

Re: installkernel broken?

2000-07-26 Thread Bill Fumerola
On Wed, Jul 26, 2000 at 10:02:40AM -0700, Marcel Moolenaar wrote: Make sure you have /usr/src/Makefile.inc1 rev 1.162 or up. The installkernel was using the wrong buildcontext (ie IMAKEENV). IMAKEENV was changed to have the very restricted path that broke the installkernel target as you

make installkernel broken ? (was Re: World broken)

2000-07-23 Thread Salvo Bartolotta
Original Message On 7/23/00, 7:19:03 AM, Warner Losh [EMAIL PROTECTED] wrote regarding World broken: cc -O -pipe -DMD5 -DSHA1 -DRMD160 -I/usr/obj/home/imp/FreeBSD/src/i386/usr/include -o mtree compare.o crc.o create.o excludes.o misc.o mtree.o spec.o verify.o -lmd misc.o: In

Re: make installkernel broken ? (was Re: World broken)

2000-07-23 Thread Marcel Moolenaar
Salvo Bartolotta wrote: Dear FreeBSd'ers, The good news: I have just made buildworld (sources cvsup'ed today), and made buildkernel with no problems. The (moderately) bad news: make installkernel fails: Already fixed. Please re-cvsup. Note that the kernel will be called 'kernel'