Hello freebsd-questions,

During a make installworld for 4.9 stable, the system froze half-way
though the /bin directory (leaving /bin/date with zero bytes).   On
reboot, among other problems, make installworld was hosed.  I reverted
to the 4.8 CD install and tried to bring the system back up to date.
World completed, but kernel compile bombs on make all with:

linking kernel
asr.o: In function `asr_attach':
asr.o(.text+0x21d5): undefined reference to `osrelease'
asr.o: In function `asr_ioctl':
asr.o(.text+0x37d0): undefined reference to `osrelease'
asr.o(.text+0x37da): undefined reference to `osrelease'
iir_ctrl.o: In function `iir_ioctl':
iir_ctrl.o(.text+0x212): undefined reference to `osrelease'
iir_ctrl.o(.text+0x21d): undefined reference to `osrelease'
iir_ctrl.o(.text+0x225): more undefined references to `osrelease' follow
iir_ctrl.o: In function `iir_ioctl':
iir_ctrl.o(.text+0x257): undefined reference to `ostype'
imgact_elf.o: In function `elf_corehdr':
imgact_elf.o(.text+0xfac): undefined reference to `osreldate'
kern_mib.o(.data+0x310): undefined reference to `osrelease'
kern_mib.o(.data+0x390): undefined reference to `version'
kern_mib.o(.data+0x3d0): undefined reference to `ostype'
kern_mib.o(.data+0x410): undefined reference to `osreldate'
kern_sysctl.o: In function `ogetkerninfo':
kern_sysctl.o(.text+0x160c): undefined reference to `ostype'
kern_sysctl.o(.text+0x1638): undefined reference to `osrelease'
kern_xxx.o: In function `uname':
kern_xxx.o(.text+0x1b9): undefined reference to `version'
kern_xxx.o(.text+0x1c2): undefined reference to `version'
kern_xxx.o(.text+0x1cb): undefined reference to `version'
machdep.o: In function `cpu_startup':
machdep.o(.text+0x140): undefined reference to `version'
*** Error code 1  

Does anyone have any suggestions?
Thanks!

-- 
Best regards,
 bmiller                          mailto:[EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to