From owner-freebsd-stable Fri Apr 6 16:46:36 2001 Delivered-To: freebsd-stable@freebsd.org Received: from rm-rstar.sfu.ca (rm-rstar.sfu.ca [142.58.120.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C97037B42C for ; Fri, 6 Apr 2001 16:46:33 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from fraser.sfu.ca (tmchow@fraser.sfu.ca [142.58.101.25]) by rm-rstar.sfu.ca (8.10.1/8.10.1/SFU-5.0H) with ESMTP id f36NkWq26999 for ; Fri, 6 Apr 2001 16:46:32 -0700 (PDT) Received: from localhost (tmchow@localhost) by fraser.sfu.ca (8.9.2/8.9.2/SFU-5.0C) with ESMTP id QAA14213 for ; Fri, 6 Apr 2001 16:46:32 -0700 (PDT) X-Authentication-Warning: fraser.sfu.ca: tmchow owned process doing -bs Date: Fri, 6 Apr 2001 16:46:32 -0700 (PDT) From: Trevin Chow To: Subject: Break in stable code? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just updated my stable source tree yesterday night, and just tried to build the world right. However, I just got a ton of error messages about undefinied references. One of such messages is: umass.o(.text+0x1929): undefined reference to 'xpt_done' I greped for "xpt_done" in the /usr/src directory, and it's showing up in a bunch of files, particularly in /usr/src/sys/pci/ncr.c (as well as other files). Has this been reported/fixed? Or am I doing something wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message