Re: RELENG_6 does not compile

2006-09-23 Thread Sten Daniel Sørsdal
martinko wrote: > Kent Stewart wrote: >> On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote: >>> On Fri, 22 Sep 2006 02:59:53 +0200 >>> >>> martinko <[EMAIL PROTECTED]> wrote: >> internal compiler error: Segmentation fault: 11 >> Please submit a full bug report, >> with preproces

Re: RELENG_6 does not compile

2006-09-23 Thread Peter Jeremy
On Sat, 2006-Sep-23 09:09:38 +0200, martinko wrote: >Kent Stewart wrote: >> On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote: >>> On Fri, 22 Sep 2006 02:59:53 +0200 >>> >>> martinko <[EMAIL PROTECTED]> wrote: >> internal compiler error: Segmentation fault: 11 >> Please submit a ful

Re: RELENG_6 does not compile

2006-09-23 Thread martinko
Kent Stewart wrote: > On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote: >> On Fri, 22 Sep 2006 02:59:53 +0200 >> >> martinko <[EMAIL PROTECTED]> wrote: > internal compiler error: Segmentation fault: 11 > Please submit a full bug report, > with preprocessed source if appropriate

Re: RELENG_6 does not compile

2006-09-22 Thread [EMAIL PROTECTED]
On 9/21/06, martinko <[EMAIL PROTECTED]> wrote: Ruslan Ermilov wrote: > On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: >> hello list, >> >> i've just pulled the releng_6 sources and run make -j4 buildworld as >> usual and this i've got: >> [...] >> > I'm generally interested in fixing

Re: RELENG_6 does not compile

2006-09-22 Thread Kent Stewart
On Thursday 21 September 2006 18:20, Joerg Pernfuss wrote: > On Fri, 22 Sep 2006 02:59:53 +0200 > > martinko <[EMAIL PROTECTED]> wrote: > > >> internal compiler error: Segmentation fault: 11 > > >> Please submit a full bug report, > > >> with preprocessed source if appropriate. > > >> See http://gc

Re: RELENG_6 does not compile

2006-09-22 Thread Brian
I was a recent reporter of this, and after I started replaciing hardware to test, it turned out that I had a memory chip problem. 1 stick of ram removed, buildworld now works. brian On Thu, 21 Sep 2006, Kris Kennaway wrote: On Fri, Sep 22, 2006 at 02:59:53AM +0200, martinko wrote: Kris Ken

Re: RELENG_6 does not compile

2006-09-21 Thread Joerg Pernfuss
On Fri, 22 Sep 2006 02:59:53 +0200 martinko <[EMAIL PROTECTED]> wrote: > >> internal compiler error: Segmentation fault: 11 > >> Please submit a full bug report, > >> with preprocessed source if appropriate. > >> See http://gcc.gnu.org/bugs.html> for instructions. > >> *** Error code 1 > > > > Ch

Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Thu, Sep 21, 2006 at 09:05:54PM -0400, Kris Kennaway wrote: > > >> internal compiler error: Segmentation fault: 11 > > >> Please submit a full bug report, > > >> with preprocessed source if appropriate. > > >> See http://gcc.gnu.org/bugs.html> for instructions. > > >> *** Error code 1 > > > >

Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:59:53AM +0200, martinko wrote: > Kris Kennaway wrote: > > On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote: > >> Kris Kennaway wrote: > >>> That doesn't provide any information since you used -j4. When posting > >>> errors from buildworld, you need to run without

Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote: > On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote: >> Kris Kennaway wrote: >>> That doesn't provide any information since you used -j4. When posting >>> errors from buildworld, you need to run without -j, or log the entire >>> buildworld output and then figure out whe

Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Ruslan Ermilov wrote: > On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: >> hello list, >> >> i've just pulled the releng_6 sources and run make -j4 buildworld as >> usual and this i've got: >> [...] >> > I'm generally interested in fixing -jX build failures. I'd need > at least the follo

Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Andrew J. Caines wrote: > martinko, > > Do you have NO_INFO set in make.conf? > > My RELENG_6 boxes, which all have NO_INFO, also fail consistently at > this stage of the build. My aborted efforts to find the cause (ie. why > texinfo was being built at all), including building without the "-j 4"

Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote: > Kris Kennaway wrote: > > > > That doesn't provide any information since you used -j4. When posting > > errors from buildworld, you need to run without -j, or log the entire > > buildworld output and then figure out where the actual error

Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote: > > That doesn't provide any information since you used -j4. When posting > errors from buildworld, you need to run without -j, or log the entire > buildworld output and then figure out where the actual error occurred > (may be thousands of lines from the end). > > Kris her

Re: RELENG_6 does not compile

2006-09-21 Thread Ruslan Ermilov
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: > hello list, > > i've just pulled the releng_6 sources and run make -j4 buildworld as > usual and this i've got: > > ===> gnu/usr.bin/texinfo/doc (all) > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I > /usr/src/gnu/usr.bin/te

Re: RELENG_6 does not compile

2006-09-21 Thread martinko
Kris Kennaway wrote: > On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: >> hello list, >> >> i've just pulled the releng_6 sources and run make -j4 buildworld as >> usual and this i've got: >> >> ===> gnu/usr.bin/texinfo/doc (all) >> makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc

Re: RELENG_6 does not compile

2006-09-21 Thread Andrew J. Caines
martinko, Do you have NO_INFO set in make.conf? My RELENG_6 boxes, which all have NO_INFO, also fail consistently at this stage of the build. My aborted efforts to find the cause (ie. why texinfo was being built at all), including building without the "-j 4" or _any_ make.conf or compiler option

Re: RELENG_6 does not compile

2006-09-21 Thread Kris Kennaway
On Thu, Sep 21, 2006 at 08:00:40PM +0200, martinko wrote: > hello list, > > i've just pulled the releng_6 sources and run make -j4 buildworld as > usual and this i've got: > > ===> gnu/usr.bin/texinfo/doc (all) > makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I > /usr/src/gnu/usr.bin/te