View Single Post
  #2   (View Single Post)  
Old 8th May 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

It "sounds" like a problem with the source tree.

But ... the error message seems a little wierd. It looks like you hand typed it. Why? Because those sort of error messages, to my recollection, are not sent in upper case characters. And, to the best of my recollection, there is no file in the tree called "ext2fs.c", though there is a mount_ext2fs.c, and any number of ext2fs_<whatever> files in the kernel source.

You might want to double check you are actually using the 4.5-release source. If you used CVS, the "Tag" for 4.5-release is OPENBSD_4_5_BASE. If instead, you downloaded a tar ball, double check you acquired 4.5-release, and, that you downloaded and extracted the kernel (/usr/src/sys) source as well as userland. In this case, a dependency may require kernel source (such as one or more of the ext2fs_<whatever> files from /usr/src/sys/ufs/ext2fs) that might be missing.

Next time, to make sure you have the exact error message, all you need do is use script(1). In concert with col(1), you can get a saved copy of anything typed in or displayed in an interactive shell.
Reply With Quote