From owner-freebsd-stable@FreeBSD.ORG Sun Dec 5 09:56:48 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB55C106564A for ; Sun, 5 Dec 2010 09:56:48 +0000 (UTC) (envelope-from ika256@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFCE8FC16 for ; Sun, 5 Dec 2010 09:56:48 +0000 (UTC) Received: by vws9 with SMTP id 9so4403198vws.13 for ; Sun, 05 Dec 2010 01:56:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=CjmKsck3tyFep6YxO7Dcom6Y5jQV5gcOXLCgANtYbIo=; b=w1DJzUNxYQ8wVTxF+1CiohCfrKGud68EjP9eMTjXAu1M3ppEyOBT+9cFuZn9O5ZyBK AU8HUJl4WasifrIr6RlyRVZXOffksenv8ASXL97TgKrhdxaJLBI4lo3iRXXxWmVeTeJ7 kvVJE8J5iauEqIYbOprRSZIU0jhRY+GnjzhNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=l/JNykGGcE2Ek0ubfP7e9Nq9izaoqJf3yksAnxP6T7RLhSNf+DxOq0bPOlXNjlEW6E BxJbjbqV6s90tZZc7lATXgg03xSPG4kMUp1DTyS8eJH4b3Ead7F9iDqN4xmoyQEhTkOr KRYXwfsNC0ipGYrdMudU4eFVzfjWhtXeV/T/I= MIME-Version: 1.0 Received: by 10.220.94.149 with SMTP id z21mr988320vcm.153.1291543007541; Sun, 05 Dec 2010 01:56:47 -0800 (PST) Received: by 10.220.171.5 with HTTP; Sun, 5 Dec 2010 01:56:47 -0800 (PST) In-Reply-To: <4cfad3f4.P80iow/olOkvxG0E%perryh@pluto.rain.com> References: <4cfad3f4.P80iow/olOkvxG0E%perryh@pluto.rain.com> Date: Sun, 5 Dec 2010 13:56:47 +0400 Message-ID: From: Irakli To: perryh@pluto.rain.com X-Mailman-Approved-At: Sun, 05 Dec 2010 12:58:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: 8.1-stable kernel compile error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2010 09:56:49 -0000 cvsup don't download /usr/src/sys/crypto/aesni/ files when I put this files from http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/crypto/aesni/ kernel compile successfully On Sun, Dec 5, 2010 at 3:51 AM, wrote: > Irakli wrote: > > > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE > > -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq > > -I/usr/src/sys/i386/compile/NS > /usr/src/sys/modules/ae/../../dev/ae/if_ae.c > > ===> aesni (depend) > > @ -> /usr/src/sys > > machine -> /usr/src/sys/i386/include > > make: don't know how to make aesni.c. Stop > > *** Error code 2 > > Any chance the "contrib" source distribution is not installed? >