FYI: svn commit: r301453 - in head/sys: arm/arm arm64/arm64 dev/fdt dev/gpio dev/iicbus dev/ofw dev/pci dev/vnic kern mips/mips sys

2016-07-18 Thread Mark Millard
This is just an FYI copied from svn-src-head: https://lists.freebsd.org/pipermail/svn-src-head/2016-July/089328.html says the below. I'm just giving it somewhat wider exposure. Likely any replies should be to https://lists.freebsd.org/pipermail/svn-src-head/2016-July/089328.html instead of to

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Alfred Perlstein
On 7/18/16 4:15 PM, Matthew Macy wrote: On Mon, 18 Jul 2016 16:11:53 -0700 Alfred Perlstein wrote > I believe the > > > On 7/6/16 9:34 PM, Matthew Macy wrote: > > As a first step towards managing linux user space in a chrooted /compat/linux,

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Matthew Macy
On Mon, 18 Jul 2016 16:11:53 -0700 Alfred Perlstein wrote > I believe the > > > On 7/6/16 9:34 PM, Matthew Macy wrote: > > As a first step towards managing linux user space in a chrooted > > /compat/linux, initially for i915 testing with intel gpu

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Alfred Perlstein
I believe the On 7/6/16 9:34 PM, Matthew Macy wrote: As a first step towards managing linux user space in a chrooted /compat/linux, initially for i915 testing with intel gpu tools, later on to get widevine and steam to work I'm trying to get apt to work. I've fixed a number of issues to date

Re: zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-18 Thread Andriy Gapon
On 18/07/2016 20:58, Don Lewis wrote: > This is with kgdb from ports: > > [snip] > #13 0x824be23a in assfail ( > a=0x80 , > f=0xfe085a435d90 "", l=0) > at /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c:81 > #14 0x8215b928 in dbuf_dirty (db=, tx=)

Re: zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-18 Thread Don Lewis
On 18 Jul, Andriy Gapon wrote: > On 18/07/2016 20:40, Don Lewis wrote: >> On 18 Jul, Andriy Gapon wrote: >>> On 08/07/2016 07:13, Don Lewis wrote: My package buiding machine just crashed with this panic during a poudriere run: panic: solaris assert: (dn->dn_phys->dn_nlevels ==

Re: zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-18 Thread Andriy Gapon
On 18/07/2016 20:40, Don Lewis wrote: > On 18 Jul, Andriy Gapon wrote: >> On 08/07/2016 07:13, Don Lewis wrote: >>> My package buiding machine just crashed with this panic during a >>> poudriere run: >>> >>> panic: solaris assert: (dn->dn_phys->dn_nlevels == 0 && db->db_level == 0) >>> ||

Re: zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-18 Thread Don Lewis
On 18 Jul, Andriy Gapon wrote: > On 08/07/2016 07:13, Don Lewis wrote: >> My package buiding machine just crashed with this panic during a >> poudriere run: >> >> panic: solaris assert: (dn->dn_phys->dn_nlevels == 0 && db->db_level == 0) >> || dn->dn_phys->dn_nlevels > db->db_level ||

Re: zfs solaris assert panic in 11.0-ALPHA5 r302256

2016-07-18 Thread Andriy Gapon
On 08/07/2016 07:13, Don Lewis wrote: > My package buiding machine just crashed with this panic during a > poudriere run: > > panic: solaris assert: (dn->dn_phys->dn_nlevels == 0 && db->db_level == 0) || > dn->dn_phys->dn_nlevels > db->db_level || dn->dn_next_nlevels[txgoff] > > db->db_level ||

Re: GOST in OPENSSL_BASE

2016-07-18 Thread Jung-uk Kim
On 07/18/16 08:12 AM, Mathieu Arnold wrote: > Hi, > > +--On 11 juillet 2016 22:56:00 +0300 Slawa Olhovchenkov > wrote: > | On Mon, Jul 11, 2016 at 03:00:39PM -0400, Jung-uk Kim wrote: > |> > .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && > |> > ${SSL_DEFAULT} ==

Jenkins build is back to normal : FreeBSD_HEAD #459

2016-07-18 Thread jenkins-admin
See ___ 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: GOST in OPENSSL_BASE

2016-07-18 Thread Mathieu Arnold
Hi, +--On 11 juillet 2016 22:56:00 +0300 Slawa Olhovchenkov wrote: | On Mon, Jul 11, 2016 at 03:00:39PM -0400, Jung-uk Kim wrote: |> > .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && |> > ${SSL_DEFAULT} == base BROKEN= OpenSSL from the base system does not |> >

Build failed in Jenkins: FreeBSD_HEAD #458

2016-07-18 Thread jenkins-admin
See -- [...truncated 321197 lines...] [192.168.10.2] out: lib/libxo/functional_test:test_07__HP -> passed [0.072s] [192.168.10.2] out: lib/libxo/functional_test:test_07__J -> passed [0.079s]

Re: 11.0-BETA1 make installworldworld fails

2016-07-18 Thread Steven Hartland
When ever I've seen installworld issues after a full buildworld its been clock related, so might want to check the clock on the machine is right. On 17/07/2016 20:58, Kim Culhan wrote: Seeing this on FreeBSD 11.0-BETA1 #0 r302963M After make buildworld completes with no problem, then rebooted