From owner-freebsd-current Tue Nov 26 11:11:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FEF37B401; Tue, 26 Nov 2002 11:11:44 -0800 (PST) Received: from smartie.xs4all.nl (smartie.xs4all.nl [213.84.1.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 744D343EBE; Tue, 26 Nov 2002 11:11:43 -0800 (PST) (envelope-from martijn@smartie.xs4all.nl) Received: from sillywalks.org (boekje.ipv6.sillywalks.org [IPv6:3ffe:8280:10:580:260:8ff:febc:f191]) by smartie.xs4all.nl (8.12.6/8.12.6) with ESMTP id gAQJBV4j069305 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=OK); Tue, 26 Nov 2002 20:11:41 +0100 (CET) (envelope-from martijn@sillywalks.org) Message-ID: <3DE3C73A.40904@sillywalks.org> Date: Tue, 26 Nov 2002 20:10:50 +0100 From: Martijn Pronk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@FreeBSD.ORG Cc: Robert Watson Subject: Re: Searching for users of netncp and nwfs to help debug 5.0 problems References: <3DDE3C34.8020207@sillywalks.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.3 required=5.0 tests=CARRIAGE_RETURNS,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,USER_AGENT,USER_AGENT_MOZILLA_UA, X_ACCEPT_LANG version=2.41 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Martijn Pronk wrote: > Robert Watson wrote: > >> The build of netncp is currently broken on 5.0-CURRENT, and I'd like to >> see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of >> trouble finding a test environment, which is the natural and immediate >> follow-on to the compile fixes :-). Was wondering if anyone with >> FreeBSD >> kernel debugging experience and some time on their hands was >> interested in >> helping resolve this issue over the next week or two. >> > > > I can test this next week at work, however, I don't normally use > netncp & nwfs, > so it may take me a while. > > I'll get back on this next week. I tried to build a kernel with options IPX, NCP and NWFS, but it failed with the following error: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/home/src/sys -I/home/src/sys/dev -I/home/src/sys/contrib/dev/acpica -I/home/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding /home/src/sys/netncp/ncp_conn.c In file included from /home/src/sys/netncp/ncp_conn.c:46: /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type /home/src/sys/netncp/ncp_conn.h:193: confused by earlier errors, bailing out *** Error code 1 I guess struct lock can't be found. I hope someone can do something with this. HTH, Martijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message