svn commit: r431489 - head/devel/linux_kdump

Tijl Coosemans tijl at FreeBSD.org
Sat Jan 14 18:50:28 UTC 2017


Author: tijl
Date: Sat Jan 14 18:50:26 2017
New Revision: 431489
URL: https://svnweb.freebsd.org/changeset/ports/431489

Log:
  Mark broken.
  
  kdump.o: In function `ktrsyscall':
  kdump.c:(.text+0x5ee): undefined reference to `ioctlname'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  *** Error code 1

Modified:
  head/devel/linux_kdump/Makefile

Modified: head/devel/linux_kdump/Makefile
==============================================================================
--- head/devel/linux_kdump/Makefile	Sat Jan 14 18:28:49 2017	(r431488)
+++ head/devel/linux_kdump/Makefile	Sat Jan 14 18:50:26 2017	(r431489)
@@ -12,6 +12,8 @@ COMMENT=	Linux-compatibility ktrace.out 
 
 BUILD_DEPENDS=	${RUN_DEPENDS} # USE_LINUX only sets RUN_DEPENDS
 
+BROKEN=		does not build, try base system kdump(1) instead
+
 USES=		linux uidfix
 USE_LINUX=	devtools
 


More information about the svn-ports-all mailing list