From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 18:08:45 2009 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 7ED92106566C for ; Sat, 3 Jan 2009 18:08:45 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 122B18FC14 for ; Sat, 3 Jan 2009 18:08:44 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so735952eyd.7 for ; Sat, 03 Jan 2009 10:08:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=FIJzxVtrgNCY8y75ZXl7lGssWmgz+VJM0iTtRSFoxao=; b=G3qJ/Jx9OLT9w2lmCX5jD/SsRrFy8ke9aPxkBIUA+ZnVxMOUqIz9uEeNEzAgw2QadP yhM5uoaTBWuA94ZiyL+Dy/dJaceSvz8IW80vhkzcQmuAEiaQCvakZ8vUmjYhdPvkUcGy nXRxUPsDWZhRNoqNwsFEhTjW43Crk6mZqeuxY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=dMvovdTmjAglEqO6v86WW1Pms7QnzASLVQHYSNXwnwLawVF4KeNrlJrWsIYeE3z1M1 NsDJlbk0/n6HkjC86Gi2g7BzTip11OIZX2Uz6O7u5LhmDXjcWTyTiRvcfQ3iU1ERb6uQ aqY4Amlbl2CecUuXnenjtowBSDf9lSzEQBFsY= Received: by 10.210.16.17 with SMTP id 17mr9377852ebp.169.1231006123669; Sat, 03 Jan 2009 10:08:43 -0800 (PST) Received: by 10.210.59.20 with HTTP; Sat, 3 Jan 2009 10:08:43 -0800 (PST) Message-ID: <3a142e750901031008x3d2fefc8r4c5b877e049af02a@mail.gmail.com> Date: Sat, 3 Jan 2009 19:08:43 +0100 From: "Paul B. Mahol" To: "Alexey Ivanov" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-current@freebsd.org Subject: Re: Can not build r186708 -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: Sat, 03 Jan 2009 18:08:45 -0000 On 1/3/09, Alexey Ivanov wrote: > last time I've updated my FreeBSD was > > [PH34R] ~> uname -a > FreeBSD PH34R 8.0-CURRENT FreeBSD 8.0-CURRENT #14: Mon Dec 22 13:09:06 MSK > 2008 savetherbtz@PH34R:/usr/obj/usr/src/sys/PH34R.8 i386 > > > Now after cvsup I have > ... > .... > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/acpica/acpi_if.m > -h > rm -f .newdep > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" > xargs mkdep -a -f .newdep -O2 -pipe -fno-strict-aliasing -march=athlon-mp > -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath > -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD > -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs > -I/usr/src/sys/contrib/opensolaris/compat -I/usr/src/sys/dev/cxgb -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestand > ing -fstack-protector > /usr/src/sys/compat/ndis/subr_usbd.c:64:21: error: usbdevs.h: No such file > or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/PH34R.8. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > > > KERNCONF attached > Known issue, remove ndis from kernel conf. -- Paul