From owner-freebsd-current@FreeBSD.ORG Wed May 7 09:19:38 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04EB21065672 for ; Wed, 7 May 2008 09:19:38 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id C3A208FC18 for ; Wed, 7 May 2008 09:19:37 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by wf-out-1314.google.com with SMTP id 28so184016wfa.7 for ; Wed, 07 May 2008 02:19:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=5iEVz5LDZKNrfqI/vwWzjU9D4Px+uweT+w28ASGxGt4=; b=FOBKGD2KxEVbvBZVDxfRogZy0eTt1Yvv1J5857C+kqhiftxit8pq6Dkpo5srdMNEtUZ/Iv7DI1ryFY6GQBYsJZPoqXqYh+CDMf8csMDOCY7dTcgXRppJlzJF9MTCahkqEVIRmWHazFJYcJSdX4JMKRljEhrRKnQjJWHuPx+dIG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=hz/F1GjQsYzpdcFutYpWKKkgbWa4j4un2Drz3lfTH914CkPiDkHgoLmcnyNkUSoix4Vmaz0DxVKwjcebOHxkrYREDMefILgq9qVVmRLerbH1s7NCOHZrlv9bKPj5OnqXk37kuPT2Wly2ACzRGKfo+mAXRh13Xx87MHQPOw0kv/Q= Received: by 10.142.177.7 with SMTP id z7mr762827wfe.238.1210151977427; Wed, 07 May 2008 02:19:37 -0700 (PDT) Received: from ?192.168.10.42? ( [99.155.199.64]) by mx.google.com with ESMTPS id 27sm4030430wfa.2.2008.05.07.02.19.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 May 2008 02:19:35 -0700 (PDT) Message-Id: From: Garrett Cooper To: "Aryeh M. Friedman" In-Reply-To: <48215B2E.8060402@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 7 May 2008 02:20:35 -0700 References: <48215B2E.8060402@gmail.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-current@freebsd.org, Jiawei Ye Subject: Re: Error building world for -current 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: Wed, 07 May 2008 09:19:38 -0000 On May 7, 2008, at 12:33 AM, Aryeh M. Friedman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > A committe was made about 4 hrs ago that fixed this. > > Jiawei Ye wrote: > | Hi, > | I am running into a strange error when trying to build world for - > current. > | > | ===> usr.bin/kdump (depend) > | sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/tmp/usr/ > include > > | ioctl.c > | In file included from :96: > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37: error: > | dev/mpt/mpilib/mpi_type.h: No such file or directory > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32: error: > | dev/mpt/mpilib/mpi.h: No such file or directory > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37: error: > | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory > | sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include > > | kdump_subr.c > | rm -f .depend > | mkdep -f .depend -a -I/usr/src/usr.bin/kdump/../ktrace > | -I/usr/src/usr.bin/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 > | In file included from ioctl.c:120: > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:38:37: error: > | dev/mpt/mpilib/mpi_type.h: No such file or directory > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:39:32: error: > | dev/mpt/mpilib/mpi.h: No such file or directory > | /usr/obj/usr/src/tmp/usr/include/sys/mpt_ioctl.h:40:37: error: > | dev/mpt/mpilib/mpi_cnfg.h: No such file or directory > | mkdep: compile failed > | *** Error code 1 > | > | Stop in /usr/src/usr.bin/kdump. > | *** Error code 1 > | > | Stop in /usr/src/usr.bin. > | *** Error code 1 > | > | Stop in /usr/src. > | *** Error code 1 > | > | Stop in /usr/src. > | *** Error code 1 > | > | Stop in /usr/src. > | > | Tried removing /usr/obj but still the same result. > | > | Am I missing something here? > | > | > | Jiawei Ye > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.9 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkghWy0ACgkQk8GFzCrQm4AKiwCgr/CkrlXlsw+NT0gH5nsui0Gh > 2xEAniFBUbrpiVRusd5iAriGpjvoZTDE > =PvLj > -----END PGP SIGNATURE----- I'm not sure if it's just me, but I haven't been able to run buildworld for quite some time. -Garrett