svn commit: r465197 - head/sysutils/fusefs-lkl

Mathieu Arnold mat at FreeBSD.org
Wed Mar 21 17:16:46 UTC 2018


Author: mat
Date: Wed Mar 21 17:16:46 2018
New Revision: 465197
URL: https://svnweb.freebsd.org/changeset/ports/465197

Log:
  Mark BROKEN On FreeBSD 11:
  
  + echo Inconsistent kallsyms data
  Inconsistent kallsyms data
  + echo Try 'make KALLSYMS_EXTRA_PASS=1' as a workaround
  Try make KALLSYMS_EXTRA_PASS=1 as a workaround
  + exit 1
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/fusefs-lkl/Makefile   (contents, props changed)

Modified: head/sysutils/fusefs-lkl/Makefile
==============================================================================
--- head/sysutils/fusefs-lkl/Makefile	Wed Mar 21 17:06:43 2018	(r465196)
+++ head/sysutils/fusefs-lkl/Makefile	Wed Mar 21 17:16:46 2018	(r465197)
@@ -14,6 +14,8 @@ COMMENT=	Full-featured Linux BTRFS, Ext4, XFS as a FUS
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_11=	Inconsistent kallsyms data
+
 BUILD_DEPENDS=	gnubc>0:math/gnubc
 
 USES=		fuse gmake python:build shebangfix


More information about the svn-ports-all mailing list