From owner-freebsd-stable@FreeBSD.ORG Tue Nov 21 18:11:38 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A96B016A407 for ; Tue, 21 Nov 2006 18:11:38 +0000 (UTC) (envelope-from nschweers@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D15443DB3 for ; Tue, 21 Nov 2006 18:11:10 +0000 (GMT) (envelope-from nschweers@gmx.de) Received: (qmail invoked by alias); 21 Nov 2006 18:11:20 -0000 Received: from p54B19883.dip0.t-ipconnect.de (EHLO [192.168.1.216]) [84.177.152.131] by mail.gmx.net (mp021) with SMTP; 21 Nov 2006 19:11:20 +0100 X-Authenticated: #20336630 Message-ID: <4563414A.60704@gmx.de> Date: Tue, 21 Nov 2006 19:11:22 +0100 From: Nathanael Schweers User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: FreeBSD mailing list Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: kernel compile fails with error 1 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: Tue, 21 Nov 2006 18:11:38 -0000 Hi folks, I'm quite new to FreeBSD and mailing lists, so I hope not to be inpolite. I've been using Gentoo Linux for a while and really like it, and now I'm giving FreeBSD a try. I have switched to stable ( is there a difference between 6.1-STABLE and 6.2-PRERELEASE?) and I managed to successfully compile and run a GENERIC kernel, but when I try to compile my own kernel make aborts with an error 1. Here the last bit of output: make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes inter-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/s ys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-u ge-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding /usr/src/sys/dev/nve/if_nve.c:109:23: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/BRAINFUCK. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I find it quite strange that make stops with the nve module, as the GENERIC compiles, and I've got an nVidia nForce2 ethernet chip onboard. Thx for any help. Regards Nathanael Schweers