From owner-freebsd-bugs Mon Oct 14 8:40: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED4937B401 for ; Mon, 14 Oct 2002 08:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B477843EAF for ; Mon, 14 Oct 2002 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EFe1Co045477 for ; Mon, 14 Oct 2002 08:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9EFe1Bq045476; Mon, 14 Oct 2002 08:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CBD637B404 for ; Mon, 14 Oct 2002 08:30:55 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5B543EB2 for ; Mon, 14 Oct 2002 08:30:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EFUs7R061533 for ; Mon, 14 Oct 2002 08:30:54 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9EFUs3m061532; Mon, 14 Oct 2002 08:30:54 -0700 (PDT) Message-Id: <200210141530.g9EFUs3m061532@www.freebsd.org> Date: Mon, 14 Oct 2002 08:30:54 -0700 (PDT) From: Shawn Webb To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/44056: Recompile problem in FreeBSD 4.7 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44056 >Category: i386 >Synopsis: Recompile problem in FreeBSD 4.7 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 14 08:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Shawn Webb >Release: 4.7 >Organization: Webbsyte Computers >Environment: FreeBSD war1.lan 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Can't recompile the kernel. There is some problems within the code: linking kernel umass.o: In function `umass_cam_attach_sim': umass.o(.text+0x137f): undefined reference to `cam_simq_alloc' umass.o(.text+0x13a5): undefined reference to `cam_sim_alloc' umass.o(.text+0x13be): undefined reference to `xpt_bus_register' umass.o(.text+0x13ce): undefined reference to `cam_simq_free' umass.o: In function `umass_cam_rescan_callback': umass.o(.text+0x13e7): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_rescan': umass.o(.text+0x1431): undefined reference to `xpt_periph' umass.o(.text+0x143a): undefined reference to `xpt_create_path' umass.o(.text+0x144d): undefined reference to `xpt_setup_ccb' umass.o(.text+0x1468): undefined reference to `xpt_action' umass.o: In function `umass_cam_detach_sim': umass.o(.text+0x151f): undefined reference to `xpt_bus_deregister' umass.o(.text+0x153d): undefined reference to `cam_sim_free' umass.o: In function `umass_cam_detach': umass.o(.text+0x157e): undefined reference to `xpt_create_path' umass.o(.text+0x159f): undefined reference to `xpt_async' umass.o(.text+0x15a7): undefined reference to `xpt_free_path' umass.o: In function `umass_cam_action': umass.o(.text+0x18c5): undefined reference to `xpt_done' umass.o(.text+0x18d5): undefined reference to `xpt_done' umass.o: In function `umass_cam_cb': umass.o(.text+0x19d1): undefined reference to `xpt_done' umass.o: In function `umass_cam_sense_cb': umass.o(.text+0x1ad8): undefined reference to `xpt_done' umass.o(.text+0x1ae9): undefined reference to `xpt_done' umass.o(.text+0x1b03): more undefined references to `xpt_done' follow *** Error code 1 >How-To-Repeat: Add these lines to GENERIC: # Firewall support options IPFILTER options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=200 options IPFIREWALL_DEFAULT_TO_ACCEPT # Snoop, Snoop pseudo-device snp 3 options QUOTA options USER_LDT # End Next, compile GENERIC: cd /usr/src && make buildkernel KERNCONF=GENERIC && make installkernel KERNCONF=GENERIC >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message