Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 22:25:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523503 - head/sysutils/openzfs-kmod
Message-ID:  <202001182225.00IMP6LD032336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 18 22:25:05 2020
New Revision: 523503
URL: https://svnweb.freebsd.org/changeset/ports/523503

Log:
  Mark BROKEN: fails to build
  
  /wrkdirs/usr/ports/sysutils/openzfs-kmod/work/ZoF-5ccfc14/module/os/freebsd/zfs/zfs_dir.c:813:22: error: too many arguments to function call, expected 0, have 1
          getnewvnode_reserve(1);
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/openzfs-kmod/Makefile

Modified: head/sysutils/openzfs-kmod/Makefile
==============================================================================
--- head/sysutils/openzfs-kmod/Makefile	Sat Jan 18 22:22:27 2020	(r523502)
+++ head/sysutils/openzfs-kmod/Makefile	Sat Jan 18 22:25:05 2020	(r523503)
@@ -11,6 +11,8 @@ COMMENT=	OpenZFS kernel module for FreeBSD
 
 LICENSE=	CDDL
 
+BROKEN=		fails to build
+
 USES=		kmod
 USE_GITHUB=	yes
 GH_ACCOUNT=	zfsonfreebsd



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