svn commit: r284370 - head/usr.bin/kdump

Dimitry Andric dim at FreeBSD.org
Sun Jun 14 16:16:50 UTC 2015


On 14 Jun 2015, at 05:30, Simon J. Gerraty <sjg at freebsd.org> wrote:
> 
> Author: sjg
> Date: Sun Jun 14 03:30:39 2015
> New Revision: 284370
> URL: https://svnweb.freebsd.org/changeset/base/284370
> 
> Log:
>  Create proper targets for linux*syscalls.c
> 
> Modified:
>  head/usr.bin/kdump/Makefile

Is this supposed to fix things?  Even at r284381, I get:

===> usr.bin/kdump (depend)
sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include >kdump_subr.c
env MACHINE=i386 CPP="cpp "  sh /usr/src/usr.bin/kdump/mkioctls print /usr/obj/usr/src/tmp/usr/include > ioctl.c
<stdin>:1:10: fatal error: 'cam/cam_compat.h' file not found
#include <cam/cam_compat.h>
         ^
1 error generated.
rm -f .depend
CC='cc  ' mkdep -f .depend -a    -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump -I/usr/src/usr.bin/kdump/../.. -I. -DHAVE_LIBCAPSICUM -DPF -std=gnu99   kdump_subr.c /usr/src/usr.bin/kdump/kdump.c ioctl.c /usr/src/usr.bin/kdump/../ktrace/subr.c
/usr/src/usr.bin/kdump/kdump.c:153:10: fatal error: 'linux_syscalls.c' file not found
#include <linux_syscalls.c>
         ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop.

Any idea?  I obviously do not see any linux_syscalls.c in the objdir.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150614/aee57fe9/attachment.sig>


More information about the svn-src-head mailing list