Bug 201961 - r285995: /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to `bufshutdown'
Summary: r285995: /usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference...
Status: Closed Unable to Reproduce
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: Enji Cooper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 05:41 UTC by O. Hartmann
Modified: 2015-11-15 08:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2015-07-29 05:41:35 UTC
Buildkernel fails in r285995 due to the follwoing error:

linking kernel
kern_shutdown.o: In function `kern_reboot':
/usr/src/sys/kern/kern_shutdown.c:(.text+0x2e6): undefined reference to `bufshutdown'
*** [kernel] Error code 1
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2015-11-14 22:14:50 UTC
Did you run into this issue when you did make buildkernel without running make buildworld/kernel-toolchain first?

$ svn blame sys/sys/buf.h | grep bufshutdown
285993       jeff void  bufshutdown(int);
$
Comment 2 O. Hartmann 2015-11-15 08:04:21 UTC
Can not recall, too long since it happened. This time, at recent CURRENT, the issue does not occur.

Please close.
Comment 3 Enji Cooper freebsd_committer freebsd_triage 2015-11-15 08:08:52 UTC
Closing by request.