Date: Sat, 14 Jan 2017 18:50:26 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431489 - head/devel/linux_kdump Message-ID: <201701141850.v0EIoQNW006443@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701141850.v0EIoQNW006443>