diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:14:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 09:14:16 +0000 |
commit | e4066d5ab5b86782b7b44928098bc8cf9a491c1b (patch) | |
tree | 3cb0eab7d8b6954b6a03fff7c9de7563345dd134 /devel/linux_kdump/Makefile | |
parent | science/clhep: Upgrade version 2.2.0.1 => 2.2.0.3 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | devel/linux_kdump/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 21716783f0f2..cc1050761e3f 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -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 |