svn commit: r418815 - head/sysutils/e2fsprogs

John Marino freebsd.contact at marino.st
Tue Jul 19 21:58:46 UTC 2016


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



More information about the svn-ports-head mailing list