From owner-freebsd-questions@freebsd.org Mon Jun 26 10:53:19 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2227DA6DC7 for ; Mon, 26 Jun 2017 10:53:19 +0000 (UTC) (envelope-from marcel.plouf@gmail.com) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 368E6736C0 for ; Mon, 26 Jun 2017 10:53:19 +0000 (UTC) (envelope-from marcel.plouf@gmail.com) Received: by mail-wr0-x241.google.com with SMTP id x23so29002331wrb.0 for ; Mon, 26 Jun 2017 03:53:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=6FOLCVXIxKDUMTdJFPucHEdprGzPtOUGIq4r1xuagTQ=; b=FUpzMTTF628KceHffaszjZgpsWxSUUwSvxoNkVWCtmdPus174yKcW8wNTWhPbgnInU IjGxJl8Fl15ImCGXm+1T/HPuVFfPfhl9dcme0OY+0MV7JIUsazFrcXIwiPcBfqUGuzMn DFMur+mTlUrGNTeGIlOhUUaFpTe80sVQCs0fWUQaAecmNhHDvvDHbVSWFWOolzUZevIf J88B/cmQBwUdjVLEPF/aDzh/J6PdxRIK9u7ll7RQstVHFN8g9kNYJmLU5nvJuEPjqPhB Dd33A48YdtWd13K0IcpFc3HhZJTJx//YOuAfqpwOOVB1IkmLzSpNUUU0Yf8l1L8d8kes XfwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=6FOLCVXIxKDUMTdJFPucHEdprGzPtOUGIq4r1xuagTQ=; b=O0RtfTJ3iIOttPYwNKi7gOiA9neb3K5MhB8ZnEOT5pcJTxJSgCUyjzBIpaXTouwWs3 uKGigmGzzCtdtLNIDvP+Rd9M+mrfjQ+NH+k6qxD6j+EzWq4aULuloH0ypph0uvWrBInW Yf1oXsIOJdKhmm8D+42IHV2hXnWBh4sM4ZxVbbzNxBanG1YGvCopw6kjfPiuVBhYAzqq uMKUCSBJE/0+MUPQkmbbjmgXotaxKpnNwMiA/5aA6wuPjSZe1H9LIposv3kR7Z+Aoy0j qVs+2KFQd4KBrqHKD8gHIeFF/jevUSRYteYritxqsfpCKlivjpfkaeWDbXg0zGmbeQCy fZDA== X-Gm-Message-State: AKS2vOwZFXi0UGq7wKxoTY1G8U6J8B5Wwomp9yQVvEP/HSvQ9Ruh69EU izFy4uBIl8uIQUwe X-Received: by 10.223.160.45 with SMTP id k42mr12365384wrk.121.1498474396694; Mon, 26 Jun 2017 03:53:16 -0700 (PDT) Received: from marcel-laptop.lan (212-198-10-164.rev.numericable.fr. [212.198.10.164]) by smtp.gmail.com with ESMTPSA id 201sm18203841wmy.15.2017.06.26.03.53.16 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Jun 2017 03:53:16 -0700 (PDT) Date: Mon, 26 Jun 2017 12:53:12 +0200 From: marcel To: freebsd-questions@freebsd.org Subject: Error appear while building my custom kernel Message-ID: <20170626125312.7fa7955f@marcel-laptop.lan> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 10:53:19 -0000 Hi, I tried to build the kernel from the FreeBSD 11 stable source, following this chapter form the Handbook : https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html So, I've checked the source with subversion in /usr/src and then I've edited the GENERIC config file and I have an error when I did 'make buildkernel KERNCONF=3DMYKERNEL' . Here is my kernel config file and the logs: https://bpaste.net/show/8d0b2e755142 =46rom line 1 to line 369 it's the kernel config file and from line 370 to the end it's the logs (sorry for that).=20