Subject: Some problems :(
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 04/10/1997 16:08:17
I just rebuilt everything from source supped on 9 April, and have the
following problems:

base# modload -dv /usr/lkm/if_ipl.o
ld -A /netbsd -e _xxxinit -o /usr/lkm/if_ipl -T 0 /usr/lkm/if_ipl.o
Undefined entry symbol `_xxxinit'
/usr/lkm/if_ipl.o: Undefined symbol `_ipl_detach' referenced from text
segment
ld: Spurious undefined symbols: # undefined symbols 2, reported 1
modload: can't prelink `/usr/lkm/if_ipl.o' creating `/usr/lkm/if_ipl'
base# modload -dv -e if_ipl_lkmentry /usr/lkm/if_ipl.o
ld -A /netbsd -e _if_ipl_lkmentry -o /usr/lkm/if_ipl -T 0
/usr/lkm/if_ipl.o
/usr/lkm/if_ipl.o: Undefined symbol `_ipl_detach' referenced from text
segment
modload: can't prelink `/usr/lkm/if_ipl.o' creating `/usr/lkm/if_ipl'

-- the last incantation used to work --

The same sort of thing happens with cd9660 but with loads more errors!
(I haven't tried any others)

Also, I get lots of timeout errors from
mount -t msdos /dev/fd0a /mnt
I haven't tried it before.

Any hints appreciated!

 Patrick