From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 13:59:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08AD716A479 for ; Wed, 21 Jun 2006 13:59:22 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 452BB43D48 for ; Wed, 21 Jun 2006 13:59:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k5LDx3f8027278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 21 Jun 2006 16:59:09 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k5LDwthT021133; Wed, 21 Jun 2006 16:58:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k5LDwtru021129; Wed, 21 Jun 2006 16:58:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 21 Jun 2006 16:58:55 +0300 From: Giorgos Keramidas To: Jordi Pavon Message-ID: <20060621135855.GB21058@gothmog.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.331, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 1.07, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: make buildkernel ERROR ?Why? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 13:59:22 -0000 On 2006-06-21 13:23, Jordi Pavon wrote: > > Hi, this is my first time I customize my kernel. > > I'm working with Freebsd 6.0, I made a make buildkernel > KERNELCONF=ALBABRAIN, and I get this error: > "... > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls [...] > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath > -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm > -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 > -fno-strict-aliasing -mno-align-long-strings > -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c > linking kernel > *** Error code 1 > Stop in /usr/obj/usr/src/sys/ALBABRAIN. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > " > Any help will be apreciated!! This is not the verbatim, unedited log and it is missing the error message. You are not building with -j2 or higher, right? > This is my customized Kernel "ALBABRAIN": > " > machine i386 > cpu I686_CPU > ident ALBABRAIN > options SCHED_4BSD #4BSD scheduler > options INET #InterNETworking [...] Your mailer or something else that handled this message has changed this configuration file too much to make a comparison with GENERIC easy. Can you attach a text/plain MIME version of the configuration file, please? - Giorgos