Bug 20189

Summary: kernel build fails with "undefined reference to `softdep_flushworklist'
Product: Base System Reporter: lovebot <lovebot>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description lovebot 2000-07-26 01:30:01 UTC
When kernel build is attempted, program stops after make with:

...
linking kernel
ffs_vfsops.0: In function `ffs_sync':
ffs_vfsops.0(.text+0x1688): undefined reference to `softdep_flushworklist'
*** Error code 1

Stop in /usr/src/sys/compile...

CVSupped FreeBSD 5.0 current on 07/24

How-To-Repeat: Second attempt after commenting out SMB device in kernel configuration yielded same result, same output and stop.
Comment 1 Matt Jacob freebsd_committer freebsd_triage 2000-07-26 01:32:15 UTC
State Changed
From-To: open->closed

Already fixed. Also, configure *with* SOFTUPDATES if you wnat 
to build before another source update.