From owner-freebsd-stable Mon Sep 17 7: 6:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from froody.rupture.net (froody.rupture.net [63.236.108.93]) by hub.freebsd.org (Postfix) with ESMTP id DD6C037B414 for ; Mon, 17 Sep 2001 07:06:39 -0700 (PDT) Received: from localhost (jon@localhost) by froody.rupture.net (8.11.4/8.11.4) with ESMTP id f8HE6dI85813 for ; Mon, 17 Sep 2001 10:06:39 -0400 (EDT) (envelope-from jon@rupture.net) Date: Mon, 17 Sep 2001 10:06:37 -0400 (EDT) From: Jon Nathan To: Subject: make buildkernel error - aicasm_symbol.o0 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, i'm trying to upgrade a 4.1.1-RELEASE system to 4.3-STABLE (4.4-RC now i guess?). make buildworld ran fine after i added basename.o to libc.a. however, my kernel build is failing: ===> vesa rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o vesa.ko vesa.kld vesa.o scvesactl.o @ machine symb.tmp tmp.o opt_vga.h ===> wi rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o if_wi.ko if_wi.kld if_wi.o @ machine symb.tmp tmp.o bus_if.h device_if.h pci_if.h cd /usr/obj/usr/src/sys/MPH; MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm make -f /usr/src/sys/dev/aic7xxx/aicasm/Makefile Warning: Object directory not changed from original /usr/obj/usr/src/sys/MPH cc -O2 -pipe -I/usr/include -I. -c aicasm_gram.c cc -O2 -pipe -I/usr/include -I. -c aicasm_scan.c cc -O2 -pipe -I/usr/include -I. -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O2 -pipe -I/usr/include -I. -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c cc -O2 -pipe -I/usr/include -I. -o aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o -ll aicasm.o: In function `output_code': aicasm.o(.text+0x49b): undefined reference to `versions' aicasm_symbol.o: In function `symtable_dump': aicasm_symbol.o(.text+0x563): undefined reference to `versions' *** Error code 1 Stop in /usr/obj/usr/src/sys/MPH. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@mph:/usr/src# i had commented out, among other things: #device aic0 at isa? #device scbus #base SCSI code #device wi i'm not sure why it was building the module for wi (lucent wavelan), and why it wanted the aic7xxx driver for that. the system is ide-only, so i disabled all the scsi stuff. if it's helpful, i can send the kernel config file . root@mph:/usr/src# uname -a FreeBSD mph.example.com 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #0: Sat Sep 15 00:40:00 EDT 2001 root@mph.example.com:/usr/obj/usr/src/sys/MPH i386 root@mph:/usr/src# any ideas? -- Jon Nathan jon@rupture.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message