From owner-freebsd-stable@FreeBSD.ORG Wed Mar 10 11:30:07 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E29A16A4CE for ; Wed, 10 Mar 2004 11:30:07 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1F643D1F for ; Wed, 10 Mar 2004 11:30:07 -0800 (PST) (envelope-from freebsd-stable@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B19P4-0002CC-00 for ; Wed, 10 Mar 2004 20:30:06 +0100 Received: from 208.187.136.210 ([208.187.136.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Mar 2004 20:30:06 +0100 Received: from acc by 208.187.136.210 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Mar 2004 20:30:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Anthony Chavez Date: Wed, 10 Mar 2004 12:24:51 -0700 Lines: 59 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 208.187.136.210 X-PGP-Key: http://www.anthonychavez.org/pubkey.asc User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:PGKGcRyRzZgPFWaeZDdUZSxy6yo= Sender: news Subject: Trouble with 5.x on ThinkPad R40 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 19:30:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Initially, I had installed 5.1-RELEASE. buildworld would cause sh to barf with various signals under the RELENG_5_1 sources. I had to perform a binary upgrade to get 5.2 installed. I've now got RELENG_5_2, and the latest error happens during buildkernel. I've inserted it below. FWIW, I do have the following in /etc/make.conf: CPUTYPE?=i686 CC=/usr/local/bin/ccache cc CXX=/usr/local/bin/ccache c++ I've tried compiling with and without to no avail. Any ideas what could be causing this? Not that it should matter, but I'm getting my source tree via cvs rather than cvsup. Could this have anything to do with it? - -- Anthony Chavez http://www.anthonychavez.org/ mailto:acc@anthonychavez.org jabber:acc@anthonychavez.org cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/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/src/sys/dev/pcic/i82365.c /usr/src/sys/dev/pcic/i82365.c: In function `pcic_chip_do_mem_map': /usr/src/sys/dev/pcic/i82365.c:849: error: structure has no member named `offset ' /usr/src/sys/dev/pcic/i82365.c:851: error: structure has no member named `offset ' /usr/src/sys/dev/pcic/i82365.c:851: error: `PCCARD_MEM_ATTR' undeclared (first use in this function) /usr/src/sys/dev/pcic/i82365.c:851: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/pcic/i82365.c:851: error: for each function it appears in.) /usr/src/sys/dev/pcic/i82365.c: In function `pcic_chip_mem_map': /usr/src/sys/dev/pcic/i82365.c:928: error: structure has no member named `offset' /usr/src/sys/dev/pcic/i82365.c: In function `pcic_enable_socket': /usr/src/sys/dev/pcic/i82365.c:1212: warning: implicit declaration of function `CARD_GET_TYPE' /usr/src/sys/dev/pcic/i82365.c:1216: error: `PCCARD_IFTYPE_IO' undeclared (first use in this function) /usr/src/sys/dev/pcic/i82365.c: In function `pcic_set_res_flags': /usr/src/sys/dev/pcic/i82365.c:1467: error: `PCCARD_MEM_ATTR' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/VULCAN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. % -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFAT2uHbZTbIaRBRXERAmijAJ9zu03Ge1o3RWKlTcH6S0sXJpa18wCeKRGZ JKbGcxjrZYUbPnAX3TrmQiM= =cZCu -----END PGP SIGNATURE-----