--- wikisrc/netbsd_kernel_development_setup.mdwn 2012/05/19 19:50:33 1.1 +++ wikisrc/netbsd_kernel_development_setup.mdwn 2013/01/21 18:06:43 1.2 @@ -21,9 +21,12 @@ You need the follwoing prerequisites fro #### System build/instalaltion Build a full -current/i386 release with debug symbols using build.sh. -Use something like "build.sh -V MKDEBUG=YES -V COPTS=-g release"; you +Use something like "build.sh -V COPTS=-g release"; you will probably also need other options to set directories, architectures, etc, but those are outside the scope of this document. +Do not specify "-V MKDEBUG=YES", because as of 2013-01-17, +that puts the debug symbols in a separate debug.tgz file set which +sysinst is currently unable to install. Debug builds sometimes fail with error messages indicating that shared libraries are missing or corrupted. This is PR 44046.