cvs -d :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot checkout src > log
? obj Index: chpass.c =================================================================== RCS file: /cvsroot/basesrc/usr.bin/chpass/chpass.c,v retrieving revision 1.25 diff -u -r1.25 chpass.c --- chpass.c 2002/08/08 04:49:26 1.25 +++ chpass.c 2002/08/16 00:21:09 @@ -88,7 +88,10 @@ { enum { NEWSH, LOADENTRY, EDITENTRY } op; struct passwd *pw, lpw, old_pw; - int ch, dfd, pfd, tfd, yflag; + int ch, dfd, pfd, tfd; +#ifdef YP + int yflag; +#endif char *arg, *username = NULL; #ifdef __GNUC__
#!/bin/sh DATE=`date +"%Y%m%d"` EXPORT=`pwd` echo Current Dir: $EXPORT RELEASE=${EXPORT}/${DATE}r DEST=${EXPORT}/${DATE}d LOG=${EXPORT}/${DATE}.$$.log NOCLEANDIR=yes if [ ! -d $RELEASE ]; then mkdir $RELEASE fi if [ ! -d $DEST ]; then mkdir $DEST fi cd src echo ./build.sh -R $RELEASE -D $DEST > $LOG 2>&1 ./build.sh -R $RELEASE -D $DEST > $LOG 2>&1 ls -l $LOG
ttyp3:root@quick 8:02:21/020807(/export/current-ts)# cd src/sys/arch/macppc/stand/ustarboot ttyp3:root@quick 8:02:55/020807(...stand/ustarboot)# make cc -O -o mkboot /export/current-ts/src/sys/arch/macppc/stand/ustarboot/mkboot.c ./mkboot > ustarboot ttyp3:root@quick 8:02:57/020807(...stand/ustarboot)#
cd src setenv DESTDIR /ex2/current-ts/20020816d setenv RELEASEDIR /ex2/current-ts/20020816r setenv NETBSDSRCDIR /ex2/current-ts/src setenv BUILD_DONE=yes env CC=/ex2/current-ts/src/tools/obj/tools.NetBSD-1.6A-powerpc/powerpc--netbsd/bin/gcc \ make release
PAX=/ex2/current-ts/src/tools/obj/tools.NetBSD-1.6A-powerpc/bin/nbpax sh /ex2/current-ts/src/distrib/common/buildfloppies.sh -i "dd if=/ex2/current-ts/20020816d/usr/mdec/ustarboot of=@IMAGE@ conv=notrunc" -m 2 -s .fs boot 2880 boot netbsd Running instboot: dd if=/ex2/current-ts/20020816d/usr/mdec/ustarboot of=floppy.2592.tar conv=notrunc dd: /ex2/current-ts/20020816d/usr/mdec/ustarboot: No such file or directory
>> NetBSD/macppc OpenFirmware Boot, Revision 1.6 >> (makoto@ibook,.. 3862868+217624 [ 188880+155731]=0x43881c start=0x10000 console keyboard type: USB [ using 345264 bytes of netbsd ELF symbol table ] panic: kernel diagnostic assertion "!wsdisplay_console_initted" failed: file "/ex2/current-ts/src/sys/dev/wscons/wsdisplay.c", line 646 After 4088116 instructions (0 loads, 0 stores), Stopped in pid 0 () at cpu_Debugger+0x14: mtlr 0 db> trace at panic+174 at __assert+2c at wsdisplay_cnattach+68 at ofb_cnattach+118 at cninit_kd+118 at cninit+94 at consinit+24 at main+58 at __start+90 db>
--- src/sys/dev/wscons/wsdisplay.c 2002/06/26 23:05:36 1.64 +++ src/sys/dev/wscons/wsdisplay.c 2002/08/16 07:13:37 @@ -643,7 +643,7 @@ { const struct wsemul_ops *wsemul; - KASSERT(!wsdisplay_console_initted); +/* KASSERT(!wsdisplay_console_initted); */
NetBSD 1.6F (GENERIC) #0: Fri Aug 16 16:05:09 JST 2002 makoto@u:/ex2/current-ts/src/sys/arch/macppc/compile/GENERIC total memory = 1024 MB panic: startup no root for tables After 4087388 instructions ( 0 loads, 0 stores), Stopped in pid 0 () at cpu_Debugger+0x14: mtlr 0 db> trace at panic+174 at cpu_startup+e0 at main+74 at __start+90 db>
Last Update
10:52:56 03/12/08 Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) Apache/2.4.46 (Unix) PHP/7.4.15 (since 2002/08/16)