Kernel Compile Error

Schiz0 schiz0phrenic21 at gmail.com
Wed Nov 28 13:52:12 PST 2007


On Nov 28, 2007 12:17 PM, Philip M. Gollucci <pgollucci at riderway.com> wrote:
> Schiz0 wrote:
> > On Nov 28, 2007 8:47 AM, Philip M. Gollucci <pgollucci at riderway.com> wrote:
> >> Schiz0 wrote:
> >>> Hey,
> >>>
> >>> I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code
> >>> (src-all) and built world.
> >>> I then tried to "make buildkernel", and it ran for a little while,
> >>> then gave the following error and stopped:
> >>>
> >>> http://schiz0.securityexploits.com/make.buildkernel.out
> >>> The error is at the bottom - that is the log of the entire buildkernel process.
> >> I see no error -- looks like you didnt' copy enough of it.
> >> use -DNO_CLEAN to skip all the rm -f stuff at the start when you post
> >> the new output.
> >>

>
> Add these 3 to your kernel config file near the end. Don't use the
> -DNO_CLEAN when you build this time.  That was just to cut down on the
> output in the log file (or when you intentionally don't want to delete
> the build from the previous attempt or success)
>
> options         SYSVSHM                 #SYSV-style shared memory
> options         SYSVMSG                 #SYSV-style message queues
> options         SYSVSEM                 #SYSV-style semaphores
>

Worked perfectly. Thanks. I took those lines out of the kernel config
because I wasn't sure what SYSV-style was (And figured I didn't need
it since I didn't know what it was, hehe).

Thanks for the help.


More information about the freebsd-questions mailing list