From owner-freebsd-questions@FreeBSD.ORG Sat Jul 12 07:54:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FA7DF6F for ; Sat, 12 Jul 2014 07:54:17 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E17712AAD for ; Sat, 12 Jul 2014 07:54:16 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so1284908oag.30 for ; Sat, 12 Jul 2014 00:54:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DgcXI1xiQ2BaXyhbcMRmsunDgnZPXicPmdUVHE5ivTs=; b=NG3NqbBHdgzlrqsQE822/a6+HuKN+e8dPgKm1dn1VlCLMgTLX/KYtev0E52Dewfoj0 Qzp9cd7l6X3awKsCo88JS3a+4fnfmp5k38sQfkaOgqOA2PvMNXFfbunmyppGoFx9YXAe oSOdKNKuIUkdYjiZ44aY1mCnjnOnGyM4HT1nprMasrlre978SS90E0EJi7zPijKKzYBn 9l+3Ul34PRHPskppHQwLP+axitB766FJuAAHVDGYztNkGwaBm3VslMzywn4L7krh3dl7 zv2w4LdVxiqAoM4eK2gnbtbvyHzyXj0ikSi1o0PptODfjSOYY3d9q6tEBMZJSfzEwr+e PSSw== MIME-Version: 1.0 X-Received: by 10.182.72.167 with SMTP id e7mr4990447obv.28.1405151656250; Sat, 12 Jul 2014 00:54:16 -0700 (PDT) Received: by 10.182.29.9 with HTTP; Sat, 12 Jul 2014 00:54:16 -0700 (PDT) Date: Sat, 12 Jul 2014 09:54:16 +0200 Message-ID: Subject: Make buildkernel fails From: Daniele Mazzotti To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 07:54:17 -0000 Hello, I am having a problem when I try to build my custom kernel in order to add ACPI debug. My current configuration is the following one: FreeBSD Von-Neumann 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 and the kernel I am trying to build is defined here: http://pastebin.com/1UBWLcXX The only difference between this custom kernel and the GENERIC one is the line "options ACPI_DEBUG # Debug support for ACPI" When I run the build kernel command this is the error I get: http://pastebin.com/b10VHqBQ and it seems like the dependency for building the crypto module cannot be found. I tried to google a bit, but I could not find any valuable answer. Is it possible that I have somehow an outdated base? For the sake of completeness you can find the makefile here: http://pastebin.com/p2BStnhW I look forward to receiving any help. Cheers, Daniele.