NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/56772: various modules cannot load - missing symbols



>Number:         56772
>Category:       kern
>Synopsis:       various modules fail to load
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 29 22:25:00 +0000 2022
>Originator:     Paul Goyette
>Release:        NetBSD 9.99.93
>Organization:
+--------------------+--------------------------+----------------------+
| Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:    |
| (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost    |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost  |
| & Network Engineer |                          | pgoyette99%gmail.com@localhost |
+--------------------+--------------------------+----------------------+
>Environment:
	
	
System: NetBSD speedy.whooppee.com 9.99.93 NetBSD 9.99.93 (SPEEDY 2022-01-08 03:00:28 UTC) #0: Sat Jan 8 13:04:35 UTC 2022 paul%speedy.whooppee.com@localhost:/build/netbsd-local/obj/amd64/sys/arch/amd64/compile/SPEEDY amd64
Architecture: x86_64
Machine: amd64
>Description:
Module ``cgd'' fails to load due to references to adiantum-related symbols
which are not included in the module nor in the kernel.

Module ``midi'' fails to load due to reference to ``midiseq_in''

Module sht3xtemp'' fails to load due to reference to ``iic_use_direct_match''

Module ``iscsi'' fails to load due to references to ``sscsiprint'' and
``scsi_bustype''
	
>How-To-Repeat:
Use modload(8)
	
>Fix:
Either
	a) include the appropriate sources in the module(s), or
	b) add module dependencies to those modules where the symbols are
	   defined, or
	c) include the appropriate sources in the kernel, whether or not
	   the module is being built-in or loadable.
	

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index