Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Brad Davis
On Fri, Jul 27, 2018, at 4:08 PM, Brad Davis wrote:
> On Fri, Jul 27, 2018, at 1:52 PM, Brad Davis wrote:
> > On Fri, Jul 27, 2018, at 12:08 PM, Martin Wilke wrote:
> > > r336743 CONFSGRP should be CONFSGROUP ?
> > > 
> > > > On 28 Jul 2018, at 1:30 AM, Charlie Li  wrote:
> > > > 
> > > > On 27/07/2018 13:21, Martin Wilke wrote:
> > > >> I just upgraded a jail in poudriere with latest head, 
> > > >> https://dpaste.de/bfTT/raw .
> > > >> 
> > > > I was about to inquire about this myself. Can additionally confirm this
> > > > has been happening since at least r336735.
> > 
> > I'll update my poudriere jail shortly and see if I can reproduce it.
> > 
> > But CONFSGRP is correct, see share/mk/bsd.confs.mk.
> 
> FYI, I have opened this review if you want to try the patch:
> 
> https://reviews.freebsd.org/D16476

Committed in r336794.


Regards,
Brad Davis
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Brad Davis
On Fri, Jul 27, 2018, at 1:52 PM, Brad Davis wrote:
> On Fri, Jul 27, 2018, at 12:08 PM, Martin Wilke wrote:
> > r336743 CONFSGRP should be CONFSGROUP ?
> > 
> > > On 28 Jul 2018, at 1:30 AM, Charlie Li  wrote:
> > > 
> > > On 27/07/2018 13:21, Martin Wilke wrote:
> > >> I just upgraded a jail in poudriere with latest head, 
> > >> https://dpaste.de/bfTT/raw .
> > >> 
> > > I was about to inquire about this myself. Can additionally confirm this
> > > has been happening since at least r336735.
> 
> I'll update my poudriere jail shortly and see if I can reproduce it.
> 
> But CONFSGRP is correct, see share/mk/bsd.confs.mk.

FYI, I have opened this review if you want to try the patch:

https://reviews.freebsd.org/D16476


Regards,
Brad Davis
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Antoine Brodin
On Fri, Jul 27, 2018 at 7:21 PM, Martin Wilke  wrote:
> Hi,
>
> I just upgraded a jail in poudriere with latest head, 
> https://dpaste.de/bfTT/raw .

portmgr@ reproduces this issue too.

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


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Brad Davis
On Fri, Jul 27, 2018, at 12:08 PM, Martin Wilke wrote:
> r336743 CONFSGRP should be CONFSGROUP ?
> 
> > On 28 Jul 2018, at 1:30 AM, Charlie Li  wrote:
> > 
> > On 27/07/2018 13:21, Martin Wilke wrote:
> >> I just upgraded a jail in poudriere with latest head, 
> >> https://dpaste.de/bfTT/raw .
> >> 
> > I was about to inquire about this myself. Can additionally confirm this
> > has been happening since at least r336735.

I'll update my poudriere jail shortly and see if I can reproduce it.

But CONFSGRP is correct, see share/mk/bsd.confs.mk.


Regards,
Brad Davis
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Charlie Li
On 27/07/2018 14:08, Martin Wilke wrote:
> r336743 CONFSGRP should be CONFSGROUP ?
> 
That line doesn't seem to make any difference.

Probably a jemalloc interaction? Emitted when attempting to update a
-CURRENT arm64.aarch64 cross-build jail:

===> sbin/dump (installconfig)
--- _CONFSINS_null ---
install  -C -o root  -g operator -m 664  /dev/null
/usr/local/poudriere/jails/aarch64-current/etc/dumpdates
: jemalloc_rtree.c:205: Failed assertion: "!dependent || leaf
!= NULL"
Abort trap (core dumped)
*** [_CONFSINS_null] Error code 134

make[4]: stopped in
/usr/local/poudriere/jails/aarch64-current/usr/src/sbin/dump
1 error

Looking at my amd64.amd64 logs again, the failed assertion message does
indeed appear there as well.

-- 
Charlie Li
Can't think of a witty .sigline today…

(This email address is for mailing list use only; replace local-part
with vishwin for off-list communication)



signature.asc
Description: OpenPGP digital signature


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Martin Wilke
r336743 CONFSGRP should be CONFSGROUP ?

> On 28 Jul 2018, at 1:30 AM, Charlie Li  wrote:
> 
> On 27/07/2018 13:21, Martin Wilke wrote:
>> I just upgraded a jail in poudriere with latest head, 
>> https://dpaste.de/bfTT/raw .
>> 
> I was about to inquire about this myself. Can additionally confirm this
> has been happening since at least r336735.
> 
> -- 
> Charlie Li
> Can't think of a witty .sigline today…
> 
> (This email address is for mailing list use only; replace local-part
> with vishwin for off-list communication)
> 

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


Re: make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Charlie Li
On 27/07/2018 13:21, Martin Wilke wrote:
> I just upgraded a jail in poudriere with latest head, 
> https://dpaste.de/bfTT/raw .
> 
I was about to inquire about this myself. Can additionally confirm this
has been happening since at least r336735.

-- 
Charlie Li
Can't think of a witty .sigline today…

(This email address is for mailing list use only; replace local-part
with vishwin for off-list communication)



signature.asc
Description: OpenPGP digital signature


make distribution fails, A failure has been detected in another branch of the parallel make

2018-07-27 Thread Martin Wilke
Hi,

I just upgraded a jail in poudriere with latest head, 
https://dpaste.de/bfTT/raw .

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