From owner-freebsd-stable@FreeBSD.ORG Fri Apr 10 19:43:04 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA0DC594 for ; Fri, 10 Apr 2015 19:43:04 +0000 (UTC) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [91.121.41.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FB83C08 for ; Fri, 10 Apr 2015 19:43:04 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Problem building world (amd64) this morning From: Michael Grimm In-Reply-To: Date: Fri, 10 Apr 2015 21:43:00 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5527D3FC.3000003@wintek.com> <20150410145529.GH15644@albert.catwhisker.org> <9B3B9CA5-2B7E-407E-98EA-285F86D30BEF@cs.huji.ac.il> To: "freebsd-stable@freebsd.org" X-Mailer: Apple Mail (2.2098) X-Virus-Scanned: clamav-milter 0.98.6 at mail.mer-waases.invalid X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 19:43:04 -0000 Michael Grimm wrote: > I'am seeing this too. Same error messages. >=20 > Latest revision failing is: >=20 > | Relative URL: ^/stable/10 > | Revision: 281372 >=20 > Latest revision compiling without any issue is: >=20 > | Relative URL: ^/stable/10 > | Revision: 281265 >=20 > /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 | device pf | device pflog | device pfsync | options ALTQ | options ALTQ_CBQ | options ALTQ_RED | options ALTQ_RIO | options ALTQ_HFSC | options ALTQ_PRIQ | options ALTQ_NOPCC | device crypto | options IPSEC | options IPSEC_NAT_T | options VIMAGE Regards, Michael=