WORLD hoseage with /usr/src/usr.sbin/apm

1999-07-30 Thread S. Akmentins-Teilors
To wit: (CVSUP'd just prior to the world) === usr.sbin/apm cc -O -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.sbin/apm/apm.c gzip -cn /usr/src/usr.sbin/apm/apm.8 apm.8.gz /usr/src/usr.sbin/apm/apm.c: In function `print_all_info': /usr/src/usr.sbin/apm/apm.c:112: storage size of

Re: WORLD hoseage with /usr/src/usr.sbin/apm

1999-07-30 Thread S. Akmentins-Teilors
mrynet# find /sys/ -type f -exec grep apm_bios_arg \{\} \; -print struct apm_bios_arg args; struct apm_bios_arg args; /usr/src/usr.sbin/apm/apm.c mrynet# The actual directory searched there was "/usr/src" FYI. Not /sys. I edited in a repaste of a second find. -skots --

WORLD failing in sys/boot/i386

1999-04-04 Thread S. Akmentins-Teilors
CVSup'd at approx 1100 Pacific time: === sys/boot/i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 boot1.m4 boot1.s) | as -o boot1.o ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o objcopy -S -O binary boot1.out boot1 dd if=/dev/zero of=boot2.ldr bs=512 count=1 2/dev/null cc

Re: WORLD failing in sys/boot/i386

1999-04-04 Thread S. Akmentins-Teilors
At 03:06 PM 4/4/99 +, S. Akmentins-Teilors wrote: CVSup'd at approx 1100 Pacific time: === sys/boot/i386/boot2 (cd /usr/src/sys/boot/i386/boot2; m4 boot1.m4 boot1.s) | as -o boot1.o ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o objcopy -S -O binary boot1.out

WORLD fails at rpcsvc

1999-04-11 Thread S. Akmentins-Teilors
I've repeatedly cleared obj, clobbered, and whatnot. This has been a problem here for the last two days. Last cvsup was midnight PST on 11 Apr. === rpcsvc rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h