From owner-svn-src-all@FreeBSD.ORG Sun Jun 14 16:16:50 2015 Return-Path: Delivered-To: svn-src-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8D894DA; Sun, 14 Jun 2015 16:16:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86BC5B5; Sun, 14 Jun 2015 16:16:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::ad7a:6fe0:9873:3fb4] (unknown [IPv6:2001:7b8:3a7:0:ad7a:6fe0:9873:3fb4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9052720EA2; Sun, 14 Jun 2015 18:16:45 +0200 (CEST) Subject: Re: svn commit: r284370 - head/usr.bin/kdump Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: multipart/signed; boundary="Apple-Mail=_C8D63735-4345-424B-9DBD-6CA5B3FC8B18"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5 From: Dimitry Andric In-Reply-To: <201506140330.t5E3Udm8097264@svn.freebsd.org> Date: Sun, 14 Jun 2015 18:16:35 +0200 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <038E4912-D9DD-4306-8429-15054B15AFCE@FreeBSD.org> References: <201506140330.t5E3Udm8097264@svn.freebsd.org> To: "Simon J. Gerraty" X-Mailer: Apple Mail (2.2098) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 16:16:50 -0000 --Apple-Mail=_C8D63735-4345-424B-9DBD-6CA5B3FC8B18 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 14 Jun 2015, at 05:30, Simon J. Gerraty wrote: >=20 > Author: sjg > Date: Sun Jun 14 03:30:39 2015 > New Revision: 284370 > URL: https://svnweb.freebsd.org/changeset/base/284370 >=20 > Log: > Create proper targets for linux*syscalls.c >=20 > Modified: > head/usr.bin/kdump/Makefile Is this supposed to fix things? Even at r284381, I get: =3D=3D=3D> usr.bin/kdump (depend) sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include = >kdump_subr.c env MACHINE=3Di386 CPP=3D"cpp " sh /usr/src/usr.bin/kdump/mkioctls = print /usr/obj/usr/src/tmp/usr/include > ioctl.c :1:10: fatal error: 'cam/cam_compat.h' file not found #include ^ 1 error generated. rm -f .depend CC=3D'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=3Dgnu99 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 ^ 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 --Apple-Mail=_C8D63735-4345-424B-9DBD-6CA5B3FC8B18 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.27 iEYEARECAAYFAlV9qO0ACgkQsF6jCi4glqN3wACgzBOgi1vvszGsv0nRtN0RbXoz 1fsAoLnSJogRCt7CMGbDiOI6WLkbYyJ1 =LpxS -----END PGP SIGNATURE----- --Apple-Mail=_C8D63735-4345-424B-9DBD-6CA5B3FC8B18--