From owner-freebsd-stable@FreeBSD.ORG Tue Nov 21 18:23:54 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 7B72C16A40F for ; Tue, 21 Nov 2006 18:23:54 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E5C43D60 for ; Tue, 21 Nov 2006 18:23:30 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 238DD1A4D86; Tue, 21 Nov 2006 10:23:54 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0D2E5513AD; Tue, 21 Nov 2006 13:23:40 -0500 (EST) Date: Tue, 21 Nov 2006 13:23:39 -0500 From: Kris Kennaway To: Nathanael Schweers Message-ID: <20061121182339.GA88020@xor.obsecurity.org> References: <4563414A.60704@gmx.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <4563414A.60704@gmx.de> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD mailing list Subject: Re: 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:23:54 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 21, 2006 at 07:11:22PM +0100, Nathanael Schweers wrote: > 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= =20 > giving FreeBSD a try. > I have switched to stable ( is there a difference between 6.1-STABLE and= =20 > 6.2-PRERELEASE?) and I managed to successfully compile and run a GENERIC= =20 > kernel, but when I try to compile my own kernel make aborts with an=20 > error 1. Here the last bit of output: >=20 > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP=3D"cc -E"=20 > CC=3D"cc" xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls=20 > -Wnested-externs -Wstrict-prototypes > inter-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -g=20 > -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq=20 > -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= =20 > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common=20 > -finline-limit=3D8000 --param inline-u > ge-function-growth=3D1000 -mno-align-long-strings=20 > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2=20 > -ffreestanding > /usr/src/sys/dev/nve/if_nve.c:109:23: miibus_if.h: No such file or direct= ory > mkdep: compile failed > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/BRAINFUCK. > *** Error code 1 If you change something and then things break, the most likely cause is something that you changed. In particular, an error regarding miibus support should suggest that you should check your kernel configuration for miibus support. You'll probably find that you removed it from your kernel config even though you left in a driver that requires it. Kris --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFY0QrWry0BWjoQKURAvHcAKDC08Wcy/mvCM5ZTJlC2cvbvgBcvACg0iJy JmBnPv2n/JMFs4AnuGKix+k= =Eq9s -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--