From owner-freebsd-current@FreeBSD.ORG Mon Jul 26 13:55:08 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA80A106566B for ; Mon, 26 Jul 2010 13:55:08 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (m209-73.dsl.rawbw.com [198.144.209.73]) by mx1.freebsd.org (Postfix) with ESMTP id 810A28FC13 for ; Mon, 26 Jul 2010 13:55:07 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.4/8.14.4) with ESMTP id o6QDt7aN010201 for ; Mon, 26 Jul 2010 06:55:07 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.4/8.14.4/Submit) id o6QDt7RG010200 for current@freebsd.org; Mon, 26 Jul 2010 06:55:07 -0700 (PDT) (envelope-from david) Date: Mon, 26 Jul 2010 06:55:07 -0700 From: David Wolfskill To: current@freebsd.org Message-ID: <20100726135507.GE2195@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , current@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9l24NVCWtSuIVIod" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: making dependencies breaks between r210462 and r210495? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2010 13:55:08 -0000 --9l24NVCWtSuIVIod Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This is for GENERIC i386 kernel, running on head at r210462, sources updated to r210495: >>> World build started on Mon Jul 26 05:12:42 PDT 2010 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies =2E.. =3D=3D=3D> usr.bin/jot (depend) rm -f .depend mkdep -f .depend -a /usr/src/usr.bin/jot/jot.c echo jot: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend =3D=3D=3D> usr.bin/kdump (depend) sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/tmp/usr/include > ioctl= .c sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include > kdump_s= ubr.c :1:31: error: altq/altq.h:#define: No such file or directory :3:35: error: altq/altq_cbq.h:#define: No such file or directory :5:36: error: altq/altq_cdnr.h:#define: No such file or directory :7:36: error: altq/altq_hfsc.h:#define: No such file or directory :9:36: error: altq/altq_priq.h:#define: No such file or directory :11:35: error: altq/altq_red.h:#define: No such file or directory :13:35: error: altq/altq_rio.h:#define: No such file or directory :15:40: error: cam/scsi/scsi_pass.h:#define: No such file or directo= ry :17:39: error: cam/scsi/scsi_ses.h:#define: No such file or directory :19:38: error: cam/scsi/scsi_sg.h:#define: No such file or directory :21:44: error: cam/scsi/scsi_targetio.h:#define: No such file or dir= ectory :23:38: error: crypto/cryptodev.h:#define: No such file or directory :25:39: error: dev/acpica/acpiio.h:#define: No such file or directory :27:42: error: dev/bktr/ioctl_bt848.h:#define: No such file or direc= tory :29:43: error: dev/bktr/ioctl_meteor.h:#define: No such file or dire= ctory =2E.. :193:31: error: sys/snoop.h:#define: No such file or directory :195:32: error: sys/sockio.h:#define: No such file or directory :197:35: error: sys/soundcard.h:#define: No such file or directory :199:30: error: sys/tiio.h:#define: No such file or directory :201:33: error: sys/timepps.h:#define: No such file or directory :203:32: error: sys/ttycom.h:#define: No such file or directory :205:34: error: sys/watchdog.h:#define: No such file or directory rm -f .depend mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bi= n/kdump -I/usr/src/usr.bin/kdump/../.. /usr/src/usr.bin/kdump/kdump.c ioctl= .c kdump_subr.c /usr/src/usr.bin/kdump/../ktrace/subr.c ioctl.c:26:31: error: altq/altq.h:#define: No such file or directory ioctl.c:28:35: error: altq/altq_cbq.h:#define: No such file or directory ioctl.c:30:36: error: altq/altq_cdnr.h:#define: No such file or directory =2E.. ioctl.c:222:35: error: sys/soundcard.h:#define: No such file or directory ioctl.c:224:30: error: sys/tiio.h:#define: No such file or directory ioctl.c:226:33: error: sys/timepps.h:#define: No such file or directory ioctl.c:228:32: error: sys/ttycom.h:#define: No such file or directory ioctl.c:230:34: error: sys/watchdog.h:#define: No such file or directory mkdep: compile failed *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 Clues? Running: FreeBSD freebeast.catwhisker.org 9.0-CURRENT FreeBSD 9.0-CURRENT #222 r2104= 62: Sun Jul 25 05:50:11 PDT 2010 root@freebeast.catwhisker.org:/usr/obj= /usr/src/sys/GENERIC i386 Files updated since that build: U usr.bin/grep/util.c U sbin/newfs_msdos/newfs_msdos.8 U sbin/camcontrol/camcontrol.c U games/fortune/datfiles/fortunes A tools/regression/bin/sh/parser/heredoc7.0 U contrib/ncurses/man/keybound.3x U contrib/ncurses D share/man/man4/acpi_aiboost.4 U share/man/man4/Makefile U share/examples/etc/make.conf U lib/libc/locale/tolower.3 U lib/libc/locale/toupper.3 U bin/sh/parser.c U UPDATING U sys/conf/files U sys/kern/kern_exec.c U sys/kern/imgact_shell.c U sys/cam/cam_ccb.h U sys/cam/scsi/scsi_da.c U sys/cam/scsi/scsi_cd.c U sys/cam/ata/ata_da.c U sys/netinet/sctp_timer.c U sys/netinet/sctp_output.c U sys/netinet/sctp_pcb.c D sys/modules/acpi/acpi_aiboost U sys/modules/acpi/Makefile U sys/dev/siis/siis.c U sys/dev/ahci/ahci.c U sys/dev/mvs/mvs.c D sys/dev/acpi_support/acpi_aiboost.c U sys/dev/usb/serial/uipaq.c U sys/dev/usb/usbdevs U sys/dev/ata/ata-all.c U sys/dev/ata/ata-disk.c U sys/vm/vm_init.c U sys/compat/freebsd32/freebsd32_misc.c U sys/geom/geom_disk.c U sys/geom/geom_disk.h U sys/i386/conf/NOTES U sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c U sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c U sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Updated to revision 210495. Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --9l24NVCWtSuIVIod Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkxNk7oACgkQmprOCmdXAD3hLQCeNfjQsUZfeZdqzzZ9e0TTCtXl 4YEAnilz6M3Y+VtQxzeMJMyEOlArExT8 =W/Aq -----END PGP SIGNATURE----- --9l24NVCWtSuIVIod--