Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 09:14:16 +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: r365903 - head/devel/linux_kdump
Message-ID:  <201408240914.s7O9EGFP088340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 24 09:14:16 2014
New Revision: 365903
URL: http://svnweb.freebsd.org/changeset/ports/365903
QAT: https://qat.redports.org/buildarchive/r365903/

Log:
  Mark BROKEN: Fails to build with new linux_base-gentoo-stage3
  
  /bin/sh /wrkdirs/usr/ports/devel/linux_kdump/work/linux_kdump-1.5/mkioctls.linux
  Abort trap
  Abort trap
  ..
  cc -O2 -pipe -fno-strict-aliasing  -I/usr/src/usr.bin/ktrace -I/usr/src/usr.bin/kdump -I/usr/src -std=gnu99 -fstack-protector   -o linux_kdump kdump.o linux_ioctl.o subr.o syscallnames.o
  kdump.o: In function `ktrsyscall':
  kdump.c:(.text+0x49b): undefined reference to `ioctlname'
  
  Reported by:	pkg-fallout

Modified:
  head/devel/linux_kdump/Makefile

Modified: head/devel/linux_kdump/Makefile
==============================================================================
--- head/devel/linux_kdump/Makefile	Sun Aug 24 09:07:33 2014	(r365902)
+++ head/devel/linux_kdump/Makefile	Sun Aug 24 09:14:16 2014	(r365903)
@@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR=	marcel
 MAINTAINER=	emulation@FreeBSD.org
 COMMENT=	Linux-compatibility ktrace.out processor
 
+BROKEN=		Fails to build with new linux_base-gentoo-stage3
+
 BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3
 
 USES=		uidfix



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