Re: Problem building world (amd64) this morning

2015-04-13 Thread Richard Kuhns
On 04/10/15 16:42, Dimitry Andric wrote:
> On 10 Apr 2015, at 21:32, Michael Grimm  wrote:
>>
>> Dimitry Andric  wrote:
>>
>>> On 10 Apr 2015, at 20:55, Michael Grimm  wrote:
>>
 I can confirm that. r281288 compiles without failing, r281289 fails.
>>>
>>> I've tried all possible ways of reproducing this problem, but it always
>>> works for me.  Can somebody who experiences the problem please do a
>>> clean build using script(1), and post the full build log somewhere?
>>> Preferably a make buildworld without -j, so commands are not
>>> interspersed.
>>
>> Compilation at r281289 is on its way. I'll send you a link after completion.
> 
> Thanks, but you can stop that compilation now. :)  I finally managed to
> reproduce the problem, and it turns out I also had to MFC r272814 and
> r272815, which I have done in r281382.  That should really fix it
> properly... Sorry for the breakage.
> 
> -Dimitry
> 

Checking back in after being offline for a couple of days, I find it's
fixed :-)

Many thanks!
-- 
Richard Kuhns  Main Number:  765-742-8428
Wintek Corporation Direct:   765-269-8541
427 N 6th Street   Internet Support: 765-269-8503
Lafayette, IN 47901-2211   Consulting:   765-269-8504
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem building world (amd64) this morning

2015-04-10 Thread Michael Grimm
Dimitry Andric  wrote
> Michael Grimm  wrote:

>> Compilation at r281289 is on its way. I'll send you a link after completion.
> 
> Thanks, but you can stop that compilation now. :)

I was just about sending you my logfile :-)

> I finally managed to
> reproduce the problem, and it turns out I also had to MFC r272814 and
> r272815, which I have done in r281382.  That should really fix it
> properly…

I can confirm that.

> Sorry for the breakage.

No reason to feel sorry.

Thanks and regards,
Michael

P.S. Sorry for my noise regarding kernel options when buildworld had had an 
issue


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Problem building world (amd64) this morning

2015-04-10 Thread Dimitry Andric
On 10 Apr 2015, at 21:32, Michael Grimm  wrote:
> 
> Dimitry Andric  wrote:
> 
>> On 10 Apr 2015, at 20:55, Michael Grimm  wrote:
> 
>>> I can confirm that. r281288 compiles without failing, r281289 fails.
>> 
>> I've tried all possible ways of reproducing this problem, but it always
>> works for me.  Can somebody who experiences the problem please do a
>> clean build using script(1), and post the full build log somewhere?
>> Preferably a make buildworld without -j, so commands are not
>> interspersed.
> 
> Compilation at r281289 is on its way. I'll send you a link after completion.

Thanks, but you can stop that compilation now. :)  I finally managed to
reproduce the problem, and it turns out I also had to MFC r272814 and
r272815, which I have done in r281382.  That should really fix it
properly... Sorry for the breakage.

-Dimitry



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Problem building world (amd64) this morning

2015-04-10 Thread Michael Grimm
Michael Grimm  wrote:

> I'am seeing this too. Same error messages.
> 
> Latest revision failing is:
> 
> | Relative URL: ^/stable/10
> | Revision: 281372
> 
> Latest revision compiling without any issue is:
> 
> | Relative URL: ^/stable/10
> | Revision: 281265
> 
> /etc/src.conf and /etc/make.conf are empty.

Ahh, I forgot to mention, I'm compiling a custom kernel with the following 
additions, if that's of any relevance:

| include   GENERIC
| ident CUSTOM
| cpu   HAMMER
| nooptions DDB
| nooptions GDB
| nooptions DEADLKRES
| nooptions INVARIANTS
| nooptions INVARIANT_SUPPORT
| nooptions WITNESS
| nooptions WITNESS_SKIPSPIN
| nooptions MALLOC_DEBUG_MAXZONES
| devicepf
| devicepflog
| devicepfsync
| options   ALTQ
| options   ALTQ_CBQ
| options   ALTQ_RED
| options   ALTQ_RIO
| options   ALTQ_HFSC
| options   ALTQ_PRIQ
| options   ALTQ_NOPCC
| devicecrypto
| options   IPSEC
| options   IPSEC_NAT_T
| options   VIMAGE

Regards,
Michael
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"