From owner-svn-ports-all@FreeBSD.ORG Sat Aug 2 20:56:13 2014 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 217DB2A0 for <svn-ports-all@freebsd.org>; Sat, 2 Aug 2014 20:56:13 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id EF8D92CCE for <svn-ports-all@freebsd.org>; Sat, 2 Aug 2014 20:56:12 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 0FC2347B45 for <svn-ports-all@freebsd.org>; Sat, 2 Aug 2014 16:48:59 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ohIa-u5v4vow for <svn-ports-all@freebsd.org>; Sat, 2 Aug 2014 16:48:58 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <53DD4EBA.1010500@egr.msu.edu> Date: Sat, 02 Aug 2014 16:48:58 -0400 From: Adam McDougall <mcdouga9@egr.msu.edu> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: svn-ports-all@freebsd.org Subject: Re: svn commit: r363820 - head/net/dante References: <201408021533.s72FXKbl026135@svn.freebsd.org> In-Reply-To: <201408021533.s72FXKbl026135@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 02 Aug 2014 20:56:13 -0000 It is getting stuck for me on 10-stable r268824 amd64 as well. It consumes all my mbufs (~1 million), the associated jail for it in poudriere won't stop: umount: unmount of /poudriere/data/build/10amd64-default/15/dev failed: Device busy and ./conftest inside that jail is stuck in D+J, keglim, keg_fetch_slab zone_fetch_slab etc (ps, top, procstat -k). Raising my mbufs afterwards does not allow it to continue. I have to reboot the system, which seems somewhat alarming in of itself. On 08/02/2014 11:33, John Marino wrote: > Author: marino > Date: Sat Aug 2 15:33:20 2014 > New Revision: 363820 > URL: http://svnweb.freebsd.org/changeset/ports/363820 > QAT: https://qat.redports.org/buildarchive/r363820/ > > Log: > Mark net/dante BROKEN on i386 > > Dante gets stuck building on i386. Redports did not complete on any of > the four platforms. Marking this broken, and upstream is being notified. > > PR: 192295 > > Modified: > head/net/dante/Makefile > > Modified: head/net/dante/Makefile > ============================================================================== > --- head/net/dante/Makefile Sat Aug 2 15:17:54 2014 (r363819) > +++ head/net/dante/Makefile Sat Aug 2 15:33:20 2014 (r363820) > @@ -16,6 +16,8 @@ LICENSE= BSD > > CONFLICTS= socks5-[0-9]* > > +BROKEN_i386= see PR 192295, requests tweaked sysctls > + > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-socks-conf=${PREFIX}/etc/socks.conf \ > --with-sockd-conf=${PREFIX}/etc/sockd.conf > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >