Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 17:45:01 +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: r565429 - head/sysutils/graid5
Message-ID:  <202102161745.11GHj14P092764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 16 17:45:00 2021
New Revision: 565429
URL: https://svnweb.freebsd.org/changeset/ports/565429

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
          G_RAID5_LOGREQ(bp, "[done err:%d dat:%02x adr:%p]",
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ./g_raid5.h:72:18: note: expanded from macro 'G_RAID5_LOGREQ'
                          g_print_bio(bp);                \
                          ~~~~~~~~~~~   ^
  /usr/src/sys/geom/geom.h:347:6: note: 'g_print_bio' declared here
  void g_print_bio(const char *prefix, const struct bio *bp, const char *fmtsuffix, ...) __printflike(3, 4);
       ^
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/sysutils/graid5/Makefile

Modified: head/sysutils/graid5/Makefile
==============================================================================
--- head/sysutils/graid5/Makefile	Tue Feb 16 17:42:29 2021	(r565428)
+++ head/sysutils/graid5/Makefile	Tue Feb 16 17:45:00 2021	(r565429)
@@ -11,6 +11,9 @@ COMMENT=	RAID5 geom class
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_13=	g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
+BROKEN_FreeBSD_14=	g_raid5.c:1567:2: error: too few arguments to function call, expected at least 3, have 1
+
 MAINVERSION=1.3
 VERSIONDATE=20140711.62
 



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