Subject: rescue lossage (previously mentioned by others...)
To: None <current-users@netbsd.org>
From: Sean Davis <dive-nb@endersgame.net>
List: current-users
Date: 01/28/2005 11:08:30
I thought this had been fixed? At least, when I was building for sparc64, it
got past rescue, and then died on the tap lkm. (or does rescue happen after
that?)

--- rescue ---
#      link  rescue/rescue
/nb/tools/bin/i386--netbsdelf-gcc -Wl,-nostdlib    -static -o rescue
-Wl,-rpath-link,/nb/destdir/lib:/nb/destdir/usr/lib  -L/nb/destdir/lib
-B/nb/destdir/usr/lib/ -B/nb/destdir/usr/lib/   rescue.o cat.cro chio.cro
chmod.cro cp.cro csh.cro date.cro dd.cro df.cro domainname.cro echo.cro
ed.cro expr.cro hostname.cro kill.cro ksh.cro ln.cro ls.cro mkdir.cro mt.cro
mv.cro pax.cro ps.cro pwd.cro rcmd.cro rcp.cro rm.cro rmdir.cro sh.cro
sleep.cro stty.cro sync.cro systrace.cro test.cro atactl.cro badsect.cro
brconfig.cro ccdconfig.cro clri.cro disklabel.cro dkctl.cro dmesg.cro
dump.cro dump_lfs.cro fsck.cro fsck_ext2fs.cro fsck_ffs.cro fsck_lfs.cro
fsck_msdos.cro fsdb.cro fsirand.cro ifconfig.cro init.cro lmcctl.cro
mbrlabel.cro mknod.cro modload.cro modunload.cro mount.cro mount_ados.cro
mount_cd9660.cro mount_ext2fs.cro mount_fdesc.cro mount_ffs.cro
mount_filecore.cro mount_kernfs.cro mount_lfs.cro mount_msdos.cro
mount_nfs.cro mount_ntfs.cro mount_null.cro mount_overlay.cro
mount_portal.cro mount_procfs.cro mount_smbfs.cro mount_umap.cro
mount_union.cro newfs.cro newfs_lfs.cro newfs_msdos.cro ping.cro
pppoectl.cro raidctl.cro rcorder.cro reboot.cro restore.cro rndctl.cro
route.cro routed.cro savecore.cro scsictl.cro setkey.cro shutdown.cro
slattach.cro swapctl.cro sysctl.cro ttyflags.cro tunefs.cro umount.cro
wdogctl.cro wsconsctl.cro bzip2.cro ftp.cro gzip.cro kdump.cro ktrace.cro
ktruss.cro ldd.cro less.cro vi.cro chown.cro chroot.cro installboot.cro
fdisk.cro ldconfig.cro ping6.cro rtsol.crocgdconfig.cro scp.cro ssh.cro
liboverride.o -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -lcurses
-ltermcap -lutil -lz -levent -lssh-lcrypto   -L/nb/destdir/usr/lib
-L/nb/destdir/usr/lib
/nb/destdir/usr/lib/libcrypto.a(m_mdc2.o)(.text+0xe): warning: MDC2 is a
patented algorithm; link against libcrypto_mdc2.a
/nb/destdir/usr/lib/libcrypto.a(m_mdc2.o)(.text+0x22): warning: MDC2 is a
patented algorithm; link against libcrypto_mdc2.a
/nb/destdir/usr/lib/libcrypto.a(m_mdc2.o)(.text+0x3c): warning: MDC2 is a
patented algorithm; link against libcrypto_mdc2.a
/nb/destdir/usr/lib/libcrypto.a(e_rc5.o)(.text+0x21): warning: RC5 is a
patented algorithm; link against libcrypto_rc5.a
/nb/destdir/usr/lib/libcrypto.a(rc5ofb64.o)(.text+0x113): In function
=12C5_32_ofb64_encrypt':
: warning: RC5 is a patented algorithm; link against libcrypto_rc5.a
/nb/destdir/usr/lib/libcrypto.a(rc5_ecb.o)(.text+0xaa): In function
=12C5_32_ecb_encrypt':
: warning: RC5 is a patented algorithm; link against libcrypto_rc5.a
/nb/destdir/usr/lib/libcrypto.a(e_rc5.o)(.text+0x1a5): In function
=05VP_rc5_32_12_16_ecb':
: warning: RC5 is a patented algorithm; link against libcrypto_rc5.a
/nb/destdir/usr/lib/libcrypto.a(e_idea.o)(.text+0x132): In function
=05VP_idea_ecb':
: warning: IDEA is a patented algorithm; link against libcrypto_idea.a
/nb/destdir/usr/lib/libcrypto.a(e_idea.o)(.text+0x15f): In function
=05VP_idea_ecb':
: warning: IDEA is a patented algorithm; link against libcrypto_idea.a
/nb/destdir/usr/lib/libcrypto.a(e_idea.o)(.text+0x69): warning: IDEA is a
patented algorithm; link against libcrypto_idea.a
/nb/destdir/usr/lib/libcrypto.a(i_ecb.o)(.text+0x64): In function
dea_ecb_encrypt':
: warning: IDEA is a patented algorithm; link against libcrypto_idea.a
/nb/destdir/usr/lib/libc.a(getmntinfo.o)(.text+0x70): In function
=1Fgetmntinfo':
: warning: warning: reference to obsolete getfsstat(); use getvfsstat()
stripping rescue
cp: rescue: No such file or directory
*** [rescue.strip] Error code 1
1 error

nbmake: stopped in /usr/cvs/src/rescue