From owner-svn-ports-head@freebsd.org Tue Jul 19 21:58:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6A0B9E49C; Tue, 19 Jul 2016 21:58:46 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A99D11730; Tue, 19 Jul 2016 21:58:45 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id D12B343CF2; Tue, 19 Jul 2016 16:58:37 -0500 (CDT) Subject: Re: svn commit: r418815 - head/sysutils/e2fsprogs To: Matthias Andree , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201607192147.u6JLlt96081237@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <8a7d26b2-68fa-4480-a6f3-d9b4eace30e1@marino.st> Date: Tue, 19 Jul 2016 16:58:33 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201607192147.u6JLlt96081237@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160719-1, 07/19/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 21:58:46 -0000 On 7/19/2016 16:47, Matthias Andree wrote: > Author: mandree > Date: Tue Jul 19 21:47:55 2016 > New Revision: 418815 > URL: https://svnweb.freebsd.org/changeset/ports/418815 > > Log: > Mark BROKEN on FreeBSD 11+ due to self-test failures. > > Be sure not to run tests under NOTESTS. > > Modified: > head/sysutils/e2fsprogs/Makefile > > Modified: head/sysutils/e2fsprogs/Makefile > ============================================================================== > --- head/sysutils/e2fsprogs/Makefile Tue Jul 19 21:17:20 2016 (r418814) > +++ head/sysutils/e2fsprogs/Makefile Tue Jul 19 21:47:55 2016 (r418815) > @@ -126,6 +126,17 @@ post-patch:: > u_mke2fs_opt_offset > @${MV} ${WRKSRC}/tests/${i} ${WRKSRC}/tests/disabled_test-${i} > .endfor > +# m_rootdir behaves erratically on 9.x and fails randomly, > +# but may succeed when run again. Disable for now. > +.if ${OSVERSION} < 1000000 > +.for i in m_rootdir > + @${MV} ${WRKSRC}/tests/${i} ${WRKSRC}/tests/disabled_test-${i} > +.endfor > +.endif > +.endif > + > +.if ${OSVERSION} > 1100000 > +BROKEN=self-test failures on FreeBSD 11+ hint to data corruption issues. > .endif Hi mandree, can you change this line to ".if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000"? Otherwise it marks DragonFly broken too (I think we have same error but we're still looking into it). John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus