make installkernel fails instantly w/ signal 11

2005-06-11 Thread Keyser
In an effort to get the simplest of compiled c++ programs (compiled with g++) to actually run without a segfault on my box I'm trying to update everything. So I cvsup'd src-all and ports-all. Then I did: make -j4 buildworld (which worked) make -DALWAYS_CHECK MAKE buildkernel (which also

Re: make installkernel fails instantly w/ signal 11

2005-06-11 Thread Vladimir Dvorak
Keyser wrote: In an effort to get the simplest of compiled c++ programs (compiled with g++) to actually run without a segfault on my box I'm trying to update everything. So I cvsup'd src-all and ports-all. Then I did: make -j4 buildworld (which worked) make -DALWAYS_CHECK MAKE buildkernel

Re: make installkernel fails instantly w/ signal 11

2005-06-11 Thread Keyser
Cut and pasted from /usr/src/Makefile - - - CUT - - - # Make sure we have an up-to-date make(1). Only world and buildworld # should do this as those are the initial targets used for upgrades. # The user can define ALWAYS_CHECK_MAKE to have this check performed # for all targets. # - - - CUT - - -

Re: make installkernel fails instantly w/ signal 11

2005-06-11 Thread Dmitry Mityugov
On 6/11/05, Keyser [EMAIL PROTECTED] wrote: Cut and pasted from /usr/src/Makefile - - - CUT - - - # Make sure we have an up-to-date make(1). Only world and buildworld # should do this as those are the initial targets used for upgrades. # The user can define ALWAYS_CHECK_MAKE to have this