buildkernel is broken

Steve Kargl sgk at troutmask.apl.washington.edu
Wed Jul 3 00:46:50 UTC 2013


On Tue, Jul 02, 2013 at 05:35:35PM -0700, Steve Kargl wrote:
> /usr/src/sys/kern/sysv_shm.c: At top level:
> /usr/src/sys/kern/sysv_shm.c:1044: error: 'freebsd7_shmctl' undeclared here (not in a function)
> *** Error code 1

It seems that 

  # Enable FreeBSD7 compatibility syscalls
  options         COMPAT_FREEBSD7

is required in a kernel config file.  If it is mandatory to
have this option on FreeBSD 10, it may be appropriate to
expand the comment to


  # Enable FreeBSD7 compatibility syscalls
  # This option is MANDATORY.  Do not remove.
  options         COMPAT_FREEBSD7

-- 
Steve


More information about the freebsd-current mailing list