From owner-freebsd-i386@FreeBSD.ORG Tue May 11 16:50:24 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2681716A4CE for ; Tue, 11 May 2004 16:50:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E5143D49 for ; Tue, 11 May 2004 16:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4BNoLDM030786 for ; Tue, 11 May 2004 16:50:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4BNoLE5030785; Tue, 11 May 2004 16:50:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 11 May 2004 16:50:21 -0700 (PDT) Resent-Message-Id: <200405112350.i4BNoLE5030785@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joshua Harris Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814B116A4CE for ; Tue, 11 May 2004 16:48:01 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5C643D31 for ; Tue, 11 May 2004 16:47:59 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i4BNlxBa017598 for ; Tue, 11 May 2004 16:47:59 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i4BNlxja017597; Tue, 11 May 2004 16:47:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200405112347.i4BNlxja017597@www.freebsd.org> Date: Tue, 11 May 2004 16:47:59 -0700 (PDT) From: Joshua Harris To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/66553: SEBSD kernel compilation errors X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 23:50:24 -0000 >Number: 66553 >Category: i386 >Synopsis: SEBSD kernel compilation errors >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 11 16:50:21 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Joshua Harris >Release: 5.2.1 >Organization: >Environment: catharsiss# uname -a FreeBSD catharsiss 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: After successfully downloading the sources for SEBSD via CVSup from cvs10.freebsd.org using thier sample supfile and selecting all branches I encountered a compilation error while preforming a make buildkernel after preforming a successfull make buildworld in the following module cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/p4cvs/projects/trustedbsd/sebsd/sys -I/usr/p4cvs/projects/trustedbsd/sebsd/sys/contrib/dev/acpica -I/usr/p4cvs/projects/trustedbsd/sebsd/sys/contrib/ipfilter -I/usr/p4cvs/projects/trustedbsd/sebsd/sys/contrib/dev/ath -I/usr/p4cvs/projects/trustedbsd/sebsd/sys/contrib/dev/ath/freebsd -I/usr/p4cvs/projects/trustedbsd/sebsd/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 /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c: In function `vfs_nmount': /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:583: warning: passing arg 2 of `vfs_domount' from incompatible pointer type /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:583: warning: passing arg 4 of `vfs_domount' makes pointer from integer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:583: warning: passing arg 5 of `vfs_domount' makes integer from pointer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c: In function `mount': /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:628: warning: passing arg 2 of `vfs_domount' from incompatible pointer type /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:628: warning: passing arg 4 of `vfs_domount' makes pointer from integer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:628: warning: passing arg 5 of `vfs_domount' makes integer from pointer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c: In function `vfs_mount': /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:649: error: declaration for parameter `mntlabel' but no such parameter /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:652: warning: passing arg 2 of `vfs_domount' from incompatible pointer type /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:652: warning: passing arg 4 of `vfs_domount' makes pointer from integer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:652: warning: passing arg 5 of `vfs_domount' makes integer from pointer without a cast /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c: At top level: /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:667: error: conflicting types for `vfs_domount' /usr/p4cvs/projects/trustedbsd/sebsd/sys/kern/vfs_mount.c:112: error: previous declaration of `vfs_domount' *** Error code 1 Stop in /usr/obj/usr/p4cvs/projects/trustedbsd/sebsd/sys/CEBSD. *** Error code 1 Stop in /usr/p4cvs/projects/trustedbsd/sebsd. *** Error code 1 Stop in /usr/p4cvs/projects/trustedbsd/sebsd. the system hardware configuration is as follows Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a35000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a351a4. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Pentium II/Pentium II Xeon/Celeron (300.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x634 Stepping = 4 Features=0x80f9ff real memory = 268435456 (256 MB) avail memory = 251105280 (239 MB) Pentium Pro MTRR support enabled ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABLES ACPI: table load failed: AE_NO_ACPI_TABLES npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pcibios: BIOS version 2.10 Using $PIR table, 7 entries at 0xc00fdf50 pcib0: at pcibus 0 on motherboard pci0: on pcib0 pci_cfgintr: 0:7 INTD BIOS irq 11 pci_cfgintr: 0:14 INTA BIOS irq 9 pci_cfgintr: 0:15 INTA BIOS irq 10 pci_cfgintr: 0:16 INTA BIOS irq 11 pci_cfgintr: 0:16 INTA BIOS irq 11 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci_cfgintr: 0:1 INTA routed to irq 9 pcib1: slot 0 INTA is routed to irq 9 pci1: at device 0.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] uhci0: port 0xfcc0-0xfcdf irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: Mitsumi Electric Hub in Apple Extended USB Keyboard, class 9/0, rev 1.10/1.22, addr 2 uhub1: 3 ports with 2 removable, bus powered ukbd0: Mitsumi Electric Apple Extended USB Keyboard, rev 1.10/1.22, addr 3, iclass 3/1 kbd1 at ukbd0 piix0: port 0x7000-0x700f at device 7.3 on pci0 Timecounter "PIIX" frequency 3579545 Hz quality 0 ed0: port 0xfca0-0xfcbf irq 9 at device 14.0 on pci0 ed0: address 00:00:c5:b0:36:22, type NE2000 (16 bit) pci0: at device 15.0 (no driver attached) pci0: at device 16.0 (no driver attached) pci0: at device 16.1 (no driver attached) orm0: