Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Aug 2014 16:48:58 -0400
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        svn-ports-all@freebsd.org
Subject:   Re: svn commit: r363820 - head/net/dante
Message-ID:  <53DD4EBA.1010500@egr.msu.edu>
In-Reply-To: <201408021533.s72FXKbl026135@svn.freebsd.org>
References:  <201408021533.s72FXKbl026135@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53DD4EBA.1010500>