From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 14:57:31 2005 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 3608D16A41F for ; Wed, 9 Nov 2005 14:57:31 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A3943D6D for ; Wed, 9 Nov 2005 14:57:26 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) X-SEF-Processed: 5_0_0_816__2005_11_09_15_57_24 X-SEF-EB89CDFD-460A-478E-BCAC-B017B9EC121B: 1 Received: from Unknown [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.0); Mi, 09 Nov 2005 15:57:24 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Nov 2005 15:57:24 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.4/8.13.1) with ESMTP id jA9EvO5g088851 for ; Wed, 9 Nov 2005 15:57:24 +0100 (CET) (envelope-from ej@aurora.oekb.co.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.4/8.13.1/Submit) id jA9EvOpC088848 for freebsd-questions@freebsd.org; Wed, 9 Nov 2005 15:57:24 +0100 (CET) (envelope-from ej) Date: Wed, 9 Nov 2005 15:57:24 +0100 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20051109145724.GA84717@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 09 Nov 2005 14:57:24.0773 (UTC) FILETIME=[E500D550:01C5E53D] Subject: Kernel build failed in /usr/src/sys/modules/i2c/controllers/viapm 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, 09 Nov 2005 14:57:31 -0000 Hi, While compiling a fresh kernel for a 5.4 system cvsup-ed as per today the build process ran into a stop with the exact messages below. Please note that "make buildworld" completed without any errors only "make buildkernel kernconf=EJ-SMP" died. Also tried to cleanup everything (i.e. remove /usr/obj/* as per the Handbook) and starting a fresh "make buildworld" followed by "make buildkernel" but the errors remained. Please note that my "custom" kernel is nothing more than a re-name of the SMP-kernel at the moment: # pwd /usr/src/sys/i386/conf # diff SMP EJ-SMP 9c9 < ident SMP-GENERIC --- > ident EJ-SMP Finally I tried cvsup-ing the source-tree again (cvsup -g -L 2 ./stable-supfile ) and re-running the build process but this too didn't help anything. Has anybody else experienced these problems? Thanks much in advance for any clue, -ewald ------------------------------ < Cut here > ------------------------------ # make buildkernel KERNCONF=EJ-SMP ===> i2c/controllers/viapm cc -O -pipe -DVIAPM_BASE_ADDR=0x6000 -D_KERNEL -DKLD_MODULE -nostdinc -I- -in clude /usr/obj/usr/src/sys/EJ-SMP/opt_global.h -I. -I@ -I@/contrib/altq -I@/../i nclude -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/EJ-SMP -mno-align -long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-ss e2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions - std=c99 -c /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: ` isa_driver' undeclared here (not in a function) /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: i nitializer element is not constant /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: ( near initialization for `isa_viapm_driver_mod.dmd_driver') /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: ` isa_devclass' undeclared here (not in a function) /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: i nitializer element is not constant /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:968: error: ( near initialization for `isa_viapm_driver_mod.dmd_devclass') /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:969: error: i nitializer element is not constant /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:969: error: ( near initialization for `isa_viapropm_driver_mod.dmd_driver') /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:969: error: i nitializer element is not constant /usr/src/sys/modules/i2c/controllers/viapm/../../../../pci/viapm.c:969: error: ( near initialization for `isa_viapropm_driver_mod.dmd_devclass') *** Error code 1 Stop in /usr/src/sys/modules/i2c/controllers/viapm. *** Error code 1 Stop in /usr/src/sys/modules/i2c/controllers. *** Error code 1 Stop in /usr/src/sys/modules/i2c. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/EJ-SMP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@aurora src # -- ........................................................................ Dr. Mag. Ewald Jenisch OeKB - Oesterreichische Kontrollbank AG IT Dept. 1011 Vienna, Strauchgasse 1-3, Austria Phone: +43-1-53127-2175, Fax: +43-1-53127-4175 email: ewald.jenisch@oekb.at | nic-hdl: EJ63 | GnuPG Key-ID: 0x55E72F60 http://www.oekb.co.at ........................................................................ This message is confidential and intended solely for the addressee. It is likely to be subject to banking secrecy. If you have received this e-mail erroneously, please contact the sender and delete it from your computer, otherwise any use of this information may lead to detrimental legal consequences. Anyone communicating with us by e-mail accepts the risks involved with the potential loss of confidentiality. Diese Nachricht ist vertraulich und nur für den Adressaten bestimmt. Sie unterliegt wahrscheinlich dem Bankgeheimnis. Wenn Sie diese E-Mail irrtümlich erhalten haben, kontaktieren Sie bitte den Absender und löschen Sie die E-Mail von Ihrem Computer, andernfalls kann jede Verwendung dieser Informationen nachteilige Rechtsfolgen auslösen. Jeder, der mit uns über E-Mail kommuniziert, akzeptiert die mit dem möglichen Verlust von Vertraulichkeit verbundenen Risken.